about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* add MS_LAZYTIME mount option to sys/mount.hSzabolcs Nagy2016-01-241-1/+2
* add AF_MPLS (PF_MPLS) address family to socket.hSzabolcs Nagy2016-01-241-0/+2
* add MSG_FASTOPEN sendmsg/sendto flag to socket.hSzabolcs Nagy2016-01-241-0/+1
* clean powerpc syscall.hSzabolcs Nagy2016-01-241-24/+0
* add missing powerpc specific PROT_SAO memory protection flagSzabolcs Nagy2016-01-241-0/+1
* fix powerpc MCL_* mlockall flags in bits/mman.hSzabolcs Nagy2016-01-241-2/+2
* fix aarch64 atomics to load/store 32bit onlySzabolcs Nagy2016-01-241-2/+2
* improve aarch64 atomicsRich Felker2016-01-231-16/+36
* add arch/abi info to dynamic linker's id/version outputRich Felker2016-01-221-1/+1
* remove arch/$(ARCH)/src from the build systemRich Felker2016-01-221-1/+1
* remove sh port's __fpscr_values source fileRich Felker2016-01-221-5/+0
* move sh port's __shcall internal function from arch/sh/src to src treeRich Felker2016-01-221-0/+0
* move sh __unmapself code from arch/sh/src to main src treeRich Felker2016-01-222-1/+1
* move x32 sysinfo impl and syscall fixup code out of arch/x32/srcRich Felker2016-01-223-1/+0
* overhaul powerpc atomics for new atomics frameworkRich Felker2016-01-221-14/+38
* clean up x86_64 (and x32) atomics for new atomics frameworkRich Felker2016-01-222-113/+130
* clean up i386 atomics for new atomics frameworkRich Felker2016-01-221-66/+58
* overhaul mips atomics for new atomics frameworkRich Felker2016-01-221-53/+31
* move arm-specific translation units out of arch/arm/src, to src/*/armRich Felker2016-01-229-1/+0
* overhaul arm atomics for new atomics frameworkRich Felker2016-01-211-142/+38
* overhaul aarch64 atomics for new atomics frameworkRich Felker2016-01-211-174/+25
* overhaul sh atomics for new atomics framework, add j-core cas.l backendRich Felker2016-01-216-262/+110
* refactor internal atomic.hRich Felker2016-01-2115-834/+491