NetBSD/lib/libc
christos 48bf0eec29 Fix a bug reported by Gene, and debugged by Robert Elz. fsck_ffs can coredump
if the timezone file fails to load, due to late initialization of sp->goahead
to false in tzload, causing localsub to return NULL in the "cannot happen"
case. The fix is belt and suspenders:
	- initialize sp->goback and sp->goahead very early in tzload
	- replace all malloc calls with callocs, and remove the bogus
	  casts (it is not the 70's anymore!)
2010-02-17 17:25:55 +00:00
..
arch Move AMD64's bswap64 implementation from libc to src/common and share it 2010-01-14 02:09:46 +00:00
atomic Link atomic_cas.3 to atomic_cas_{32,64,ptr,uint,ulong}_ni.3. 2010-02-12 22:34:38 +00:00
citrus Add parentheses around a misleading string constant concatenation, 2009-09-05 06:44:27 +00:00
compat fix behavior in case of +-Inf or NaN input: return the proper 2010-01-27 14:10:41 +00:00
compat-43
db
dlfcn Add Solarisa-like dlinfo() interface to the ELF dynamic linker. 2009-09-24 21:21:33 +00:00
gdtoa Close file handle after using it. Found by cppcheck. 2010-01-17 23:06:31 +00:00
gen fix behavior in case of +-Inf or NaN input: return the proper 2010-01-27 14:10:41 +00:00
gmon Close log file handle after using it. Found by cppcheck. 2010-01-17 23:09:02 +00:00
hash Close file handle in error case. Found by cppcheck. 2010-01-17 23:10:20 +00:00
iconv Revert to revision 1.8. Blindly ignoring options is not acceptable 2009-08-05 15:17:02 +00:00
include Protect getline. 2009-12-02 08:46:33 +00:00
inet
isc
locale Close file handles in error cases. Found by cppcheck. 2010-01-17 23:12:30 +00:00
md
misc -delete prototypes which are already in <ssp/ssp.h> 2009-11-17 20:46:20 +00:00
nameser
net Print AppleTalk phase 2 range, too, if available. 2010-01-29 22:26:48 +00:00
nls
quad Assign quad / softfloat specific ${SRCS} to ${SRCS.quad} / ${SRCS.softfloat} 2009-12-06 05:34:42 +00:00
regex
resolv the doo doo doo, the daa daa daa... 2009-11-22 18:04:37 +00:00
rpc No .Pp inside .Rs/.Re. 2009-10-13 21:39:55 +00:00
softfloat Merge from matt-nb5-mips64. 2009-12-14 01:07:41 +00:00
ssp Free malloc()ed buffer in error case. Found by cppcheck. 2010-01-17 23:13:32 +00:00
stdio Use a proper char */size_t pair in __sfileext to keep track of the line 2010-01-11 20:39:29 +00:00
stdlib Include nbtool_config.h as we need to be part of the terminfo toolchain. 2010-02-04 10:27:08 +00:00
string Remove 3rd and 4th clauses in christos' license. OK christos. 2009-10-21 01:07:44 +00:00
sys Fix typo. 2010-02-12 12:29:10 +00:00
termios
thread-stub Assign copyright to TNF 2009-12-01 01:33:25 +00:00
time Fix a bug reported by Gene, and debugged by Robert Elz. fsck_ffs can coredump 2010-02-17 17:25:55 +00:00
uuid
yp Remove 3rd and 4th clauses in christos' license. OK christos. 2009-10-21 01:07:44 +00:00
Makefile Provide the phony "tags" target as previous. Make it depend on the real 2009-12-06 12:56:59 +00:00
Makefile.inc
libcincludes.mk
shlib_version Introduce allocaddrinfo(3) to make writing getaddrinfo() nss plugins easier. 2009-10-02 02:45:28 +00:00