disklabel* - Make disk and filesystem types case insensitive.
[dragonfly.git] / sbin / disklabel / disklabel.c
2009-08-11 Matthew Dillondisklabel* - Make disk and filesystem types case insens...
2009-06-23 Matthew Dillondisklabel - expand warning if the media is too large.
2009-04-07 Sascha WildnerReplace all casts of NULL to something with NULL.
2009-04-07 Sascha WildnerGenerally use NULL instead of explicitly casting 0...
2009-02-25 Sascha Wildnerdisklabel(8): Fix amd64 warnings.
2008-12-29 Sascha WildnerImprove the logic for autosizing partitions.
2008-11-28 Nicolas TheryFix disklabel(1) core dump.
2008-08-21 Thomas NikolajsenUpdate disklabel doc:
2008-04-23 Thomas NikolajsenAdd HAMMER to disklabel.8
2008-04-20 Sascha WildnerAnother round of typo fixes (mostly in messages).
2007-08-08 Sascha WildnerRemove trailing whitespace.
2007-07-24 Matthew DillonAdd logic to allow the first hog partition to specify...
2007-06-19 Matthew DillonRefuse to label media that is too large to handle a...
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 DillonImplement (non-bootable) GPT support. If a PMBR partit...
2007-05-20 Matthew DillonContinue untangling the disklabel.
2007-05-20 Matthew DillonRemove the fragment size, block size, and cpg fields...
2007-05-19 Matthew DillonContinue untangling the disklabel.
2007-05-18 Matthew DillonCleanup shutdown(2) usage and make it consistent. ...
2007-05-17 Matthew DillonFix buildworld, getdiskbyname() has moved to <disktab.h>
2007-05-14 Matthew DillonStart untangling the disklabel from various bits of...
2006-10-17 Peter AvalosWARNS6 cleanups.
2006-04-03 Matthew DillonA number of structures related to UFS and QUOTAS have...
2005-04-22 Sascha WildnerRemove support for dead architectures.
2005-03-17 YONETANI TomokazuNow that const'ification of users of dktypenames also...
2005-03-16 YONETANI TomokazuConstify all users of dktypenames to unbreak buildworld.
2004-12-18 Sascha WildnerClean (void) casts from sbin
2004-08-30 Eirik NygaardUse strchr instead of index, and strrchr instead of...
2004-03-04 Matthew DillonPartitions>8: Increase the number of supported partitio...
2003-11-10 Matthew DillonFully synchronize sys/boot from FreeBSD-5.x, but add...
2003-08-08 Matthew DillonKernel tree reorganization stage 2: Major cvs repositor...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: