implement getaddrinfo's AI_ADDRCONFIG flag
[oweals/musl.git] / src / legacy /
2017-03-14 Rich Felkerfix one-byte overflow in legacy getpass function
2016-08-30 Olivier Brunelgetdtablesize: fix returning hard instead of soft rlimit
2016-01-28 Rich Felkeradd errno setting to stub utmpxname function
2016-01-28 Kylie McClainlegacy/utmpx: Add utmp{,x}name stubs
2015-05-06 Rich Felkerfix futimes legacy function with null tv pointer
2015-02-25 Alexander Monakovgetloadavg: use sysinfo() instead of /proc/loadavg
2014-07-06 Rich Felkerfix multiple issues in legacy function getpass
2013-12-12 Szabolcs Nagyinclude cleanups: remove unused headers and add feature...
2013-11-21 Szabolcs Nagyadd legacy getloadavg api
2013-09-15 Szabolcs Nagysupport configurable page size on mips, powerpc and...
2013-08-21 Rich Felkerunbreak vwarn: print ": " before errno message
2013-08-03 Rich Felkercollapse euidaccess to a call to faccessat
2013-08-03 Rich Felkeradd legacy euidaccess function and eaccess alias for it
2013-08-02 Rich Felkeradd legacy function valloc
2013-05-18 Rich FelkerMerge remote-tracking branch 'nsz/review'
2013-05-18 Rich Felkermake err.h functions print __progname
2012-09-29 Rich Felkermore close-on-exec fixes, mostly using new "e" flag...
2012-09-07 Rich Felkercleanup src/linux and src/misc trees, etc.