about summary refs log tree commit diff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* sys/membarrier.h: add new constants from linux v5.10Szabolcs Nagy2021-02-151-0/+4
* implement reallocarrayAriadne Conill2020-11-301-0/+1
* netinet/in.h: add IP_RECVERR_4884 from linux v5.9Szabolcs Nagy2020-11-291-0/+1
* sys/fanotify.h: add new FAN_* macros from linux v5.9Szabolcs Nagy2020-11-291-0/+4
* add missing personality valuesWilliam Woodruff2020-11-291-0/+3
* add support for SIGEV_THREAD_ID timersJames Y Knight2020-10-281-3/+13
* implement _Fork and refactor fork using itRich Felker2020-10-141-0/+1
* netinet/if_ether.h: add ETH_P_MRP from linux v5.8Szabolcs Nagy2020-09-091-0/+1
* elf.h: add .note.gnu.property related definitionsSzabolcs Nagy2020-09-091-0/+2
* netinet/tcp.h: update to linux v5.7Szabolcs Nagy2020-09-091-0/+3
* sys/mman.h: add MREMAP_DONTUNMAP from linux v5.7Szabolcs Nagy2020-09-091-0/+1
* sys/fanotify.h: update to linux v5.7Szabolcs Nagy2020-09-091-1/+3
* sched.h: add CLONE_NEWTIME from linux v5.6Szabolcs Nagy2020-09-091-0/+1
* sys/random.h: add GRND_INSECURE from linux v5.6Szabolcs Nagy2020-09-091-0/+1
* sys/prctl.h: add PR_{SET,GET}_IO_FLUSHER from linux v5.6Szabolcs Nagy2020-09-091-0/+3
* netinet/udp.h: add TCP_ENCAP_ESPINTCP from linux v5.6Szabolcs Nagy2020-09-091-0/+1
* netinet/tcp.h: update for linux v5.6Szabolcs Nagy2020-09-091-2/+4
* netinet/in.h: add IPPROTO_ macros from linux v5.6Szabolcs Nagy2020-09-091-1/+3
* netinet/tcp.h: update tcp_info for linux v5.5Szabolcs Nagy2020-09-091-1/+8
* fix regression with applications that expect struct winsize in ioctl.hRich Felker2020-08-303-7/+5
* add tcgetwinsize and tcsetwinsize functions, move struct winsizeRich Felker2020-08-242-7/+10
* add gettid functionRich Felker2020-08-171-0/+1
* remove duplicate definitions of INET[6]_ADDRSTRLENRich Felker2020-03-042-7/+0
* add PTHREAD_NULLRich Felker2020-02-261-0/+3
* fix misleading use of _POSIX_VDISABLE in sys/ttydefaults.hRich Felker2020-01-291-5/+0
* fix unprotected macro argument in sys/ttydefaults.hRich Felker2020-01-291-1/+1
* move struct dirent to bits header, allow NAME_MAX to varyRich Felker2020-01-252-12/+4
* define RLIMIT_RTTIME, bump RLIMIT_NLIMITSLeah Neukirchen2020-01-111-1/+2
* unconditonally define alloca as __builtin_allocaMichael Forney2020-01-011-2/+0
* remove gratuitous aligned attribute from __ptrace_syscall_infoRich Felker2020-01-011-1/+2
* sys/wait.h: add P_PIDFD from linux v5.4Szabolcs Nagy2019-12-301-1/+2
* netinet/tcp.h: add new tcp_info fields from linux v5.4Szabolcs Nagy2019-12-301-0/+2
* sys/prctl.h: add PR_*_TAGGED_ADDR_* from linux v5.4Szabolcs Nagy2019-12-301-0/+4
* sys/mman.h: add MADV_COLD and MADV_PAGEOUT from linux v5.4Szabolcs Nagy2019-12-301-0/+2
* sys/ptrace.h: add PTRACE_GET_SYSCALL_INFO from linux v5.3Szabolcs Nagy2019-12-301-0/+28
* sys/socket.h: add SO_DETACH_REUSEPORT_BPF from linux v5.3Szabolcs Nagy2019-12-301-0/+1
* netinet/if_ether.h: add ETH_P_LLDP from linux v5.3Szabolcs Nagy2019-12-301-0/+1
* netinet/tcp.h: add TCP_TX_DELAY from linux v5.3Szabolcs Nagy2019-12-301-0/+1
* add uapi guards for new netinet/ip.h conflict with struct iphdrA. Wilcox2019-12-221-0/+2
* adjust utmpx struct layout for time64, 32-/64-bit arch compatRich Felker2019-12-221-1/+6
* fix elf_prstatus regression on time64, existing wrong definition on x32Rich Felker2019-12-221-4/+3