summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2018-02-22netinet/in.h: add new IPV6_FREEBIND from linux v4.15Szabolcs Nagy1-0/+1
2018-02-22netinet/tcp.h: add TCP_* socket options from linux v4.15Szabolcs Nagy1-0/+2
2018-02-22add MAP_SYNC and MAP_SHARED_VALIDATE from linux v4.15Szabolcs Nagy1-0/+2
2018-02-22netinet/tcp.h: add tcp_diag_md5sig struct from linux v4.14Szabolcs Nagy1-0/+8
2018-02-22sys/{mman,shm}.h: add {MAP,SHM}_HUGE_ macros from linux uapiSzabolcs Nagy2-0/+26
2018-02-22netinet/if_ether.h: add new ETH_P_ macros from linux v4.14Szabolcs Nagy1-0/+4
2018-02-22net/if_arp.h: add ARPHRD_RAWIP from linux v4.14Szabolcs Nagy1-0/+1
2018-02-22signal.h: add missing SIGTRAP si_codesSzabolcs Nagy1-0/+2
2018-02-22sys/mman.h: add MADV_WIPEONFORK from linux v4.14Szabolcs Nagy1-0/+2
2018-02-22sys/socket.h: add MSG_ZEROCOPY from linux v4.14Szabolcs Nagy1-0/+2
2018-02-22sys/socket.h: add SOL_TLS from linux v4.13Szabolcs Nagy1-0/+1
2018-02-22sys/socket.h: add PF_SMC from linux v4.11Szabolcs Nagy1-1/+3
2018-01-12add _DIRENT_HAVE_D_* macros to dirent.hRostislav Skudnov1-0/+4
2018-01-09add additional uapi guards for Linux kernel header filesHauke Mehrtens3-0/+10
2017-12-15fix endian errors in netinet/icmp6.h due to failure to include endian.hRich Felker1-0/+1
2017-12-14fix endian errors in arpa/nameser.h due to failure to include endian.hJo-Philipp Wich1-0/+1
2017-12-06adjust fopencookie structure tag for ABI-compatRich Felker1-1/+1
2017-12-06implement the fopencookie extension to stdioWilliam Pitcock1-0/+14
2017-11-05add new tcp.h socket options from linux v4.13Szabolcs Nagy1-2/+7
2017-11-05add new fcntl.h macros from linux v4.13Szabolcs Nagy1-0/+12
2017-11-05add SO_ getsockopt options from linux v4.13Szabolcs Nagy1-0/+2
2017-11-05add ARPHDR_VSOCKMON from linux v4.12Szabolcs Nagy1-0/+1
2017-11-05add new SO_ socket options from linux v4.12Szabolcs Nagy1-0/+3
2017-11-05add TCP_NLA_* enums from linux v4.11Szabolcs Nagy1-0/+2
2017-11-05add TCP_FASTOPEN_CONNECT tcp socket option from linux v4.11Szabolcs Nagy1-0/+1
2017-11-05add ETH_P_IBOE from linux v4.11Szabolcs Nagy1-0/+1
2017-11-05add TFD_TIMER_CANCEL_ON_SET that timerfd.h was missingSzabolcs Nagy1-0/+1
2017-11-05add ETH_MIN_MTU and ETH_MAX_MTU from linux v4.10Szabolcs Nagy1-0/+2
2017-11-05add IP_RECVFRAGSIZE and IPV6_RECVFRAGSIZE from linux v4.10Szabolcs Nagy1-0/+2
2017-11-05add SCM_TIMESTAMPING_OPT_STATS and related TCP_ enums from linux v4.10Szabolcs Nagy2-0/+11
2017-09-28fix use of memset without declaration in sched.h cpu set macrosRich Felker1-0/+1
2017-08-29move IPPORT_RESERVED from netdb.h to netinet/in.hRich Felker2-2/+2
2017-07-31add _NL_LOCALE_NAME extension to nl_langinfoRich Felker1-0/+6
2017-07-04remove useless declarations in string.hAlexander Monakov1-2/+0
2017-04-22add no-op POSIX_SPAWN_USEVFORK to spawn.hRich Felker1-0/+1
2017-04-22implement new posix_spawn flag POSIX_SPAWN_SETSIDRich Felker1-0/+1
2016-12-29update tcp_info struct to linux v4.9Szabolcs Nagy1-0/+2
2016-12-29add MS_NOREMOTELOCK mount flag from linux v4.9Szabolcs Nagy1-0/+1
2016-12-16in public headers, don't assume pre-C99 compilers have __inline keywordQuentin Rameau1-0/+2
2016-12-15remove legacy i386 fallback stdarg implementation and frameworkRich Felker1-4/+0
2016-11-11generalize ELF hash table types not to assume 32-bit entriesRich Felker1-2/+1
2016-11-08add limited pthread_setattr_default_np API to set stack size defaultsRich Felker1-0/+2
2016-11-07make netinet/in.h suppress clashing definitions from kernel headersRich Felker1-0/+15
2016-11-07don't claim support for resolv.h APIs that aren't supportedRich Felker1-1/+1
2016-11-07remove redundant feature test macro checks in sys/time.hRich Felker1-5/+0
2016-10-20fix various header namespace issues under feature-test-macro controlRich Felker6-7/+18
2016-10-20remove parameter names from public headersRich Felker6-9/+9
2016-10-20fix misspelling of a legacy macro name in sys/param.hRich Felker1-1/+1
2016-10-20add missing if_ether.h constantsDaniel Sabogal1-0/+3
2016-10-20add missing if_arp.h constantDaniel Sabogal1-0/+1