summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorLines
2017-11-05add new tcp.h socket options from linux v4.13Szabolcs Nagy-2/+7
2017-11-05add new fcntl.h macros from linux v4.13Szabolcs Nagy-0/+12
2017-11-05add SO_ getsockopt options from linux v4.13Szabolcs Nagy-0/+2
2017-11-05add ARPHDR_VSOCKMON from linux v4.12Szabolcs Nagy-0/+1
2017-11-05add new SO_ socket options from linux v4.12Szabolcs Nagy-0/+3
2017-11-05add TCP_NLA_* enums from linux v4.11Szabolcs Nagy-0/+2
2017-11-05add TCP_FASTOPEN_CONNECT tcp socket option from linux v4.11Szabolcs Nagy-0/+1
2017-11-05add ETH_P_IBOE from linux v4.11Szabolcs Nagy-0/+1
2017-11-05add TFD_TIMER_CANCEL_ON_SET that timerfd.h was missingSzabolcs Nagy-0/+1
2017-11-05add ETH_MIN_MTU and ETH_MAX_MTU from linux v4.10Szabolcs Nagy-0/+2
2017-11-05add IP_RECVFRAGSIZE and IPV6_RECVFRAGSIZE from linux v4.10Szabolcs Nagy-0/+2
2017-11-05add SCM_TIMESTAMPING_OPT_STATS and related TCP_ enums from linux v4.10Szabolcs Nagy-0/+11
2017-09-28fix use of memset without declaration in sched.h cpu set macrosRich Felker-0/+1
2017-08-29move IPPORT_RESERVED from netdb.h to netinet/in.hRich Felker-2/+2
2017-07-31add _NL_LOCALE_NAME extension to nl_langinfoRich Felker-0/+6
2017-07-04remove useless declarations in string.hAlexander Monakov-2/+0
2017-04-22add no-op POSIX_SPAWN_USEVFORK to spawn.hRich Felker-0/+1
2017-04-22implement new posix_spawn flag POSIX_SPAWN_SETSIDRich Felker-0/+1
2016-12-29update tcp_info struct to linux v4.9Szabolcs Nagy-0/+2
2016-12-29add MS_NOREMOTELOCK mount flag from linux v4.9Szabolcs Nagy-0/+1
2016-12-16in public headers, don't assume pre-C99 compilers have __inline keywordQuentin Rameau-0/+2
2016-12-15remove legacy i386 fallback stdarg implementation and frameworkRich Felker-4/+0
2016-11-11generalize ELF hash table types not to assume 32-bit entriesRich Felker-2/+1
2016-11-08add limited pthread_setattr_default_np API to set stack size defaultsRich Felker-0/+2
2016-11-07make netinet/in.h suppress clashing definitions from kernel headersRich Felker-0/+15
2016-11-07don't claim support for resolv.h APIs that aren't supportedRich Felker-1/+1
2016-11-07remove redundant feature test macro checks in sys/time.hRich Felker-5/+0
2016-10-20fix various header namespace issues under feature-test-macro controlRich Felker-7/+18
2016-10-20remove parameter names from public headersRich Felker-9/+9
2016-10-20fix misspelling of a legacy macro name in sys/param.hRich Felker-1/+1
2016-10-20add missing if_ether.h constantsDaniel Sabogal-0/+3
2016-10-20add missing if_arp.h constantDaniel Sabogal-0/+1
2016-10-20fix typo in utmpx.hDaniel Sabogal-1/+1
2016-10-20add missing confstr constantsDaniel Sabogal-0/+2
2016-10-20add pthread_setname_npFelix Janda-0/+1
2016-10-20update icmphdr struct following linux v4.8Szabolcs Nagy-0/+1
2016-10-20add TCP_REPAIR_WINDOW to netinet/tcp.h from linux v4.8Szabolcs Nagy-0/+9
2016-10-20add bits/hwcap.h and include it in sys/auxv.hSzabolcs Nagy-0/+1
2016-10-20elf.h: update EM_ elf machine defines and add R_BPF_ definesSzabolcs Nagy-1/+101
2016-10-20add ETH_P_NCSI to netinet/if_ether.h from linux v4.8Szabolcs Nagy-0/+1
2016-09-19fix undefined behavior in sched.h cpu_set_t usageRich Felker-3/+3
2016-09-16add missing *_unlocked and wcsftime_l prototypes to wchar.hDaniel Sabogal-0/+15
2016-09-16fix ifru_data and ifcu_buf types in net/if.hDaniel Sabogal-2/+2
2016-08-30restore _Noreturn to __assert_failRich Felker-1/+1
2016-08-30fix FFSYNC by changing it to O_SYNCDuncan Overbruck-1/+1
2016-08-30add SS_AUTODISARM sigaltstack ss_flags from linux v4.7 to signal.hSzabolcs Nagy-0/+2
2016-08-30add UDP_ENCAP_GTP0, UDP_ENCAP_GTP1U from linux v4.7 to netinet/udp.hSzabolcs Nagy-0/+2
2016-08-30add PF_QIPCRTR, AF_QIPCRTR from linux v4.7 to sys/socket.hSzabolcs Nagy-1/+3
2016-07-03add stdc-predef.h for library-level predefined macrosRich Felker-0/+10
2016-07-03make brace placement in public header typedef'd structs consistentRich Felker-16/+8