Go to file
cgd 6b78891053 the port number is the low 5 bits of the minor. That means that it should
be masked with 0x1f (the low 5 bits), rather than 0x0f (the low four bits).
Pointed out by Jarkko Torppa <torppa@cute.fi> in PR 3753.
1997-06-17 05:32:46 +00:00
bin add auto-generated token.h to dependancy for ${OBJS}. 1997-06-16 02:42:38 +00:00
distrib removed some redundant cites 1997-06-17 02:59:45 +00:00
etc Note that you now must have swap entries to satisfy swapctl(8) 1997-06-16 00:58:49 +00:00
games Back out BUILDDIR and NOINSTALL changes. 1997-05-31 21:21:13 +00:00
gnu Implement FreeBSD's --fast-read option needed for pkg_add. 1997-06-06 07:59:52 +00:00
include Add support for localized character sets (a.k.a. LC_CTYPE). 1997-06-02 09:52:36 +00:00
lib move swapon() stub here 1997-06-12 22:39:15 +00:00
libexec * implement /etc/ftpd.conf, which adds support for the following features, 1997-06-14 08:43:26 +00:00
regress Use proginstall:: to disable installing PROG. 1997-05-07 15:59:08 +00:00
sbin The computed superblock size is bigger than SBSIZE, malloc() enouth 1997-06-16 08:14:38 +00:00
share build installboot.cat8 1997-06-16 13:58:41 +00:00
sys the port number is the low 5 bits of the minor. That means that it should 1997-06-17 05:32:46 +00:00
usr.bin Need <sys/exec.h> to get stuff that <machine/ecoff_machdep.h> needs. 1997-06-16 22:10:27 +00:00
usr.sbin PR/3746: Olaf Seibert: not really an innetgr problem, but... 1997-06-16 23:18:50 +00:00
Makefile Back out BUILDDIR and NOINSTALL changes. 1997-05-31 21:21:13 +00:00