summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorLines
2013-11-09adjust sys/wait.h not to produde errors in strict ISO C feature profileRich Felker-3/+7
2013-10-30fix inttypes.h PRI and SCN macros for [u]intptr_t typesRich Felker-11/+13
2013-10-29POSIX conformance fix: define struct entry in search.hSzabolcs Nagy-1/+1
2013-10-25add legacy ftime function and sys/timeb.hRich Felker-0/+22
2013-10-20fix multiple minor namespace issues in headersRich Felker-7/+15
2013-10-18use consistent include guard name in arpa/ftp.hSzabolcs Nagy-2/+2
2013-10-18fix typo in socket.h (wrong macro name)Szabolcs Nagy-1/+1
2013-10-07fix clockid macro names in time.h, reported by Paul SchutteSzabolcs Nagy-2/+2
2013-09-27math: fix comparision macros (isless etc) when FLT_EVAL_METHOD!=0Szabolcs Nagy-10/+10
2013-09-16sys/resource.h: add PRIO_MIN and PRIO_MAX for getpriority and setprioritySzabolcs Nagy-0/+3
2013-09-16update include/elf.h following glibc changesSzabolcs Nagy-27/+143
2013-09-15sys/socket.h: add new SO_BUSY_POLL socket optionSzabolcs Nagy-0/+1
2013-09-15ptrace.h: add new ptrace requests to get/set sigmaskSzabolcs Nagy-0/+2
2013-09-15net/if_arp.h: add missing ARP hardware identifiers from linux uapi headersSzabolcs Nagy-1/+7
2013-09-15netinet/in.h: add missing IP protocol numbers from the linux uapi headersSzabolcs Nagy-0/+2
2013-09-15support configurable page size on mips, powerpc and microblazeSzabolcs Nagy-0/+2
2013-09-01add workaround header for wait.h remapping to sys/wait.hRich Felker-0/+2
2013-08-30only expose struct tcphdr under _GNU_SOURCERich Felker-1/+3
2013-08-30add struct tcphdr in netinet/tcp.hRich Felker-0/+33
2013-08-28stdbool.h should define __bool_true_false_are_defined even for C++Rich Felker-2/+2
2013-08-21add SUN_LEN macro to sys/un.h under appropriate feature testsRich Felker-0/+19
2013-08-14de-duplicate dn_expand, fix return value and signature, clean upRich Felker-1/+1
2013-08-14add missing MSG_EXCEPT in sys/msg.hRich Felker-0/+1
2013-08-13provide declarations for strtod_l and familyRich Felker-0/+4
2013-08-10fix definitions of WIFSTOPPED and WIFSIGNALED to support up to signal 127Rich Felker-4/+4
2013-08-10add pthread_setaffinity_np and pthread_getaffinity_np functionsRich Felker-0/+3
2013-08-10add cpu affinity interfacesRich Felker-0/+61
2013-08-08sys/personality.h: add missing C++ compatrofl0r-0/+7
2013-08-08sys/personality.h: add missing macrosrofl0r-0/+33
2013-08-03add some new linux AT_* flagsRich Felker-0/+2
2013-08-03add prototypes for euidaccess/eaccessRich Felker-0/+2
2013-08-02fix feature test macro logic for _BSD_SOURCERich Felker-7/+7
2013-08-02add missing c++ extern "C" wrapping to link.hRich Felker-0/+8
2013-08-02provide useless 64-bit fcntl macros with _LARGEFILE64_SOURCERich Felker-0/+3
2013-07-30add macros for new(ish) prctl commandsRich Felker-0/+37
2013-07-30fix some prctl macros that were incorrectly copied into this fileRich Felker-3/+3
2013-07-27add wrapper headers, with warnings, for various incorrect names under sysRich Felker-0/+11
2013-07-27a few more fixes for unistd/sysconf feature reportingRich Felker-0/+1
2013-07-26report presence of ADV and MSG options in unistd.h and sysconfRich Felker-0/+2
2013-07-26report that posix_spawn is supported in unistd.h and sysconfRich Felker-0/+1
2013-07-24fix incorrect type for new si_call_addr in siginfo_tRich Felker-3/+3
2013-07-25add protocol families PF_IB and PF_VSOCK to socket.hSzabolcs Nagy-1/+5
2013-07-24update siginfo according to linux headersSzabolcs Nagy-1/+13
2013-07-24add PTRACE_PEEKSIGINFO to ptrace.hSzabolcs Nagy-0/+11
2013-07-24add if_ether.h constants ETH_P_802_3_MIN and ETH_P_BATMANSzabolcs Nagy-0/+3
2013-07-24add CLOCK_TAI (and CLOCK_SGI_CYCLE) clock ids to time.hSzabolcs Nagy-0/+2
2013-07-24remove TCP_COOKIE_TRANSACTIONS from tcp.hSzabolcs Nagy-1/+0
2013-07-24add SO_SELECT_ERR_QUEUE to socket.hSzabolcs Nagy-0/+1
2013-07-24change jmp_buf to share an underlying type and struct tag with sigjmp_bufRich Felker-7/+6
2013-07-22undefine internal-use type macros at the end of alltypes.hRich Felker-0/+4