drochner
|
99f30cd9d2
|
add a comment telling which structure members are zero-initialized,
as requested by YAMAMOTO Takashi
|
2006-06-23 16:17:23 +00:00 |
drochner
|
9b00231778
|
zero-init callback_head by memset(). code is 12 bytes shorter
|
2006-06-21 17:16:00 +00:00 |
yamt
|
4e9ca7aa01
|
callback_head_init: don't forget to initialize ch_running and ch_flags.
fix a problem reported by Jeff Rizzo on tech-kern@.
|
2006-05-27 07:42:42 +00:00 |
yamt
|
c24f70bcad
|
move wait points for kva from upper layers to vm_map. PR/33185 #1.
XXX there is a concern about interaction with kva fragmentation.
see: http://mail-index.NetBSD.org/tech-kern/2006/05/11/0000.html
|
2006-05-25 14:27:28 +00:00 |