summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorLines
2013-12-20add sys/quota.h and quotactl syscall wrapperRich Felker-0/+104
2013-12-20add netinet/igmp.h and multicast groups to netinet/in.hRich Felker-0/+50
2013-12-20add TCP_INFO and TCP_MD5SIG socket option related structuresTimo Teräs-0/+58
2013-12-06add posix_close, accepted for inclusion in the next issue of POSIXRich Felker-0/+3
2013-12-04move struct ucred under _GNU_SOURCE in sys/socket.h for clean posix namespaceSzabolcs Nagy-0/+2
2013-12-04fix SHUT_WR typo in sys/socket.h and duplicate definitions of SHUT_*Szabolcs Nagy-5/+1
2013-12-04fix res_mkquery and res_send prototypes in resolv.hSzabolcs Nagy-4/+2
2013-12-03remove duplicate definition of _PATH_LASTLOG in paths.hRich Felker-1/+0
2013-12-02remove now-unnecessary features.h inclusion from fnmatch.hRich Felker-2/+0
2013-12-02expose FNM_* extensions in fnmatch.h without _GNU_SOURCERich Felker-3/+0
2013-11-29increase TTY_NAME_MAX limit to 32Rich Felker-1/+1
2013-11-26adjust fallback INFINITY definition for FLT_EVAL_METHOD==2 caseRich Felker-1/+1
2013-11-24restore type of NULL to void * except when used in C++ programsRich Felker-0/+33
2013-11-24Fix dn_comp prototype and add stubMichael Forney-1/+1
2013-11-24use 0 instead of NULL in headers where NULL is not definedSzabolcs Nagy-3/+3
2013-11-23add TCP_NOTSENT_LOWAT tcp socket option, new in linux v3.12Szabolcs Nagy-0/+1
2013-11-23add linux tcp state enumsTimo Teräs-0/+12
2013-11-23add multicast structures from RFC 3678 to netinet/in.hTimo Teräs-1/+42
2013-11-23timeradd/timersub: cast result to void to get rid of warningsrofl0r-2/+2
2013-11-21add legacy getloadavg apiSzabolcs Nagy-0/+1
2013-11-21math: add (obsolete) bsd drem and finite functionsSzabolcs Nagy-0/+6
2013-11-20write floating point limit constants to 21 significant decimal placesRich Felker-10/+10
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