Go to file
atatat 529b14ddf5 Add kern.file2. As kern.proc2 is to kern.proc, so is kern.file2 to
kern.file, namely a 32/64 bit clean sysctl interface to the same data.
It also borrows a few things from struct vnode (if applicable) and
from struct proc, just to tie things together a bit more.

You can walk this list "by file" or "by pid".  The former method is
similar to kern.file but omits the filehead, and the latter can give
you duplicates if multiple processes have the same struct file open,
but tells you which process it is.
2005-03-09 05:02:17 +00:00
bin - Support -4 and -6. Approved by christos. 2005-03-09 03:11:21 +00:00
contrib/sys
crypto Add UsePam yes 2005-02-28 02:35:10 +00:00
dist Re-remove superfluous .Pp. 2005-03-04 12:32:31 +00:00
distrib Add ICH6 southbridge to list of support devices. 2005-03-07 11:27:29 +00:00
doc postinstall -s etc.tgz 2005-03-08 14:12:07 +00:00
etc Deprecate etc_release check, since etc/release is now part of base.tgz. 2005-03-08 14:09:25 +00:00
games Add -lcrypt where -lcrypto is specified. 2005-03-09 03:11:21 +00:00
gnu Add -lcrypt where -lcrypto is specified. 2005-03-09 03:11:21 +00:00
include Provide select() and pselect() prototypes in <sys/select.h>, per 2005-03-05 19:48:38 +00:00
lib Add -lcrypt where -lcrypto is specified. 2005-03-09 03:11:21 +00:00
libexec Add -lcrypt where -lcrypto is specified. 2005-03-09 03:11:21 +00:00
regress Add -lcrypt where -lcrypto is specified. 2005-03-09 03:11:22 +00:00
rescue cosmetic tweak 2005-01-13 03:50:08 +00:00
sbin Add -lcrypt where -lcrypto is specified. 2005-03-09 03:11:22 +00:00
share Add the binding keyword. 2005-03-09 00:11:31 +00:00
sys Add kern.file2. As kern.proc2 is to kern.proc, so is kern.file2 to 2005-03-09 05:02:17 +00:00
tools Remove commas in AC_CHECK_FUNCS that shouldn't be there. 2005-03-02 18:08:43 +00:00
usr.bin Add -lcrypt where -lcrypto is specified. 2005-03-09 03:11:22 +00:00
usr.sbin Add -lcrypt where -lcrypto is specified. 2005-03-09 03:11:22 +00:00
x11 do the pam dance. 2005-03-02 01:06:15 +00:00
BUILDING Document the environment variables for if you need to override or 2005-02-15 18:41:18 +00:00
Makefile correct the comment describing the build order 2005-01-01 10:32:39 +00:00
Makefile.inc
UPDATING Note that configure in some places (binutils is what got me) will abort if 2005-02-11 17:50:13 +00:00
build.sh Initial import of iyonix port. 2004-10-13 23:28:34 +00:00