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 5f95f965e9 use syscall_arg_t for arguments in public syscall() function 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 correct the sysconf value for RTSIG_MAX 13 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 include cleanups: remove unused headers and add feature test macros 13 years ago
errno fix strerror on mips: one error code is out of the 8-bit table range 12 years ago
exit include cleanups: remove unused headers and add feature test macros 13 years ago
fcntl in fcntl, use unsigned long instead of long for variadic argument type 12 years ago
fenv add nofpu subarchs to the sh arch, and properly detect compiler's fpu config 12 years ago
internal rename superh port to "sh" for consistency 12 years ago
ipc semctl: fix UB causing crashes on powerpc 12 years ago
ldso rename superh port to "sh" for consistency 12 years ago
legacy include cleanups: remove unused headers and add feature test macros 13 years ago
linux x32: fix sysinfo() 12 years ago
locale fix an overflow in wcsxfrm when n==0 12 years ago
malloc include cleanups: remove unused headers and add feature test macros 13 years ago
math x32 port (diff against vanilla x86_64) 12 years ago
misc use syscall_arg_t for arguments in public syscall() 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 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 x32 port (diff against vanilla x86_64) 12 years ago
regex include cleanups: remove unused headers and add feature test macros 13 years ago
sched add pthread_setaffinity_np and pthread_getaffinity_np functions 13 years ago
search POSIX conformance fix: define struct entry in search.h 13 years ago
select remove __SYSCALL_SSLEN arch macro in favor of using public _NSIG 13 years ago
setjmp add nofpu subarchs to the sh arch, and properly detect compiler's fpu config 12 years ago
signal rename superh port to "sh" for consistency 12 years ago
stat fix failure of fchmod, fstat, fchdir, and fchown to produce EBADF 13 years ago
stdio fix incorrect rounding in printf floating point corner cases 12 years ago
stdlib include cleanups: remove unused headers and add feature test macros 13 years ago
string include cleanups: remove unused headers and add feature test macros 13 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 superh port to "sh" for consistency 12 years ago
time eliminate explicit (long) casts when making syscalls 13 years ago
unistd rename superh port to "sh" for consistency 12 years ago