freebsd-dev/lib/libc
Robert Watson bd5466d65a Document a bug in our chroot(2) implementation: if access control
checks, including the "open directory" check or a MAC check fail,
after the working directory of the process has been changed, then
the cwd of the process will be left as the target directory rather
than the original directory.

At some point, this bug might be fixable by performing the directory
change only after permission is granted for the change.  In the
mean time document it (it's been there for a while).
2003-01-31 21:19:22 +00:00
..
alpha Use __FBSDID. 2003-01-19 00:17:03 +00:00
amd64 libc_r wasn't so tied to libc for 22 months. 2002-11-18 09:50:57 +00:00
compat-43 mdoc(7) police: "The .Fa argument.". 2002-12-19 09:40:28 +00:00
db Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, 2003-01-01 18:49:04 +00:00
gen Add getosreldate.3 to the Makefile. 2003-01-30 21:38:39 +00:00
gmon mdoc(7) police: "The .Fa argument.". 2002-12-19 09:40:28 +00:00
i386 Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, 2003-01-01 18:49:04 +00:00
ia64 Implement missing fpgetround() and fpsetround(). 2003-01-11 07:24:54 +00:00
include Add waitpid to the list of hidden names for use by wordexp.c and grantpt.c. 2003-01-07 06:05:35 +00:00
locale Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, 2003-01-01 18:49:04 +00:00
net Use in_addr_t for the right size of an IPv4 address, and copy into 2003-01-05 14:05:24 +00:00
nls libc_r wasn't so tied to libc for 22 months. 2002-11-18 09:50:57 +00:00
posix1e Actually add mac_prepare.3. 2003-01-15 03:05:21 +00:00
powerpc We don't need our own personal definition of __CONCAT. 2003-01-18 23:26:04 +00:00
quad libc_r wasn't so tied to libc for 22 months. 2002-11-18 09:50:57 +00:00
regex mdoc(7) police: "The .Fa argument.". 2002-12-19 09:40:28 +00:00
rpc Fix signed/unsigned comparison warnings. 2003-01-27 22:46:50 +00:00
sparc64 Rewrite longjmp() and _longjmp() to directly restore the saved frame, 2003-01-05 22:17:32 +00:00
stdio Back out previous. Many people disagreed with removing the warning. 2003-01-30 23:32:53 +00:00
stdlib Catch some cases where asking for ridiculously large allocations could 2003-01-30 15:00:17 +00:00
stdtime strptime(), like strftime(), does not handle multibyte characters 2003-01-04 09:50:04 +00:00
string Optimize errstr() by reducing the number of times it walks a string. 2003-01-03 16:44:42 +00:00
sys Document a bug in our chroot(2) implementation: if access control 2003-01-31 21:19:22 +00:00
uuid mdoc(7) police: "The .Fa argument.". 2002-12-19 09:40:28 +00:00
xdr Reset the record lenght and received bytes once a record 2003-01-27 22:19:32 +00:00
yp libc_r wasn't so tied to libc for 22 months. 2002-11-18 09:50:57 +00:00
Makefile libc_r wasn't so tied to libc for 22 months. 2002-11-18 09:50:57 +00:00