about summary refs log tree commit diff
path: root/sysdeps/unix
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add AArch64 HWCAP2_EBF16 from Linux 6.0 to bits/hwcap.hJoseph Myers2022-10-121-0/+1
* Expose all MAP_ constants in <sys/mman.h> unconditionally (bug 29375)Andreas Schwab2022-10-109-110/+82
* elf: Remove _dl_string_hwcapJavier Pello2022-10-062-24/+0
* Update kernel version to 6.0 in header constant testsJoseph Myers2022-10-053-4/+4
* Update syscall lists for Linux 6.0Joseph Myers2022-10-051-2/+2
* malloc: Do not clobber errno on __getrandom_nocancel (BZ #29624)Adhemerval Zanella2022-09-301-1/+1
* stdlib: Fix __getrandom_nocancel type and arc4random usage (BZ #29638)Adhemerval Zanella2022-09-301-1/+1
* Use C11 atomics instead of atomic_increment(_val)Wilco Dijkstra2022-09-231-3/+3
* hppa: undef __ASSUME_SET_ROBUST_LISTJohn David Anglin2022-09-201-0/+3
* linux: Use same type for MMAP2_PAGE_UNITAdhemerval Zanella2022-09-204-4/+4
* m68k: Enforce 4-byte alignment on internal locks (BZ #29537)Adhemerval Zanella2022-09-201-0/+25
* Linux: Do not skip d_ino == 0 entries in readdir, readdir64 (bug 12165)Florian Weimer2022-09-192-108/+69
* RISC-V: Allow long jumps to __syscall_errorƁukasz Stelmach2022-09-166-6/+6
* Use C11 atomics instead atomic_add(_zero)Wilco Dijkstra2022-09-091-3/+3
* LoongArch: Add soft float support.caiyinyu2022-09-015-7/+79