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 6d861ac874 move core memalign code from aligned_alloc to __memalign 13 years ago
..
aio fix invalid access in aio notification 13 years ago
complex complex: add C11 CMPLX macros and replace cpack with them 14 years ago
conf document in sysconf and unistd.h that per-thread cpu clocks exist 13 years ago
crypt comment potentially-confusing use of struct crypt_data type 13 years ago
ctype fix types for wctype_t and wctrans_t 13 years ago
dirent use restrict everywhere it's required by c99 and/or posix 2008 14 years ago
env add support for program_invocation[_short]_name 13 years ago
errno fix typo in newly-added error message for EOWNERDEAD 13 years ago
exit __assert_fail(): remove _Noreturn, to get proper stacktraces 14 years ago
fcntl provide emulation of fcntl F_DUPFD_CLOEXEC on old kernels 13 years ago
fenv fenv support for ppc, untested 14 years ago
internal add some comments about the mips ksigaction structure weirdness 13 years ago
ipc prevent shmget from allocating objects that overflow ptrdiff_t 13 years ago
ldso implement minimal dlinfo function 13 years ago
legacy make err.h functions print __progname 13 years ago
linux fix the prototype of settimeofday to follow the original BSD declaration 13 years ago
locale fix iconv conversion to legacy 8bit codepages 13 years ago
malloc move core memalign code from aligned_alloc to __memalign 13 years ago
math math: add fma TODO comments about the underflow issue 13 years ago
misc Add ABI compatability aliases. 13 years ago
mman disallow creation of objects larger than PTRDIFF_MAX via mmap 13 years ago
mq use restrict everywhere it's required by c99 and/or posix 2008 14 years ago
multibyte fix failure of mbsrtowcs to record stop position when dest is full 13 years ago
network add stubs for additional legacy ether.h functions 13 years ago
passwd add put*ent functions for passwd/group files and similar for shadow 13 years ago
prng improve the quality of output from rand_r 13 years ago
process remove explicit locking to prevent __synccall setuid during posix_spawn 13 years ago
regex revert regex "cleanup" that seems unjustified and may break backtracking 13 years ago
sched add support for thread scheduling (POSIX TPS option) 14 years ago
search search: add comments to tsearch_avl.c 14 years ago
select remove __SYSCALL_SSLEN arch macro in favor of using public _NSIG 13 years ago
setjmp remove fenv saving/loading code from setjmp/longjmp on arm 14 years ago
signal transition to using functions for internal signal blocking/restoring 13 years ago
stat fix mknod and mknodat to accept large dev_t values 13 years ago
stdio fix scanf %c conversion wrongly storing a terminating null byte 13 years ago
stdlib clean up stdio_impl.h 14 years ago
string Add ABI compatability aliases. 13 years ago
temp use memcmp instead of str[n]cmp for temp function XXXXXX checking 13 years ago
termios legacy junk compatibility grab-bag 14 years ago
thread fix syscall argument bug in pthread_getschedparam 13 years ago
time implement week-based-year year numbers in strftime 13 years ago
unistd in pipe2, use pipe() rather than __syscall(SYS_pipe, ...) for fallback 13 years ago