Go to file
fvdl b4e49cf0e9 Avoid nfsiods acquiring/releasing a lock, then acquiring it again, before
anyone else can get to it, by checking if a reply was received, and it
has thus become unnecessary to take the lock. From FreeBSD.

XXX I don't really like this, "locks" potentially suffer from the same
problem throughout the whole kernel; they should probably be FIFO everywhere.
1997-04-08 17:57:16 +00:00
bin Implement OCRNL "\r" -> "\n" tty output translation. 1997-04-02 03:10:51 +00:00
distrib Update for current reality. 1997-04-07 23:24:11 +00:00
etc Update for recent changes to ftpd(8). 1997-04-06 07:53:20 +00:00
games Make sure that the dictionary and indexing programs are made. 1997-04-01 15:25:52 +00:00
gnu Nuke an extra ${DESTDIR}. 1997-03-27 09:52:03 +00:00
include Install files via INCS, and GC the bogus permission fixing hack. 1997-03-27 09:29:29 +00:00
lib use lstat() instead of stat() when checking for existance. 1997-04-08 06:14:39 +00:00
libexec Change the syntax of /etc/ftpusers to have both allow and deny 1997-04-06 07:53:10 +00:00
regress fix a slight bogon 1997-03-12 01:47:07 +00:00
sbin - Add netatalk bits 1997-04-03 02:35:46 +00:00
share fix some typos 1997-04-08 04:46:55 +00:00
sys Avoid nfsiods acquiring/releasing a lock, then acquiring it again, before 1997-04-08 17:57:16 +00:00
usr.bin more column alignment fixes 1997-04-07 06:58:18 +00:00
usr.sbin use rm -f ... to remove the script before creating 1997-04-07 07:56:13 +00:00
Makefile Don't cleandir on make build when UPDATE is set. 1997-03-24 22:22:15 +00:00