summary refs log tree commit diff
path: root/sysdeps/unix
Commit message (Expand)AuthorAgeFilesLines
* Add HWCAP2_SVE_EBF16 from Linux 6.1 to AArch64 bits/hwcap.hJoseph Myers2023-01-101-0/+1
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061584-1584/+1584
* Linux: Pass size argument of epoll_create to the kernelFlorian Weimer2022-12-221-1/+1
* Define MADV_COLLAPSE from Linux 6.1Joseph Myers2022-12-222-0/+3
* powerpc64: Increase SIGSTKSZ and MINSIGSTKSZRajalakshmi Srinivasaraghavan2022-12-211-0/+5
* Update kernel version to 6.1 in header constant testsJoseph Myers2022-12-213-4/+4
* Update syscall lists for Linux 6.1Joseph Myers2022-12-201-2/+2
* Linux: Remove epoll_create, inotify_init from syscalls.listFlorian Weimer2022-12-192-2/+2
* Linux: Reflow and sort some Makefile variablesFlorian Weimer2022-12-191-63/+155
* Allow _Qp_fgt in sparc64 localplt.dataJoseph Myers2022-12-131-0/+1
* Linux: Consolidate typesizes.hAdhemerval Zanella Netto2022-12-079-0/+646
* Linux: Make generic fcntl.h the default oneAdhemerval Zanella Netto2022-12-072-57/+54
* Linux: make generic xstatver.h the default oneAdhemerval Zanella Netto2022-12-074-11/+37
* Linux: Remove generic sysdepAdhemerval Zanella Netto2022-12-0710-33/+21
* Linux: Assume and consolidate shutdown wire-up syscallAdhemerval Zanella Netto2022-12-0710-15/+8
* Linux: Assume and consolidate listen wire-up syscallAdhemerval Zanella Netto2022-12-0710-17/+6
* Linux: Assume and consolidate socketpair wire-up syscallAdhemerval Zanella Netto2022-12-0710-14/+5
* Linux: Assume and consolidate socket wire-up syscallAdhemerval Zanella Netto2022-12-0710-14/+5
* Linux: Assume and consolidate bind wire-up syscallAdhemerval Zanella Netto2022-12-0710-14/+9
* Linux: consolidate ____longjmp_chkAdhemerval Zanella Netto2022-12-071-3/+3
* Linux: consolidate sendfile implementationAdhemerval Zanella Netto2022-12-077-11/+49
* Linux: consolidate unlink implementationAdhemerval Zanella Netto2022-12-071-2/+7
* Linux: consolidate symlink implementationAdhemerval Zanella Netto2022-12-071-2/+7
* Linux: consolidate rmdir implementationAdhemerval Zanella Netto2022-12-071-2/+7
* Linux: consolidate readlink implementationAdhemerval Zanella Netto2022-12-071-2/+7
* Linux: consolidate mkdir implementationAdhemerval Zanella Netto2022-12-071-7/+8
* Linux: consolidate link implementationAdhemerval Zanella Netto2022-12-071-2/+7
* Linux: consolidate lchown implementationAdhemerval Zanella Netto2022-12-071-3/+8
* Linux: consolidate inotify_init implementationAdhemerval Zanella Netto2022-12-071-2/+7
* Lninux: consolidate epoll_create implementationAdhemerval Zanella Netto2022-12-071-2/+7
* Linux: consolidate dup2 implementationAdhemerval Zanella Netto2022-12-071-2/+7
* Linux: consolidate chown implementationAdhemerval Zanella Netto2022-12-071-2/+7
* Linux: consolidate chmod implementationAdhemerval Zanella Netto2022-12-071-3/+7
* linux: Consolidate dl-origin.cAdhemerval Zanella Netto2022-12-072-88/+5
* linux: Use long int for syscall return valueXing Li2022-12-071-1/+1
* configure: Remove check if ld is GNUAdhemerval Zanella2022-12-061-15/+13
* Define in_int32_t_range to check if the 64 bit time_t syscall should be usedYunQiang Su2022-11-1716-20/+20
* Linux: Support __IPC_64 in sysvctl *ctl command arguments (bug 29771)Florian Weimer2022-11-104-26/+63
* riscv: Get level 3 cache's informationZong Li2022-11-091-0/+6
* Linux: Add ppoll fortify symbol for 64 bit time_t (BZ# 29746)Adhemerval Zanella2022-11-0822-2/+67
* elf: Introduce <dl-call_tls_init_tp.h> and call_tls_init_tp (bug 29249)Florian Weimer2022-11-031-2/+1
* elf: Rework exception handling in the dynamic loader [BZ #25486]Florian Weimer2022-11-0322-110/+0
* linux: Drop useless include from fstatat.cAurelien Jarno2022-11-021-2/+0
* linux: Fix fstatat on MIPSn64 (BZ #29730)Aurelien Jarno2022-11-021-0/+51
* Apply asm redirection in not-cancel before first useAdhemerval Zanella2022-11-011-15/+15
* aarch64: Fix the extension header write in getcontext and swapcontextSzabolcs Nagy2022-10-282-4/+4
* linux: Fix generic struct_stat for 64 bit time (BZ# 29657)Adhemerval Zanella2022-10-256-74/+622
* Add ADDRB from Linux 6.0 to bits/termios-c_cflag.hJoseph Myers2022-10-243-0/+12
* linux: Avoid shifting a negative signed on POSIX timer interfaceAdhemerval Zanella2022-10-204-9/+27
* Introduce <pointer_guard.h>, extracted from <sysdep.h>Florian Weimer2022-10-1844-463/+760