NetBSD/sys
hamajima 0e3cc22bed Add compat_13_netbsd32_sigreturn() for 32bits programs with COMPAT_13+EXEC_AOUT. 2007-12-24 17:35:00 +00:00
..
altq machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h 2007-10-19 11:59:34 +00:00
arch Add compat_13_netbsd32_sigreturn() for 32bits programs with COMPAT_13+EXEC_AOUT. 2007-12-24 17:35:00 +00:00
coda Remove cn_lwp from struct componentname. curlwp should be used 2007-12-08 19:29:36 +00:00
compat Regen for old_uname syscall. 2007-12-24 15:57:01 +00:00
conf Reserve a major for ZFS. 2007-12-24 15:12:05 +00:00
contrib/dev/ath use __KERNEL_RCSID() 2007-12-11 05:20:33 +00:00
crypto use __KERNEL_RCSID() 2007-12-11 23:31:07 +00:00
ddb add ddb "whatis" command. inspired from solaris ::whatis dcmd. 2007-12-13 02:45:09 +00:00
dev Match on board ethernet controller on VGN-TX91PS. 2007-12-24 17:07:40 +00:00
dist Poison struct route->ro_rt uses in the kernel by changing the name 2007-12-20 19:53:29 +00:00
fs __FUNCTION__ -> __func__ 2007-12-15 00:39:14 +00:00
gdbscripts
ipkdb Improve chances of having this file compiled. 2007-11-24 14:20:41 +00:00
kern Export do_sys_unlink, do_sys_rename to the rest of the kernel. 2007-12-24 15:04:19 +00:00
lib Remove __attribute__((__noreturn__)) from things already marked __dead 2007-12-24 15:46:45 +00:00
lkm Convert all the system call entry points from: 2007-12-20 23:02:38 +00:00
miscfs procfs_douptime: simply use microuptime() instead of a mysterious calculation. 2007-12-22 01:06:54 +00:00
net Constify struct ifnet->if_sadl and every use throughout the tree. 2007-12-20 21:08:17 +00:00
net80211 Use #ifdef _KERNEL to keep kernel-only definitions out of userland. 2007-12-22 00:51:07 +00:00
netatalk Get the rtentry from forwro in one less step. 2007-12-21 02:46:37 +00:00
netbt [experimentally] report failing commands 2007-11-28 21:46:52 +00:00
netinet Make sure ip_newid etal doesn't return an ip_id of 0. 2007-12-22 16:04:45 +00:00
netinet6 Poison struct route->ro_rt uses in the kernel by changing the name 2007-12-20 19:53:29 +00:00
netipsec - Remove remain <= MHLEN restriction in m_makespace() 2007-12-14 20:55:22 +00:00
netisdn __FUNCTION__ -> __func__ 2007-12-15 00:39:14 +00:00
netiso Poison struct route->ro_rt uses in the kernel by changing the name 2007-12-20 19:53:29 +00:00
netkey Use struct initializers. No functional change. 2007-12-07 19:46:18 +00:00
netnatm Use struct initializers. No functional change. 2007-12-07 19:46:18 +00:00
netsmb
nfs nfsrv_create: fix a use-after-release. 2007-12-22 03:31:15 +00:00
opencrypto Use the softint API. 2007-10-08 16:18:02 +00:00
rump LFS_KERNEL_RFW 2007-12-13 16:08:12 +00:00
secmodel Add PT_TRACE_ME to switch statement. 2007-12-01 21:59:49 +00:00
stand
sys Make values of PR_WAITOK/PR_NOWAIT match KM_SLEEP/KM_NOSLEEP. This makes it 2007-12-24 16:45:16 +00:00
ufs Convert all the system call entry points from: 2007-12-20 23:02:38 +00:00
uvm Remove __attribute__((__noreturn__)) from things already marked __dead 2007-12-24 15:46:45 +00:00
Makefile