NetBSD/sys
riastradh 7e7551b30d Move entropy_count into the scope where it is used.
Omit now-unused definition.

XXX This code probably shouldn't be under DIAGNOSTIC...  It is
significantly more than just an assertion.
2016-02-17 01:23:32 +00:00
..
altq Prevent interface deletion from running into an infinite loop when altq closes. 2016-01-22 18:19:54 +00:00
arch In xennet_xenbus_detach(), remove the event handler early (just after 2016-02-16 08:41:32 +00:00
coda
compat PR/50784: David Binderman: Add missing braces, this is not python. 2016-02-08 16:42:04 +00:00
conf
crypto
ddb
dev Match various Apple USB Bluetooth controllers. 2016-02-17 00:49:28 +00:00
dist/pf
external Cast uint8_t to uint32_t before shifting left by 24. 2016-02-17 00:01:23 +00:00
fs Toolify. 2016-02-06 14:11:58 +00:00
gdbscripts
ipkdb
kern Move entropy_count into the scope where it is used. 2016-02-17 01:23:32 +00:00
lib
miscfs
modules Split case folding table into separate source file and add full 2016-02-06 10:40:58 +00:00
net Remove workaround for GATEWAY 2016-02-16 01:31:26 +00:00
net80211 Introduce softint-based if_input 2016-02-09 08:32:07 +00:00
netatalk Revert previous: ran cvs commit when I meant cvs diff. Sorry! 2016-01-21 15:41:29 +00:00
netbt Revert previous: ran cvs commit when I meant cvs diff. Sorry! 2016-01-21 15:41:29 +00:00
netinet Fix building of IPv4-Mapped IPv6 addresses. 2016-02-15 19:00:42 +00:00
netinet6 Reduce code duplication. 2016-02-15 14:59:03 +00:00
netipsec eliminate variable argument in encapsw 2016-01-26 06:00:10 +00:00
netisdn
netkey
netmpls
netnatm Eliminate struct protosw::pr_output. 2016-01-20 21:43:59 +00:00
netsmb
nfs Return an error if NFSPROC_LOOKUP returns the file handle of the current 2016-01-19 10:56:59 +00:00
opencrypto Needs sys/time.h for struct timespec. 2016-01-22 22:35:27 +00:00
rump Introduce softint-based if_input 2016-02-09 08:32:07 +00:00
secmodel
stand
sys Add rnd_add_data_sync for synchronous on-demand rndsource callbacks. 2016-02-17 00:43:42 +00:00
ufs u_int{16,32,64}_t -> uint{16,32,64}_t, for the benefit of userland. 2016-01-22 23:06:10 +00:00
uvm Use IPL_NONE for pserialized lock. Assert sleepable. (OOPS.) 2016-02-07 18:41:25 +00:00
Makefile