fix gethostby*_r result pointer value on error
[musl] / include /
2013-08-02 Rich Felkeradd missing c++ extern "C" wrapping to link.h
2013-08-02 Rich Felkerprovide useless 64-bit fcntl macros with _LARGEFILE64_S...
2013-07-30 Rich Felkeradd macros for new(ish) prctl commands
2013-07-30 Rich Felkerfix some prctl macros that were incorrectly copied...
2013-07-27 Rich Felkeradd wrapper headers, with warnings, for various incorre...
2013-07-27 Rich Felkera few more fixes for unistd/sysconf feature reporting
2013-07-27 Rich Felkerreport presence of ADV and MSG options in unistd.h...
2013-07-26 Rich Felkerreport that posix_spawn is supported in unistd.h and...
2013-07-25 Rich Felkerfix incorrect type for new si_call_addr in siginfo_t
2013-07-25 Szabolcs Nagyadd protocol families PF_IB and PF_VSOCK to socket.h
2013-07-24 Szabolcs Nagyupdate siginfo according to linux headers
2013-07-24 Szabolcs Nagyadd PTRACE_PEEKSIGINFO to ptrace.h
2013-07-24 Szabolcs Nagyadd if_ether.h constants ETH_P_802_3_MIN and ETH_P_BATMAN
2013-07-24 Szabolcs Nagyadd CLOCK_TAI (and CLOCK_SGI_CYCLE) clock ids to time.h
2013-07-24 Szabolcs Nagyremove TCP_COOKIE_TRANSACTIONS from tcp.h
2013-07-24 Szabolcs Nagyadd SO_SELECT_ERR_QUEUE to socket.h
2013-07-24 Rich Felkerchange jmp_buf to share an underlying type and struct...
2013-07-23 Rich Felkerundefine internal-use type macros at the end of alltypes.h
2013-07-22 Rich Felkermove register_t and u_int64_t (back) to alltypes
2013-07-22 Rich Felkerfix regression in size of nlink_t (broken stat struct...
2013-07-22 Rich Felkermake regoff_t and regex_t match C++ ABI
2013-07-22 Rich Felkermake pthread_key_t unsigned to match ABI
2013-07-22 Rich Felkermake pthread attribute types structs, even when they...
2013-07-22 Rich Felkerchange wint_t to unsigned
2013-07-22 Rich Felkerrefactor headers, especially alltypes.h, and improve...
2013-07-19 Rich Felkeradd UIO_MAXIOV macro in sys/uio.h
2013-07-18 Rich Felkerfix FILENAME_MAX to match PATH_MAX
2013-07-06 Rich Felkeradd NFDBITS in sys/select.h with appropriate feature...
2013-07-03 rofl0radd legacy sys/ttydefaults.h header
2013-07-03 rofl0radd legacy scsi/scsi_ioctl.h header
2013-07-03 rofl0rpaths.h: remove cruft
2013-07-01 Rich Felkeradd stubs for additional legacy ether.h functions
2013-06-29 Rich Felkerfix shifts possibly larger than type in major() macro
2013-06-29 Rich Felkerimplement minimal dlinfo function
2013-06-29 Rich Felkerwork around wrong kernel type for sem_nsems member...
2013-06-29 Rich Felkeradd missing type shmatt_t in sys/shm.h
2013-06-28 Rich Felkerminor compatibility fixes in utmp.h and fixing mismatch...
2013-06-26 Rich Felkerdocument in sysconf and unistd.h that per-thread cpu...
2013-06-26 Rich Felkerrespect iso c namespace in stdio.h and wchar.h regardin...
2013-06-26 Rich Felkerimplement inet_lnaof, inet_netof, and inet_makeaddr
2013-06-26 Rich Felkeradd ether_aton[_r] and ether_ntoa[_r] functions
2013-06-08 Rich Felkeradd clock id macros for a number of new(ish) Linux...
2013-06-08 Rich Felkerfix the type of CLOCKS_PER_SEC to match new clock_t...
2013-06-07 Rich Felkerimprove handling of nonstandard fields in struct tm
2013-05-26 Rich FelkerMerge remote-tracking branch 'nsz/review'
2013-05-26 Szabolcs Nagyfix the prototype of settimeofday to follow the origina...
2013-05-17 Rich Felkeradd FLT_TRUE_MIN, etc. macros from C11
2013-05-17 Rich Felkerremove the __STDC_FORMAT_MACROS nonsense from inttypes.h
2013-05-15 Rich Felkersupport full range of dev_t major/minor numbers in...
2013-05-06 Szabolcs Nagyremove compound literals from math.h to please c++
2013-04-23 Rich Felkerremove __STDC_LIMIT_MACROS and __STDC_CONSTANT_MACROS...
2013-04-11 Rich Felkermake ifaddrs.h expose sys/socket.h
2013-04-06 Rich Felkeradd support for program_invocation[_short]_name
2013-04-05 rofl0rinclude/ifaddrs.h: add prototypes for get/freeifaddrs
2013-04-05 rofl0radd getifaddrs
2013-04-05 rofl0rnet/if.h: add some missing IFF_ constants
2013-04-05 Rich Felkeradd prototype for dn_skipname
2013-04-05 rofl0radd arpa/tftp.h
2013-04-05 Rich Felkerfix type issues in stdint.h so underlying types of...
2013-04-04 Rich Felkereliminate bits/wchar.h
2013-04-04 Rich Felkereliminate gcc dependency for testing char signedness...
2013-04-04 Rich Felkeradd put*ent functions for passwd/group files and simila...
2013-04-02 rofl0rre-add useconds_t
2013-04-02 rofl0radd arpa/nameser_compat.h
2013-04-02 rofl0rmake tm_zone etc visible under _GNU_SOURCE
2013-04-01 Szabolcs Nagyadd new socket options to sys/socket.h following linux
2013-04-01 Szabolcs Nagyadding ethernet protocol ids to if_ether.h following...
2013-04-01 Szabolcs Nagyadd ADJ_SETOFFSET timex mode bit (new in linux v2.6.39)
2013-04-01 Szabolcs Nagyadd new linux tcp socket option flags to netinet/tcp.h
2013-04-01 Rich Felkerprovide prototype for pthread_getattr_np
2013-03-07 Rich Felkerfix epoll structure alignment on non-x86_64 archs
2013-03-06 Rich Felkerfix missing type error in grp.h from adding fgetgrent
2013-03-04 Rich Felkerfix some obscure header type size/alignment issues
2013-02-26 Rich Felkerfix cruft in utmp.h that was broken by changes in utmpx.h
2013-02-26 Rich Felkernamespace conformance to latest standards in strings.h
2013-02-21 rofl0rscsci/sg.h: fix usage of undefined macro HZ
2013-02-21 rofl0radd arpa/ftp.h
2013-02-21 Rich Felkeradd mkostemp, mkstemps, and mkostemps functions and...
2013-02-17 Rich Felkeradd fgetgrent function
2013-02-02 Rich Felkerpthread stack treatment overhaul for application-provid...
2013-01-31 Rich FelkerSOL_TCP is nonstandard and not in the reserved namespace
2013-01-24 Rich Felkeradd RTLD_NODELETE flag for dlopen
2013-01-24 Rich Felkeradd support for RTLD_NOLOAD to dlopen
2013-01-19 Rich Felkeruse a common definition of NULL as 0L for C and C++
2013-01-14 Rich FelkerMerge remote-tracking branch 'nsz/math'
2013-01-12 Szabolcs Nagyadd MOD_TAI to sys/timex.h and update STA_RONLY
2013-01-12 Szabolcs Nagyadd SWAP_FLAG_DISCARD to sys/swap.h
2013-01-12 Szabolcs Nagyadd mount flags to sys/mount.h
2013-01-12 Szabolcs Nagyadd IN_EXCL_UNLINK to sys/inotify.h
2013-01-12 Szabolcs Nagyadd EPOLLWAKEUP flag to sys/epoll.h
2013-01-12 Szabolcs Nagyadd RB_SW_SUSPEND and RB_KEXEC to sys/reboot.h
2013-01-12 Szabolcs Nagyadd missing ptrace requests and options to sys/ptrace.h
2013-01-12 Szabolcs Nagyadd missing multicast socket options to netinet/in.h
2013-01-12 Szabolcs Nagyadd missing protocol families to sys/socket.h
2013-01-10 Rich Felkerfix another case of cloexec/nonblock flags not matching...
2013-01-04 rofl0rsetjmp.h: add struct tag for sigjmp_buf (GCC C++ compat...
2013-01-04 rofl0radd legacy header values.h
2013-01-04 rofl0rtime.h: add BSD aliases for otherwise internal struct...
2013-01-04 rofl0rwait.h: add linux specific, thread-related waitpid...
2013-01-04 rofl0r__assert_fail(): remove _Noreturn, to get proper stackt...
next