Age | Commit message (Expand) | Author | Files | Lines |
2015-04-22 | in visibility preinclude, remove overrides for stdin/stdout/stderr | Rich Felker | 1 | -3/+0 |
2015-04-22 | fix inconsistent visibility for __hwcap and __sysinfo symbols | Rich Felker | 1 | -2/+3 |
2015-04-22 | remove additional libc struct accessor cruft | Rich Felker | 1 | -12/+0 |
2015-04-22 | remove cruft for libc struct accessor function and broken visibility | Rich Felker | 1 | -14/+0 |
2015-04-19 | add optional global visibility override | Rich Felker | 1 | -0/+40 |
2015-04-18 | make dlerror state and message thread-local and dynamically-allocated | Rich Felker | 1 | -0/+2 |
2015-04-18 | add missing 'void' in prototypes of internal pthread functions | Alexander Monakov | 1 | -6/+6 |
2015-04-14 | fix inconsistent visibility for internal syscall symbols | Rich Felker | 11 | -1/+11 |
2015-04-14 | use hidden visibility for i386 asm-internal __vsyscall symbol | Rich Felker | 1 | -0/+2 |
2015-04-13 | remove remnants of support for running in no-thread-pointer mode | Rich Felker | 1 | -2/+1 |
2015-04-13 | dynamic linker bootstrap overhaul | Rich Felker | 1 | -0/+57 |
2015-04-10 | redesign and simplify vmlock system | Rich Felker | 1 | -0/+4 |
2015-03-11 | add aarch64 port | Szabolcs Nagy | 1 | -0/+13 |
2015-03-11 | math: add dummy implementations of 128 bit long double functions | Szabolcs Nagy | 1 | -0/+14 |
2015-03-11 | copy the dtv pointer to the end of the pthread struct for TLS_ABOVE_TP archs | Szabolcs Nagy | 1 | -0/+1 |
2015-03-03 | make all objects used with atomic operations volatile | Rich Felker | 3 | -20/+20 |
2015-03-02 | factor cancellation cleanup push/pop out of futex __timedwait function | Rich Felker | 1 | -1/+2 |
2015-02-09 | add IEEE binary128 long double support to floatscan | Szabolcs Nagy | 1 | -1/+9 |
2015-02-07 | remove cruft from x86_64 syscall.h | Szabolcs Nagy | 1 | -0/+3 |
2015-01-15 | add FUTEX_PRIVATE macro to internal futex.h | Rich Felker | 1 | -0/+2 |
2014-12-17 | provide CMPLX macros in implementation-internal libm.h | Rich Felker | 1 | -0/+12 |
2014-11-22 | unify non-inline version of syscall code across archs | Rich Felker | 1 | -0/+10 |
2014-09-16 | fix overflow corner case in strtoul-family functions | Rich Felker | 1 | -0/+1 |
2014-09-07 | add C11 thread creation and related thread functions | Rich Felker | 1 | -0/+2 |
2014-08-23 | fix false ownership of stdio FILEs due to tid reuse | Rich Felker | 2 | -0/+2 |
2014-08-22 | fix fallback checks for kernels without private futex support | Rich Felker | 1 | -1/+1 |
2014-08-17 | redesign cond var implementation to fix multiple issues | Rich Felker | 1 | -5/+4 |
2014-08-17 | make pointers used in robust list volatile | Rich Felker | 1 | -2/+2 |
2014-08-15 | make futex operations use private-futex mode when possible | Rich Felker | 1 | -2/+8 |
2014-07-30 | add framework for mmap2 syscall unit to vary by arch | Rich Felker | 1 | -0/+4 |
2014-07-26 | implement mo file string lookup for translations | Rich Felker | 1 | -0/+6 |
2014-07-24 | implement locale file loading and state for remaining locale categories | Rich Felker | 2 | -0/+10 |
2014-07-18 | add or1k (OpenRISC 1000) architecture port | Stefan Kristiansson | 1 | -0/+13 |
2014-07-02 | add locale framework | Rich Felker | 2 | -3/+23 |
2014-06-10 | simplify errno implementation | Rich Felker | 1 | -1/+1 |
2014-05-30 | fix for broken kernel side RLIM_INFINITY on mips | Szabolcs Nagy | 1 | -0/+4 |
2014-05-30 | break down coarse-grained 64-bit-off_t syscall remappings | Rich Felker | 1 | -4/+16 |
2014-05-30 | fix sendfile syscall to use 64-bit off_t | Rich Felker | 1 | -0/+5 |
2014-05-27 | fix sys_open macro for archs without the plain open syscall | Rich Felker | 1 | -4/+4 |
2014-05-27 | fix placement of multiple inclusion guard endif in internal syscall.h | Rich Felker | 1 | -2/+2 |
2014-05-24 | support kernels with no SYS_open syscall, only SYS_openat | Rich Felker | 1 | -0/+18 |
2014-04-17 | make socketcall types common as they are same for all architectures | Timo Teräs | 1 | -0/+23 |
2014-04-16 | add working vdso clock_gettime support, including static linking | Rich Felker | 1 | -0/+91 |
2014-04-12 | use hidden visibility rather than protected for syscall internals | Rich Felker | 1 | -1/+1 |
2014-03-24 | always initialize thread pointer at program start | Rich Felker | 1 | -2/+2 |
2014-03-23 | 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 |