AMD64 - Fix many compile-time warnings. int/ptr type mismatches, %llx, etc.
[dragonfly.git] / sys / kern / kern_shutdown.c
2009-06-24 Matthew DillonAMD64 - Fix many compile-time warnings. int/ptr type...
2009-06-18 Michael Neumannpriv: Narrow down privileges
2009-02-05 Aggelos Economopouloskill db_print_backtrace()
2008-12-15 Michael Neumannsuser_* to priv_* conversion
2008-01-05 Simon SchubertExport bootverbose as sysctl debug.bootverbose.
2007-11-06 Matthew DillonConvert the global 'bioops' into per-mount bio_ops...
2007-09-21 Sascha Wildnerstyle(9) nit.
2007-07-02 Matthew DillonClean up a kprintf() that was missing a newline.
2007-06-18 Joe TalbottMake vkernel compile with 'options SMP'. Most function...
2007-06-17 Matthew DillonImplement (non-bootable) GPT support. If a PMBR partit...
2007-06-04 Matthew DillonDo any crash dump operation before the shutdown_post_sy...
2007-05-27 Matthew DillonFrom within a virtual kernel, make /sbin/shutdown and...
2007-05-23 Matthew DillonThe dump device must be opened before ioctls can be...
2007-05-19 Matthew DillonContinue untangling the disklabel. Clean up dumpdev...
2007-05-15 Matthew Dillon* The diskslice abstraction now stores offsets/sizes...
2007-05-08 Matthew DillonReplace NOCDEV with NULL. NOCDEV was ((void *)-1)...
2007-04-30 Matthew DillonRevamp SYSINIT ordering. Relabel sysinit IDs (SI_...
2007-01-25 Matthew DillonStop init before ripping its filesystem references...
2007-01-24 Simon SchubertDeclare dumpmag as used, even though it is an unused...
2007-01-05 Matthew DillonMove dumplo from MD to kern/kern_shutdown.c
2006-12-28 Matthew DillonIntroduce globals: KvaStart, KvaEnd, and KvaSize. ...
2006-12-23 Sascha WildnerAnsify function declarations and fix some minor style...
2006-12-23 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-12-18 Matthew DillonRename kvprintf -> kvcprintf (call-back version)
2006-12-04 Matthew DillonMake int bootverbose and int cold declarations machine...
2006-11-07 Matthew DillonMisc cleanups and CVS surgery. Move a number of header...
2006-10-27 Matthew DillonMajor namecache work primarily to support NULLFS.
2006-10-20 Matthew DillonAdd a ton of infrastructure for VKERNEL support. ...
2006-09-24 Matthew DillonTry to clean up any remaining filesystem references...
2006-09-21 Matthew DillonRecent dev_t work confused sysctl. Adjust the reported...
2006-09-10 Matthew DillonChange the kernel dev_t, representing a pointer to...
2006-09-09 Matthew DillonRename the kernel NODEV to NOCDEV to avoid conflicts...
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-09-03 Matthew DillonRename functions to avoid conflicts with libc.
2006-09-03 Matthew DillonRename functions to avoid conflicts with libc.
2006-08-12 Sascha WildnerSilence LINT warning.
2006-06-05 Matthew DillonModify kern/makesyscall.sh to prefix all kernel system...
2006-04-28 Matthew DillonRemove non-existant variable from debugging message.
2006-04-27 Matthew DillonMove most references to the buffer cache array (buf...
2006-03-24 Matthew DillonMajor BUF/BIO work commit. Make I/O BIO-centric and...
2006-03-07 Simon SchubertSwitch to building a libgdb and both gdb and kgdb.
2006-02-21 Matthew DillonReformulate some code which was #if 0'd out in the...
2006-02-17 Matthew DillonMake the entire BUF/BIO system BIO-centric instead...
2005-11-04 Matthew DillonSwitch to the BSP when doing a normal shutdown. ACPI...
2005-07-19 Matthew DillonInterlock panics that occur on multiple cpus before...
2005-07-18 Matthew DillonDELAY() is a spin loop, we can't use it any more becaus...
2005-06-16 Matthew Dillonspl->critical section conversion.
2005-04-19 Matthew DillonAbstract out the routines which manipulate the mountlist.
2004-08-09 David RhodusDocument that there seems to be a problem with the...
2004-06-24 David RhodusDrop to the debugger if unable to sync out the buffers...
2004-02-17 Matthew DillonIntroduce an MI cpu synchronization API, redo the SMP...
2004-01-08 Jeroen Ruigrok/asmodaiSpell 'separate' and its siblings the way it is suppose...
2003-11-16 Matthew Dillonpanic() normally tries to sync. Add a sysctl to contro...
2003-11-09 Matthew DillonCore integer types header file reorganization stage...
2003-09-05 Jeffrey HsuIntroduce the DDB_TRACE kernel config option to automat...
2003-08-26 Robert Garrett__P() removal
2003-07-26 Robert GarrettRegister keyword removal
2003-07-22 Matthew DillonDEV messaging stage 2/4: In this stage all DEV commands...
2003-07-04 Matthew DillonGeneric MP rollup work.
2003-06-27 Matthew Dillonproc->thread stage 6: kernel threads now create process...
2003-06-25 Matthew Dillonproc->thread stage 4: rework the VFS and DEVICE subsyst...
2003-06-23 Matthew Dillonproc->thread stage 2: MAJOR revamping of system calls...
2003-06-22 Matthew Dillonproc->thread stage 1: change kproc_*() API to take...
2003-06-19 Matthew Dillonthread stage 5: Separate the inline functions out of...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: