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 2e55da9118 remove useless synchronization in exit and quick_exit 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 support kernels with no SYS_open syscall, only SYS_openat 12 years ago
errno always initialize thread pointer at program start 12 years ago
exit remove useless synchronization in exit and quick_exit 12 years ago
fcntl support kernels with no SYS_open syscall, only SYS_openat 12 years ago
fenv add nofpu subarchs to the sh arch, and properly detect compiler's fpu config 12 years ago
internal fix sys_open macro for archs without the plain open syscall 12 years ago
ipc semctl: fix UB causing crashes on powerpc 12 years ago
ldso add options when explicitly invoking dynamic loader 12 years ago
legacy include cleanups: remove unused headers and add feature test macros 13 years ago
linux add namespace-protected name for sysinfo function 12 years ago
locale add cp437 and cp850 to available iconv conversions 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 support kernels with no SYS_open syscall, only SYS_openat 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 include cleanups: remove unused headers and add feature test macros 13 years ago
network add fallback emulation for accept4 on old kernels 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 support kernels with no SYS_open syscall, only SYS_openat 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 fix type of extended argument array to pselect6 syscall 12 years ago
setjmp add nofpu subarchs to the sh arch, and properly detect compiler's fpu config 12 years ago
signal add __sigsetjmp ABI-compat alias for sigsetjmp 12 years ago
stat fix failure of fchmod, fstat, fchdir, and fchown to produce EBADF 13 years ago
stdio fix missing declaration of strcpy in implementation of tmpnam 12 years ago
stdlib include cleanups: remove unused headers and add feature test macros 13 years ago
string fix false negatives with periodic needles in strstr, wcsstr, and 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 fix deadlock race in pthread_once 12 years ago
time support kernels with no SYS_open syscall, only SYS_openat 12 years ago
unistd rename superh port to "sh" for consistency 12 years ago