summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorLines
2014-02-18add flock64 alias for (struct) flock in fcntl.hRich Felker-0/+1
2014-02-11add parens when bit and arith ops are mixed in macros in public headersSzabolcs Nagy-2/+2
2014-02-11fix signed and unsigned comparision in macros in public headersSzabolcs Nagy-3/+3
2014-02-05reduce namespace pollution in netinet/udp.hRich Felker-7/+10
2014-02-05fix use of legacy u_intN_t types in netinet/tcp.hRich Felker-73/+74
2014-02-05add support for BSD struct tcphdr in netinet/tcp.hRich Felker-4/+41
2014-02-05add nonstandard timespec/timeval conversion macros in sys/time.hRich Felker-0/+11
2014-02-05add NO_ADDRESS macro to netdb.h as an alias for NO_DATATimo Teräs-0/+1
2014-01-08fix namespace violation in sys/shm.hRich Felker-6/+8
2014-01-08fix namespace violations in utmpx.hRich Felker-5/+12
2014-01-08fix remaining known namespace violations for netinet/in.hRich Felker-22/+18
2014-01-07fix const-correctness of argument to stimeRich Felker-1/+1
2014-01-07fix signedness of pgoff argument to remap_file_pagesRich Felker-1/+1
2014-01-07fix const-correctness in sigandset/sigorset argumentsRich Felker-2/+2
2014-01-07remove sys/sysctl.hRich Felker-17/+0
2014-01-07fix incorrect type for wd argument of inotify_rm_watchRich Felker-1/+1
2014-01-06fix argument types for legacy function inet_makeaddrRich Felker-1/+1
2014-01-06const-qualify the address argument to dladdrRich Felker-1/+1
2014-01-06add some missing LFS64 aliases for fadvise/fallocate functionsRich Felker-0/+1
2014-01-02add fanotify syscall wrapper and headerrofl0r-0/+73
2013-12-29fix struct signalfd_siginfoTimo Teräs-2/+3
2013-12-20implement legacy function herrorRich Felker-0/+1
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