about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* better a_sc inline asm constraint on aarch64 and armSzabolcs Nagy2016-01-312-3/+3
* don't suppress shared libc when linker lacks -Bsymbolic-functionsRich Felker2016-01-312-11/+5
* ldso: fix GDB dynamic linker info on MIPSFelix Fietkau2016-01-303-5/+12
* regex: simplify the {,} repetition parsing logicSzabolcs Nagy2016-01-301-20/+19
* regex: treat \+, \? as repetitions in BRESzabolcs Nagy2016-01-301-1/+5
* regex: rewrite the repetition parsing codeSzabolcs Nagy2016-01-301-30/+29
* regex: treat \| in BRE as alternationSzabolcs Nagy2016-01-301-2/+17
* regex: reject repetitions in some cases with REG_BADRPTSzabolcs Nagy2016-01-301-3/+12
* regex: clean up position accounting for literal nodesSzabolcs Nagy2016-01-301-4/+2
* fix misaligned pointer-like objects in arm atomics asm source fileRich Felker2016-01-301-0/+2
* fix regression in dynamic-linked tls when both main app & libs have tlsRich Felker2016-01-301-1/+1
* reuse parsed resolv.conf in dns core to avoid re-reading/re-parsingRich Felker2016-01-282-16/+22
* fix uninitialized variable in new resolv.conf parserRich Felker2016-01-281-1/+1
* add support for search domains to dns resolverRich Felker2016-01-281-1/+41
* fix handling of dns response codesRich Felker2016-01-281-1/+2
* fix logic for matching search/domain keywords in resolv.confRich Felker2016-01-281-1/+1
* factor resolv.conf parsing out of res_msend to its own fileRich Felker2016-01-283-60/+126
* add errno setting to stub utmpxname functionRich Felker2016-01-281-0/+2
* legacy/utmpx: Add utmp{,x}name stubsKylie McClain2016-01-281-0/+7
* deduplicate the bulk of the arch bits headersRich Felker2016-01-2792-3194/+0
* add arch/generic include fallback to build rulesRich Felker2016-01-272-4/+9
* remove unneeded -I options from configure test for may_alias attributeRich Felker2016-01-271-1/+1
* mips: add vdso supportHauke Mehrtens2016-01-271-0/+4
* improve clock_gettime and adapt it to support slightly-broken vdsoRich Felker2016-01-271-22/+39
* fix siginfo_t for mipsSzabolcs Nagy2016-01-262-0/+13
* move bits/signal.h include close to the top of signal.hSzabolcs Nagy2016-01-261-6/+12
* add new PTRACE_SECCOMP_GET_FILTER ptrace commandSzabolcs Nagy2016-01-261-0/+1
* add MCL_ONFAULT and MLOCK_ONFAULT mlockall and mlock2 flagsSzabolcs Nagy2016-01-2611-0/+11
* add mlock2 syscall number from linux v4.4Szabolcs Nagy2016-01-268-0/+16
* add new PTRACE_O_SUSPEND_SECCOMP ptrace optionSzabolcs Nagy2016-01-261-1/+2
* add new PR_CAP_AMBIENT and related defines to sys/prctl.hSzabolcs Nagy2016-01-261-0/+6
* update netpacket/packet.h to linux v4.3Szabolcs Nagy2016-01-261-0/+17
* add new membarrier, userfaultfd and switch_endian syscallsSzabolcs Nagy2016-01-268-0/+34
* add new i386 socket syscall numbersSzabolcs Nagy2016-01-261-0/+30
* change the internal socketcall selection logicSzabolcs Nagy2016-01-262-1/+3
* add ssp suppression to some arch-override files that may need itRich Felker2016-01-251-2/+4
* use same object files for libc.a and libc.so if compiler produces PICRich Felker2016-01-252-2/+13
* move dynamic linker to its own top-level directory, ldsoRich Felker2016-01-255-19/+11
* adapt static dl_iterate_phdr not to depend on !defined(SHARED)Rich Felker2016-01-251-4/+3
* move static-linked stub dlsym out of dynlink.cRich Felker2016-01-252-11/+15
* move static-linked stub dlopen out of dynlink.cRich Felker2016-01-252-5/+13
* move dlinfo out of dynlink.cRich Felker2016-01-252-16/+12
* move dlclose out of dynlink.c to its own source fileRich Felker2016-01-252-5/+9
* move static-linked stub invalid dso handle checking out of dynlink.cRich Felker2016-01-252-9/+20
* move static/stub version of dladdr out of dynlink.cRich Felker2016-01-252-9/+6
* factor dlerror and error-setting code out of dynlink.cRich Felker2016-01-252-32/+55
* fix arm a_crash for big endianRich Felker2016-01-251-2/+4
* add native a_crash primitive for armRich Felker2016-01-251-0/+10
* add new IP_BIND_ADDRESS_NO_PORT and IPPROTO_MPLS to netinet/in.hSzabolcs Nagy2016-01-241-0/+2
* update netinet/tcp.h for linux v4.2Szabolcs Nagy2016-01-241-0/+7