Trutz Behn c7b05bc817 fix missing comma in sh setjmp asm 10 年 前
..
aio 36c30c4ddd add missing legacy LFS *64 symbol aliases 10 年 前
complex cfbaba79a2 complex: add C11 CMPLX macros and replace cpack with them 12 年 前
conf 3bed89aa74 fix off-by-one in bounds check in fpathconf 10 年 前
crypt 16a3580ef3 add legacy functions setkey() and encrypt() 11 年 前
ctype 4674809bdf fix case mapping for U+00DF (ß) 10 年 前
dirent 36c30c4ddd add missing legacy LFS *64 symbol aliases 10 年 前
env d86af2a080 fix #ifdef inside a macro argument list in __init_tls.c 10 年 前
errno c5b8f19305 add support for LC_TIME and LC_MESSAGES translations 10 年 前
exit 5cc1872156 remove useless infinite loop from end of exit function 10 年 前
fcntl e146e6035f fix uninitialized mode variable in openat function 10 年 前
fenv b1683a1d6a add nofpu subarchs to the sh arch, and properly detect compiler's fpu config 11 年 前
internal 7152a61a3a add FUTEX_PRIVATE macro to internal futex.h 10 年 前
ipc 2b47a7aff2 semctl: fix UB causing crashes on powerpc 11 年 前
ldso d8dc2b7c02 adapt dynamic linker for new binutils versions that omit DT_RPATH 10 年 前
legacy ea496d6c63 fix multiple issues in legacy function getpass 10 年 前
linux 4e5c7a2176 fix missing argument to syscall in fanotify_mark 11 年 前
locale 86876dbec5 fix non-static dummy function that slipped in with locale implementation 10 年 前
malloc 8d998a7b3b add malloc_usable_size function and non-stub malloc.h 10 年 前
math ec4318943a math: use fnstsw consistently instead of fstsw in x87 asm 10 年 前
misc 63cac4e29a simplify part of getopt_long 10 年 前
mman df7d0dfb9c use weak symbols for the POSIX functions that will be used by C threads 10 年 前
mq 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 12 年 前
multibyte 2e1ae3b6b9 fix return value computation in one code path of wcsnrtombs 10 年 前
network aac59c1164 add basic dns record parsing functions 10 年 前
passwd ecb608192a fix erroneous return of partial username matches by getspnam[_r] 10 年 前
prng 05cef96d9e fix incorrect sequence generation in *rand48 prng functions 10 年 前
process 8f7bc690f0 use direct syscall rather than write function in posix_spawn child 10 年 前
regex efa9d396f9 implement FNM_CASEFOLD extension to fnmatch function 10 年 前
sched 66140b0c92 fix return value of pthread_getaffinity_np and pthread_setaffinity_np 10 年 前
search 141d3b5c2a remove struct elem entirely from hsearch.c 11 年 前
select dd5f50da6f support linux kernel apis (new archs) with old syscalls removed 11 年 前
setjmp c7b05bc817 fix missing comma in sh setjmp asm 10 年 前
signal 7d3512126d use tkill instead of tgkill in implementing raise 10 年 前
stat dc9c40a609 fix missing flags arg to fstatat syscall in fstat fallback path 10 年 前
stdio 0f859fc993 don't suppress sign output for NANs in printf 10 年 前
stdlib 571744447c include cleanups: remove unused headers and add feature test macros 11 年 前
string 9911754b19 fix tabs/spaces in memcpy.s 10 年 前
temp 6f1c1fe90c ignore access mode bits of flags in mkostemps and functions that use it 10 年 前
termios 571744447c include cleanups: remove unused headers and add feature test macros 11 年 前
thread 78a8ef47c4 overhaul __synccall and fix AS-safety and other issues in set*id 10 年 前
time 08b996d180 fix handling of negative offsets in timezone spec strings 10 年 前
unistd 472e8b71f7 for multithreaded set*id/setrlimit, handle case where callback does not run 10 年 前