996 Commits (7019fbe103165b9b26a9391d5ecd4c7fcb6f3ec9)

Author SHA1 Message Date
Rich Felker 7019fbe103 sys/user.h: derive __WORDSIZE from __LONG_MAX 2 years ago
Rich Felker e709a6f07a sys/reg.h: derive __WORDSIZE from __LONG_MAX 2 years ago
Rich Felker 29b216b2f2 unistd.h: derive ILP32/LP64 macros from __LONG_MAX instead of arch bits 2 years ago
Rich Felker cbf1c7b605 add missing STATX_ATTR_* macros omitted when statx was added 2 years ago
Rich Felker bdc9a9ff6f uio.h: add RWF_NOAPPEND flag for pwritev2 2 years ago
Rich Felker a7239cbc1b switch __STDC_UTF_{16,32}__ macro definitions from #undef to #ifndef 2 years ago
Duncan Bellamy b817541f1c add statx interface using syscall, fallback to fstatat 4 years ago
Hongliang Wang 522bd54eda add loongarch64 port 3 years ago
Rich Felker cf91e9b393 fix erroneous feature test macro check for ppoll 2 years ago
Jules Maselbas 8b70486807 stdc-predef.h: prevent redefining __STDC_UTF_{16,32}__ macros 2 years ago
Elliott Hughes 15aa7abd34 elf.h: add NT_RISCV_CSR and NT_RISCV_VECTOR constants 2 years ago
Fangrui Song 25c4123629 elf.h: update RISC-V relocation types 2 years ago
Rich Felker 81cced6ebe add preadv2 and pwritev2 syscall wrappers, flag value macros 2 years ago
Rich Felker f247462b08 expose ppoll in default feature profile 2 years ago
Rich Felker 725e17ed6d remove non-prototype declaration of basename from string.h 3 years ago
Violet Purcell 6be76895f6 elf.h: add typedefs for Elf64_Relr and Elf32_Relr 3 years ago
наб 7291c6c66a statvfs: allocate spare for f_type 3 years ago
Rich Felker 718f363bc2 move fallocate64 declaration under _LARGEFILE64_SOURCE feature test 3 years ago
Rich Felker bc695a5ac1 fix incorrect unit for CPU_SETSIZE macro 3 years ago
Rich Felker ea3b40a321 fix integer overflow in WIFSTOPPED macro 3 years ago
Rich Felker a4b0a665b8 expose memmem under baseline POSIX feature profile 3 years ago
Fangrui Song c5f4b2dfea elf.h: add ELFCOMPRESS_ZSTD 4 years ago
Rich Felker 25e6fee27f remove LFS64 programming interfaces (macro-only) from _GNU_SOURCE 4 years ago
Rich Felker 759bf785a8 arpa/nameser.h: update RR types list 4 years ago
Rich Felker 85050ac5a2 getaddrinfo: add EAI_NODATA error code to distinguish NODATA vs NxDomain 4 years ago
Rich Felker 25340a9337 add sysconf keys/values for signal stack size 4 years ago
Fangrui Song d32dadd60e ldso: support DT_RELR relative relocation format 4 years ago
Michael Pratt 46d1c7801b fix strings.h feature test macro usage due to missing features.h 4 years ago
Rich Felker 55b727d7ad add missing POSIX confstr keys for pthread CFLAGS/LDFLAGS 4 years ago
Szabolcs Nagy bdb5454065 sys/ptrace.h: add PTRACE_GET_RSEQ_CONFIGURATION from linux v5.13 5 years ago
Szabolcs Nagy aa3bab6ce4 sys/prctl.h: add PR_PAC_{SET,GET}_ENABLED_KEYS from linux v5.13 5 years ago
Szabolcs Nagy a8300f5d2a elf.h: add NT_ARM_PAC_ENABLED_KEYS from linux v5.13 5 years ago
Szabolcs Nagy dda21f10a7 netinet/in.h: add INADDR_DUMMY from linux v5.13 5 years ago
Szabolcs Nagy 1ee8109ea0 netinet/tcp.h: add tcp_zerocopy_receive fields from linux v5.12 5 years ago
Szabolcs Nagy bc89c31112 netinet/tcp.h: add TCP_NLA_* values up to linux v5.12 5 years ago
Szabolcs Nagy e99c425827 signal.h: add new sa_flags from linux v5.11 5 years ago
Szabolcs Nagy 993cccce13 signal.h: add SYS_USER_DISPATCH si_code value from linux v5.11 5 years ago
Szabolcs Nagy 3dcbd89690 signal.h: add si_code values for SIGSYS 5 years ago
Szabolcs Nagy 30c8a1456a netinet/tcp.h: add tcp zerocopy related changes from linux v5.11 5 years ago
Szabolcs Nagy b54f481fbc netinet/if_ether.h: add ETH_P_CFM from linux v5.11 5 years ago
Szabolcs Nagy c5ecaca743 sys/socket.h: add new SO_ socket options from linux v5.11 5 years ago
Szabolcs Nagy f35b99b387 sys/prctl.h: add PR_SET_SYSCALL_USER_DISPATCH from linux v5.11 5 years ago
Érico Nogueira cbacd638e3 add SEEK_DATA and SEEK_HOLE to unistd.h 4 years ago
Ismael Luceno 98e688a9da define NULL as nullptr when used in C++11 or later 5 years ago
Érico Nogueira b76f37fd56 add qsort_r and make qsort a wrapper around it 5 years ago
Érico Rolim bd3b9c4ca5 add pthread_getname_np function 5 years ago
Érico Nogueira 9a40e842df define __STDC_UTF_{16,32}__ macros 5 years ago
Érico Rolim e48e99c112 suppress isascii() macro for C++ 5 years ago
Rich Felker b129cd8690 guard against compilers failing to handle setjmp specially by default 5 years ago
Szabolcs Nagy 87b8f14811 signal.h: add MTE specific SIGSEGV codes from linux v5.10 5 years ago