You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Rich Felker 0e2331c9b6 gb18030 support in iconv (only from, not to) 15 years ago
..
conf define MQ_PRIO_MAX 15 years ago
ctype more header fixes, minor warning fix 15 years ago
dirent optimize opendir using O_CLOEXEC 15 years ago
env add startup abi functions, dummy for now. eventually needed for c++ support. 15 years ago
errno change errno to static linkage (improves PIC code generation) 15 years ago
exit consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefix 15 years ago
fcntl add syscall wrappers for posix_fadvise, posix_fallocate 15 years ago
fenv use type directives for fenv asm functions 15 years ago
internal restore use of .type in asm, but use modern @function (vs %function) 15 years ago
ipc overhaul pthread cancellation 15 years ago
ldso fix dlopen UB due to longjmp/volatile rules violation 15 years ago
linux fix brk/sbrk behavior to match the real legacy functions 15 years ago
locale gb18030 support in iconv (only from, not to) 15 years ago
malloc posix_memalign should fail if size is not a multiple of sizeof(void *) 15 years ago
math fix error in previous ld80 fpclassify commit 15 years ago
misc wordexp cannot use we_offs unless WRDE_DOOFFS flag is set 15 years ago
mman work around linux bug in mprotect 15 years ago
mq const correctness in mq_notify 15 years ago
multibyte fix all implicit conversion between signed/unsigned pointers 15 years ago
network "implement" getnetbyaddr and getnetbyname 15 years ago
passwd fix buffer overrun in getgrent code when there are no group members 15 years ago
prng locking support for random() prng 15 years ago
process fix backwards posix_spawn file action order 15 years ago
regex duplicate re_nsub in LSB/glibc ABI compatible location 15 years ago
search XSI search.h API implementation by Szabolcs Nagy 15 years ago
select overhaul pthread cancellation 15 years ago
setjmp restore use of .type in asm, but use modern @function (vs %function) 15 years ago
signal restore use of .type in asm, but use modern @function (vs %function) 15 years ago
stat fix (hopefully) statvfs breakage on x86_64 that resulted from fixing i386... 15 years ago
stdio printf: "if a precision is specified, the '0' flag shall be ignored." 15 years ago
stdlib avoid crashing when nel==0 is passed to qsort 15 years ago
string fix wrong type for wcsrchr argument 2 15 years ago
stub various legacy and linux-specific stuff 15 years ago
temp another return value fix for mktemp... 15 years ago
termios overhaul pthread cancellation 15 years ago
thread fix useless use of potentially-uninitialized mode variable in sem_open 15 years ago
time remove old useless timezone.s file (unused) 15 years ago
unistd omit errno update path for syscalls that cannot fail 15 years ago