about summary refs log tree commit diff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* pthread: implement try/timed join variantsBobby Bingham2016-06-301-0/+2
* add RUSAGE_THREAD (Linux extension) definition to sys/resource.hRich Felker2016-06-291-0/+1
* fix incorrect definition of RUSAGE_CHILDREN in sys/resource.hRich Felker2016-06-291-1/+1
* avoid padding gaps in struct sockaddr_storageRich Felker2016-06-091-1/+1
* update sys/socket.h to linux v4.6Szabolcs Nagy2016-06-091-1/+19
* add new tcp_info fields from linux v4.6Szabolcs Nagy2016-06-091-0/+4
* add CLONE_NEWCGROUP clone flag, new in linux v4.6Szabolcs Nagy2016-06-091-0/+1
* update siginfo struct for linux v4.6Szabolcs Nagy2016-06-091-6/+11
* add ETH_P_MACSEC netinet/if_ether.h, new in linux v4.6Szabolcs Nagy2016-06-091-0/+1
* add SO_CNX_ADVICE to sys/socket.h, new in linux v4.6Szabolcs Nagy2016-06-091-0/+1
* fix undefined pointer arithmetic in CMSG_NXTHDR macroRich Felker2016-05-221-3/+3
* add MADV_FREE madvise command from linux v4.5Szabolcs Nagy2016-03-191-0/+1
* add EPOLLEXCLUSIVE epoll flag from linux v4.5Szabolcs Nagy2016-03-191-0/+1
* add SO_ATTACH_REUSEPORT_[CE]BPF socket options from linux v4.5Szabolcs Nagy2016-03-191-1/+2
* add IPV6_HDRINCL socket option from linux v4.5Szabolcs Nagy2016-03-191-0/+1
* deduplicate bits/mman.hSzabolcs Nagy2016-03-181-0/+59
* add sched_getcpuNathan Zadoks2016-03-021-0/+1
* do not define static_assert macro for pre-C11 compilersRich Felker2016-02-121-1/+1
* add declarations for utmpname/utmpxname to appropriate headersRich Felker2016-02-122-1/+2
* fix siginfo_t for mipsSzabolcs Nagy2016-01-261-0/+4
* move bits/signal.h include close to the top of signal.hSzabolcs Nagy2016-01-261-6/+12
* add new PTRACE_SECCOMP_GET_FILTER ptrace commandSzabolcs Nagy2016-01-261-0/+1
* add MCL_ONFAULT and MLOCK_ONFAULT mlockall and mlock2 flagsSzabolcs Nagy2016-01-261-0/+1
* add new PTRACE_O_SUSPEND_SECCOMP ptrace optionSzabolcs Nagy2016-01-261-1/+2
* add new PR_CAP_AMBIENT and related defines to sys/prctl.hSzabolcs Nagy2016-01-261-0/+6
* update netpacket/packet.h to linux v4.3Szabolcs Nagy2016-01-261-0/+17
* add new IP_BIND_ADDRESS_NO_PORT and IPPROTO_MPLS to netinet/in.hSzabolcs Nagy2016-01-241-0/+2
* update netinet/tcp.h for linux v4.2Szabolcs Nagy2016-01-241-0/+7
* add MS_LAZYTIME mount option to sys/mount.hSzabolcs Nagy2016-01-241-1/+2
* add AF_MPLS (PF_MPLS) address family to socket.hSzabolcs Nagy2016-01-241-0/+2
* add MSG_FASTOPEN sendmsg/sendto flag to socket.hSzabolcs Nagy2016-01-241-0/+1
* netinet/tcp: Add TCPOPT, TCPOLEN constantsKylie McClain2016-01-171-0/+13
* fix mismatched parens in CMPLX def for annex-g-conforming compilersRich Felker2015-11-021-1/+1
* remove attribute((const)) from pthread_self and errno location declsRich Felker2015-09-173-9/+0
* add format argument attributes to gettext function prototypesKhem Raj2015-09-151-6/+14
* add sh relocation types needed for fdpic to elf.hRich Felker2015-09-121-0/+8
* socket.h: fix SO_* for mipsRoman Yeryomin2015-07-211-3/+3
* fix incorrect void return type for syncfs functionRich Felker2015-07-091-1/+1
* byte-based C locale, phase 3: make MB_CUR_MAX variable to activate codeRich Felker2015-06-161-1/+2
* add macro version of ctype.h isascii functionRich Felker2015-06-061-0/+1
* add missing legacy LFS64 macros in sys/resource.hRich Felker2015-05-281-0/+3
* fix netinet/ether.h for c++Szabolcs Nagy2015-05-081-0/+8
* improve iswdigit macro to diagnose errorsRich Felker2015-05-022-2/+2
* add IPTOS_CLASS_* macros to netinet/ip.hSzabolcs Nagy2015-05-011-0/+12
* fix integer overflow in elf.h macro SHF_EXCLUDERich Felker2015-05-011-1/+1
* add PR_*_FP_MODE prctl optionsSzabolcs Nagy2015-04-171-0/+5
* add PR_MPX_*_MANAGEMENT prctl optionsSzabolcs Nagy2015-04-171-0/+3
* add IP_CHECKSUM socket option to netinet/in.hSzabolcs Nagy2015-04-171-0/+1
* improve ctype.h macros to diagnose errorsRich Felker2015-04-171-6/+6
* remove macro definition of longjmp from setjmp.hRich Felker2015-04-011-1/+0