NetBSD/sys
thorpej 61dd49d3bc Syscall debug tracing is handled by trace_enter() / trace_exit(). Change
trace_is_enabled() to return TRUE if SYSCALL_DEBUG is defined, and g/c
all of the SYSCALL_DEBUG handling from individual system call dispatch
routines.
2006-03-07 07:21:50 +00:00
..
altq Fix some typos. 2006-02-25 02:28:55 +00:00
arch Syscall debug tracing is handled by trace_enter() / trace_exit(). Change 2006-03-07 07:21:50 +00:00
coda Change type of 'inode' member of struct coda_open_out to ino_t. This 2006-03-02 14:24:57 +00:00
compat Clean up fallout proc_is_traced_p() change: 2006-03-07 03:32:04 +00:00
conf Fix md(4) like raid(4) was fixed. 2006-03-01 22:12:09 +00:00
contrib Miscellaneous ath(4) and net80211 updates and bug-fixes coming from 2006-03-02 03:38:26 +00:00
crypto
ddb Add a "show all pages" command to DDB which prints one line per physical 2006-02-19 18:52:29 +00:00
dev Don't cast lvalue. remove uninitialized reference. 2006-03-07 04:45:52 +00:00
dist Fix TCP/UDP checksum handling as pointed out by Daniel Hartmeier in: 2006-02-19 12:15:33 +00:00
fs remove trailing newlines 2006-03-05 16:55:44 +00:00
gdbscripts
ipkdb Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. 2005-12-24 20:45:08 +00:00
kern Syscall debug tracing is handled by trace_enter() / trace_exit(). Change 2006-03-07 07:21:50 +00:00
lib Change "inline" back to "__inline" in .h files -- C99 is still too 2006-02-16 20:17:12 +00:00
lkm Fix "hard reboot" problem reported by Rhialto weeks ago on current-users@. 2006-02-03 02:37:57 +00:00
miscfs cleanup more SET/CLR/ISSET lossage 2006-03-05 17:33:33 +00:00
net Some minor KNF. 2006-03-03 19:57:37 +00:00
net80211 Miscellaneous ath(4) and net80211 updates and bug-fixes coming from 2006-03-02 03:38:26 +00:00
netatalk
netccitt
netinet NDP-related improvements: 2006-03-05 23:47:08 +00:00
netinet6 Rename local variables called delay that shadow the delay() decl. 2006-03-06 20:33:52 +00:00
netipsec Fix some typos. 2006-02-25 02:28:55 +00:00
netisdn Change "inline" back to "__inline" in .h files -- C99 is still too 2006-02-16 20:17:12 +00:00
netiso compile with no options INET 2005-12-28 09:18:46 +00:00
netkey Make this compile without INET6. Spotted by Arto Selonen and Kurt 2006-01-25 15:12:05 +00:00
netnatm
netns
netsmb merge yamt-uio_vmspace branch. 2006-03-01 12:38:10 +00:00
nfs Back out revision 1.125 and 1.124. The code for checking if 2006-03-01 21:31:00 +00:00
opencrypto sprinkle DPRINTF()... 2006-03-06 00:50:44 +00:00
stand
sys Clean up fallout proc_is_traced_p() change: 2006-03-07 03:32:04 +00:00
ufs cleanup more SET/CLR/ISSET lossage 2006-03-05 17:33:33 +00:00
uvm merge yamt-uio_vmspace branch. 2006-03-01 12:38:10 +00:00
Makefile