fix gethostby*_r result pointer value on error
[musl] / include /
2014-06-20 Rich Felkerimplement sendmmsg and recvmmsg
2014-06-04 Rich Felkeradd support for ipv6 scope_id to getaddrinfo and getnam...
2014-05-30 Szabolcs Nagyfix POSIX namespace pollution in sys/types.h
2014-05-30 Szabolcs Nagyupdate netinet/in.h to match the current kernel uapi
2014-05-30 Szabolcs Nagyadd SO_BPF_EXTENSIONS socket option
2014-05-30 Szabolcs Nagyadd sched_{get,set}attr syscall numbers and SCHED_DEADL...
2014-05-25 Rich Felkeroverhaul siginfo_t definition in signal.h
2014-05-19 Rich Felkerremove unsupported nonstandard sysconf macros and their...
2014-04-20 M Farkas-Dyckexpose public execvpe interface
2014-04-15 Szabolcs Nagyfix RLIMIT_ constants for mips
2014-04-07 Rich Felkeradd getauxval function
2014-04-02 sinimplement hcreate_r, hdestroy_r and hsearch_r
2014-03-19 Rich Felkerfix signal.h breakage from moving stack_t to arch-speci...
2014-03-19 Rich Felkermove signal.h definition of stack_t to arch-specific...
2014-03-11 Rich Felkermove struct semid_ds to from shared sys/sem.h to bits
2014-03-09 Szabolcs Nagymath.h: make __FLOAT_BITS and __DOUBLE_BITS C89
2014-03-08 Rich Felkerin sys/procfs.h, avoid using __WORDSIZE macro
2014-02-24 Szabolcs Nagyin.h: new IP_MTU_DISCOVER mode IP_PMTUDISC_INTERFACE
2014-02-24 Szabolcs Nagyif_ether.h: new ethernet protocol type
2014-02-24 Szabolcs Nagysys/socket.h: add the SO_MAX_PACING_RATE SOL_SOCKET...
2014-02-24 Szabolcs Nagyelf.h: add aarch64 relocations
2014-02-24 Szabolcs Nagyelf.h: new elf header flag to mark 2008-NaN vs legacy...
2014-02-23 rofl0rsys/shm.h: move arch specific structs to bits/
2014-02-22 rofl0rsys/sem.h: cheat and make all longs use time_t instead
2014-02-18 Rich Felkeradd flock64 alias for (struct) flock in fcntl.h
2014-02-11 Szabolcs Nagyadd parens when bit and arith ops are mixed in macros...
2014-02-11 Szabolcs Nagyfix signed and unsigned comparision in macros in public...
2014-02-05 Rich Felkerreduce namespace pollution in netinet/udp.h
2014-02-05 Rich Felkerfix use of legacy u_intN_t types in netinet/tcp.h
2014-02-05 Rich Felkeradd support for BSD struct tcphdr in netinet/tcp.h
2014-02-05 Rich Felkeradd nonstandard timespec/timeval conversion macros...
2014-02-05 Timo Teräsadd NO_ADDRESS macro to netdb.h as an alias for NO_DATA
2014-01-09 Rich Felkerfix namespace violation in sys/shm.h
2014-01-09 Rich Felkerfix namespace violations in utmpx.h
2014-01-08 Rich Felkerfix remaining known namespace violations for netinet...
2014-01-07 Rich Felkerfix const-correctness of argument to stime
2014-01-07 Rich Felkerfix signedness of pgoff argument to remap_file_pages
2014-01-07 Rich Felkerfix const-correctness in sigandset/sigorset arguments
2014-01-07 Rich Felkerremove sys/sysctl.h
2014-01-07 Rich Felkerfix incorrect type for wd argument of inotify_rm_watch
2014-01-07 Rich Felkerfix argument types for legacy function inet_makeaddr
2014-01-07 Rich Felkerconst-qualify the address argument to dladdr
2014-01-07 Rich Felkeradd some missing LFS64 aliases for fadvise/fallocate...
2014-01-02 rofl0radd fanotify syscall wrapper and header
2013-12-30 Timo Teräsfix struct signalfd_siginfo
2013-12-20 Rich Felkerimplement legacy function herror
2013-12-20 Rich Felkeradd sys/quota.h and quotactl syscall wrapper
2013-12-20 Rich Felkeradd netinet/igmp.h and multicast groups to netinet...
2013-12-20 Timo Teräsadd TCP_INFO and TCP_MD5SIG socket option related struc...
2013-12-07 Rich Felkeradd posix_close, accepted for inclusion in the next...
2013-12-04 Szabolcs Nagymove struct ucred under _GNU_SOURCE in sys/socket.h...
2013-12-04 Szabolcs Nagyfix SHUT_WR typo in sys/socket.h and duplicate definiti...
2013-12-04 Szabolcs Nagyfix res_mkquery and res_send prototypes in resolv.h
2013-12-04 Rich Felkerremove duplicate definition of _PATH_LASTLOG in paths.h
2013-12-02 Rich Felkerremove now-unnecessary features.h inclusion from fnmatch.h
2013-12-02 Rich Felkerexpose FNM_* extensions in fnmatch.h without _GNU_SOURCE
2013-11-29 Rich Felkerincrease TTY_NAME_MAX limit to 32
2013-11-27 Rich Felkeradjust fallback INFINITY definition for FLT_EVAL_METHOD...
2013-11-25 Rich Felkerrestore type of NULL to void * except when used in...
2013-11-24 Michael ForneyFix dn_comp prototype and add stub
2013-11-24 Szabolcs Nagyuse 0 instead of NULL in headers where NULL is not...
2013-11-23 Szabolcs Nagyadd TCP_NOTSENT_LOWAT tcp socket option, new in linux...
2013-11-23 Timo Teräsadd linux tcp state enums
2013-11-23 Timo Teräsadd multicast structures from RFC 3678 to netinet/in.h
2013-11-23 rofl0rtimeradd/timersub: cast result to void to get rid of...
2013-11-21 Szabolcs Nagyadd legacy getloadavg api
2013-11-21 Szabolcs Nagymath: add (obsolete) bsd drem and finite functions
2013-11-20 Rich Felkerwrite floating point limit constants to 21 significant...
2013-11-09 Rich Felkeradjust sys/wait.h not to produde errors in strict ISO...
2013-10-30 Rich Felkerfix inttypes.h PRI and SCN macros for [u]intptr_t types
2013-10-29 Szabolcs NagyPOSIX conformance fix: define struct entry in search.h
2013-10-25 Rich Felkeradd legacy ftime function and sys/timeb.h
2013-10-21 Rich Felkerfix multiple minor namespace issues in headers
2013-10-18 Szabolcs Nagyuse consistent include guard name in arpa/ftp.h
2013-10-18 Szabolcs Nagyfix typo in socket.h (wrong macro name)
2013-10-07 Szabolcs Nagyfix clockid macro names in time.h, reported by Paul...
2013-09-27 Szabolcs Nagymath: fix comparision macros (isless etc) when FLT_EVAL...
2013-09-16 Szabolcs Nagysys/resource.h: add PRIO_MIN and PRIO_MAX for getpriori...
2013-09-16 Szabolcs Nagyupdate include/elf.h following glibc changes
2013-09-15 Szabolcs Nagysys/socket.h: add new SO_BUSY_POLL socket option
2013-09-15 Szabolcs Nagyptrace.h: add new ptrace requests to get/set sigmask
2013-09-15 Szabolcs Nagynet/if_arp.h: add missing ARP hardware identifiers...
2013-09-15 Szabolcs Nagynetinet/in.h: add missing IP protocol numbers from...
2013-09-15 Szabolcs Nagysupport configurable page size on mips, powerpc and...
2013-09-01 Rich Felkeradd workaround header for wait.h remapping to sys/wait.h
2013-08-30 Rich Felkeronly expose struct tcphdr under _GNU_SOURCE
2013-08-30 Rich Felkeradd struct tcphdr in netinet/tcp.h
2013-08-28 Rich Felkerstdbool.h should define __bool_true_false_are_defined...
2013-08-22 Rich Felkeradd SUN_LEN macro to sys/un.h under appropriate feature...
2013-08-14 Rich Felkerde-duplicate dn_expand, fix return value and signature...
2013-08-14 Rich Felkeradd missing MSG_EXCEPT in sys/msg.h
2013-08-13 Rich Felkerprovide declarations for strtod_l and family
2013-08-11 Rich Felkerfix definitions of WIFSTOPPED and WIFSIGNALED to suppor...
2013-08-11 Rich Felkeradd pthread_setaffinity_np and pthread_getaffinity_np...
2013-08-11 Rich Felkeradd cpu affinity interfaces
2013-08-08 rofl0rsys/personality.h: add missing C++ compat
2013-08-08 rofl0rsys/personality.h: add missing macros
2013-08-03 Rich Felkeradd some new linux AT_* flags
2013-08-03 Rich Felkeradd prototypes for euidaccess/eaccess
2013-08-02 Rich Felkerfix feature test macro logic for _BSD_SOURCE
next