freebsd-dev/lib/libc
Garrett Wollman 0b32a813fa Initiate deorbit burn sequence for sysctl CTL_USER MIB branch.
Use the correct constants directly from sysconf() rather than calling
sysctl() to tell us the (still compiled-in) value.  Leave the CTL_POSIX1B
stuff alone for now (but I'd like to see this replaced with a single
structure returning all of the relevant information).

Implement all of the keys from 1003.1-2001 that we can.  Ensure that
the build will break if someone redefines an option constant to zero
without implementing the necessary presence-detection logic here.

(4 of 5)
2002-09-21 02:14:04 +00:00
..
alpha Revert previous commit to unbreak world until we figure out the 2002-09-20 15:43:26 +00:00
amd64 Revert previous commit to unbreak world until we figure out the 2002-09-20 15:43:26 +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 sequence for sysctl CTL_USER MIB branch. 2002-09-21 02:14:04 +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 Revert previous commit to unbreak world until we figure out the 2002-09-20 15:43:26 +00:00
ia64 Revert previous commit to unbreak world until we figure out the 2002-09-20 15:43:26 +00:00
include Do not use __progname directly (except in [gs]etprogname(3)). 2002-03-29 22:43:43 +00:00
locale Deprecate the rest of the rune interface. 2002-09-18 06:19:12 +00:00
net Add forgotten newlines in debug messages. 2002-09-19 11:36: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 Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
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 Revert previous commit to unbreak world until we figure out the 2002-09-20 15:43:26 +00:00
stdio Lock the file once per call and use the unlocked fgetwc()/fputwc() variants. 2002-09-20 13:25:40 +00:00
stdlib Add restrict type-qualifier. 2002-09-20 08:24:01 +00:00
stdtime Style: One space between "restrict" qualifier and "*". 2002-09-06 11:24:06 +00:00
string Remove unnecessary #include <assert.h>; it was used to bring in the 2002-09-21 00:29:23 +00:00
sys Welcome the sem_ API to libc! 2002-09-19 01:14:08 +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 Embellish more. 2002-03-26 23:09:34 +00:00
Makefile.inc PowerPC does not have profile support yet. 2002-05-15 20:07:31 +00:00