about summary refs log tree commit diff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* move O_PATH definition back to arch bitsRich Felker2015-04-011-3/+2
* fix FLT_ROUNDS regression in C++ applicationsRich Felker2015-03-231-0/+8
* fix MINSIGSTKSZ values for archs with large signal contextsRich Felker2015-03-181-2/+0
* fix FLT_ROUNDS to reflect the current rounding modeSzabolcs Nagy2015-03-071-0/+3
* add new si_lower and si_upper siginfo_t membersSzabolcs Nagy2015-03-041-0/+7
* declare incomplete type struct itimerspec in timerfd.hRich Felker2015-03-041-0/+2
* fix preprocessor error introduced in poll.h in last commitRich Felker2015-03-041-1/+1
* fix POLLWRNORM and POLLWRBAND on mipsTrutz Behn2015-03-041-0/+6
* make all objects used with atomic operations volatileRich Felker2015-03-032-2/+2
* add new masked cancellation modeRich Felker2015-02-211-0/+1
* add new socket options SO_INCOMING_CPU, SO_ATTACH_BPF, SO_DETACH_BPFSzabolcs Nagy2015-02-091-0/+4
* move MREMAP_MAYMOVE and MREMAP_FIXED out of bitsTrutz Behn2015-01-301-0/+2
* add new prctl command PR_SET_MM_MAP to sys/prctl.hSzabolcs Nagy2014-12-231-0/+21
* move wint_t definition to the shared part of alltypes.h.inRich Felker2014-12-211-0/+1
* fix signedness of UINT32_MAX and UINT64_MAX at the preprocessor levelRich Felker2014-12-211-2/+2
* add login_tty functionFelix Janda2014-12-201-0/+2
* fix signedness of WINT_MIN expressionRich Felker2014-12-171-1/+1