Go to file
lukem ec4e414dc8 fix a couple of thinkos in my recent work:
* abort_remote(): replace borken MIN(4,BUFSIZ) with just BUFSIZ; it
  should have been MAX(4,BUFSIZ), but it's probably safe to assume that
  BUFSIZ is at least 3... (fix from simonb)
* auth_url(): use the correct variable when calculating a buffer size.
1999-09-24 06:57:37 +00:00
bin Consistancy nits. 1999-09-18 18:45:39 +00:00
distrib Add MAKEDEV.8 manpage for next68k. 1999-09-21 14:20:36 +00:00
etc Add missing '/usr/share/man/man8/next68k' 1999-09-22 12:54:12 +00:00
games Use macro NAMLEN rather than dirent->d_namlen, for easier portability. 1999-09-22 18:56:32 +00:00
gnu Remove references to nonexistent manual pages prof(1), pc(1) and monitor(3). 1999-09-23 09:38:53 +00:00
include if _DIAGNOSTIC is defined, define _DIAGASSERT() to call __diagassert(), 1999-09-15 23:53:26 +00:00
lib Finish support for auto-generated libkern divsi3.S. 1999-09-21 09:43:38 +00:00
libexec Kerberos5 ticket forwarding works. 1999-09-17 19:00:32 +00:00
regress Oops; remember to clean the output file. 1999-08-30 17:06:33 +00:00
sbin Fix tyop and clean up usage of commas a little. 1999-09-21 12:09:25 +00:00
share Replace "nullfs" by "null". Fixes PR misc/8481 by Feico Dillema. 1999-09-23 16:03:12 +00:00
sys Make this compile without 68060 support. Apparently, nobody has tried this for 1999-09-24 06:24:34 +00:00
usr.bin fix a couple of thinkos in my recent work: 1999-09-24 06:57:37 +00:00
usr.sbin Fix the path of ioconf.incl.$MACHINE using sourcepath(). This is part 1999-09-24 04:48:37 +00:00
Makefile use new dependall target instead of depend then all in make build 1999-09-14 01:32:43 +00:00