summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorLines
2015-03-30fix preprocessor error introduced in poll.h in last commitRich Felker-1/+1
2015-03-30fix POLLWRNORM and POLLWRBAND on mipsTrutz Behn-0/+6
2015-03-30fix signedness of WINT_MIN expressionRich Felker-1/+1
2015-03-30fix CPU_EQUAL macro in sched.hSzabolcs Nagy-1/+1
2014-07-28remove hack in syslog.h that resulted in aliasing violationsRich Felker-6/+2
2014-04-16fix RLIMIT_ constants for mipsSzabolcs Nagy-2/+5
2014-03-18fix signal.h breakage from moving stack_t to arch-specific bitsRich Felker-0/+2
2014-03-18move signal.h definition of stack_t to arch-specific bitsRich Felker-6/+0
2014-03-11move struct semid_ds to from shared sys/sem.h to bitsRich Felker-16/+1
2014-03-09math.h: make __FLOAT_BITS and __DOUBLE_BITS C89Szabolcs Nagy-2/+4
2014-03-08in sys/procfs.h, avoid using __WORDSIZE macroRich Felker-1/+1
2014-02-25in.h: new IP_MTU_DISCOVER mode IP_PMTUDISC_INTERFACESzabolcs Nagy-0/+1
2014-02-25if_ether.h: new ethernet protocol typeSzabolcs Nagy-0/+1
2014-02-25sys/socket.h: add the SO_MAX_PACING_RATE SOL_SOCKET optionSzabolcs Nagy-0/+1
2014-02-25elf.h: add aarch64 relocationsSzabolcs Nagy-0/+111
2014-02-25elf.h: new elf header flag to mark 2008-NaN vs legacy-NaN on mipsSzabolcs Nagy-0/+1
2014-02-23sys/shm.h: move arch specific structs to bits/rofl0r-16/+7
2014-02-22sys/sem.h: cheat and make all longs use time_t insteadrofl0r-8/+8
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