about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* release 1.1.0 v1.1.0Rich Felker2014-04-162-1/+29
* add working vdso clock_gettime support, including static linkingRich Felker2014-04-163-5/+108
* fix deadlock race in pthread_onceRich Felker2014-04-151-2/+1
* fix RLIMIT_ constants for mipsSzabolcs Nagy2014-04-159-2/+10
* add _SC_PHYS_PAGES and _SC_AVPHYS_PAGES extentions to sysconfRich Felker2014-04-151-2/+17
* add namespace-protected name for sysinfo functionRich Felker2014-04-153-7/+9
* in sysconf, use getrlimit function rather than raw syscall for rlimitsRich Felker2014-04-151-3/+3
* avoid linear-time if/else special cases in sysconfRich Felker2014-04-151-20/+35
* fix fallback code for old kernels in clock_gettimeRich Felker2014-04-141-1/+1
* use dmb barrier instruction for atomics on arm v7Rich Felker2014-04-141-2/+9
* use hidden visibility rather than protected for syscall internalsRich Felker2014-04-121-1/+1
* math: fix aliasing violation in long double wrappersSzabolcs Nagy2014-04-112-2/+10
* fix search past the end of haystack in memmemTimo Teräs2014-04-091-0/+1
* fix printf rounding with %g for some corner case midpointsRich Felker2014-04-071-1/+1
* fix arm atomic asm register constraintRich Felker2014-04-071-1/+1
* use inline atomics and thread pointer on arm models supporting themRich Felker2014-04-072-1/+36
* add getauxval functionRich Felker2014-04-072-0/+28
* fix failure of printf %g to strip trailing zeros in some casesRich Felker2014-04-071-1/+1
* fix carry into uninitialized slots during printf floating point roundingRich Felker2014-04-071-1/+1
* remove some cruft from libc/tls init codeRich Felker2014-04-072-3/+0
* remove cruft left behind when lazy thread pointer init was removedRich Felker2014-04-041-8/+0
* add __sigsetjmp ABI-compat alias for sigsetjmpRich Felker2014-04-029-1/+28
* remove struct elem entirely from hsearch.csin2014-04-021-29/+22
* implement hcreate_r, hdestroy_r and hsearch_rsin2014-04-022-30/+85
* avoid malloc failure for small requests when brk can't be extendedRich Felker2014-04-021-1/+23
* fix microblaze syscall register clobbersRich Felker2014-04-021-7/+7
* remove lazy ssp initializationTimo Teräs2014-03-253-28/+5
* if dynamic linker's relro mprotect call fails, include reason in messageRich Felker2014-03-251-1/+1
* cosmetic improvements in dynamic linker cleanupRich Felker2014-03-251-5/+5
* clean up internal dynamic linker functions enumerating phdrsTimo Teräs2014-03-251-28/+23
* implement PT_GNU_RELRO supportTimo Teräs2014-03-251-15/+37
* fix pointer type mismatch and misplacement of constRich Felker2014-03-241-2/+2
* fix confstr return valueTimo Teräs2014-03-241-1/+1
* always initialize thread pointer at program startRich Felker2014-03-2414-98/+118
* reduce static linking overhead from TLS support by inlining mmap syscallRich Felker2014-03-231-1/+9
* include header that declares __syscall_ret where it's definedRich Felker2014-03-231-0/+1
* release 1.0.0 v1.0.0Rich Felker2014-03-202-1/+43
* remove claim of XSI coverage from READMERich Felker2014-03-201-2/+1
* update README in preparation for releaseRich Felker2014-03-201-59/+21
* update INSTALL file with new information and better adviceRich Felker2014-03-201-109/+114
* update COPYRIGHT file with additional contributor informationRich Felker2014-03-201-22/+54
* configure: check for __ILP32__ if arch is x86_64rofl0r2014-03-191-0/+4
* fix signal.h breakage from moving stack_t to arch-specific bitsRich Felker2014-03-189-48/+50
* fix mips stack_tRich Felker2014-03-181-1/+1
* move signal.h definition of stack_t to arch-specific bitsRich Felker2014-03-189-6/+48
* fix mips sigsetjmp asm to match fixed jmp_buf sizeRich Felker2014-03-181-1/+1
* fix typo in filename used in sh portRich Felker2014-03-181-0/+0
* fix size of mips jmp_bufRich Felker2014-03-181-1/+1
* remove useless and incorrect uc_regspace member from mips ucontext_tRich Felker2014-03-181-1/+0
* use syscall_arg_t for arguments in public syscall() functionRich Felker2014-03-181-7/+7