summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2016-07-03add EM_OPENRISC again to elf.hSzabolcs Nagy1-0/+1
2016-07-03make brace placement in public header struct definitions consistentRich Felker24-92/+46
2016-07-03fix misplaced indention in sys/procfs.hRich Felker1-1/+1
2016-06-30pthread: implement try/timed join variantsBobby Bingham1-0/+2
2016-06-29add RUSAGE_THREAD (Linux extension) definition to sys/resource.hRich Felker1-0/+1
2016-06-29fix incorrect definition of RUSAGE_CHILDREN in sys/resource.hRich Felker1-1/+1
2016-06-09avoid padding gaps in struct sockaddr_storageRich Felker1-1/+1
2016-06-09update sys/socket.h to linux v4.6Szabolcs Nagy1-1/+19
2016-06-09add new tcp_info fields from linux v4.6Szabolcs Nagy1-0/+4
2016-06-09add CLONE_NEWCGROUP clone flag, new in linux v4.6Szabolcs Nagy1-0/+1
2016-06-09update siginfo struct for linux v4.6Szabolcs Nagy1-6/+11
2016-06-09add ETH_P_MACSEC netinet/if_ether.h, new in linux v4.6Szabolcs Nagy1-0/+1
2016-06-09add SO_CNX_ADVICE to sys/socket.h, new in linux v4.6Szabolcs Nagy1-0/+1
2016-05-22fix undefined pointer arithmetic in CMSG_NXTHDR macroRich Felker1-3/+3
2016-03-19add MADV_FREE madvise command from linux v4.5Szabolcs Nagy1-0/+1
2016-03-19add EPOLLEXCLUSIVE epoll flag from linux v4.5Szabolcs Nagy1-0/+1
2016-03-19add SO_ATTACH_REUSEPORT_[CE]BPF socket options from linux v4.5Szabolcs Nagy1-1/+2
2016-03-19add IPV6_HDRINCL socket option from linux v4.5Szabolcs Nagy1-0/+1
2016-03-18deduplicate bits/mman.hSzabolcs Nagy1-0/+59
2016-03-02add sched_getcpuNathan Zadoks1-0/+1
2016-02-12do not define static_assert macro for pre-C11 compilersRich Felker1-1/+1
2016-02-12add declarations for utmpname/utmpxname to appropriate headersRich Felker2-1/+2
2016-01-26fix siginfo_t for mipsSzabolcs Nagy1-0/+4
2016-01-26move bits/signal.h include close to the top of signal.hSzabolcs Nagy1-6/+12
2016-01-26add new PTRACE_SECCOMP_GET_FILTER ptrace commandSzabolcs Nagy1-0/+1
2016-01-26add MCL_ONFAULT and MLOCK_ONFAULT mlockall and mlock2 flagsSzabolcs Nagy1-0/+1
2016-01-26add new PTRACE_O_SUSPEND_SECCOMP ptrace optionSzabolcs Nagy1-1/+2
2016-01-26add new PR_CAP_AMBIENT and related defines to sys/prctl.hSzabolcs Nagy1-0/+6
2016-01-26update netpacket/packet.h to linux v4.3Szabolcs Nagy1-0/+17
2016-01-24add new IP_BIND_ADDRESS_NO_PORT and IPPROTO_MPLS to netinet/in.hSzabolcs Nagy1-0/+2
2016-01-24update netinet/tcp.h for linux v4.2Szabolcs Nagy1-0/+7
2016-01-24add MS_LAZYTIME mount option to sys/mount.hSzabolcs Nagy1-1/+2
2016-01-24add AF_MPLS (PF_MPLS) address family to socket.hSzabolcs Nagy1-0/+2
2016-01-24add MSG_FASTOPEN sendmsg/sendto flag to socket.hSzabolcs Nagy1-0/+1
2016-01-17netinet/tcp: Add TCPOPT, TCPOLEN constantsKylie McClain1-0/+13
2015-11-02fix mismatched parens in CMPLX def for annex-g-conforming compilersRich Felker1-1/+1
2015-09-17remove attribute((const)) from pthread_self and errno location declsRich Felker3-9/+0
2015-09-15add format argument attributes to gettext function prototypesKhem Raj1-6/+14
2015-09-12add sh relocation types needed for fdpic to elf.hRich Felker1-0/+8
2015-07-21socket.h: fix SO_* for mipsRoman Yeryomin1-3/+3
2015-07-09fix incorrect void return type for syncfs functionRich Felker1-1/+1
2015-06-16byte-based C locale, phase 3: make MB_CUR_MAX variable to activate codeRich Felker1-1/+2
2015-06-06add macro version of ctype.h isascii functionRich Felker1-0/+1
2015-05-28add missing legacy LFS64 macros in sys/resource.hRich Felker1-0/+3
2015-05-08fix netinet/ether.h for c++Szabolcs Nagy1-0/+8
2015-05-02improve iswdigit macro to diagnose errorsRich Felker2-2/+2
2015-05-01add IPTOS_CLASS_* macros to netinet/ip.hSzabolcs Nagy1-0/+12
2015-05-01fix integer overflow in elf.h macro SHF_EXCLUDERich Felker1-1/+1
2015-04-17add PR_*_FP_MODE prctl optionsSzabolcs Nagy1-0/+5
2015-04-17add PR_MPX_*_MANAGEMENT prctl optionsSzabolcs Nagy1-0/+3