summaryrefslogtreecommitdiff
path: root/sysdeps/unix
Commit message (Expand)AuthorAgeFilesLines
* elf: Fix dynamic-link.h usage on rtld.cAdhemerval Zanella2022-03-291-1/+1
* hppa: Use END instead of PSEUDO_END in swapcontext.SJohn David Anglin2022-03-151-1/+1
* hppa: Implement swapcontext in assembler (bug 28960)John David Anglin2022-03-152-83/+72
* hppa: Revise gettext trampoline designJohn David Anglin2022-03-063-31/+35
* hppa: Fix swapcontextJohn David Anglin2022-03-063-7/+58
* linux: fix accuracy of get_nprocs and get_nprocs_conf [BZ #28865]Dmitry V. Levin2022-02-071-31/+63
* linux: Fix missing __convert_scm_timestamps (BZ #28860)Adhemerval Zanella2022-02-031-2/+3
* Linux: Simplify __opensock and fix race condition [BZ #28353]Florian Weimer2022-02-032-116/+0
* linux: __get_nprocs_sched: do not feed CPU_COUNT_S with garbage [BZ #28850]Gleb Fotengauer-Malinovskiy2022-02-031-1/+1
* tst-socket-timestamp-compat.c: Check __TIMESIZE [BZ #28837]H.J. Lu2022-02-011-1/+1
* Linux: Only generate 64 bit timestamps for 64 bit time_t recvmsg/recvmmsgAdhemerval Zanella2022-02-015-24/+322
* linux: Fix ancillary 64-bit time timestamp conversion (BZ #28349, BZ#28350)Adhemerval Zanella2022-02-014-6/+348
* Fix glibc 2.34 ABI omission (missing GLIBC_2.34 in dynamic loader)Florian Weimer2022-01-3129-0/+29
* Linux: Detect user namespace support in io/tst-getcwd-smallbuffFlorian Weimer2022-01-241-0/+18
* getcwd: Set errno to ERANGE for size == 1 (CVE-2021-3999)Siddhesh Poyarekar2022-01-242-1/+247
* Update syscall lists for Linux 5.16Joseph Myers2022-01-1426-2/+28
* i386: Remove broken CAN_USE_REGISTER_ASM_EBP (bug 28771)Florian Weimer2022-01-133-251/+27
* Update syscall lists for Linux 5.15Joseph Myers2022-01-1328-4/+31
* Linux: Fix 32-bit vDSO for clock_gettime on powerpc32maminjie2021-12-211-1/+1
* linux: Add sparck brk implementationAdhemerval Zanella2021-12-191-0/+58
* riscv: align stack in clone [BZ #28702]Aurelien Jarno2021-12-171-0/+3
* powerpc64[le]: Allocate extra stack frame on syscall.SMatheus Castanho2021-12-171-0/+4
* arm: Guard ucontext _rtld_global_ro access by SHARED, not PIC macroFlorian Weimer2021-12-172-4/+4
* mips: increase stack alignment in clone to match the ABIXi Ruoyao2021-12-141-3/+3
* mips: align stack in clone [BZ #28223]Xi Ruoyao2021-12-141-0/+7
* linux: Use /proc/stat fallback for __get_nprocs_conf (BZ #28624)Adhemerval Zanella2021-11-251-25/+35
* timex: Use 64-bit fields on 32-bit TIMESIZE=64 systems (BZ #28469)Stafford Horne2021-10-181-1/+1
* y2038: Use a common definition for stat for sparc32Adhemerval Zanella2021-10-181-23/+31
* S390: Add PCI_MIO and SIE HWCAPsStefan Liebler2021-10-071-0/+7
* linux: Revert the use of sched_getaffinity on get_nproc (BZ #28310)Adhemerval Zanella2021-10-011-5/+134
* linux: Simplify get_nprocsAdhemerval Zanella2021-10-011-50/+18
* misc: Add __get_nprocs_schedAdhemerval Zanella2021-10-011-0/+6
* Use support_open_dev_null_range io/tst-closefrom, misc/tst-close_range, and p...Adhemerval Zanella2021-09-211-21/+10
* Add MADV_POPULATE_READ and MADV_POPULATE_WRITE from Linux 5.14 to bits/mman-l...Joseph Myers2021-09-151-0/+4
* Update kernel version to 5.14 in tst-mman-consts.pyJoseph Myers2021-09-151-1/+1
* Update syscall lists for Linux 5.14Joseph Myers2021-09-1526-2/+33
* MIPS: Setup errno for {f,l,}xstatJiaxun Yang2021-09-073-3/+9
* librt: fix NULL pointer dereference (bug 28213)Nikita Popov2021-08-091-1/+1
* Linux: Fix fcntl, ioctl, prctl redirects for _TIME_BITS=64 (bug 28182)Florian Weimer2021-08-061-1/+1
* Typo: Rename HAVE_CLONE3_WAPPER to HAVE_CLONE3_WRAPPERH.J. Lu2021-07-283-3/+3
* socket: Add time64 alias for setsockoptFlorian Weimer2021-07-2221-0/+23
* socket: Add time64 alias for getsockoptFlorian Weimer2021-07-2221-0/+23
* Move malloc_{g,s}et_state to libc_malloc_debugSiddhesh Poyarekar2021-07-2256-56/+56
* glibc.malloc.check: Wean away from malloc hooksSiddhesh Poyarekar2021-07-2232-0/+224
* mtrace: Wean away from malloc hooksSiddhesh Poyarekar2021-07-2252-20/+64
* mcheck: Wean away from malloc hooks [BZ #23489]Siddhesh Poyarekar2021-07-2232-0/+256
* Move malloc hooks into a compat DSOSiddhesh Poyarekar2021-07-2237-0/+296
* socket: Add time64 alias for sendmsgFlorian Weimer2021-07-2121-0/+23
* socket: Add time64 alias for recvmsgFlorian Weimer2021-07-2121-0/+23
* socket: Add time64 alias for sendmmsgFlorian Weimer2021-07-2124-0/+212