199 Commits (94cf991bf4b18bb87a15a96e7b5e7d92fab787ba)

Author SHA1 Message Date
Rich Felker ac31bf278d simplify errno implementation 12 years ago
Szabolcs Nagy 8258014fd1 fix for broken kernel side RLIM_INFINITY on mips 12 years ago
Rich Felker 106e65d6f6 break down coarse-grained 64-bit-off_t syscall remappings 12 years ago
Rich Felker 55f45bc722 fix sendfile syscall to use 64-bit off_t 12 years ago
Rich Felker 9b880a6b41 fix sys_open macro for archs without the plain open syscall 12 years ago
Rich Felker 9289931446 fix placement of multiple inclusion guard endif in internal syscall.h 12 years ago
Rich Felker 594c827a22 support kernels with no SYS_open syscall, only SYS_openat 12 years ago
Timo Teräs fbeadd150f make socketcall types common as they are same for all architectures 12 years ago
Rich Felker 58e75db471 add working vdso clock_gettime support, including static linking 12 years ago
Rich Felker 83c98aac4c use hidden visibility rather than protected for syscall internals 12 years ago
Rich Felker dab441aea2 always initialize thread pointer at program start 12 years ago
Rich Felker 30c1205acd include header that declares __syscall_ret where it's defined 12 years ago
Rich Felker aacd348637 rename superh port to "sh" for consistency 12 years ago
Bobby Bingham 3a3c813e08 superh port 13 years ago
Rich Felker d8b587796f mostly-cosmetic fixups to x32 port merge 12 years ago
rofl0r 323272db17 import vanilla x86_64 code as x32 13 years ago
rofl0r 5cc1d920ba internal/syscall.h: add syscall_arg_t macro 13 years ago
rofl0r bf84967cae internal/syscall.h: use a macro for the syscall args casts 13 years ago
Rich Felker 3af2edee15 fix ftello result for append streams with unflushed output 12 years ago
Szabolcs Nagy 571744447c include cleanups: remove unused headers and add feature test macros 13 years ago
Rich Felker 179ab5a505 add infrastructure to record and report the version of libc.so 13 years ago
Rich Felker e803829e6b fix potential deadlock bug in libc-internal locking logic 13 years ago
Szabolcs Nagy b20760c023 support configurable page size on mips, powerpc and microblaze 13 years ago
Szabolcs Nagy 9b0fcb441a math: remove STRICT_ASSIGN macro 13 years ago
Szabolcs Nagy afa2aaccea math: remove libc.h include from libm.h 13 years ago
Szabolcs Nagy 8dba548628 math: cosmetic cleanup (use explicit union instead of fshape and dshape) 13 years ago
Szabolcs Nagy 63b9cc7773 math: remove *_WORD64 macros from libm.h 13 years ago
Szabolcs Nagy 94a3d13ae6 math: remove old longdbl.h 13 years ago
Szabolcs Nagy af5f6d9556 long double cleanup, initial commit 13 years ago
Rich Felker 7356c2554e fix multiple bugs in SIGEV_THREAD timers 13 years ago
Rich Felker c8c0844f7f debloat code that depends on /proc/self/fd/%d with shared function 13 years ago
Rich Felker 9448b0513e refactor headers, especially alltypes.h, and improve C++ ABI compat 13 years ago
Rich Felker 7586360bad add support for init/fini array in main program, and greatly simplify 13 years ago
Rich Felker 3df0b66ee9 fix missing argument in variadic syscall macros 13 years ago
Rich Felker 2b0af609ef add some comments about the mips ksigaction structure weirdness 13 years ago
Rich Felker c20804500d fix major scanf breakage with unbuffered streams, fmemopen, etc. 13 years ago
Rich Felker 2c074b0d6c transition to using functions for internal signal blocking/restoring 13 years ago
Rich Felker b4ea63856a add support for program_invocation[_short]_name 13 years ago
Rich Felker 14a835b386 implement pthread_getattr_np 13 years ago
Rich Felker ccc7b4c3a1 remove __SYSCALL_SSLEN arch macro in favor of using public _NSIG 13 years ago
Rich Felker 23ccb80fcb consistently use the internal name __environ for environ 13 years ago
Rich Felker facc6acbfd replace __wake function with macro that performs direct syscall 13 years ago
Szabolcs Nagy faea4c9937 make CMPLX macros available in complex.h in non-c11 mode as well 14 years ago
Rich Felker 03b0f13e90 fix trailing whitespace issues that crept in here and there 14 years ago
Szabolcs Nagy 6d3f1a39c1 math: turn off the STRICT_ASSIGN workaround by default 14 years ago
rofl0r 1c8eb8bad7 PPC port cleaned up, static linking works well now. 14 years ago
Richard Pennington 7669d1e334 import preliminary ppc work by rdp. 14 years ago
Szabolcs Nagy cfbaba79a2 complex: add C11 CMPLX macros and replace cpack with them 14 years ago
Rich Felker 1e21e78bf7 add support for thread scheduling (POSIX TPS option) 14 years ago
Rich Felker e9b885ee55 fix clobber of edx in i386 vsyscall asm 14 years ago