about summary refs log tree commit diff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* add _DIRENT_HAVE_D_* macros to dirent.hRostislav Skudnov2018-01-121-0/+4
* add additional uapi guards for Linux kernel header filesHauke Mehrtens2018-01-093-0/+10
* fix endian errors in netinet/icmp6.h due to failure to include endian.hRich Felker2017-12-151-0/+1
* fix endian errors in arpa/nameser.h due to failure to include endian.hJo-Philipp Wich2017-12-141-0/+1
* adjust fopencookie structure tag for ABI-compatRich Felker2017-12-061-1/+1
* implement the fopencookie extension to stdioWilliam Pitcock2017-12-061-0/+14
* add new tcp.h socket options from linux v4.13Szabolcs Nagy2017-11-051-2/+7
* add new fcntl.h macros from linux v4.13Szabolcs Nagy2017-11-051-0/+12
* add SO_ getsockopt options from linux v4.13Szabolcs Nagy2017-11-051-0/+2
* add ARPHDR_VSOCKMON from linux v4.12Szabolcs Nagy2017-11-051-0/+1
* add new SO_ socket options from linux v4.12Szabolcs Nagy2017-11-051-0/+3
* add TCP_NLA_* enums from linux v4.11Szabolcs Nagy2017-11-051-0/+2
* add TCP_FASTOPEN_CONNECT tcp socket option from linux v4.11Szabolcs Nagy2017-11-051-0/+1
* add ETH_P_IBOE from linux v4.11Szabolcs Nagy2017-11-051-0/+1
* add TFD_TIMER_CANCEL_ON_SET that timerfd.h was missingSzabolcs Nagy2017-11-051-0/+1
* add ETH_MIN_MTU and ETH_MAX_MTU from linux v4.10Szabolcs Nagy2017-11-051-0/+2
* add IP_RECVFRAGSIZE and IPV6_RECVFRAGSIZE from linux v4.10Szabolcs Nagy2017-11-051-0/+2
* add SCM_TIMESTAMPING_OPT_STATS and related TCP_ enums from linux v4.10Szabolcs Nagy2017-11-052-0/+11
* fix use of memset without declaration in sched.h cpu set macrosRich Felker2017-09-281-0/+1
* move IPPORT_RESERVED from netdb.h to netinet/in.hRich Felker2017-08-292-2/+2
* add _NL_LOCALE_NAME extension to nl_langinfoRich Felker2017-07-311-0/+6
* remove useless declarations in string.hAlexander Monakov2017-07-041-2/+0
* add no-op POSIX_SPAWN_USEVFORK to spawn.hRich Felker2017-04-221-0/+1
* implement new posix_spawn flag POSIX_SPAWN_SETSIDRich Felker2017-04-221-0/+1
* update tcp_info struct to linux v4.9Szabolcs Nagy2016-12-291-0/+2
* add MS_NOREMOTELOCK mount flag from linux v4.9Szabolcs Nagy2016-12-291-0/+1
* in public headers, don't assume pre-C99 compilers have __inline keywordQuentin Rameau2016-12-161-0/+2
* remove legacy i386 fallback stdarg implementation and frameworkRich Felker2016-12-151-4/+0
* generalize ELF hash table types not to assume 32-bit entriesRich Felker2016-11-111-2/+1
* add limited pthread_setattr_default_np API to set stack size defaultsRich Felker2016-11-081-0/+2
* make netinet/in.h suppress clashing definitions from kernel headersRich Felker2016-11-071-0/+15
* don't claim support for resolv.h APIs that aren't supportedRich Felker2016-11-071-1/+1
* remove redundant feature test macro checks in sys/time.hRich Felker2016-11-071-5/+0
* fix various header namespace issues under feature-test-macro controlRich Felker2016-10-206-7/+18
* remove parameter names from public headersRich Felker2016-10-206-9/+9
* fix misspelling of a legacy macro name in sys/param.hRich Felker2016-10-201-1/+1
* add missing if_ether.h constantsDaniel Sabogal2016-10-201-0/+3
* add missing if_arp.h constantDaniel Sabogal2016-10-201-0/+1
* fix typo in utmpx.hDaniel Sabogal2016-10-201-1/+1
* add missing confstr constantsDaniel Sabogal2016-10-201-0/+2
* add pthread_setname_npFelix Janda2016-10-201-0/+1
* update icmphdr struct following linux v4.8Szabolcs Nagy2016-10-201-0/+1
* add TCP_REPAIR_WINDOW to netinet/tcp.h from linux v4.8Szabolcs Nagy2016-10-201-0/+9
* add bits/hwcap.h and include it in sys/auxv.hSzabolcs Nagy2016-10-201-0/+1
* elf.h: update EM_ elf machine defines and add R_BPF_ definesSzabolcs Nagy2016-10-201-1/+101
* add ETH_P_NCSI to netinet/if_ether.h from linux v4.8Szabolcs Nagy2016-10-201-0/+1
* fix undefined behavior in sched.h cpu_set_t usageRich Felker2016-09-191-3/+3
* add missing *_unlocked and wcsftime_l prototypes to wchar.hDaniel Sabogal2016-09-161-0/+15
* fix ifru_data and ifcu_buf types in net/if.hDaniel Sabogal2016-09-161-2/+2
* restore _Noreturn to __assert_failRich Felker2016-08-301-1/+1