Go to file
fvdl c437b55ca7 A filesystem may not support VFS_VGET (like msdosfs). If it doesn't,
the server code would always skip all dir entries for a readdirplus
operation. To avoid endlessly retrying clients, try VFS_VGET first,
and it it fails, return NFSERR_NOTSUPP so that client will fall
back to normal readdir operations.
1997-07-15 01:07:47 +00:00
bin Add a missing ) in the description of the builtin "set". 1997-07-10 23:07:04 +00:00
distrib Mention ifconfig(8)'s media' parameter instead of link[01]'. 1997-07-14 14:59:23 +00:00
etc Take 2 to get the mount order "right", taking care of possible LKM 1997-07-14 11:55:44 +00:00
games gtime -> gltime to avoid conflict in time.h 1997-07-13 20:21:32 +00:00
gnu Add the necessary -I flag to pick up the libc/include/extern.h 1997-07-14 02:56:54 +00:00
include some minor KNF 1997-07-14 00:30:28 +00:00
lib Link rand_r(3) to rand(3). 1997-07-15 00:42:29 +00:00
libexec Add the necessary -I flag to pick up the libc/include/extern.h 1997-07-14 02:56:54 +00:00
regress Use proginstall:: to disable installing PROG. 1997-05-07 15:59:08 +00:00
sbin ifr_metric vs. ifr_mtu: don't confuse people. Its a union anyway. 1997-07-14 12:54:27 +00:00
share Added an entry for POSIX.1c. 1997-07-15 00:36:48 +00:00
sys A filesystem may not support VFS_VGET (like msdosfs). If it doesn't, 1997-07-15 01:07:47 +00:00
usr.bin xref getlogin(2) not getlogin(3) 1997-07-14 02:07:10 +00:00
usr.sbin Use .PATH: instead of creating a link. 1997-07-14 14:54:19 +00:00
Makefile Back out BUILDDIR and NOINSTALL changes. 1997-05-31 21:21:13 +00:00