about summary refs log tree commit diff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* fix RLIMIT_ constants for mipsSzabolcs Nagy2014-04-151-2/+5
* add getauxval functionRich Felker2014-04-071-0/+16
* implement hcreate_r, hdestroy_r and hsearch_rsin2014-04-021-0/+12
* fix signal.h breakage from moving stack_t to arch-specific bitsRich Felker2014-03-181-0/+2
* move signal.h definition of stack_t to arch-specific bitsRich Felker2014-03-181-6/+0
* move struct semid_ds to from shared sys/sem.h to bitsRich Felker2014-03-111-16/+1
* math.h: make __FLOAT_BITS and __DOUBLE_BITS C89Szabolcs Nagy2014-03-091-2/+4
* in sys/procfs.h, avoid using __WORDSIZE macroRich Felker2014-03-081-1/+1
* in.h: new IP_MTU_DISCOVER mode IP_PMTUDISC_INTERFACESzabolcs Nagy2014-02-251-0/+1
* if_ether.h: new ethernet protocol typeSzabolcs Nagy2014-02-251-0/+1
* sys/socket.h: add the SO_MAX_PACING_RATE SOL_SOCKET optionSzabolcs Nagy2014-02-251-0/+1
* elf.h: add aarch64 relocationsSzabolcs Nagy2014-02-251-0/+111
* elf.h: new elf header flag to mark 2008-NaN vs legacy-NaN on mipsSzabolcs Nagy2014-02-251-0/+1
* sys/shm.h: move arch specific structs to bits/rofl0r2014-02-231-16/+7
* sys/sem.h: cheat and make all longs use time_t insteadrofl0r2014-02-221-8/+8
* add flock64 alias for (struct) flock in fcntl.hRich Felker2014-02-181-0/+1
* add parens when bit and arith ops are mixed in macros in public headersSzabolcs Nagy2014-02-112-2/+2
* fix signed and unsigned comparision in macros in public headersSzabolcs Nagy2014-02-113-3/+3
* reduce namespace pollution in netinet/udp.hRich Felker2014-02-051-7/+10
* fix use of legacy u_intN_t types in netinet/tcp.hRich Felker2014-02-051-73/+74
* add support for BSD struct tcphdr in netinet/tcp.hRich Felker2014-02-051-4/+41
* add nonstandard timespec/timeval conversion macros in sys/time.hRich Felker2014-02-051-0/+11
* add NO_ADDRESS macro to netdb.h as an alias for NO_DATATimo Teräs2014-02-051-0/+1
* fix namespace violation in sys/shm.hRich Felker2014-01-081-6/+8
* fix namespace violations in utmpx.hRich Felker2014-01-082-5/+12
* fix remaining known namespace violations for netinet/in.hRich Felker2014-01-082-22/+18
* fix const-correctness of argument to stimeRich Felker2014-01-071-1/+1
* fix signedness of pgoff argument to remap_file_pagesRich Felker2014-01-071-1/+1
* fix const-correctness in sigandset/sigorset argumentsRich Felker2014-01-071-2/+2
* remove sys/sysctl.hRich Felker2014-01-071-17/+0
* fix incorrect type for wd argument of inotify_rm_watchRich Felker2014-01-071-1/+1
* fix argument types for legacy function inet_makeaddrRich Felker2014-01-061-1/+1
* const-qualify the address argument to dladdrRich Felker2014-01-061-1/+1
* add some missing LFS64 aliases for fadvise/fallocate functionsRich Felker2014-01-061-0/+1
* add fanotify syscall wrapper and headerrofl0r2014-01-021-0/+73
* fix struct signalfd_siginfoTimo Teräs2013-12-291-2/+3
* implement legacy function herrorRich Felker2013-12-201-0/+1
* add sys/quota.h and quotactl syscall wrapperRich Felker2013-12-201-0/+104
* add netinet/igmp.h and multicast groups to netinet/in.hRich Felker2013-12-202-0/+50
* 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