Go to file
sommerfeld ff0b960398 Fix bug in error handling for NFSv3 + nqnfs.
With nfsv2, the nfsm_reply() macro always causes the service routine
to return if error was nonzero.

With nfsv3, we can keep going after nfsm_reply() without returning,
but nqnfsrv_getlease() didn't take this into account, so add a
return(0) after each error-case nfsm_reply(0).
1999-10-10 02:44:55 +00:00
bin fix comment regarding when we attempt to seek 1999-10-09 00:43:32 +00:00
distrib Install example dhcpd.conf into /usr/share/examples/dhcp 1999-10-09 15:33:36 +00:00
etc Add -f /var/db/ntp.drift to default xntpd parameters. 1999-10-09 21:07:19 +00:00
games update after change to return value of tputs() third argument 1999-10-04 23:26:59 +00:00
gnu CPPFLAGS/HOST_CPPFLAGS isolation for cross-compiles 1999-10-09 16:11:16 +00:00
include 1003.1c: add {LOGIN_NAME_MAX}. 1999-09-27 16:24:39 +00:00
lib Fix LP64 glitch which resulted in xntpd attempting pass excessively 1999-10-09 19:42:46 +00:00
libexec Don't complain that we can't fstat the Ifile, if it's because the filesystem 1999-10-07 18:26:58 +00:00
regress Add "popen" sub directory. 1999-09-30 09:29:11 +00:00
sbin NFS over TCP is more common these days. 1999-10-07 23:50:58 +00:00
share s/ the the / the / 1999-10-08 20:13:42 +00:00
sys Fix bug in error handling for NFSv3 + nqnfs. 1999-10-10 02:44:55 +00:00
usr.bin let "systat vmstat" say "1 user" not "1 users" 1999-10-10 01:07:03 +00:00
usr.sbin add a (long) cast to previous fix like the other arguments. 1999-10-10 00:15:27 +00:00
Makefile use new dependall target instead of depend then all in make build 1999-09-14 01:32:43 +00:00