2014-07-26 |
Rich Felker | implement mo file string lookup for translations |
tree | commitdiff |
2014-07-24 |
Rich Felker | implement locale file loading and state for remaining... |
tree | commitdiff |
2014-07-18 |
Stefan Kristiansson | add or1k (OpenRISC 1000) architecture port |
tree | commitdiff |
2014-07-02 |
Rich Felker | add locale framework |
tree | commitdiff |
2014-06-10 |
Rich Felker | simplify errno implementation |
tree | commitdiff |
2014-05-30 |
Szabolcs Nagy | fix for broken kernel side RLIM_INFINITY on mips |
tree | commitdiff |
2014-05-30 |
Rich Felker | break down coarse-grained 64-bit-off_t syscall remappings |
tree | commitdiff |
2014-05-30 |
Rich Felker | fix sendfile syscall to use 64-bit off_t |
tree | commitdiff |
2014-05-27 |
Rich Felker | fix sys_open macro for archs without the plain open... |
tree | commitdiff |
2014-05-27 |
Rich Felker | fix placement of multiple inclusion guard endif in... |
tree | commitdiff |
2014-05-25 |
Rich Felker | support kernels with no SYS_open syscall, only SYS_openat |
tree | commitdiff |
2014-04-17 |
Timo Teräs | make socketcall types common as they are same for all... |
tree | commitdiff |
2014-04-16 |
Rich Felker | add working vdso clock_gettime support, including stati... |
tree | commitdiff |
2014-04-12 |
Rich Felker | use hidden visibility rather than protected for syscall... |
tree | commitdiff |
2014-03-24 |
Rich Felker | always initialize thread pointer at program start |
tree | commitdiff |
2014-03-24 |
Rich Felker | include header that declares __syscall_ret where it... |
tree | commitdiff |
2014-02-28 |
Rich Felker | rename superh port to "sh" for consistency |
tree | commitdiff |
2014-02-23 |
Bobby Bingham | superh port |
tree | commitdiff |
2014-02-23 |
Rich Felker | mostly-cosmetic fixups to x32 port merge |
tree | commitdiff |
2014-02-23 |
rofl0r | import vanilla x86_64 code as x32 |
tree | commitdiff |
2014-02-22 |
rofl0r | internal/syscall.h: add syscall_arg_t macro |
tree | commitdiff |
2014-02-22 |
rofl0r | internal/syscall.h: use a macro for the syscall args... |
tree | commitdiff |
2014-02-07 |
Rich Felker | fix ftello result for append streams with unflushed... |
tree | commitdiff |
2013-12-12 |
Szabolcs Nagy | include cleanups: remove unused headers and add feature... |
tree | commitdiff |
2013-12-01 |
Rich Felker | add infrastructure to record and report the version... |
tree | commitdiff |
2013-09-20 |
Rich Felker | fix potential deadlock bug in libc-internal locking... |
tree | commitdiff |
2013-09-15 |
Szabolcs Nagy | support configurable page size on mips, powerpc and... |
tree | commitdiff |
2013-09-06 |
Szabolcs Nagy | math: remove STRICT_ASSIGN macro |
tree | commitdiff |
2013-09-05 |
Szabolcs Nagy | math: remove libc.h include from libm.h |
tree | commitdiff |
2013-09-05 |
Szabolcs Nagy | math: cosmetic cleanup (use explicit union instead... |
tree | commitdiff |
2013-09-05 |
Szabolcs Nagy | math: remove *_WORD64 macros from libm.h |
tree | commitdiff |
2013-09-05 |
Szabolcs Nagy | math: remove old longdbl.h |
tree | commitdiff |
2013-09-05 |
Szabolcs Nagy | long double cleanup, initial commit |
tree | commitdiff |
2013-08-03 |
Rich Felker | fix multiple bugs in SIGEV_THREAD timers |
tree | commitdiff |
2013-08-02 |
Rich Felker | debloat code that depends on /proc/self/fd/%d with... |
tree | commitdiff |
2013-07-22 |
Rich Felker | refactor headers, especially alltypes.h, and improve... |
tree | commitdiff |
2013-07-21 |
Rich Felker | add support for init/fini array in main program, and... |
tree | commitdiff |
2013-07-17 |
Rich Felker | fix missing argument in variadic syscall macros |
tree | commitdiff |
2013-06-29 |
Rich Felker | add some comments about the mips ksigaction structure... |
tree | commitdiff |
2013-06-22 |
Rich Felker | fix major scanf breakage with unbuffered streams, fmemo... |
tree | commitdiff |
2013-04-26 |
Rich Felker | transition to using functions for internal signal block... |
tree | commitdiff |
2013-04-06 |
Rich Felker | add support for program_invocation[_short]_name |
tree | commitdiff |
2013-04-01 |
Rich Felker | implement pthread_getattr_np |
tree | commitdiff |
2013-03-27 |
Rich Felker | remove __SYSCALL_SSLEN arch macro in favor of using... |
tree | commitdiff |
2013-02-17 |
Rich Felker | consistently use the internal name __environ for environ |
tree | commitdiff |
2013-02-01 |
Rich Felker | replace __wake function with macro that performs direct... |
tree | commitdiff |
2012-12-15 |
Rich Felker | Merge remote-tracking branch 'nsz/math' |
tree | commitdiff |
2012-12-11 |
Szabolcs Nagy | make CMPLX macros available in complex.h in non-c11... |
tree | commitdiff |
2012-12-07 |
Rich Felker | fix trailing whitespace issues that crept in here and... |
tree | commitdiff |
2012-11-15 |
Rich Felker | Merge remote-tracking branch 'nsz/math' |
tree | commitdiff |
2012-11-14 |
Rich Felker | Merge remote-tracking branch 'ppc-port/ppc-squashed' |
tree | commitdiff |
2012-11-13 |
Szabolcs Nagy | math: turn off the STRICT_ASSIGN workaround by default |
tree | commitdiff |
2012-11-13 |
rofl0r | PPC port cleaned up, static linking works well now. |
tree | commitdiff |
2012-11-13 |
Richard Pennington | import preliminary ppc work by rdp. |
tree | commitdiff |
2012-11-13 |
Szabolcs Nagy | complex: add C11 CMPLX macros and replace cpack with... |
tree | commitdiff |
2012-11-11 |
Rich Felker | add support for thread scheduling (POSIX TPS option) |
tree | commitdiff |
2012-11-11 |
Rich Felker | fix clobber of edx in i386 vsyscall asm |
tree | commitdiff |
2012-11-08 |
Rich Felker | clean up sloppy nested inclusion from pthread_impl.h |
tree | commitdiff |
2012-11-08 |
Rich Felker | clean up stdio_impl.h |
tree | commitdiff |
2012-11-02 |
Rich Felker | fix more unused variable warnings |
tree | commitdiff |
2012-10-25 |
Rich Felker | use explicit visibility to optimize a few hot-path... |
tree | commitdiff |
2012-10-25 |
Rich Felker | greatly improve freopen behavior |
tree | commitdiff |
2012-10-21 |
Rich Felker | accept "nan(n-char-sequence)" in strtod/scanf functions |
tree | commitdiff |
2012-10-14 |
Rich Felker | workaround broken hidden-visibility handling in pcc |
tree | commitdiff |
2012-10-12 |
Rich Felker | comment possibly-confusing i386 vsyscall asm |
tree | commitdiff |
2012-10-12 |
Rich Felker | i386 vsyscall support (vdso-provided sysenter/syscall... |
tree | commitdiff |
2012-10-05 |
Rich Felker | support for TLS in dynamic-loaded (dlopen) modules |
tree | commitdiff |
2012-10-05 |
Rich Felker | beginnings of full TLS support in shared libraries |
tree | commitdiff |
2012-10-04 |
Rich Felker | TLS (GNU/C11 thread-local storage) support for static... |
tree | commitdiff |
2012-09-29 |
Rich Felker | microblaze port |
tree | commitdiff |
2012-09-09 |
Rich Felker | add 7-arg syscall support for mips |
tree | commitdiff |
2012-09-09 |
Rich Felker | fix broken mips syscall asm |
tree | commitdiff |
2012-09-09 |
Rich Felker | syscall organization overhaul |
tree | commitdiff |
2012-08-17 |
Rich Felker | fix float parsing logic for long decimal expansions |
tree | commitdiff |
2012-08-14 |
Rich Felker | Merge remote-tracking branch 'nsz/exp' |
tree | commitdiff |
2012-08-11 |
Rich Felker | add bsd fgetln function |
tree | commitdiff |
2012-08-10 |
Rich Felker | fix (hopefully) all hard-coded 8's for kernel sigset_t... |
tree | commitdiff |
2012-07-27 |
Rich Felker | save AT_HWCAP from auxv for subsequent use in machine... |
tree | commitdiff |
2012-07-12 |
Rich Felker | fix several locks that weren't updated right for new... |
tree | commitdiff |
2012-07-12 |
Rich Felker | fix breakage of x86_64 sigaction from recent changes... |
tree | commitdiff |
2012-07-11 |
Rich Felker | initial version of mips (o32) port, based on work by... |
tree | commitdiff |
2012-07-11 |
Rich Felker | use unsigned bitmask for consistency in ksigaction |
tree | commitdiff |
2012-07-11 |
Rich Felker | fix breakage from last commit: forgot to include ksigac... |
tree | commitdiff |
2012-06-19 |
Rich Felker | remove flush hook cruft that was never used from stdio |
tree | commitdiff |
2012-06-09 |
Rich Felker | add pthread_attr_setstack interface (and get) |
tree | commitdiff |
2012-06-08 |
Rich Felker | fix scanning of "-0x" pseudo-hex float (must give negat... |
tree | commitdiff |
2012-06-03 |
Rich Felker | increase default thread stack size to 80k |
tree | commitdiff |
2012-06-01 |
Rich Felker | enable LARGEFILE64 aliases |
tree | commitdiff |
2012-05-25 |
Rich Felker | remove cruft from pthread structure (old cancellation... |
tree | commitdiff |
2012-05-23 |
Rich Felker | remove everything related to forkall |
tree | commitdiff |
2012-05-22 |
Rich Felker | fix out-of-bounds array access in pthread barriers... |
tree | commitdiff |
2012-05-06 |
nsz | add FORCE_EVAL macro to evaluate float expr for their... |
tree | commitdiff |
2012-05-04 |
Rich Felker | overhaul SSP support to use a real canary |
tree | commitdiff |
2012-04-30 |
Rich Felker | fix off-by-one error that caused uninitialized memory... |
tree | commitdiff |
2012-04-24 |
Rich Felker | ditch the priority inheritance locks; use malloc's... |
tree | commitdiff |
2012-04-24 |
Rich Felker | new internal locking primitive; drop spinlocks |
tree | commitdiff |
2012-04-22 |
Rich Felker | remove redundant (unmaintained) check in floatscan |
tree | commitdiff |
2012-04-21 |
Rich Felker | make floatscan correctly set errno for overflow/underflow |
tree | commitdiff |
2012-04-21 |
Rich Felker | skip leading zeros even after decimal point in floatscan |
tree | commitdiff |
2012-04-21 |
Rich Felker | fix overread (consuming an extra byte) scanning NAN |
tree | commitdiff |
next |