summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorLines
2025-02-21shadow.h: remove declaration of function not implementedRich Felker-1/+0
2025-01-13sched.h: reduce namespace conflicts in _GNU_SOURCE profileRich Felker-9/+8
2024-10-22loongarch64: add TLSDESC supportXing Li-0/+1
2024-10-12sys/stat.h: fix typo in statx member name stx_dio_offset_alignKhem Raj-1/+1
2024-09-13statx: add new struct statx fields and corresponding mask macrosRich Felker-1/+8
2024-07-05syslog: revert LOG_FAC/LOG_FACMASK changesRich Felker-2/+2
2024-06-22sys/epoll.h: add epoll ioctlsJoe Damato-0/+12
2024-06-13syslog: fix incorrect LOG_MAKEPRI and LOG_FAC[MASK] macrosRich Felker-3/+3
2024-05-23add renameat2 linux syscall wrapperTony Ambardar-0/+7
2024-05-11fix typo that broke sys/reg.h and sys/user.hGonzalo Alvarez-2/+2
2024-05-08implement posix_getdents adopted for next issue of POSIXRich Felker-3/+15
2024-05-07sys/user.h: derive __WORDSIZE from __LONG_MAXRich Felker-0/+9
2024-05-07sys/reg.h: derive __WORDSIZE from __LONG_MAXRich Felker-0/+9
2024-05-07unistd.h: derive ILP32/LP64 macros from __LONG_MAX instead of arch bitsRich Felker-1/+7
2024-04-24add missing STATX_ATTR_* macros omitted when statx was addedRich Felker-0/+10
2024-03-13uio.h: add RWF_NOAPPEND flag for pwritev2Rich Felker-0/+1
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