summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorLines
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
2020-11-30implement reallocarrayAriadne Conill-0/+1
2020-11-29netinet/in.h: add IP_RECVERR_4884 from linux v5.9Szabolcs Nagy-0/+1
2020-11-29sys/fanotify.h: add new FAN_* macros from linux v5.9Szabolcs Nagy-0/+4
2020-11-29add missing personality valuesWilliam Woodruff-0/+3
2020-10-28add support for SIGEV_THREAD_ID timersJames Y Knight-3/+13
2020-10-14implement _Fork and refactor fork using itRich Felker-0/+1
2020-09-09netinet/if_ether.h: add ETH_P_MRP from linux v5.8Szabolcs Nagy-0/+1
2020-09-09elf.h: add .note.gnu.property related definitionsSzabolcs Nagy-0/+2
2020-09-09netinet/tcp.h: update to linux v5.7Szabolcs Nagy-0/+3
2020-09-09sys/mman.h: add MREMAP_DONTUNMAP from linux v5.7Szabolcs Nagy-0/+1
2020-09-09sys/fanotify.h: update to linux v5.7Szabolcs Nagy-1/+3
2020-09-09sched.h: add CLONE_NEWTIME from linux v5.6Szabolcs Nagy-0/+1
2020-09-09sys/random.h: add GRND_INSECURE from linux v5.6Szabolcs Nagy-0/+1
2020-09-09sys/prctl.h: add PR_{SET,GET}_IO_FLUSHER from linux v5.6Szabolcs Nagy-0/+3
2020-09-09netinet/udp.h: add TCP_ENCAP_ESPINTCP from linux v5.6Szabolcs Nagy-0/+1
2020-09-09netinet/tcp.h: update for linux v5.6Szabolcs Nagy-2/+4
2020-09-09netinet/in.h: add IPPROTO_ macros from linux v5.6Szabolcs Nagy-1/+3
2020-09-09netinet/tcp.h: update tcp_info for linux v5.5Szabolcs Nagy-1/+8
2020-08-30fix regression with applications that expect struct winsize in ioctl.hRich Felker-7/+5
2020-08-24add tcgetwinsize and tcsetwinsize functions, move struct winsizeRich Felker-7/+10
2020-08-17add gettid functionRich Felker-0/+1
2020-03-04remove duplicate definitions of INET[6]_ADDRSTRLENRich Felker-7/+0
2020-02-26add PTHREAD_NULLRich Felker-0/+3
2020-01-29fix misleading use of _POSIX_VDISABLE in sys/ttydefaults.hRich Felker-5/+0
2020-01-29fix unprotected macro argument in sys/ttydefaults.hRich Felker-1/+1
2020-01-25move struct dirent to bits header, allow NAME_MAX to varyRich Felker-12/+4
2020-01-11define RLIMIT_RTTIME, bump RLIMIT_NLIMITSLeah Neukirchen-1/+2
2020-01-01unconditonally define alloca as __builtin_allocaMichael Forney-2/+0
2020-01-01remove gratuitous aligned attribute from __ptrace_syscall_infoRich Felker-1/+2
2019-12-30sys/wait.h: add P_PIDFD from linux v5.4Szabolcs Nagy-1/+2
2019-12-30netinet/tcp.h: add new tcp_info fields from linux v5.4Szabolcs Nagy-0/+2
2019-12-30sys/prctl.h: add PR_*_TAGGED_ADDR_* from linux v5.4Szabolcs Nagy-0/+4
2019-12-30sys/mman.h: add MADV_COLD and MADV_PAGEOUT from linux v5.4Szabolcs Nagy-0/+2
2019-12-30sys/ptrace.h: add PTRACE_GET_SYSCALL_INFO from linux v5.3Szabolcs Nagy-0/+28
2019-12-30sys/socket.h: add SO_DETACH_REUSEPORT_BPF from linux v5.3Szabolcs Nagy-0/+1
2019-12-30netinet/if_ether.h: add ETH_P_LLDP from linux v5.3Szabolcs Nagy-0/+1
2019-12-30netinet/tcp.h: add TCP_TX_DELAY from linux v5.3Szabolcs Nagy-0/+1
2019-12-22add uapi guards for new netinet/ip.h conflict with struct iphdrA. Wilcox-0/+2