HardenedBSD/lib/libc
Dag-Erling Smørgrav eec1dbe6ce Make the implementation and documentation agree. Specifically:
- document that sysctl() and sysctlbyname() return 0 on success

 - if the provided buffer is too small, set errno to ENOMEM and return -1
   instead of returning ENOMEM.
1999-01-06 18:11:53 +00:00
..
alpha [This is a null commit to supply the correct log entry] 1998-12-23 11:55:42 +00:00
amd64 Simplify implementation and eliminate a register preservation problem. 1998-09-18 05:50:52 +00:00
compat-43
db Replace memory leaking instances of realloc with non-leaking reallocf. 1998-09-16 04:17:47 +00:00
gen Make the implementation and documentation agree. Specifically: 1999-01-06 18:11:53 +00:00
gmon
i386 Reviewed by: Luoqi Chen, Jordan Hubbard 1998-12-19 02:55:34 +00:00
include
locale fix unsigned overflow 1998-10-25 05:06:42 +00:00
net 64bit portability fixes. 1998-10-05 18:35:04 +00:00
nls
quad - Fix modulo bug that was masked by the correct code in libgcc.a which is 1998-11-30 20:25:37 +00:00
regex Replace memory leaking instances of realloc with non-leaking reallocf. 1998-09-16 04:17:47 +00:00
rpc s/yellow pages/NIS/ 1998-09-17 08:29:16 +00:00
stdio Note that dying on NULL is an implementation detail. 1998-12-17 17:13:47 +00:00
stdlib Include mergesort() in description of errors. 1998-11-04 09:27:03 +00:00
stdtime Make ctime_r, asctime_r, gmtime_r, and localtime_r available in libc. 1999-01-04 20:45:20 +00:00
string Reviewed by: JKH 1998-12-14 05:11:26 +00:00
sys Updated type of ss_size in struct sigaltstack. 1999-01-01 12:22:11 +00:00
xdr
yp
Makefile
Makefile.inc