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 0b3d33d4d2 fix ungrammatical comment in posix_spawn code 12 years ago
..
aio support configurable page size on mips, powerpc and microblaze 13 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 include cleanups: remove unused headers and add feature test macros 13 years ago
dirent fix readdir not to set ENOENT when directory is removed while reading 12 years ago
env separate __tls_get_addr implementation from dynamic linker/init_tls 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 simplify errno implementation 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 include cleanups: remove unused headers and add feature test macros 13 years ago
linux fix missing argument to syscall in fanotify_mark 12 years ago
locale replace all remaining internal uses of pthread_self with __pthread_self 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 fix ungrammatical comment in posix_spawn code 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 add nofpu subarchs to the sh arch, and properly detect compiler's fpu config 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 replace all remaining internal uses of pthread_self with __pthread_self 12 years ago
stdlib include cleanups: remove unused headers and add feature test macros 13 years ago
string fix incorrect comparison loop condition in memmem 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 separate __tls_get_addr implementation from dynamic linker/init_tls 12 years ago
time use default timezone from /etc/localtime if $TZ is unset/blank 12 years ago
unistd support linux kernel apis (new archs) with old syscalls removed 12 years ago