NetBSD/lib/libc
lukem 27d1a6365b * ensure that "outdata" values to various yp_xxx() functions are set
to the null pointer before invocation, so that the test in the
  error case of "if (outdata != NULL) free(outdata)" won't potentially
  try and free memory that wasn't malloc()ed.
* factor some duplicated code out of both parts of an "if {} else {}"
  construct.
* remove use of `register' & KNFify.
1997-05-20 15:46:03 +00:00
..
arch Use xorl/movb instead of movzbl when loading registers before computing 1997-05-19 23:55:00 +00:00
compat-43 xref sigsetmask(3) not sigsetmask(2), and RCSid police. 1997-05-12 07:41:29 +00:00
db NULL => 0 (Arne Juul; PR#3629) 1997-05-17 19:24:44 +00:00
gen * ensure that "outdata" values to various yp_xxx() functions are set 1997-05-20 15:46:03 +00:00
gmon be safe with buffers. KNF. 1997-04-22 11:17:58 +00:00
include clean up Id 1995-02-27 13:02:12 +00:00
locale RCSid police. 1997-04-29 16:40:13 +00:00
md Eliminate bogus redefinitions of standard targets. 1997-05-09 07:50:03 +00:00
net note that s_port must be given in network byte order as well; fixes 1997-05-12 06:48:38 +00:00
nls Svensk meddelandekatalog, ursprungligen skriven av Martin Kullberg. 1997-04-28 21:36:45 +00:00
quad don't include lshrdi3.c in MI sources, since they're already in MD sources 1996-12-20 19:44:12 +00:00
regex qualify opcode constants with long, so that bad things don't happen when long 1997-04-06 19:29:14 +00:00
rpc PowerPC is an IEEE floating point system. 1997-03-29 21:04:08 +00:00
stdio Upon an attempt to write to a stream that can't be written to, set errno 1997-05-03 09:01:48 +00:00
stdlib * Remove incorrect comment: as per POSIX.1, calling abort() _does_ flush 1997-05-19 02:22:42 +00:00
string move str[fp]time into libc/time. 1997-04-23 01:17:59 +00:00
sys Add/update 1003.1 conformance notice. 1997-05-16 16:03:53 +00:00
termios Strip out unneeded header files 1995-06-26 23:04:45 +00:00
time KNF. 1997-05-06 13:06:48 +00:00
yp Some cleanups for [lib/3655] 1997-05-20 15:25:38 +00:00
Makefile Use ${.CURDIR}/tags instead of tags. `tags' is .PHONY so it gets rebuilt 1997-05-12 16:41:03 +00:00
shlib_version Document some more cruft. 1997-05-17 17:22:53 +00:00