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