History log of /netbsd-src/sys/kern/subr_callback.c (Results 1 – 7 of 7)
Revision Date Author Comments
# 606b1d97 24-Nov-2009 rmind <rmind@NetBSD.org>

Add assert that ce->ce_func is not NULL.


# 598ab03a 05-Dec-2007 ad <ad@NetBSD.org>

Match the docs: MUTEX_DRIVER/SPIN are now only for porting code written
for Solaris.


# 88ab7da9 09-Jul-2007 ad <ad@NetBSD.org>

Merge some of the less invasive changes from the vmlocking branch:

- kthread, callout, devsw API changes
- select()/poll() improvements
- miscellaneous MT safety improvements


# 99f30cd9 23-Jun-2006 drochner <drochner@NetBSD.org>

add a comment telling which structure members are zero-initialized,
as requested by YAMAMOTO Takashi


# 9b002317 21-Jun-2006 drochner <drochner@NetBSD.org>

zero-init callback_head by memset(). code is 12 bytes shorter


# 4e9ca7aa 27-May-2006 yamt <yamt@NetBSD.org>

callback_head_init: don't forget to initialize ch_running and ch_flags.
fix a problem reported by Jeff Rizzo on tech-kern@.


# c24f70bc 25-May-2006 yamt <yamt@NetBSD.org>

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