| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | fix malloc_usable_size for NULL input | Szabolcs Nagy | 2016-01-31 | 1 | -1/+1 |
* | regex: increase the stack tre uses for tnfa creation | Szabolcs Nagy | 2016-01-31 | 1 | -1/+1 |
* | ldso: fix GDB dynamic linker info on MIPS | Felix Fietkau | 2016-01-30 | 1 | -0/+4 |
* | regex: simplify the {,} repetition parsing logic | Szabolcs Nagy | 2016-01-30 | 1 | -20/+19 |
* | regex: treat \+, \? as repetitions in BRE | Szabolcs Nagy | 2016-01-30 | 1 | -1/+5 |
* | regex: rewrite the repetition parsing code | Szabolcs Nagy | 2016-01-30 | 1 | -30/+29 |
* | regex: treat \| in BRE as alternation | Szabolcs Nagy | 2016-01-30 | 1 | -2/+17 |
* | regex: reject repetitions in some cases with REG_BADRPT | Szabolcs Nagy | 2016-01-30 | 1 | -3/+12 |
* | regex: clean up position accounting for literal nodes | Szabolcs Nagy | 2016-01-30 | 1 | -4/+2 |
* | fix misaligned pointer-like objects in arm atomics asm source file | Rich Felker | 2016-01-30 | 1 | -0/+2 |
* | reuse parsed resolv.conf in dns core to avoid re-reading/re-parsing | Rich Felker | 2016-01-28 | 2 | -16/+22 |
* | fix uninitialized variable in new resolv.conf parser | Rich Felker | 2016-01-28 | 1 | -1/+1 |
* | add support for search domains to dns resolver | Rich Felker | 2016-01-28 | 1 | -1/+41 |
* | fix handling of dns response codes | Rich Felker | 2016-01-28 | 1 | -1/+2 |
* | fix logic for matching search/domain keywords in resolv.conf | Rich Felker | 2016-01-28 | 1 | -1/+1 |
* | factor resolv.conf parsing out of res_msend to its own file | Rich Felker | 2016-01-28 | 3 | -60/+126 |
* | add errno setting to stub utmpxname function | Rich Felker | 2016-01-28 | 1 | -0/+2 |
* | legacy/utmpx: Add utmp{,x}name stubs | Kylie McClain | 2016-01-28 | 1 | -0/+7 |
* | improve clock_gettime and adapt it to support slightly-broken vdso | Rich Felker | 2016-01-27 | 1 | -22/+39 |
* | change the internal socketcall selection logic | Szabolcs Nagy | 2016-01-26 | 1 | -1/+1 |
* | move dynamic linker to its own top-level directory, ldso | Rich Felker | 2016-01-25 | 3 | -2087/+0 |
* | adapt static dl_iterate_phdr not to depend on !defined(SHARED) | Rich Felker | 2016-01-25 | 1 | -4/+3 |
* | move static-linked stub dlsym out of dynlink.c | Rich Felker | 2016-01-25 | 2 | -11/+15 |
* | move static-linked stub dlopen out of dynlink.c | Rich Felker | 2016-01-25 | 2 | -5/+13 |
* | move dlinfo out of dynlink.c | Rich Felker | 2016-01-25 | 2 | -16/+12 |
* | move dlclose out of dynlink.c to its own source file | Rich Felker | 2016-01-25 | 2 | -5/+9 |
* | move static-linked stub invalid dso handle checking out of dynlink.c | Rich Felker | 2016-01-25 | 2 | -9/+20 |
* | move static/stub version of dladdr out of dynlink.c | Rich Felker | 2016-01-25 | 2 | -9/+6 |
* | factor dlerror and error-setting code out of dynlink.c | Rich Felker | 2016-01-25 | 2 | -32/+55 |
* | add arch/abi info to dynamic linker's id/version output | Rich Felker | 2016-01-22 | 1 | -1/+1 |
* | move sh port's __shcall internal function from arch/sh/src to src tree | Rich Felker | 2016-01-22 | 1 | -0/+5 |
* | move sh __unmapself code from arch/sh/src to main src tree | Rich Felker | 2016-01-22 | 2 | -0/+24 |
* | move x32 sysinfo impl and syscall fixup code out of arch/x32/src | Rich Felker | 2016-01-22 | 3 | -1/+88 |
* | move arm-specific translation units out of arch/arm/src, to src/*/arm | Rich Felker | 2016-01-22 | 9 | -1/+244 |
* | overhaul sh atomics for new atomics framework, add j-core cas.l backend | Rich Felker | 2016-01-21 | 3 | -0/+105 |
* | refactor internal atomic.h | Rich Felker | 2016-01-21 | 1 | -0/+275 |
* | exclude vis.h when compiling assembly files | Khem Raj | 2016-01-20 | 1 | -1/+1 |
* | switch arm, sh, and mips fenv asm from .sub system to .S files | Rich Felker | 2016-01-20 | 12 | -6/+21 |
* | switch sh and mips setjmp asm from .sub system to .S files | Rich Felker | 2016-01-20 | 20 | -109/+12 |
* | replace armhf math asm source files with inline asm | Rich Felker | 2016-01-20 | 16 | -40/+60 |
* | adapt build of arm memcpy asm not to use .sub files | Rich Felker | 2016-01-20 | 4 | -2/+7 |
* | fix if_nametoindex return value when socket open fails | Ron Yorston | 2016-01-17 | 1 | -1/+1 |
* | add missing protocols to protoent lookup functions | Timo Teräs | 2016-01-06 | 1 | -1/+16 |
* | fix overly pessimistic realloc strategy in getdelim | Rich Felker | 2015-12-20 | 1 | -1/+1 |
* | avoid updating caller's size when getdelim fails to realloc | Rich Felker | 2015-12-19 | 1 | -5/+6 |
* | fix crash when signal number 0 is passed to sigaction | Rich Felker | 2015-12-15 | 1 | -5/+1 |
* | fix tsearch, tfind, tdelete to handle null pointer input | Szabolcs Nagy | 2015-12-08 | 1 | -0/+6 |
* | tsearch code cleanup | Szabolcs Nagy | 2015-12-08 | 1 | -24/+28 |
* | fix tsearch to avoid crash on oom | Szabolcs Nagy | 2015-12-08 | 1 | -1/+1 |
* | fix tdelete to properly balance the tree | Szabolcs Nagy | 2015-12-08 | 1 | -5/+14 |