kernel -- Per-mount syncer thread infrastructure.
[dragonfly.git] / sys / sys / kernel.h
2011-12-26 Venkatesh Srinivaskernel -- Per-mount syncer thread infrastructure.
2011-11-26 John MarinoInitial import of binutils 2.22 on the new vendor branch
2011-06-01 Sepherosa Ziehaukern: Prepare to split SI_BOOT2_SMP into multi-stages
2010-11-24 Alex Hornungsysinit - add SI_SUB_DM_TARGETS
2010-04-22 Sascha Wildnerkernel: Add TUNABLE_ULONG too and really fix the acpi...
2010-04-22 Sascha Wildnerkernel: Add TUNABLE_LONG.
2010-01-03 Matthew Dillonkernel - kqueue - refactor kqueue_scan(), rename tick...
2009-09-30 Matthew Dillonkernel - add missing header commit to interrupt config...
2009-08-12 Matthew Dillonswap, amd64 - increase maximum swap space to 1TB x 4
2008-08-25 Matthew DillonAMD64 Support:
2008-07-23 Matthew DillonSynchronize some of the machine-independant AMD64 bits.
2008-03-07 Sepherosa ZiehauParallelize ifnet.if_addrhead accessing by duplicating...
2007-07-28 Matthew DillonAdd an ordering field to the interrupt config hook...
2007-05-01 Matthew DillonMove clock registration from before SMP startup to...
2007-05-01 Matthew DillonImplement kern.do_async_attach. default disabled. ...
2007-04-30 Matthew DillonRevamp SYSINIT ordering. Relabel sysinit IDs (SI_...
2006-12-23 Sascha WildnerRemove an #ifdef _KERNEL inside an #ifdef _KERNEL.
2006-12-23 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-09-03 Matthew DillonRename functions to avoid conflicts with libc.
2006-08-23 Matthew DillonBring in the initial cut of the Cache Coherency Managem...
2006-05-21 Matthew DillonClean up more #include files. Create an internal __boo...
2006-05-20 Matthew DillonI'm growing tired of having to add #include lines for...
2006-01-25 Matthew DillonThe random number generator was not generating sufficie...
2005-11-14 Matthew DillonMake tsleep/wakeup() MP SAFE for kernel threads and...
2005-06-10 Matthew Dillonspl->critical section conversion, plus remove some...
2005-04-20 Joerg Sonnenbergerbasetime should be static, all access done via PKI.
2005-04-14 Joerg SonnenbergerSimplified NTP kernel interface:
2005-03-19 Sascha WildnerFix order for SI_SUB_TUNABLES.
2005-02-04 Matthew DillonOne of the last things the system does before it tries...
2005-02-01 Hiroki Sato- Nuke #ifdef SCOPEDROUTING. It was never enabled...
2004-03-30 Joerg SonnenbergerAdd SI_SUB_LOCK as sysinit priority for the initialisat...
2004-03-01 Matthew DillonNewtoken commit. Change the token implementation as...
2004-02-25 Joerg SonnenbergerRemove parameter names.
2004-01-30 Matthew DillonThis commit represents a major revamping of the clock...
2003-11-22 Jeroen Ruigrok/asmodaiProperly spell compatible and compatibility.
2003-11-10 Matthew DillonFully synchronize sys/boot from FreeBSD-5.x, but add...
2003-09-24 Matthew DillonClean up thread priority and critical section handling...
2003-08-20 Robert Garrett__P() != wanted, begin removal, in order to preserve...
2003-07-31 Hiten PandyaGeneralise, and remove SI_SUB_VINUM; use SI_SUB_RAID...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: