about summary refs log tree commit diff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* add TCP_INFO and TCP_MD5SIG socket option related structuresTimo Teräs2013-12-201-0/+58
* add posix_close, accepted for inclusion in the next issue of POSIXRich Felker2013-12-061-0/+3
* move struct ucred under _GNU_SOURCE in sys/socket.h for clean posix namespaceSzabolcs Nagy2013-12-041-0/+2
* fix SHUT_WR typo in sys/socket.h and duplicate definitions of SHUT_*Szabolcs Nagy2013-12-041-5/+1
* fix res_mkquery and res_send prototypes in resolv.hSzabolcs Nagy2013-12-041-4/+2
* remove duplicate definition of _PATH_LASTLOG in paths.hRich Felker2013-12-031-1/+0
* remove now-unnecessary features.h inclusion from fnmatch.hRich Felker2013-12-021-2/+0
* expose FNM_* extensions in fnmatch.h without _GNU_SOURCERich Felker2013-12-021-3/+0
* increase TTY_NAME_MAX limit to 32Rich Felker2013-11-291-1/+1
* adjust fallback INFINITY definition for FLT_EVAL_METHOD==2 caseRich Felker2013-11-261-1/+1
* restore type of NULL to void * except when used in C++ programsRich Felker2013-11-248-0/+33
* Fix dn_comp prototype and add stubMichael Forney2013-11-241-1/+1
* use 0 instead of NULL in headers where NULL is not definedSzabolcs Nagy2013-11-242-3/+3
* add TCP_NOTSENT_LOWAT tcp socket option, new in linux v3.12Szabolcs Nagy2013-11-231-0/+1
* add linux tcp state enumsTimo Teräs2013-11-231-0/+12
* add multicast structures from RFC 3678 to netinet/in.hTimo Teräs2013-11-231-1/+42
* timeradd/timersub: cast result to void to get rid of warningsrofl0r2013-11-231-2/+2
* add legacy getloadavg apiSzabolcs Nagy2013-11-211-0/+1
* math: add (obsolete) bsd drem and finite functionsSzabolcs Nagy2013-11-211-0/+6
* write floating point limit constants to 21 significant decimal placesRich Felker2013-11-202-10/+10
* adjust sys/wait.h not to produde errors in strict ISO C feature profileRich Felker2013-11-091-3/+7
* fix inttypes.h PRI and SCN macros for [u]intptr_t typesRich Felker2013-10-301-11/+13
* POSIX conformance fix: define struct entry in search.hSzabolcs Nagy2013-10-291-1/+1
* add legacy ftime function and sys/timeb.hRich Felker2013-10-251-0/+22
* fix multiple minor namespace issues in headersRich Felker2013-10-204-7/+15
* use consistent include guard name in arpa/ftp.hSzabolcs Nagy2013-10-181-2/+2
* fix typo in socket.h (wrong macro name)Szabolcs Nagy2013-10-181-1/+1
* fix clockid macro names in time.h, reported by Paul SchutteSzabolcs Nagy2013-10-071-2/+2
* math: fix comparision macros (isless etc) when FLT_EVAL_METHOD!=0Szabolcs Nagy2013-09-271-10/+10
* sys/resource.h: add PRIO_MIN and PRIO_MAX for getpriority and setprioritySzabolcs Nagy2013-09-161-0/+3
* update include/elf.h following glibc changesSzabolcs Nagy2013-09-161-27/+143
* sys/socket.h: add new SO_BUSY_POLL socket optionSzabolcs Nagy2013-09-151-0/+1
* ptrace.h: add new ptrace requests to get/set sigmaskSzabolcs Nagy2013-09-151-0/+2
* net/if_arp.h: add missing ARP hardware identifiers from linux uapi headersSzabolcs Nagy2013-09-151-1/+7
* netinet/in.h: add missing IP protocol numbers from the linux uapi headersSzabolcs Nagy2013-09-151-0/+2
* support configurable page size on mips, powerpc and microblazeSzabolcs Nagy2013-09-151-0/+2
* add workaround header for wait.h remapping to sys/wait.hRich Felker2013-09-011-0/+2
* only expose struct tcphdr under _GNU_SOURCERich Felker2013-08-301-1/+3
* add struct tcphdr in netinet/tcp.hRich Felker2013-08-301-0/+33
* stdbool.h should define __bool_true_false_are_defined even for C++Rich Felker2013-08-281-2/+2
* add SUN_LEN macro to sys/un.h under appropriate feature testsRich Felker2013-08-211-0/+19
* de-duplicate dn_expand, fix return value and signature, clean upRich Felker2013-08-141-1/+1
* add missing MSG_EXCEPT in sys/msg.hRich Felker2013-08-141-0/+1
* provide declarations for strtod_l and familyRich Felker2013-08-131-0/+4
* fix definitions of WIFSTOPPED and WIFSIGNALED to support up to signal 127Rich Felker2013-08-102-4/+4
* add pthread_setaffinity_np and pthread_getaffinity_np functionsRich Felker2013-08-101-0/+3
* add cpu affinity interfacesRich Felker2013-08-101-0/+61
* sys/personality.h: add missing C++ compatrofl0r2013-08-081-0/+7
* sys/personality.h: add missing macrosrofl0r2013-08-081-0/+33
* add some new linux AT_* flagsRich Felker2013-08-031-0/+2