Go to file
atatat 7c62c74d09 Add the following nodes to the sysctl tree:
net.local.stream.pcblist
	net.local.dgram.pcblist
	net.inet.tcp.pcblist
	net.inet.udp.pcblist
	net.inet.raw.pcblist
	net.inet6.tcp6.pcblist
	net.inet6.udp6.pcblist
	net.inet6.raw6.pcblist

which allow retrieval of the pcbs in use for those protocols.  The
struct involved is 32/64 bit clean and incorporates parts of struct
inpcb, struct unpcb, a bit of struct tcpcb, and two socket addresses.
2005-03-09 05:07:19 +00:00
bin - Support -4 and -6. Approved by christos. 2005-03-09 03:11:21 +00:00
contrib/sys Finalize import of the Atheros HAL 0.9.9.13, bringing ath(4) 2004-07-28 08:57:40 +00:00
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 the following nodes to the sysctl tree: 2005-03-09 05:07:19 +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
build.sh Initial import of iyonix port. 2004-10-13 23:28:34 +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 don't set KERNSRCDIR here; pull in <bsd.kernobj.mk> if you need it 2002-04-10 14:53:43 +00:00
UPDATING Note that configure in some places (binutils is what got me) will abort if 2005-02-11 17:50:13 +00:00