Age | Commit message (Expand) | Author | Files | Lines |
2014-06-06 | fix for broken kernel side RLIM_INFINITY on mips | Szabolcs Nagy | 1 | -0/+4 |
2014-06-06 | fix sendfile syscall to use 64-bit off_t | Rich Felker | 1 | -0/+5 |
2014-04-16 | use hidden visibility rather than protected for syscall internals | Rich Felker | 1 | -1/+1 |
2014-04-16 | include header that declares __syscall_ret where it's defined | Rich Felker | 1 | -0/+1 |
2014-02-27 | rename superh port to "sh" for consistency | Rich Felker | 1 | -0/+0 |
2014-02-23 | superh port | Bobby Bingham | 1 | -0/+22 |
2014-02-23 | mostly-cosmetic fixups to x32 port merge | Rich Felker | 1 | -5/+2 |
2014-02-23 | import vanilla x86_64 code as x32 | rofl0r | 1 | -0/+12 |
2014-02-22 | internal/syscall.h: add syscall_arg_t macro | rofl0r | 1 | -6/+11 |
2014-02-22 | internal/syscall.h: use a macro for the syscall args casts | rofl0r | 1 | -13/+17 |
2014-02-07 | fix ftello result for append streams with unflushed output | Rich Felker | 1 | -0/+1 |
2013-12-12 | include cleanups: remove unused headers and add feature test macros | Szabolcs Nagy | 1 | -1/+0 |
2013-12-01 | add infrastructure to record and report the version of libc.so | Rich Felker | 1 | -0/+12 |
2013-09-20 | fix potential deadlock bug in libc-internal locking logic | Rich Felker | 1 | -2/+2 |
2013-09-15 | support configurable page size on mips, powerpc and microblaze | Szabolcs Nagy | 1 | -0/+6 |
2013-09-06 | math: remove STRICT_ASSIGN macro | Szabolcs Nagy | 1 | -11/+0 |
2013-09-05 | math: remove libc.h include from libm.h | Szabolcs Nagy | 1 | -2/+0 |
2013-09-05 | math: cosmetic cleanup (use explicit union instead of fshape and dshape) | Szabolcs Nagy | 1 | -66/+56 |
2013-09-05 | math: remove *_WORD64 macros from libm.h | Szabolcs Nagy | 1 | -16/+0 |
2013-09-05 | math: remove old longdbl.h | Szabolcs Nagy | 2 | -113/+0 |
2013-09-05 | long double cleanup, initial commit | Szabolcs Nagy | 2 | -26/+28 |
2013-08-03 | fix multiple bugs in SIGEV_THREAD timers | Rich Felker | 1 | -1/+1 |
2013-08-02 | debloat code that depends on /proc/self/fd/%d with shared function | Rich Felker | 1 | -0/+13 |
2013-07-22 | refactor headers, especially alltypes.h, and improve C++ ABI compat | Rich Felker | 2 | -2/+2 |
2013-07-21 | add support for init/fini array in main program, and greatly simplify | Rich Felker | 1 | -3/+0 |
2013-07-17 | fix missing argument in variadic syscall macros | Rich Felker | 1 | -1/+1 |
2013-06-29 | add some comments about the mips ksigaction structure weirdness | Rich Felker | 1 | -0/+3 |
2013-06-22 | fix major scanf breakage with unbuffered streams, fmemopen, etc. | Rich Felker | 1 | -0/+1 |
2013-04-26 | transition to using functions for internal signal blocking/restoring | Rich Felker | 1 | -0/+4 |
2013-04-06 | add support for program_invocation[_short]_name | Rich Felker | 1 | -0/+4 |
2013-03-31 | implement pthread_getattr_np | Rich Felker | 1 | -0/+2 |
2013-03-26 | remove __SYSCALL_SSLEN arch macro in favor of using public _NSIG | Rich Felker | 1 | -3/+3 |
2013-02-17 | consistently use the internal name __environ for environ | Rich Felker | 1 | -1/+0 |
2013-02-01 | replace __wake function with macro that performs direct syscall | Rich Felker | 1 | -1/+2 |
2012-12-11 | make CMPLX macros available in complex.h in non-c11 mode as well | Szabolcs Nagy | 1 | -8/+0 |
2012-12-07 | fix trailing whitespace issues that crept in here and there | Rich Felker | 1 | -1/+1 |
2012-11-15 | Merge remote-tracking branch 'nsz/math' | Rich Felker | 1 | -23/+8 |
2012-11-14 | Merge remote-tracking branch 'ppc-port/ppc-squashed' | Rich Felker | 1 | -0/+18 |
2012-11-13 | math: turn off the STRICT_ASSIGN workaround by default | Szabolcs Nagy | 1 | -5/+3 |
2012-11-13 | PPC port cleaned up, static linking works well now. | rofl0r | 2 | -24/+18 |
2012-11-13 | import preliminary ppc work by rdp. | Richard Pennington | 1 | -0/+24 |
2012-11-13 | complex: add C11 CMPLX macros and replace cpack with them | Szabolcs Nagy | 1 | -18/+5 |
2012-11-11 | add support for thread scheduling (POSIX TPS option) | Rich Felker | 1 | -0/+5 |
2012-11-11 | fix clobber of edx in i386 vsyscall asm | Rich Felker | 1 | -1/+2 |
2012-11-08 | clean up sloppy nested inclusion from pthread_impl.h | Rich Felker | 1 | -8/+0 |
2012-11-08 | clean up stdio_impl.h | Rich Felker | 3 | -17/+2 |
2012-11-01 | fix more unused variable warnings | Rich Felker | 1 | -0/+1 |
2012-10-25 | use explicit visibility to optimize a few hot-path function calls | Rich Felker | 3 | -11/+13 |
2012-10-24 | greatly improve freopen behavior | Rich Felker | 1 | -0/+1 |
2012-10-21 | accept "nan(n-char-sequence)" in strtod/scanf functions | Rich Felker | 1 | -1/+19 |