NetBSD/sys
2016-03-07 00:16:48 +00:00
..
altq Prevent interface deletion from running into an infinite loop when altq closes. 2016-01-22 18:19:54 +00:00
arch Return instead of crashing. This is wrong, and should be fixed properly. 2016-03-07 00:16:48 +00:00
coda More on PR 41200: headers that declare ioctls should include sys/ioccom.h. 2015-09-06 06:00:59 +00:00
compat Add missing newline character in error message 2016-02-28 23:24:35 +00:00
conf Move linux_work.c and workqueue.h from sys/external/bsd/drm2 to 2016-02-24 22:04:15 +00:00
crypto More rnd.h user cleanup. 2015-04-13 22:43:41 +00:00
ddb Add support for 'q' qualifier for 64-bit values on examine and write. 2015-06-06 22:06:05 +00:00
dev PR/50898: David Binderman: remove redundant memset. 2016-03-06 19:42:25 +00:00
dist/pf include "ioconf.h" to get the 'void <driver>attach(int count);' prototype. 2015-08-20 14:40:16 +00:00
external Non-x86 doesn't have AGP. This should really be handled by config logic. 2016-03-06 10:59:56 +00:00
fs Use KASSERT for conditions that cannot be met with current parameters. 2016-03-06 07:33:25 +00:00
gdbscripts
ipkdb
kern Don't leak garabage from the kernel stack on sleep(0) and equivalents. 2016-03-03 01:39:17 +00:00
lib Add an option (LIBSA_CREAD_NOCRC) to disable gunzip CRC32 calculation. 2016-01-17 04:35:42 +00:00
miscfs Fix a couple of checks for kernel vm_space, and convert the 'naked 2016-01-05 09:07:19 +00:00
modules Move linux_work.c and workqueue.h from sys/external/bsd/drm2 to 2016-02-24 22:04:15 +00:00
net To eliminate gif_softc_list linear search, add extra argument to encapsw.pr_ctlinput(). 2016-02-26 07:35:17 +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 PR/50899: David Binderman: optimize memset 2016-03-06 19:46:05 +00:00
netinet6 remove unnecessary declarations and fix KNF 2016-02-29 01:29:15 +00:00
netipsec Simplify the port comparison code further. 2016-03-06 04:19:51 +00:00
netisdn More on PR 41200: headers that declare ioctls should include sys/ioccom.h. 2015-09-06 06:00:59 +00:00
netkey
netmpls sprinkle _KERNEL_OPT 2015-08-24 22:21:26 +00:00
netnatm Eliminate struct protosw::pr_output. 2016-01-20 21:43:59 +00:00
netsmb include "ioconf.h" to get the 'void <driver>attach(int count);' prototype. 2015-08-20 14:40:16 +00:00
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 PR/50900: David Binderman: optimize memset 2016-03-06 19:47:41 +00:00
secmodel secmodel_extensions_system_cb() is not mount-specific, even though 2015-12-12 14:57:52 +00:00
stand
sys put unused before the function name for consistency. 2016-02-27 21:37:35 +00:00
ufs Explicitly cast between char and unsigned char here. 2016-02-19 04:18:32 +00:00
uvm Use IPL_NONE for pserialized lock. Assert sleepable. (OOPS.) 2016-02-07 18:41:25 +00:00
Makefile