NetBSD/lib/libc
jonathan 346af6eeff More table-driven changes: split CPICFLAGS into separate flags, to
support the two different incompatible rules for build .so files from
.S source on both NetBSD and binutils toolchains:

	 ${CPP} | ${AS} for syscalls
	 ${CC}   	for non-syscalls
for which the different toolchains's ${AS}  requires diffferent flags.
1997-05-24 01:42:36 +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 a valid uid/gid *ends* in \0 (i.e, barf if (*ep != '\0'), not if (*ep == '\0')) 1997-05-22 10:38:07 +00:00
gmon be safe with buffers. KNF. 1997-04-22 11:17:58 +00:00
include
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 More table-driven changes: split CPICFLAGS into separate flags, to 1997-05-24 01:42:36 +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 Don't return allocated memory in an error condition in a char **outXXX argument 1997-05-21 06:55:25 +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