AMD64 - Fix many compile-time warnings. int/ptr type mismatches, %llx, etc.
[dragonfly.git] / sys / dev / disk / md / md.c
2009-06-24 Matthew DillonAMD64 - Fix many compile-time warnings. int/ptr type...
2008-09-07 Sascha WildnerRemove unused variables.
2008-01-05 Sascha WildnerFor kmalloc(), MALLOC() and contigmalloc(), use M_ZERO...
2007-09-05 Matthew DillonSet si_iosize_max to silence run-time warnings.
2007-07-31 Matthew DillonFix a coding mistake when dequeueing memory disk BIOs.
2007-05-15 Matthew DillonContinue untangling the disklabel. Have most disk...
2006-12-22 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-09-10 Matthew DillonChange the kernel dev_t, representing a pointer to...
2006-07-28 Matthew DillonMASSIVE reorganization of the device operations vector...
2006-05-11 Sascha Wildner* Remove the following obsolete options from the system:
2006-04-30 Matthew DillonReplace the the buffer cache's B_READ, B_WRITE, B_FORMA...
2006-03-24 Matthew DillonMajor BUF/BIO work commit. Make I/O BIO-centric and...
2006-02-17 Matthew DillonMake the entire BUF/BIO system BIO-centric instead...
2005-06-06 Simon Schubertconvert spl* to critical sections
2004-05-13 Matthew Dillondevice switch 1/many: Remove d_autoq, add d_clone ...
2003-07-22 Matthew DillonDEV messaging stage 2/4: In this stage all DEV commands...
2003-07-21 Matthew DillonDEV messaging stage 1/4: Rearrange struct cdevsw and...
2003-06-23 Matthew Dillonproc->thread stage 2: MAJOR revamping of system calls...
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: