fix getaddrinfo error code for non-numeric service with AI_NUMERICSERV
[musl] / include /
2017-11-05 Szabolcs Nagyadd new tcp.h socket options from linux v4.13
2017-11-05 Szabolcs Nagyadd new fcntl.h macros from linux v4.13
2017-11-05 Szabolcs Nagyadd SO_ getsockopt options from linux v4.13
2017-11-05 Szabolcs Nagyadd ARPHDR_VSOCKMON from linux v4.12
2017-11-05 Szabolcs Nagyadd new SO_ socket options from linux v4.12
2017-11-05 Szabolcs Nagyadd TCP_NLA_* enums from linux v4.11
2017-11-05 Szabolcs Nagyadd TCP_FASTOPEN_CONNECT tcp socket option from linux...
2017-11-05 Szabolcs Nagyadd ETH_P_IBOE from linux v4.11
2017-11-05 Szabolcs Nagyadd TFD_TIMER_CANCEL_ON_SET that timerfd.h was missing
2017-11-05 Szabolcs Nagyadd ETH_MIN_MTU and ETH_MAX_MTU from linux v4.10
2017-11-05 Szabolcs Nagyadd IP_RECVFRAGSIZE and IPV6_RECVFRAGSIZE from linux...
2017-11-05 Szabolcs Nagyadd SCM_TIMESTAMPING_OPT_STATS and related TCP_ enums...
2017-09-28 Rich Felkerfix use of memset without declaration in sched.h cpu...
2017-08-30 Rich Felkermove IPPORT_RESERVED from netdb.h to netinet/in.h
2017-08-01 Rich Felkeradd _NL_LOCALE_NAME extension to nl_langinfo
2017-07-04 Alexander Monakovremove useless declarations in string.h
2017-04-23 Rich Felkeradd no-op POSIX_SPAWN_USEVFORK to spawn.h
2017-04-22 Rich Felkerimplement new posix_spawn flag POSIX_SPAWN_SETSID
2016-12-30 Szabolcs Nagyupdate tcp_info struct to linux v4.9
2016-12-30 Szabolcs Nagyadd MS_NOREMOTELOCK mount flag from linux v4.9
2016-12-17 Quentin Rameauin public headers, don't assume pre-C99 compilers have...
2016-12-15 Rich Felkerremove legacy i386 fallback stdarg implementation and...
2016-11-11 Rich Felkergeneralize ELF hash table types not to assume 32-bit...
2016-11-08 Rich Felkeradd limited pthread_setattr_default_np API to set stack...
2016-11-08 Rich Felkermake netinet/in.h suppress clashing definitions from...
2016-11-07 Rich Felkerdon't claim support for resolv.h APIs that aren't supported
2016-11-07 Rich Felkerremove redundant feature test macro checks in sys/time.h
2016-10-20 Rich Felkerfix various header namespace issues under feature-test...
2016-10-20 Rich Felkerremove parameter names from public headers
2016-10-20 Rich Felkerfix misspelling of a legacy macro name in sys/param.h
2016-10-20 Daniel Sabogaladd missing if_ether.h constants
2016-10-20 Daniel Sabogaladd missing if_arp.h constant
2016-10-20 Daniel Sabogalfix typo in utmpx.h
2016-10-20 Daniel Sabogaladd missing confstr constants
2016-10-20 Felix Jandaadd pthread_setname_np
2016-10-20 Szabolcs Nagyupdate icmphdr struct following linux v4.8
2016-10-20 Szabolcs Nagyadd TCP_REPAIR_WINDOW to netinet/tcp.h from linux v4.8
2016-10-20 Szabolcs Nagyadd bits/hwcap.h and include it in sys/auxv.h
2016-10-20 Szabolcs Nagyelf.h: update EM_ elf machine defines and add R_BPF_...
2016-10-20 Szabolcs Nagyadd ETH_P_NCSI to netinet/if_ether.h from linux v4.8
2016-09-19 Rich Felkerfix undefined behavior in sched.h cpu_set_t usage
2016-09-16 Daniel Sabogaladd missing *_unlocked and wcsftime_l prototypes to...
2016-09-16 Daniel Sabogalfix ifru_data and ifcu_buf types in net/if.h
2016-08-30 Rich Felkerrestore _Noreturn to __assert_fail
2016-08-30 Duncan Overbruckfix FFSYNC by changing it to O_SYNC
2016-08-30 Szabolcs Nagyadd SS_AUTODISARM sigaltstack ss_flags from linux v4...
2016-08-30 Szabolcs Nagyadd UDP_ENCAP_GTP0, UDP_ENCAP_GTP1U from linux v4.7...
2016-08-30 Szabolcs Nagyadd PF_QIPCRTR, AF_QIPCRTR from linux v4.7 to sys/socket.h
2016-07-04 Rich Felkeradd stdc-predef.h for library-level predefined macros
2016-07-03 Rich Felkermake brace placement in public header typedef'd structs...
2016-07-03 Szabolcs Nagyadd EF_SH_ sh specific macros to elf.h
2016-07-03 Szabolcs Nagyadd NT_ARM_SYSTEM_CALL to elf.h
2016-07-03 Szabolcs Nagyadd missing x86 relocs to elf.h
2016-07-03 Szabolcs Nagyadd DT_MIPS_RLD_MAP_REL to elf.h
2016-07-03 Szabolcs Nagyadd SHF_COMPRESSED section flag to elf.h
2016-07-03 Szabolcs Nagyadd powerpc tls optimization related definitions to...
2016-07-03 Szabolcs Nagyadd nios2 definitions to elf.h
2016-07-03 Szabolcs Nagyupdate elf.h with mips abi flags support
2016-07-03 Szabolcs Nagyupdate elf.h with new aarch64 relocs
2016-07-03 Szabolcs Nagyupdate elf.h with powerpc64 elfv2 abi related macros
2016-07-03 Szabolcs Nagyadd new powerpc64 relocations to elf.h
2016-07-03 Szabolcs Nagyadd EM_OPENRISC again to elf.h
2016-07-03 Rich Felkermake brace placement in public header struct definition...
2016-07-03 Rich Felkerfix misplaced indention in sys/procfs.h
2016-07-01 Bobby Binghampthread: implement try/timed join variants
2016-06-29 Rich Felkeradd RUSAGE_THREAD (Linux extension) definition to sys...
2016-06-29 Rich Felkerfix incorrect definition of RUSAGE_CHILDREN in sys...
2016-06-09 Rich Felkeravoid padding gaps in struct sockaddr_storage
2016-06-09 Szabolcs Nagyupdate sys/socket.h to linux v4.6
2016-06-09 Szabolcs Nagyadd new tcp_info fields from linux v4.6
2016-06-09 Szabolcs Nagyadd CLONE_NEWCGROUP clone flag, new in linux v4.6
2016-06-09 Szabolcs Nagyupdate siginfo struct for linux v4.6
2016-06-09 Szabolcs Nagyadd ETH_P_MACSEC netinet/if_ether.h, new in linux v4.6
2016-06-09 Szabolcs Nagyadd SO_CNX_ADVICE to sys/socket.h, new in linux v4.6
2016-05-22 Rich Felkerfix undefined pointer arithmetic in CMSG_NXTHDR macro
2016-03-19 Szabolcs Nagyadd MADV_FREE madvise command from linux v4.5
2016-03-19 Szabolcs Nagyadd EPOLLEXCLUSIVE epoll flag from linux v4.5
2016-03-19 Szabolcs Nagyadd SO_ATTACH_REUSEPORT_[CE]BPF socket options from...
2016-03-19 Szabolcs Nagyadd IPV6_HDRINCL socket option from linux v4.5
2016-03-19 Szabolcs Nagydeduplicate bits/mman.h
2016-03-03 Nathan Zadoksadd sched_getcpu
2016-02-12 Rich Felkerdo not define static_assert macro for pre-C11 compilers
2016-02-12 Rich Felkeradd declarations for utmpname/utmpxname to appropriate...
2016-01-27 Szabolcs Nagyfix siginfo_t for mips
2016-01-27 Szabolcs Nagymove bits/signal.h include close to the top of signal.h
2016-01-26 Szabolcs Nagyadd new PTRACE_SECCOMP_GET_FILTER ptrace command
2016-01-26 Szabolcs Nagyadd MCL_ONFAULT and MLOCK_ONFAULT mlockall and mlock2...
2016-01-26 Szabolcs Nagyadd new PTRACE_O_SUSPEND_SECCOMP ptrace option
2016-01-26 Szabolcs Nagyadd new PR_CAP_AMBIENT and related defines to sys/prctl.h
2016-01-26 Szabolcs Nagyupdate netpacket/packet.h to linux v4.3
2016-01-25 Szabolcs Nagyadd new IP_BIND_ADDRESS_NO_PORT and IPPROTO_MPLS to...
2016-01-25 Szabolcs Nagyupdate netinet/tcp.h for linux v4.2
2016-01-25 Szabolcs Nagyadd MS_LAZYTIME mount option to sys/mount.h
2016-01-25 Szabolcs Nagyadd AF_MPLS (PF_MPLS) address family to socket.h
2016-01-25 Szabolcs Nagyadd MSG_FASTOPEN sendmsg/sendto flag to socket.h
2016-01-17 Kylie McClainnetinet/tcp: Add TCPOPT, TCPOLEN constants
2015-11-03 Rich Felkerfix mismatched parens in CMPLX def for annex-g-conformi...
2015-09-17 Rich Felkerremove attribute((const)) from pthread_self and errno...
2015-09-15 Khem Rajadd format argument attributes to gettext function...
2015-09-12 Rich Felkeradd sh relocation types needed for fdpic to elf.h
next