summaryrefslogtreecommitdiff
path: root/sbin/disklabel
AgeCommit message (Expand)Author
2007-05-29Updated disklabel format to support larger disks and partitions. WeOtto Moerbeek
2007-05-24Make 'disklabel -w -d <disk>' work. i.e. write the default disklabelKenneth R Westerback
2007-05-13Sync editit() with sendbug.Ray Lai
2007-04-29fix rounding in the modify case; ok millert@ miod@Otto Moerbeek
2007-04-26includes that are not needed anymoreTheo de Raadt
2007-04-26Eliminate CPU_BIOS from userland and wd(4) by always using the BIOSKenneth R Westerback
2007-04-26Copy sendbug's editit() to disklabel.Ray Lai
2007-03-18Check for zero divisor _before_ dividing; do not use floatingOtto Moerbeek
2007-03-13Refactor & fix computation of offset for next partition. Now theOtto Moerbeek
2007-03-02If a default label has been created with the -d command line option orKenneth R Westerback
2007-02-24Correct comment calling FILE *f a file descriptor.Ray Lai
2007-02-22Always write the disklabel to disk when asked, even if it appears toKenneth R Westerback
2007-02-20Change hard coded numbers to sizeof(buf). Also change someRay Lai
2006-10-14Friends don't let friends look for disklabels in Free/NetBSD MBRKenneth R Westerback
2006-10-14Friends don't let friends look for disklabels in Free/NetBSD MBRKenneth R Westerback
2006-10-12Should be correct for landisk.Dale Rahn
2006-09-27Oops. Missed a line. Fix so disklabel(8) compiles again.Kenneth R Westerback
2006-09-26Zap D_REMOVABLE flag from disklabel. If you didn't already know thatKenneth R Westerback
2006-09-24Eliminate D_CHAIN, D_ECC and D_RAMDISK flags from disklabel. They wereKenneth R Westerback
2006-07-11Let armish and cats recognize MBR partitioning, to come up with properMiod Vallat
2006-07-01Eliminate redundant get_le() in favour of letoh32(). Add letoh32()Kenneth R Westerback
2006-05-16change only use of slice to 'partition letter' to be consistent withKevin Steves
2006-04-26man page is gzip'd, should store as unsigned char array.Theo de Raadt
2006-04-14Remove duplicate code, okay ray@Pedro Martelletto
2005-12-05Avoid an out-of-bounds array access in editor_delete() for invalid partitionMiod Vallat
2005-11-16Fix conversion of K units to handle case where sector size > 1024. e.g.Kenneth R Westerback
2005-11-13missing fclose(); from dhill@mindcry.orgTheo de Raadt
2005-11-12use snprintf; ok cloder dhill@mindcry.orgTheo de Raadt
2005-08-30Get the start of the A6 partition from fdisk. Fixes wrong suggestion ofUwe Stuehler
2005-04-30Better header at the top:Theo de Raadt
2005-04-01will do disklabels like hppaTheo de Raadt
2005-03-07more macro simplification;Jason McIntyre
2005-02-16Prevent gzip from storing mtime and filename in the header so weTodd C. Miller
2005-01-13be aware of zaurusTheo de Raadt
2005-01-07Print disk size and free space in requested unit. Some refactoring toOtto Moerbeek
2004-12-11A compare function for heapsort(3) should not just subtract twoOtto Moerbeek
2004-11-06update -DSEEALSO for alpha and cats, remove arc and amiga. ok miod@Otto Moerbeek
2004-11-06gzip embedded man pages, and pipe through gunzip when viewing.Otto Moerbeek
2004-10-25typo, from Nathan RickerbyOtto Moerbeek
2004-10-04Allow one more char for fstype, to avoid truncation of ISO9660 fstype.Otto Moerbeek
2004-10-01add some missing $, ok djm@ 'That looks fine to me' millert@Jonathan Gray
2004-09-28Tidy disklabel output for todays big disks. Based on a diff from fOtto Moerbeek
2004-09-18remove unused var, and then fix the code to watch for waitpid() errorsTheo de Raadt
2004-08-08spacingTheo de Raadt
2004-08-03Handle geometry parameters as unsigned quantities, getting rid ofOtto Moerbeek
2004-05-20Typo from Jared Yanovich phirerunner@comcast.netMarco Peereboom
2004-05-03Remove OpenBSD/pegaos, this has been announced before but delayed untilDale Rahn
2004-04-07Remove those option letters from the getopt string which do not have a caseAaron Campbell
2004-02-25correct NOMAN= caseTheo de Raadt
2004-01-28Repair build links for pegosos, and also build for amd64Theo de Raadt