4295 Commits (1f0e9f9cc2e3fa354f94e18b3b362de5f1ec7272)
 

Author SHA1 Message Date
Rich Felker db2a148d9d deduplicate mips64/n32 syscall clobbered register lists 7 years ago
Rich Felker 03919b26ed use namespace-safe __lseek for __stdio_seek instead of direct syscall 7 years ago
Rich Felker b07d45eb01 release 1.1.23 7 years ago
Rich Felker d6dcd4185b update year in COPYRIGHT file 7 years ago
Rich Felker 7a6c8a0df1 update authors/contributors list 7 years ago
Rich Felker 980f80f792 fix build failure on arm building C code in thumb1 mode 7 years ago
James Y Knight 7829f42a2c fix sigaltstack to ignore ss_size with SS_DISABLE, per POSIX 7 years ago
Samuel Holland c225e6c1a4 use the correct attributes for ___errno_location 7 years ago
Samuel Holland 05eb8ea060 fix conflicting mips and powerpc definitions for TIOCSER_TEMT macro 7 years ago
Samuel Holland e0eee3ceef fix restrict violations in internal use of several functions 7 years ago
Rich Felker a730639273 mention mips64 n32 ABI support in INSTALL doc 7 years ago
Rich Felker 0f72228208 document riscv64 support in INSTALL document 7 years ago
Rich Felker 759900403d prevent dup2 action for posix_spawn internal pipe fd 7 years ago
Rich Felker 9b83182069 fix inadvertent use of uninitialized variable in dladdr 7 years ago
Rich Felker 524e76f17b remove spurious MAP_32BIT definition from riscv64 arch 7 years ago
Fangrui Song 4b5ba07650 configure: make AR and RANLIB customizable 7 years ago
Fangrui Song 94751d8ee4 remove stray .end directives from powerpc[64] asm 7 years ago
Szabolcs Nagy f3f96f2daa add new syscall numbers from linux v5.1 7 years ago
Szabolcs Nagy 4acfc287d8 ipc: prefer SYS_ipc when it is defined 7 years ago
Szabolcs Nagy b574de5bf3 mips64: fix syscall numbers of io_pgetevents and rseq 7 years ago
Szabolcs Nagy 47bc7f0afe elf.h: add NT_ARM_PAC{A,G}_KEYS from linux v5.1 7 years ago
Szabolcs Nagy eea841e653 netinet/in.h: add INADDR_ALLSNOOPERS_GROUP from linux v5.1 7 years ago
Szabolcs Nagy 5b2b682ddc sys/socket.h: add SO_BINDTOIFINDEX from linux v5.1 7 years ago
Szabolcs Nagy 4523505114 s390x: drop SO_ definitions from bits/socket.h 7 years ago
Szabolcs Nagy 93b5f6c843 netinet/in.h: add IPV6_ROUTER_ALERT_ISOLATE from linux v5.1 7 years ago
Szabolcs Nagy c7081edcf8 sys/prctl.h: add PR_SPEC_DISABLE_NOEXEC from linux v5.1 7 years ago
Szabolcs Nagy 9e8dd1c7f1 fcntl.h: add F_SEAL_FUTURE_WRITE from linux v5.1 7 years ago
Szabolcs Nagy f67b3c1799 sys/fanotify.h: update for linux v5.1 7 years ago
Samuel Holland 84ebec6cee fix deadlock in synccall after threaded fork 7 years ago
Rich Felker 3d178a7e2b cap getdents length argument to INT_MAX 7 years ago
Rich Felker 54b7564b72 remove unnecessary and problematic _Noreturn from crt/ldso startup 7 years ago
Rich Felker 95dfa3dd12 allow fmemopen with zero size 7 years ago
Matthew Maurer a48ccc159a do not use _Noreturn for a function pointer in dynamic linker 7 years ago
Rich Felker a31a30a007 remove implicit include of sys/sysmacros.h from sys/types.h 7 years ago
Rich Felker 0a48860c27 add riscv64 architecture support 7 years ago
Rich Felker 5fc4379825 optimize aarch64 dynamic tlsdesc function to spill fewer registers 7 years ago
Rich Felker ac304227bb make powerpc64 vrregset_t logical layout match expected API 7 years ago
Rich Felker 3c59a86895 fix vrregset_t layout and member naming on powerpc64 7 years ago
Szabolcs Nagy a60b9e0686 fix tls offsets when p_vaddr%p_align != 0 on TLS_ABOVE_TP targets 7 years ago
Szabolcs Nagy 6104dae908 fix static tls offsets of shared libs on TLS_ABOVE_TP targets 7 years ago
Rich Felker 9fd98a6354 fix format strings for uid/gid values in putpwent/putgrent 7 years ago
Fangrui Song f450c150d3 remove unused struct dso members from dynlink.c 7 years ago
Rich Felker bdb0817599 improve i386 inline syscall asm on non-broken compilers 7 years ago
Rich Felker c8798ef974 fix regression in i386 inline syscall asm producing invalid code 7 years ago
Rich Felker 511d70738b make fgetwc set error indicator for stream on encoding errors 7 years ago
Rich Felker d02e72ad51 fix broken posix_fadvise on mips due to missing 7-arg syscall support 7 years ago
Rich Felker d7b583420b allow archs to provide a 7-argument syscall if needed 7 years ago
Rich Felker 7b6ec3de71 fix build regression on mips n32 due to typo in new inline syscall 7 years ago
Rich Felker 28198ac3af fix passing of 64-bit syscall arguments on microblaze 7 years ago
Rich Felker 2df8b1d806 fix regression in s390x SO_PEERSEC definition 7 years ago