Age | Commit message (Expand) | Author | Files | Lines |
2016-02-10 | fix return value for fread/fwrite when size argument is 0 | Rich Felker | 2 | -0/+2 |
2016-02-10 | fix line-buffered flush omission for odd usage of putc-family functions | Rich Felker | 1 | -1/+2 |
2016-02-10 | fix failed write reporting by fwrite in line-buffered mode | Rich Felker | 1 | -2/+2 |
2016-02-08 | remove workaround for broken mips assemblers | Rich Felker | 2 | -9/+2 |
2016-02-04 | in mips cancellable syscall asm, don't assume gp register is valid | Rich Felker | 1 | -2/+13 |
2016-02-04 | avoid using signals when a thread attempts to cancel itself | Rich Felker | 1 | -0/+1 |
2016-02-02 | make configure accept -h as an alias for --help | Rich Felker | 1 | -1/+1 |
2016-02-02 | update INSTALL file with new archs, compiler info | Rich Felker | 1 | -28/+20 |
2016-01-31 | fix malloc_usable_size for NULL input | Szabolcs Nagy | 1 | -1/+1 |
2016-01-31 | regex: increase the stack tre uses for tnfa creation | Szabolcs Nagy | 1 | -1/+1 |
2016-01-31 | better a_sc inline asm constraint on aarch64 and arm | Szabolcs Nagy | 2 | -3/+3 |
2016-01-31 | don't suppress shared libc when linker lacks -Bsymbolic-functions | Rich Felker | 2 | -11/+5 |
2016-01-30 | ldso: fix GDB dynamic linker info on MIPS | Felix Fietkau | 3 | -5/+12 |
2016-01-30 | regex: simplify the {,} repetition parsing logic | Szabolcs Nagy | 1 | -20/+19 |
2016-01-30 | regex: treat \+, \? as repetitions in BRE | Szabolcs Nagy | 1 | -1/+5 |
2016-01-30 | regex: rewrite the repetition parsing code | Szabolcs Nagy | 1 | -30/+29 |
2016-01-30 | regex: treat \| in BRE as alternation | Szabolcs Nagy | 1 | -2/+17 |
2016-01-30 | regex: reject repetitions in some cases with REG_BADRPT | Szabolcs Nagy | 1 | -3/+12 |
2016-01-30 | regex: clean up position accounting for literal nodes | Szabolcs Nagy | 1 | -4/+2 |
2016-01-30 | fix misaligned pointer-like objects in arm atomics asm source file | Rich Felker | 1 | -0/+2 |
2016-01-30 | fix regression in dynamic-linked tls when both main app & libs have tls | Rich Felker | 1 | -1/+1 |
2016-01-28 | reuse parsed resolv.conf in dns core to avoid re-reading/re-parsing | Rich Felker | 2 | -16/+22 |
2016-01-28 | fix uninitialized variable in new resolv.conf parser | Rich Felker | 1 | -1/+1 |
2016-01-28 | add support for search domains to dns resolver | Rich Felker | 1 | -1/+41 |
2016-01-28 | fix handling of dns response codes | Rich Felker | 1 | -1/+2 |
2016-01-28 | fix logic for matching search/domain keywords in resolv.conf | Rich Felker | 1 | -1/+1 |
2016-01-28 | factor resolv.conf parsing out of res_msend to its own file | Rich Felker | 3 | -60/+126 |
2016-01-28 | add errno setting to stub utmpxname function | Rich Felker | 1 | -0/+2 |
2016-01-28 | legacy/utmpx: Add utmp{,x}name stubs | Kylie McClain | 1 | -0/+7 |
2016-01-27 | deduplicate the bulk of the arch bits headers | Rich Felker | 92 | -3194/+0 |
2016-01-27 | add arch/generic include fallback to build rules | Rich Felker | 2 | -4/+9 |
2016-01-27 | remove unneeded -I options from configure test for may_alias attribute | Rich Felker | 1 | -1/+1 |
2016-01-27 | mips: add vdso support | Hauke Mehrtens | 1 | -0/+4 |
2016-01-27 | improve clock_gettime and adapt it to support slightly-broken vdso | Rich Felker | 1 | -22/+39 |
2016-01-26 | fix siginfo_t for mips | Szabolcs Nagy | 2 | -0/+13 |
2016-01-26 | move bits/signal.h include close to the top of signal.h | Szabolcs Nagy | 1 | -6/+12 |
2016-01-26 | add new PTRACE_SECCOMP_GET_FILTER ptrace command | Szabolcs Nagy | 1 | -0/+1 |
2016-01-26 | add MCL_ONFAULT and MLOCK_ONFAULT mlockall and mlock2 flags | Szabolcs Nagy | 11 | -0/+11 |
2016-01-26 | add mlock2 syscall number from linux v4.4 | Szabolcs Nagy | 8 | -0/+16 |
2016-01-26 | add new PTRACE_O_SUSPEND_SECCOMP ptrace option | Szabolcs Nagy | 1 | -1/+2 |
2016-01-26 | add new PR_CAP_AMBIENT and related defines to sys/prctl.h | Szabolcs Nagy | 1 | -0/+6 |
2016-01-26 | update netpacket/packet.h to linux v4.3 | Szabolcs Nagy | 1 | -0/+17 |
2016-01-26 | add new membarrier, userfaultfd and switch_endian syscalls | Szabolcs Nagy | 8 | -0/+34 |
2016-01-26 | add new i386 socket syscall numbers | Szabolcs Nagy | 1 | -0/+30 |
2016-01-26 | change the internal socketcall selection logic | Szabolcs Nagy | 2 | -1/+3 |
2016-01-25 | add ssp suppression to some arch-override files that may need it | Rich Felker | 1 | -2/+4 |
2016-01-25 | use same object files for libc.a and libc.so if compiler produces PIC | Rich Felker | 2 | -2/+13 |
2016-01-25 | move dynamic linker to its own top-level directory, ldso | Rich Felker | 5 | -19/+11 |
2016-01-25 | adapt static dl_iterate_phdr not to depend on !defined(SHARED) | Rich Felker | 1 | -4/+3 |
2016-01-25 | move static-linked stub dlsym out of dynlink.c | Rich Felker | 2 | -11/+15 |