Home | History | Annotate | Download | only in kern
History log of /src/sys/kern/subr_callback.c
RevisionDateAuthorComments
 1.7  24-Nov-2009  rmind Add assert that ce->ce_func is not NULL.
 1.6  05-Dec-2007  ad branches: 1.6.16;
Match the docs: MUTEX_DRIVER/SPIN are now only for porting code written
for Solaris.
 1.5  09-Jul-2007  ad branches: 1.5.6; 1.5.8; 1.5.14; 1.5.16;
Merge some of the less invasive changes from the vmlocking branch:

- kthread, callout, devsw API changes
- select()/poll() improvements
- miscellaneous MT safety improvements
 1.4  23-Jun-2006  drochner branches: 1.4.2; 1.4.8; 1.4.18; 1.4.20;
add a comment telling which structure members are zero-initialized,
as requested by YAMAMOTO Takashi
 1.3  21-Jun-2006  drochner zero-init callback_head by memset(). code is 12 bytes shorter
 1.2  27-May-2006  yamt branches: 1.2.2; 1.2.4; 1.2.6; 1.2.8;
callback_head_init: don't forget to initialize ch_running and ch_flags.
fix a problem reported by Jeff Rizzo on tech-kern@.
 1.1  25-May-2006  yamt 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
 1.2.8.5  07-Dec-2007  yamt sync with head
 1.2.8.4  03-Sep-2007  yamt sync with head.
 1.2.8.3  30-Dec-2006  yamt sync with head.
 1.2.8.2  21-Jun-2006  yamt sync with head.
 1.2.8.1  27-May-2006  yamt file subr_callback.c was added on branch yamt-lazymbuf on 2006-06-21 15:09:38 +0000
 1.2.6.2  19-Jun-2006  chap Sync with head.
 1.2.6.1  27-May-2006  chap file subr_callback.c was added on branch chap-midi on 2006-06-19 04:07:16 +0000
 1.2.4.1  13-Jul-2006  gdamore Merge from HEAD.
 1.2.2.2  01-Jun-2006  kardel Sync with head.
 1.2.2.1  27-May-2006  kardel file subr_callback.c was added on branch simonb-timecounters on 2006-06-01 22:38:09 +0000
 1.4.20.1  11-Jul-2007  mjf Sync with head.
 1.4.18.1  21-Mar-2007  ad - Replace more simple_locks, and fix up in a few places.
- Use condition variables.
- LOCK_ASSERT -> KASSERT.
 1.4.8.2  09-Sep-2006  rpaulo sync with head
 1.4.8.1  23-Jun-2006  rpaulo file subr_callback.c was added on branch rpaulo-netinet-merge-pcb on 2006-09-09 02:57:16 +0000
 1.4.2.2  26-Jun-2006  yamt sync with head.
 1.4.2.1  23-Jun-2006  yamt file subr_callback.c was added on branch yamt-pdpolicy on 2006-06-26 12:52:56 +0000
 1.5.16.1  08-Dec-2007  ad Sync with head.
 1.5.14.1  08-Dec-2007  mjf Sync with HEAD.
 1.5.8.1  09-Jan-2008  matt sync with HEAD
 1.5.6.1  09-Dec-2007  jmcneill Sync with HEAD.
 1.6.16.1  11-Mar-2010  yamt sync with head

RSS XML Feed