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 729673689c fix typo in microblaze setjmp asm 12 years ago
..
aio eliminate use of cached pid from thread structure 12 years ago
complex complex: add C11 CMPLX macros and replace cpack with them 14 years ago
conf remove unsupported nonstandard sysconf macros and their table entries 12 years ago
crypt add legacy functions setkey() and encrypt() 12 years ago
ctype consolidate *_l ctype/wctype functions into their non-_l source files 12 years ago
dirent fix readdir not to set ENOENT when directory is removed while reading 12 years ago
env eliminate use of cached pid from thread structure 12 years ago
errno simplify errno implementation 12 years ago
exit remove useless synchronization in exit and quick_exit 12 years ago
fcntl avoid invalid use of va_arg in open 12 years ago
fenv add nofpu subarchs to the sh arch, and properly detect compiler's fpu config 12 years ago
internal add locale framework 12 years ago
ipc semctl: fix UB causing crashes on powerpc 12 years ago
ldso fix regression in mips dynamic linker 12 years ago
legacy fix multiple issues in legacy function getpass 12 years ago
linux fix missing argument to syscall in fanotify_mark 12 years ago
locale properly pass current locale to *_l functions when used internally 12 years ago
malloc avoid malloc failure for small requests when brk can't be extended 12 years ago
math math: fix aliasing violation in long double wrappers 12 years ago
misc implement fmtmsg function 12 years ago
mman include cleanups: remove unused headers and add feature test macros 13 years ago
mq use restrict everywhere it's required by c99 and/or posix 2008 14 years ago
multibyte fix aliasing violations in mbtowc and mbrtowc 12 years ago
network add routing protocols to getprotoent-family functions 12 years ago
passwd include cleanups: remove unused headers and add feature test macros 13 years ago
prng fix initstate to make the state buffer usable in setstate 12 years ago
process eliminate use of cached pid from thread structure 12 years ago
regex include cleanups: remove unused headers and add feature test macros 13 years ago
sched remove useless __yield alias for sched_yield 12 years ago
search remove struct elem entirely from hsearch.c 12 years ago
select support linux kernel apis (new archs) with old syscalls removed 12 years ago
setjmp fix typo in microblaze setjmp asm 12 years ago
signal add __sysv_signal abi-compat alias for the signal function 12 years ago
stat add __xmknod and __xmknodat abi-compat functions 12 years ago
stdio fix failure of wide printf/scanf functions to set wide orientation 12 years ago
stdlib include cleanups: remove unused headers and add feature test macros 13 years ago
string consolidate str[n]casecmp_l into str[n]casecmp source files 12 years ago
temp include cleanups: remove unused headers and add feature test macros 13 years ago
termios include cleanups: remove unused headers and add feature test macros 13 years ago
thread rename file containing pthread_cleanup_push and pop for consistency 12 years ago
time properly pass current locale to *_l functions when used internally 12 years ago
unistd support linux kernel apis (new archs) with old syscalls removed 12 years ago