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