AMD64 - Fix many compile-time warnings. int/ptr type mismatches, %llx, etc.
[dragonfly.git] / sys / kern / subr_diskslice.c
2009-06-24 Matthew DillonAMD64 - Fix many compile-time warnings. int/ptr type...
2008-08-29 Matthew DillonAdd BUF_CMD_FLUSH support - issue flush command to...
2008-04-20 Sascha WildnerAnother round of typo fixes (mostly in messages).
2007-07-23 Matthew Dillondssetmask() was being called too early, causing the...
2007-06-19 Matthew DillonMake some adjustments to clean up structural field...
2007-06-19 Matthew DillonImplement non-booting support for the DragonFly 64...
2007-06-18 Matthew DillonMove all the code related to handling the current 32...
2007-06-17 Matthew DillonDisklabel separation work - Generally shift all disklab...
2007-06-17 Matthew DillonFix an overflow in the GPT code, I wasn't allocating...
2007-06-17 Matthew DillonImplement (non-bootable) GPT support. If a PMBR partit...
2007-06-13 Matthew DillonExpand the diskslice->ds_openmask from 8 bits to 256...
2007-05-21 Matthew DillonFix a bug in recent commits. When creating a virgin...
2007-05-20 Matthew DillonWhen a traditional bsd disklabel is present, try to...
2007-05-20 Matthew DillonCleanup diskerr() output a bit - don't say it was tryin...
2007-05-19 Matthew DillonInclude geometry data in DIOCGPART so fdisk can use...
2007-05-19 Matthew DillonKeep the ds_skip_* fields in struct diskslice properly...
2007-05-19 Matthew DillonImplement raw extensions for WHOLE_DISK_SLICE device...
2007-05-19 Matthew DillonContinue untangling the disklabel.
2007-05-17 Matthew DillonRemove #include <sys/disklabel.h> from various source...
2007-05-17 Matthew DillonRemove the roll-your-own disklabel from CCD. Use the...
2007-05-16 Matthew DillonContinue untangling the disklabel. Add sector index...
2007-05-15 Matthew Dillon* The diskslice abstraction now stores offsets/sizes...
2007-05-15 Matthew DillonContinue untangling the disklabel. Reorganize struct...
2007-05-15 Matthew DillonContinue untangling the disklabel. Use the generic...
2007-05-15 Matthew DillonContinue untangling the disklabel. Have most disk...
2007-05-14 Matthew DillonStart untangling the disklabel from various bits of...
2006-12-23 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-12-20 Matthew DillonRename sprintf -> ksprintf
2006-09-10 Matthew DillonChange the kernel dev_t, representing a pointer to...
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-07-28 Matthew DillonMASSIVE reorganization of the device operations vector...
2006-07-04 Matthew DillonDo not attempt to read the slice table or disk label...
2006-05-04 Matthew DillonBlock devices generally truncate the size of I/O reques...
2006-05-03 Matthew Dillon- Clarify the definitions of b_bufsize, b_bcount, and...
2006-04-30 Matthew DillonReplace the the buffer cache's B_READ, B_WRITE, B_FORMA...
2006-04-28 Matthew DillonGet rid of pbgetvp() and pbrelvp(). Instead fold the...
2006-04-03 Matthew DillonA number of structures related to UFS and QUOTAS have...
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-08-26 Hiten PandyaAdd more documentation comments to disk_create() and...
2005-08-03 Hiten PandyaBUF/BIO cleanup 3/99:
2005-06-06 Matthew DillonRemove spl*() calls from kern, replacing them with...
2005-04-30 Sascha WildnerRemove DEC Alpha support.
2004-06-02 Matthew DillonANSIfication and cleanup. No functional changes.
2003-11-10 Matthew DillonFully synchronize sys/boot from FreeBSD-5.x, but add...
2003-08-26 Robert Garrett__P() removal
2003-08-07 Matthew Dillonkernel tree reorganization stage 1: Major cvs repositor...
2003-07-22 Matthew DillonDEV messaging stage 2/4: In this stage all DEV commands...
2003-06-23 Matthew Dillonproc->thread stage 2: MAJOR revamping of system calls...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: