projects
/
oweals
/
musl.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oweals/musl.git
2013-07-13
Rich Felker
fix omission of dtv setup in static linked programs...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-10
Rich Felker
add PIE support for ARM
commit
|
commitdiff
|
tree
|
snapshot
2013-07-10
Rich Felker
add some ARM EABI-specific exception handling infrastru...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-10
Rich Felker
fix invalid library phdr pointers passed to callback...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-09
Rich Felker
fix a couple misleading/wrong signal descriptions in...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-09
Rich Felker
add realtime signals to strsignal
commit
|
commitdiff
|
tree
|
snapshot
2013-07-09
Rich Felker
fix off-by-one array bound in strsignal
commit
|
commitdiff
|
tree
|
snapshot
2013-07-09
Rich Felker
fix bogus lazy allocation in ctermid and missing malloc...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-09
Rich Felker
fix fd leak on races and cancellation in ctermid
commit
|
commitdiff
|
tree
|
snapshot
2013-07-09
Rich Felker
fix missing SOCK_CLOEXEC in various functions that...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-06
Rich Felker
add NFDBITS in sys/select.h with appropriate feature...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-05
Rich Felker
move core memalign code from aligned_alloc to __memalign
commit
|
commitdiff
|
tree
|
snapshot
2013-07-05
Rich Felker
move alignment check from aligned_alloc to posix_memalign
commit
|
commitdiff
|
tree
|
snapshot
2013-07-03
rofl0r
add legacy sys/ttydefaults.h header
commit
|
commitdiff
|
tree
|
snapshot
2013-07-03
rofl0r
add legacy scsi/scsi_ioctl.h header
commit
|
commitdiff
|
tree
|
snapshot
2013-07-03
rofl0r
paths.h: remove cruft
commit
|
commitdiff
|
tree
|
snapshot
2013-07-01
Rich Felker
add stubs for additional legacy ether.h functions
commit
|
commitdiff
|
tree
|
snapshot
2013-07-01
Rich Felker
fix Makefile so "make install" works before include...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-30
Rich Felker
release notes for 0.9.11
v0.9.11
commit
|
commitdiff
|
tree
|
snapshot
2013-06-29
Rich Felker
fix failure of mbsrtowcs to record stop position when...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-29
Rich Felker
fix shifts possibly larger than type in major() macro
commit
|
commitdiff
|
tree
|
snapshot
2013-06-29
Rich Felker
implement minimal dlinfo function
commit
|
commitdiff
|
tree
|
snapshot
2013-06-29
Rich Felker
add some comments about the mips ksigaction structure...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-29
Rich Felker
fix missing synchronization in calls from dynamic linke...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-29
Rich Felker
prevent shmget from allocating objects that overflow...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-29
Rich Felker
work around wrong kernel type for sem_nsems member...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-29
Rich Felker
add missing type shmatt_t in sys/shm.h
commit
|
commitdiff
|
tree
|
snapshot
2013-06-28
Rich Felker
implement week-based-year year numbers in strftime
commit
|
commitdiff
|
tree
|
snapshot
2013-06-28
Rich Felker
fix breakage in last commit to strftime due to missing...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-28
Rich Felker
implement week numbers and half of the week-based-year...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-28
Rich Felker
minor compatibility fixes in utmp.h and fixing mismatch...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-27
Rich Felker
disallow creation of objects larger than PTRDIFF_MAX...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-27
Rich Felker
fix syscall argument bug in pthread_getschedparam
commit
|
commitdiff
|
tree
|
snapshot
2013-06-27
Rich Felker
fix temp file leak in sem_open on successful creation...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-27
Rich Felker
fix bug whereby sem_open leaked its own internal slots...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-27
Rich Felker
in sem_open, don't leak vm mapping if fstat fails
commit
|
commitdiff
|
tree
|
snapshot
2013-06-27
Rich Felker
fix failure of pthread_setschedparam to pass correct...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-26
Rich Felker
document in sysconf and unistd.h that per-thread cpu...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-26
Rich Felker
fix iconv conversion to legacy 8bit codepages
commit
|
commitdiff
|
tree
|
snapshot
2013-06-26
Rich Felker
remove useless conditional before free from dynamic...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-26
Rich Felker
fix dynamic linker handling of empty path file or error...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-26
Rich Felker
respect iso c namespace in stdio.h and wchar.h regardin...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-26
Rich Felker
make newline-delimited dynamic linker path file actuall...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-26
Rich Felker
implement inet_lnaof, inet_netof, and inet_makeaddr
commit
|
commitdiff
|
tree
|
snapshot
2013-06-26
Rich Felker
add ether_aton[_r] and ether_ntoa[_r] functions
commit
|
commitdiff
|
tree
|
snapshot
2013-06-22
Rich Felker
fix scanf %c conversion wrongly storing a terminating...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-22
Rich Felker
fix major scanf breakage with unbuffered streams, fmemo...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-16
Rich Felker
fix invalid access in aio notification
commit
|
commitdiff
|
tree
|
snapshot
2013-06-16
Rich Felker
fix uninitialized variable in lio (aio) code
commit
|
commitdiff
|
tree
|
snapshot
2013-06-12
Rich Felker
improve the quality of output from rand_r
commit
|
commitdiff
|
tree
|
snapshot
2013-06-08
Rich Felker
add clock id macros for a number of new(ish) Linux...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-08
Rich Felker
fix the type of CLOCKS_PER_SEC to match new clock_t...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-08
Rich Felker
support cputime clocks for processes/threads other...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-08
Szabolcs Nagy
prng: make rand_r have 2^32 period instead of 2^31
commit
|
commitdiff
|
tree
|
snapshot
2013-06-08
Szabolcs Nagy
prng: fix rand() to give good sequence with small state
commit
|
commitdiff
|
tree
|
snapshot
2013-06-07
Rich Felker
fix mixup in previous change to gcc wrapper
commit
|
commitdiff
|
tree
|
snapshot
2013-06-07
Rich Felker
make gcc-specific headers (intrinsics, etc.) available...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-07
Rich Felker
improve handling of nonstandard fields in struct tm
commit
|
commitdiff
|
tree
|
snapshot
2013-06-06
Rich Felker
implement 'm' modifier for wide scanf variants
commit
|
commitdiff
|
tree
|
snapshot
2013-06-05
Rich Felker
implement the 'm' (malloc) modifier for scanf
commit
|
commitdiff
|
tree
|
snapshot
2013-06-05
Rich Felker
refactor wide-char scanf string handling
commit
|
commitdiff
|
tree
|
snapshot
2013-06-04
Rich Felker
simplify some logic in scanf and remove redundant inval...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-04
Rich Felker
refactor scanf core to use common code path for all...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-03
Rich Felker
align stack properly for calling global ctors/dtors...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-03
Rich Felker
ensure that thread dtv pointer is never null to optimiz...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-26
Rich Felker
Merge remote-tracking branch 'nsz/review'
commit
|
commitdiff
|
tree
|
snapshot
2013-05-26
Szabolcs Nagy
fix the prototype of settimeofday to follow the origina...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-26
Szabolcs Nagy
fix ioctl _IOR, _IOW, etc macros to avoid signed overfl...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-26
Szabolcs Nagy
on x86_64 use long instead of long long for 64bit posix...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-24
Rich Felker
change underlying type of clock_t to be uniform and...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-23
Rich Felker
fix overflow behavior of clock() function
commit
|
commitdiff
|
tree
|
snapshot
2013-05-19
Szabolcs Nagy
math: add fma TODO comments about the underflow issue
commit
|
commitdiff
|
tree
|
snapshot
2013-05-19
Szabolcs Nagy
math: fix two fma issues (only affects non-nearest...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-18
Rich Felker
Merge remote-tracking branch 'nsz/review'
commit
|
commitdiff
|
tree
|
snapshot
2013-05-18
Szabolcs Nagy
math: sin cos cleanup
commit
|
commitdiff
|
tree
|
snapshot
2013-05-18
Rich Felker
make err.h functions print __progname
commit
|
commitdiff
|
tree
|
snapshot
2013-05-18
Szabolcs Nagy
math: tan cleanups
commit
|
commitdiff
|
tree
|
snapshot
2013-05-17
Rich Felker
add FLT_TRUE_MIN, etc. macros from C11
commit
|
commitdiff
|
tree
|
snapshot
2013-05-17
Rich Felker
remove the __STDC_FORMAT_MACROS nonsense from inttypes.h
commit
|
commitdiff
|
tree
|
snapshot
2013-05-16
Rich Felker
fix mknod and mknodat to accept large dev_t values
commit
|
commitdiff
|
tree
|
snapshot
2013-05-15
Szabolcs Nagy
math: use double_t for temporaries to avoid stores...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-15
Rich Felker
support full range of dev_t major/minor numbers in...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-06
Szabolcs Nagy
remove compound literals from math.h to please c++
commit
|
commitdiff
|
tree
|
snapshot
2013-05-05
Rich Felker
fix incorrect clock tick scaling in fallback case of...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-05
Rich Felker
do not interpret errors in return value of times()...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-26
Rich Felker
transition to using functions for internal signal block...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-26
Rich Felker
optimize/debloat raise
commit
|
commitdiff
|
tree
|
snapshot
2013-04-26
Rich Felker
prevent code from running under a thread id which alrea...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-26
Rich Felker
synccall signal handler need not handle dead threads...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-26
Rich Felker
fix clobbering of signal mask when creating thread...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-26
Rich Felker
make last thread's pthread_exit give exit(0) a consiste...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-26
Rich Felker
use atomic decrement rather than cas in pthread_exit...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-26
Rich Felker
add comments on some of the pthread_exit logic
commit
|
commitdiff
|
tree
|
snapshot
2013-04-26
Rich Felker
always block signals in pthread_exit before decrementin...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-26
Rich Felker
remove explicit locking to prevent __synccall setuid...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-23
Rich Felker
remove __STDC_LIMIT_MACROS and __STDC_CONSTANT_MACROS...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-22
Rich Felker
fix reversed argument order x86_64 sigsetjmp's call...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-20
Rich Felker
comment potentially-confusing use of struct crypt_data...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-20
Rich Felker
mention bits headers in another part of copyright file
commit
|
commitdiff
|
tree
|
snapshot
2013-04-20
Rich Felker
update copyright year
commit
|
commitdiff
|
tree
|
snapshot
next