2016-01-31 |
Szabolcs Nagy | regex: simplify the {,} repetition parsing logic |
commit | commitdiff | tree | snapshot |
2016-01-31 |
Szabolcs Nagy | regex: treat \+, \? as repetitions in BRE |
commit | commitdiff | tree | snapshot |
2016-01-31 |
Szabolcs Nagy | regex: rewrite the repetition parsing code |
commit | commitdiff | tree | snapshot |
2016-01-31 |
Szabolcs Nagy | regex: treat \| in BRE as alternation |
commit | commitdiff | tree | snapshot |
2016-01-31 |
Szabolcs Nagy | regex: reject repetitions in some cases with REG_BADRPT |
commit | commitdiff | tree | snapshot |
2016-01-31 |
Szabolcs Nagy | regex: clean up position accounting for literal nodes |
commit | commitdiff | tree | snapshot |
2016-01-31 |
Rich Felker | fix misaligned pointer-like objects in arm atomics... |
commit | commitdiff | tree | snapshot |
2016-01-30 |
Rich Felker | fix regression in dynamic-linked tls when both main... |
commit | commitdiff | tree | snapshot |
2016-01-29 |
Rich Felker | reuse parsed resolv.conf in dns core to avoid re-readin... |
commit | commitdiff | tree | snapshot |
2016-01-29 |
Rich Felker | fix uninitialized variable in new resolv.conf parser |
commit | commitdiff | tree | snapshot |
2016-01-29 |
Rich Felker | add support for search domains to dns resolver |
commit | commitdiff | tree | snapshot |
2016-01-29 |
Rich Felker | fix handling of dns response codes |
commit | commitdiff | tree | snapshot |
2016-01-29 |
Rich Felker | fix logic for matching search/domain keywords in resolv... |
commit | commitdiff | tree | snapshot |
2016-01-28 |
Rich Felker | factor resolv.conf parsing out of res_msend to its... |
commit | commitdiff | tree | snapshot |
2016-01-28 |
Rich Felker | add errno setting to stub utmpxname function |
commit | commitdiff | tree | snapshot |
2016-01-28 |
Kylie McClain | legacy/utmpx: Add utmp{,x}name stubs |
commit | commitdiff | tree | snapshot |
2016-01-28 |
Rich Felker | deduplicate the bulk of the arch bits headers |
commit | commitdiff | tree | snapshot |
2016-01-28 |
Rich Felker | add arch/generic include fallback to build rules |
commit | commitdiff | tree | snapshot |
2016-01-28 |
Rich Felker | remove unneeded -I options from configure test for... |
commit | commitdiff | tree | snapshot |
2016-01-27 |
Hauke Mehrtens | mips: add vdso support |
commit | commitdiff | tree | snapshot |
2016-01-27 |
Rich Felker | improve clock_gettime and adapt it to support slightly... |
commit | commitdiff | tree | snapshot |
2016-01-27 |
Szabolcs Nagy | fix siginfo_t for mips |
commit | commitdiff | tree | snapshot |
2016-01-27 |
Szabolcs Nagy | move bits/signal.h include close to the top of signal.h |
commit | commitdiff | tree | snapshot |
2016-01-26 |
Szabolcs Nagy | add new PTRACE_SECCOMP_GET_FILTER ptrace command |
commit | commitdiff | tree | snapshot |
2016-01-26 |
Szabolcs Nagy | add MCL_ONFAULT and MLOCK_ONFAULT mlockall and mlock2... |
commit | commitdiff | tree | snapshot |
2016-01-26 |
Szabolcs Nagy | add mlock2 syscall number from linux v4.4 |
commit | commitdiff | tree | snapshot |
2016-01-26 |
Szabolcs Nagy | add new PTRACE_O_SUSPEND_SECCOMP ptrace option |
commit | commitdiff | tree | snapshot |
2016-01-26 |
Szabolcs Nagy | add new PR_CAP_AMBIENT and related defines to sys/prctl.h |
commit | commitdiff | tree | snapshot |
2016-01-26 |
Szabolcs Nagy | update netpacket/packet.h to linux v4.3 |
commit | commitdiff | tree | snapshot |
2016-01-26 |
Szabolcs Nagy | add new membarrier, userfaultfd and switch_endian syscalls |
commit | commitdiff | tree | snapshot |
2016-01-26 |
Szabolcs Nagy | add new i386 socket syscall numbers |
commit | commitdiff | tree | snapshot |
2016-01-26 |
Szabolcs Nagy | change the internal socketcall selection logic |
commit | commitdiff | tree | snapshot |
2016-01-26 |
Rich Felker | add ssp suppression to some arch-override files that... |
commit | commitdiff | tree | snapshot |
2016-01-26 |
Rich Felker | use same object files for libc.a and libc.so if compile... |
commit | commitdiff | tree | snapshot |
2016-01-26 |
Rich Felker | move dynamic linker to its own top-level directory... |
commit | commitdiff | tree | snapshot |
2016-01-26 |
Rich Felker | adapt static dl_iterate_phdr not to depend on !defined... |
commit | commitdiff | tree | snapshot |
2016-01-26 |
Rich Felker | move static-linked stub dlsym out of dynlink.c |
commit | commitdiff | tree | snapshot |
2016-01-25 |
Rich Felker | move static-linked stub dlopen out of dynlink.c |
commit | commitdiff | tree | snapshot |
2016-01-25 |
Rich Felker | move dlinfo out of dynlink.c |
commit | commitdiff | tree | snapshot |
2016-01-25 |
Rich Felker | move dlclose out of dynlink.c to its own source file |
commit | commitdiff | tree | snapshot |
2016-01-25 |
Rich Felker | move static-linked stub invalid dso handle checking... |
commit | commitdiff | tree | snapshot |
2016-01-25 |
Rich Felker | move static/stub version of dladdr out of dynlink.c |
commit | commitdiff | tree | snapshot |
2016-01-25 |
Rich Felker | factor dlerror and error-setting code out of dynlink.c |
commit | commitdiff | tree | snapshot |
2016-01-25 |
Rich Felker | fix arm a_crash for big endian |
commit | commitdiff | tree | snapshot |
2016-01-25 |
Rich Felker | add native a_crash primitive for arm |
commit | commitdiff | tree | snapshot |
2016-01-25 |
Szabolcs Nagy | add new IP_BIND_ADDRESS_NO_PORT and IPPROTO_MPLS to... |
commit | commitdiff | tree | snapshot |
2016-01-25 |
Szabolcs Nagy | update netinet/tcp.h for linux v4.2 |
commit | commitdiff | tree | snapshot |
2016-01-25 |
Szabolcs Nagy | add MS_LAZYTIME mount option to sys/mount.h |
commit | commitdiff | tree | snapshot |
2016-01-25 |
Szabolcs Nagy | add AF_MPLS (PF_MPLS) address family to socket.h |
commit | commitdiff | tree | snapshot |
2016-01-25 |
Szabolcs Nagy | add MSG_FASTOPEN sendmsg/sendto flag to socket.h |
commit | commitdiff | tree | snapshot |
2016-01-25 |
Szabolcs Nagy | clean powerpc syscall.h |
commit | commitdiff | tree | snapshot |
2016-01-25 |
Szabolcs Nagy | add missing powerpc specific PROT_SAO memory protection... |
commit | commitdiff | tree | snapshot |
2016-01-25 |
Szabolcs Nagy | fix powerpc MCL_* mlockall flags in bits/mman.h |
commit | commitdiff | tree | snapshot |
2016-01-25 |
Szabolcs Nagy | fix aarch64 atomics to load/store 32bit only |
commit | commitdiff | tree | snapshot |
2016-01-23 |
Rich Felker | improve aarch64 atomics |
commit | commitdiff | tree | snapshot |
2016-01-22 |
Rich Felker | add arch/abi info to dynamic linker's id/version output |
commit | commitdiff | tree | snapshot |
2016-01-22 |
Rich Felker | remove arch/$(ARCH)/src from the build system |
commit | commitdiff | tree | snapshot |
2016-01-22 |
Rich Felker | remove sh port's __fpscr_values source file |
commit | commitdiff | tree | snapshot |
2016-01-22 |
Rich Felker | move sh port's __shcall internal function from arch... |
commit | commitdiff | tree | snapshot |
2016-01-22 |
Rich Felker | move sh __unmapself code from arch/sh/src to main src... |
commit | commitdiff | tree | snapshot |
2016-01-22 |
Rich Felker | move x32 sysinfo impl and syscall fixup code out of... |
commit | commitdiff | tree | snapshot |
2016-01-22 |
Rich Felker | overhaul powerpc atomics for new atomics framework |
commit | commitdiff | tree | snapshot |
2016-01-22 |
Rich Felker | clean up x86_64 (and x32) atomics for new atomics framework |
commit | commitdiff | tree | snapshot |
2016-01-22 |
Rich Felker | clean up i386 atomics for new atomics framework |
commit | commitdiff | tree | snapshot |
2016-01-22 |
Rich Felker | overhaul mips atomics for new atomics framework |
commit | commitdiff | tree | snapshot |
2016-01-22 |
Rich Felker | move arm-specific translation units out of arch/arm... |
commit | commitdiff | tree | snapshot |
2016-01-21 |
Rich Felker | overhaul arm atomics for new atomics framework |
commit | commitdiff | tree | snapshot |
2016-01-21 |
Rich Felker | overhaul aarch64 atomics for new atomics framework |
commit | commitdiff | tree | snapshot |
2016-01-21 |
Rich Felker | overhaul sh atomics for new atomics framework, add... |
commit | commitdiff | tree | snapshot |
2016-01-21 |
Rich Felker | refactor internal atomic.h |
commit | commitdiff | tree | snapshot |
2016-01-20 |
Rich Felker | fix global visibility (vis.h) support for out-of-tree... |
commit | commitdiff | tree | snapshot |
2016-01-20 |
Khem Raj | exclude vis.h when compiling assembly files |
commit | commitdiff | tree | snapshot |
2016-01-20 |
Rich Felker | simplify "make clean" and remove unneeded lib dir from... |
commit | commitdiff | tree | snapshot |
2016-01-20 |
Rich Felker | deduplicate compiler invocation command line in makefile |
commit | commitdiff | tree | snapshot |
2016-01-20 |
Rich Felker | remove outdated/incorrect comment about AS_CMD from... |
commit | commitdiff | tree | snapshot |
2016-01-20 |
Rich Felker | remove support for subarch .sub files from the makefile |
commit | commitdiff | tree | snapshot |
2016-01-20 |
Rich Felker | fix build regression for arm pre-v7 from out-of-tree... |
commit | commitdiff | tree | snapshot |
2016-01-20 |
Rich Felker | switch arm, sh, and mips fenv asm from .sub system... |
commit | commitdiff | tree | snapshot |
2016-01-20 |
Rich Felker | switch sh and mips setjmp asm from .sub system to ... |
commit | commitdiff | tree | snapshot |
2016-01-20 |
Rich Felker | fix dynamic linker path file selection for arm vs armhf |
commit | commitdiff | tree | snapshot |
2016-01-20 |
Rich Felker | replace armhf math asm source files with inline asm |
commit | commitdiff | tree | snapshot |
2016-01-20 |
Rich Felker | adapt build of arm memcpy asm not to use .sub files |
commit | commitdiff | tree | snapshot |
2016-01-20 |
Rich Felker | eliminate separate static/shared CFLAGS vars in makefile |
commit | commitdiff | tree | snapshot |
2016-01-19 |
Rich Felker | add support for arch-provided replacement files as... |
commit | commitdiff | tree | snapshot |
2016-01-17 |
Kylie McClain | netinet/tcp: Add TCPOPT, TCPOLEN constants |
commit | commitdiff | tree | snapshot |
2016-01-17 |
Ron Yorston | fix if_nametoindex return value when socket open fails |
commit | commitdiff | tree | snapshot |
2016-01-17 |
Petr Hosek | support out-of-tree build |
commit | commitdiff | tree | snapshot |
2016-01-06 |
Timo Teräs | add missing protocols to protoent lookup functions |
commit | commitdiff | tree | snapshot |
2015-12-29 |
Rich Felker | adjust mips crt_arch entry point asm to avoid assembler... |
commit | commitdiff | tree | snapshot |
2015-12-29 |
Rich Felker | adjust i386 max_align_t definition to work around some... |
commit | commitdiff | tree | snapshot |
2015-12-20 |
Rich Felker | fix overly pessimistic realloc strategy in getdelim |
commit | commitdiff | tree | snapshot |
2015-12-20 |
Rich Felker | avoid updating caller's size when getdelim fails to... |
commit | commitdiff | tree | snapshot |
2015-12-16 |
Rich Felker | fix crash when signal number 0 is passed to sigaction |
commit | commitdiff | tree | snapshot |
2015-12-16 |
Rich Felker | remove visibility suppression by SHARED macro in mips... |
commit | commitdiff | tree | snapshot |
2015-12-08 |
Szabolcs Nagy | fix tsearch, tfind, tdelete to handle null pointer... |
commit | commitdiff | tree | snapshot |
2015-12-08 |
Szabolcs Nagy | tsearch code cleanup |
commit | commitdiff | tree | snapshot |
2015-12-08 |
Szabolcs Nagy | fix tsearch to avoid crash on oom |
commit | commitdiff | tree | snapshot |
2015-12-08 |
Szabolcs Nagy | fix tdelete to properly balance the tree |
commit | commitdiff | tree | snapshot |
2015-11-30 |
Jo-Philipp... | properly handle point-to-point interfaces in getifaddrs() |
commit | commitdiff | tree | snapshot |
2015-11-28 |
Szabolcs Nagy | ldso: fix the dtv update logic in __tls_get_new |
commit | commitdiff | tree | snapshot |
next |