summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorLines
2024-02-26switch __STDC_UTF_{16,32}__ macro definitions from #undef to #ifndefRich Felker-2/+4
2024-02-24add statx interface using syscall, fallback to fstatatDuncan Bellamy-0/+55
2024-02-16add loongarch64 portHongliang Wang-1/+103
2024-02-08fix erroneous feature test macro check for ppollRich Felker-2/+2
2024-02-03stdc-predef.h: prevent redefining __STDC_UTF_{16,32}__ macrosJules Maselbas-0/+3
2024-02-03elf.h: add NT_RISCV_CSR and NT_RISCV_VECTOR constantsElliott Hughes-0/+2
2024-02-03elf.h: update RISC-V relocation typesFangrui Song-6/+10
2024-01-25add preadv2 and pwritev2 syscall wrappers, flag value macrosRich Felker-0/+7
2024-01-21expose ppoll in default feature profileRich Felker-2/+2
2023-11-06remove non-prototype declaration of basename from string.hRich Felker-3/+0
2023-11-06elf.h: add typedefs for Elf64_Relr and Elf32_RelrViolet Purcell-0/+5
2023-08-19statvfs: allocate spare for f_typeнаб-1/+2
2023-05-02move fallocate64 declaration under _LARGEFILE64_SOURCE feature testRich Felker-1/+3
2023-02-23fix incorrect unit for CPU_SETSIZE macroRich Felker-1/+1
2023-02-08fix integer overflow in WIFSTOPPED macroRich Felker-2/+2
2023-01-06expose memmem under baseline POSIX feature profileRich Felker-1/+1
2022-12-14elf.h: add ELFCOMPRESS_ZSTDFangrui Song-0/+1
2022-10-19remove LFS64 programming interfaces (macro-only) from _GNU_SOURCERich Felker-16/+16
2022-09-22arpa/nameser.h: update RR types listRich Felker-0/+71
2022-09-20getaddrinfo: add EAI_NODATA error code to distinguish NODATA vs NxDomainRich Felker-0/+1
2022-08-26add sysconf keys/values for signal stack sizeRich Felker-0/+2
2022-08-02ldso: support DT_RELR relative relocation formatFangrui Song-2/+6
2022-08-01fix strings.h feature test macro usage due to missing features.hMichael Pratt-0/+1
2022-04-20add missing POSIX confstr keys for pthread CFLAGS/LDFLAGSRich Felker-0/+2
2022-03-08sys/ptrace.h: add PTRACE_GET_RSEQ_CONFIGURATION from linux v5.13Szabolcs Nagy-0/+9
2022-03-08sys/prctl.h: add PR_PAC_{SET,GET}_ENABLED_KEYS from linux v5.13Szabolcs Nagy-0/+3
2022-03-08elf.h: add NT_ARM_PAC_ENABLED_KEYS from linux v5.13Szabolcs Nagy-0/+1
2022-03-08netinet/in.h: add INADDR_DUMMY from linux v5.13Szabolcs Nagy-0/+1
2022-03-08netinet/tcp.h: add tcp_zerocopy_receive fields from linux v5.12Szabolcs Nagy-0/+4
2022-03-08netinet/tcp.h: add TCP_NLA_* values up to linux v5.12Szabolcs Nagy-0/+2
2022-03-08signal.h: add new sa_flags from linux v5.11Szabolcs Nagy-0/+3
2022-03-08signal.h: add SYS_USER_DISPATCH si_code value from linux v5.11Szabolcs Nagy-0/+1
2022-03-08signal.h: add si_code values for SIGSYSSzabolcs Nagy-0/+2
2022-03-08netinet/tcp.h: add tcp zerocopy related changes from linux v5.11Szabolcs Nagy-0/+5
2022-03-08netinet/if_ether.h: add ETH_P_CFM from linux v5.11Szabolcs Nagy-0/+1
2022-03-08sys/socket.h: add new SO_ socket options from linux v5.11Szabolcs Nagy-0/+2
2022-03-08sys/prctl.h: add PR_SET_SYSCALL_USER_DISPATCH from linux v5.11Szabolcs Nagy-0/+6
2022-01-09add SEEK_DATA and SEEK_HOLE to unistd.hÉrico Nogueira-0/+2
2021-11-29define NULL as nullptr when used in C++11 or laterIsmael Luceno-8/+24
2021-09-23add qsort_r and make qsort a wrapper around itÉrico Nogueira-0/+1
2021-04-20add pthread_getname_np functionÉrico Rolim-0/+1
2021-04-19define __STDC_UTF_{16,32}__ macrosÉrico Nogueira-0/+3
2021-02-25suppress isascii() macro for C++Érico Rolim-0/+2
2021-02-22guard against compilers failing to handle setjmp specially by defaultRich Felker-3/+11
2021-02-15signal.h: add MTE specific SIGSEGV codes from linux v5.10Szabolcs Nagy-0/+2
2021-02-15sys/prctl.h: add MTE related constants from linux v5.10Szabolcs Nagy-0/+7
2021-02-15elf.h: add NT_ARM_TAGGED_ADDR_CTRL from linux v5.10Szabolcs Nagy-0/+1
2021-02-15sys/mman.h: add MAP_HUGE_16KB from linux v5.10Szabolcs Nagy-0/+1
2021-02-15sys/mount.h: add MS_NOSYMFOLLOW from linux v5.10Szabolcs Nagy-0/+1
2021-02-15sys/membarrier.h: add new constants from linux v5.10Szabolcs Nagy-0/+4