freebsd-nq/lib/libc
Robert Watson ab024bb02e o Simplify capability types away from an array of ints to a single
u_int64_t flag field, bounding the number of capabilities at 64,
  but substantially cleaning up capability logic (there are currently
  43 defined capabilities).

o Heads up to anyone actually using capabilities: the constant
  assignments for various capabilities have been redone, so any
  persistent binary capability stores (i.e., '$posix1e.cap' EA
  backing files) must be recreated.  If you have one of these,
  you'll know about it, so if you have no idea what this means,
  don't worry.

o Update libposix1e to reflect this new definition, fixing the
  exposed functions that directly manipulate the flags fields.

Obtained from:	TrustedBSD Project
2000-10-13 17:12:58 +00:00
..
alpha Remove duplicate FreeBSD id tags. 2000-08-21 21:05:44 +00:00
amd64 Add a couple of debug register helper functions to assist in setting 2000-09-21 17:07:27 +00:00
compat-43 Use `Er' variable to define first column width in ERRORS section. 2000-05-06 12:00:11 +00:00
db If using a DB_RECNO, db::put should return the new key if R_IAFTER is 2000-08-08 05:20:57 +00:00
gen Document RTLD_DEFAULT and the search algorithm used for resolving 2000-09-19 04:28:34 +00:00
gmon Introduce ".Lb" macro to libc manpages. 2000-04-21 09:42:15 +00:00
i386 Add a couple of debug register helper functions to assist in setting 2000-09-21 17:07:27 +00:00
include
locale Disallow '/' characters in LC_* environment variables which might 2000-09-08 07:29:48 +00:00
mips
mipseb
mipsel
net Fix pthread cancellation point propagation. 2000-10-12 04:29:44 +00:00
nls Fix typo 2000-09-27 18:24:31 +00:00
posix1e o Simplify capability types away from an array of ints to a single 2000-10-13 17:12:58 +00:00
quad
regex Actually make it so this Makefile can build grot. 2000-07-10 06:10:47 +00:00
rpc strtok() -> strsep() (no strtok() in libraries allowed) 2000-08-29 21:04:07 +00:00
stdio Better documentation of append mode. This should have gone in -current 2000-09-22 12:55:36 +00:00
stdlib Oops, un-spam this file - the last commit was an accident. 2000-09-20 06:16:23 +00:00
stdtime Correct factor-of-10 error in INT_STRLEN_MAXIMUM() calculation. 2000-08-04 11:03:20 +00:00
string Add: 2000-09-03 13:24:28 +00:00
sys Add man pages for mod*(2). Shamelessly cut/pasted from the kld*(2) man 2000-09-28 22:39:59 +00:00
xdr Do proper byte swapping in 64bit routines. 2000-04-12 08:41:16 +00:00
yp Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(), 2000-01-27 23:07:25 +00:00
Makefile sigset_t change (part 5 of 5) 1999-09-29 15:18:46 +00:00
Makefile.inc Add nsswitch support. By creating an /etc/nsswitch.conf file, you can 2000-09-06 18:16:48 +00:00