freebsd-nq/lib/libc
Peter Wemm 66422f5b7a Initiate deorbit burn for the i386-only a.out related support. Moves are
under way to move the remnants of the a.out toolchain to ports.  As the
comment in src/Makefile said, this stuff is deprecated and one should not
expect this to remain beyond 4.0-REL.  It has already lasted WAY beyond
that.

Notable exceptions:
gcc - I have not touched the a.out generation stuff there.
ldd/ldconfig - still have some code to interface with a.out rtld.
old as/ld/etc - I have not removed these yet, pending their move to ports.
some includes - necessary for ldd/ldconfig for now.

Tested on: i386 (extensively), alpha
2002-09-17 01:49:00 +00:00
..
alpha Generate the normal asm stubs for all sysv system calls. Use these instead 2002-05-23 23:51:57 +00:00
amd64 Initiate deorbit burn for the i386-only a.out related support. Moves are 2002-09-17 01:49:00 +00:00
compat-43 Assume __STDC__, remove non-__STDC__ code. 2002-05-28 17:03:12 +00:00
db Assume __STDC__, remove non-__STDC__ code. 2002-05-28 17:03:12 +00:00
gen Initiate deorbit burn for the i386-only a.out related support. Moves are 2002-09-17 01:49:00 +00:00
gmon Initiate deorbit burn for the i386-only a.out related support. Moves are 2002-09-17 01:49:00 +00:00
i386 Initiate deorbit burn for the i386-only a.out related support. Moves are 2002-09-17 01:49:00 +00:00
ia64 We cannot use an alloc with only inputs and/or locals. The kernel 2002-08-23 03:47:50 +00:00
include
locale Add wcstod() as a wrapper around strtod(). It does not handle any characters 2002-09-15 08:38:51 +00:00
net Allocate 64K recieve buffer for DNS responses. 2002-09-16 13:19:47 +00:00
nls Now, malloc is fixed, remove ENOMEM hardcode 2002-08-12 11:47:19 +00:00
posix1e Update TE policy and MAC text conversion routines to support partial 2002-08-09 03:09:38 +00:00
powerpc _C_LABEL -> CNAME 2002-05-17 05:11:13 +00:00
quad
regex Replace various spelling with FALLTHROUGH which is lint()able 2002-08-25 13:10:45 +00:00
rpc Fix documentation of clnt_control()'s CL{GET|SET}_{VERS|XID} to 2002-09-16 21:45:37 +00:00
sparc64 Use the macros from machine/fsr.h; some minor cleanups. 2002-09-14 18:07:03 +00:00
stdio Convert eight space indents to tabs in the "*" format handling code. 2002-09-16 12:07:13 +00:00
stdlib Implement C99's _Exit() interface. 2002-09-10 02:04:49 +00:00
stdtime Style: One space between "restrict" qualifier and "*". 2002-09-06 11:24:06 +00:00
string Replace a stray reference to strtok() with one to wcstok(). 2002-09-08 11:09:24 +00:00
sys Update to reflect reality. 2002-09-11 21:40:02 +00:00
xdr Removed duplicated MLINKS which make(1) recently started warning about. 2002-08-15 12:31:01 +00:00
yp Spell void * as void * rather than caddr_t. This is complicated by the 2002-04-28 15:18:50 +00:00
Makefile
Makefile.inc PowerPC does not have profile support yet. 2002-05-15 20:07:31 +00:00