about summary refs log tree commit diff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* uio.h: add RWF_NOAPPEND flag for pwritev2Rich Felker2024-03-131-0/+1
* switch __STDC_UTF_{16,32}__ macro definitions from #undef to #ifndefRich Felker2024-02-261-2/+4
* add statx interface using syscall, fallback to fstatatDuncan Bellamy2024-02-241-0/+55
* add loongarch64 portHongliang Wang2024-02-161-1/+103
* fix erroneous feature test macro check for ppollRich Felker2024-02-081-2/+2
* stdc-predef.h: prevent redefining __STDC_UTF_{16,32}__ macrosJules Maselbas2024-02-031-0/+3
* elf.h: add NT_RISCV_CSR and NT_RISCV_VECTOR constantsElliott Hughes2024-02-031-0/+2
* elf.h: update RISC-V relocation typesFangrui Song2024-02-031-6/+10
* add preadv2 and pwritev2 syscall wrappers, flag value macrosRich Felker2024-01-251-0/+7
* expose ppoll in default feature profileRich Felker2024-01-211-2/+2
* remove non-prototype declaration of basename from string.hRich Felker2023-11-061-3/+0
* elf.h: add typedefs for Elf64_Relr and Elf32_RelrViolet Purcell2023-11-061-0/+5
* statvfs: allocate spare for f_typeнаб2023-08-191-1/+2
* move fallocate64 declaration under _LARGEFILE64_SOURCE feature testRich Felker2023-05-021-1/+3
* fix incorrect unit for CPU_SETSIZE macroRich Felker2023-02-231-1/+1
* fix integer overflow in WIFSTOPPED macroRich Felker2023-02-082-2/+2
* expose memmem under baseline POSIX feature profileRich Felker2023-01-061-1/+1
* elf.h: add ELFCOMPRESS_ZSTDFangrui Song2022-12-141-0/+1
* remove LFS64 programming interfaces (macro-only) from _GNU_SOURCERich Felker2022-10-1916-16/+16
* arpa/nameser.h: update RR types listRich Felker2022-09-221-0/+71
* getaddrinfo: add EAI_NODATA error code to distinguish NODATA vs NxDomainRich Felker2022-09-201-0/+1
* add sysconf keys/values for signal stack sizeRich Felker2022-08-261-0/+2
* ldso: support DT_RELR relative relocation formatFangrui Song2022-08-021-2/+6
* fix strings.h feature test macro usage due to missing features.hMichael Pratt2022-08-011-0/+1
* add missing POSIX confstr keys for pthread CFLAGS/LDFLAGSRich Felker2022-04-201-0/+2
* sys/ptrace.h: add PTRACE_GET_RSEQ_CONFIGURATION from linux v5.13Szabolcs Nagy2022-03-081-0/+9
* sys/prctl.h: add PR_PAC_{SET,GET}_ENABLED_KEYS from linux v5.13Szabolcs Nagy2022-03-081-0/+3
* elf.h: add NT_ARM_PAC_ENABLED_KEYS from linux v5.13Szabolcs Nagy2022-03-081-0/+1
* netinet/in.h: add INADDR_DUMMY from linux v5.13Szabolcs Nagy2022-03-081-0/+1
* netinet/tcp.h: add tcp_zerocopy_receive fields from linux v5.12Szabolcs Nagy2022-03-081-0/+4
* netinet/tcp.h: add TCP_NLA_* values up to linux v5.12Szabolcs Nagy2022-03-081-0/+2
* signal.h: add new sa_flags from linux v5.11Szabolcs Nagy2022-03-081-0/+3
* signal.h: add SYS_USER_DISPATCH si_code value from linux v5.11Szabolcs Nagy2022-03-081-0/+1
* signal.h: add si_code values for SIGSYSSzabolcs Nagy2022-03-081-0/+2
* netinet/tcp.h: add tcp zerocopy related changes from linux v5.11Szabolcs Nagy2022-03-081-0/+5
* netinet/if_ether.h: add ETH_P_CFM from linux v5.11Szabolcs Nagy2022-03-081-0/+1
* sys/socket.h: add new SO_ socket options from linux v5.11Szabolcs Nagy2022-03-081-0/+2
* sys/prctl.h: add PR_SET_SYSCALL_USER_DISPATCH from linux v5.11Szabolcs Nagy2022-03-081-0/+6
* add SEEK_DATA and SEEK_HOLE to unistd.hÉrico Nogueira2022-01-091-0/+2
* define NULL as nullptr when used in C++11 or laterIsmael Luceno2021-11-298-8/+24
* add qsort_r and make qsort a wrapper around itÉrico Nogueira2021-09-231-0/+1
* add pthread_getname_np functionÉrico Rolim2021-04-201-0/+1
* define __STDC_UTF_{16,32}__ macrosÉrico Nogueira2021-04-191-0/+3
* suppress isascii() macro for C++Érico Rolim2021-02-251-0/+2
* guard against compilers failing to handle setjmp specially by defaultRich Felker2021-02-221-3/+11
* signal.h: add MTE specific SIGSEGV codes from linux v5.10Szabolcs Nagy2021-02-151-0/+2
* sys/prctl.h: add MTE related constants from linux v5.10Szabolcs Nagy2021-02-151-0/+7
* elf.h: add NT_ARM_TAGGED_ADDR_CTRL from linux v5.10Szabolcs Nagy2021-02-151-0/+1
* sys/mman.h: add MAP_HUGE_16KB from linux v5.10Szabolcs Nagy2021-02-151-0/+1
* sys/mount.h: add MS_NOSYMFOLLOW from linux v5.10Szabolcs Nagy2021-02-151-0/+1