Rich Felker
|
ddc7c4f936
clean up mips64/n32 syscall asm constraints
|
5 years ago |
Rich Felker
|
db2a148d9d
deduplicate mips64/n32 syscall clobbered register lists
|
5 years ago |
Rich Felker
|
03919b26ed
use namespace-safe __lseek for __stdio_seek instead of direct syscall
|
5 years ago |
Rich Felker
|
b07d45eb01
release 1.1.23
|
5 years ago |
Rich Felker
|
d6dcd4185b
update year in COPYRIGHT file
|
5 years ago |
Rich Felker
|
7a6c8a0df1
update authors/contributors list
|
5 years ago |
Rich Felker
|
980f80f792
fix build failure on arm building C code in thumb1 mode
|
5 years ago |
James Y Knight
|
7829f42a2c
fix sigaltstack to ignore ss_size with SS_DISABLE, per POSIX
|
5 years ago |
Samuel Holland
|
c225e6c1a4
use the correct attributes for ___errno_location
|
5 years ago |
Samuel Holland
|
05eb8ea060
fix conflicting mips and powerpc definitions for TIOCSER_TEMT macro
|
5 years ago |
Samuel Holland
|
e0eee3ceef
fix restrict violations in internal use of several functions
|
5 years ago |
Rich Felker
|
a730639273
mention mips64 n32 ABI support in INSTALL doc
|
5 years ago |
Rich Felker
|
0f72228208
document riscv64 support in INSTALL document
|
5 years ago |
Rich Felker
|
759900403d
prevent dup2 action for posix_spawn internal pipe fd
|
5 years ago |
Rich Felker
|
9b83182069
fix inadvertent use of uninitialized variable in dladdr
|
5 years ago |
Rich Felker
|
524e76f17b
remove spurious MAP_32BIT definition from riscv64 arch
|
5 years ago |
Fangrui Song
|
4b5ba07650
configure: make AR and RANLIB customizable
|
5 years ago |
Fangrui Song
|
94751d8ee4
remove stray .end directives from powerpc[64] asm
|
5 years ago |
Szabolcs Nagy
|
f3f96f2daa
add new syscall numbers from linux v5.1
|
5 years ago |
Szabolcs Nagy
|
4acfc287d8
ipc: prefer SYS_ipc when it is defined
|
5 years ago |
Szabolcs Nagy
|
b574de5bf3
mips64: fix syscall numbers of io_pgetevents and rseq
|
5 years ago |
Szabolcs Nagy
|
47bc7f0afe
elf.h: add NT_ARM_PAC{A,G}_KEYS from linux v5.1
|
5 years ago |
Szabolcs Nagy
|
eea841e653
netinet/in.h: add INADDR_ALLSNOOPERS_GROUP from linux v5.1
|
5 years ago |
Szabolcs Nagy
|
5b2b682ddc
sys/socket.h: add SO_BINDTOIFINDEX from linux v5.1
|
5 years ago |
Szabolcs Nagy
|
4523505114
s390x: drop SO_ definitions from bits/socket.h
|
5 years ago |
Szabolcs Nagy
|
93b5f6c843
netinet/in.h: add IPV6_ROUTER_ALERT_ISOLATE from linux v5.1
|
5 years ago |
Szabolcs Nagy
|
c7081edcf8
sys/prctl.h: add PR_SPEC_DISABLE_NOEXEC from linux v5.1
|
5 years ago |
Szabolcs Nagy
|
9e8dd1c7f1
fcntl.h: add F_SEAL_FUTURE_WRITE from linux v5.1
|
5 years ago |
Szabolcs Nagy
|
f67b3c1799
sys/fanotify.h: update for linux v5.1
|
5 years ago |
Samuel Holland
|
84ebec6cee
fix deadlock in synccall after threaded fork
|
5 years ago |