summaryrefslogtreecommitdiff
path: root/sbin/disklabel
AgeCommit message (Expand)Author
2007-06-05Let the operator use the DISKLABELSECTOR and DISKLABELOFFSETdyoung
2007-04-12Remove defunct B from getopt string.matt
2007-02-08include <signal.h> where signal(3) is useddrochner
2007-01-27As pointed out by James Wetterau, we wish to complement, as in theperry
2007-01-17Remove more duplicate #includes,hubertf
2006-12-18zaurus use MBR partition info.nonaka
2006-11-26Add a '-l' flag and a 'L' command to interactive mode to list all knownjmmv
2006-09-01New NetBSD/landisk port uses MBR too.uwe
2006-06-25GCC4 fixes from Mike Pumfordchristos
2006-06-11PR/33695: Arnaud Lacombe: Add compatibility syntax for FreeBSD interoperability.christos
2006-06-07fix gcc warning.christos
2006-03-18Avoid indexing beyond the end of a malloced array.dsl
2006-03-18Coverty 521: fclose() temporary file used when editing label.dsl
2006-03-17Gracefully handle out of memory condition.rumble
2006-02-25mark vinum as obsolete.christos
2006-02-04Use more markup, fix xref, serial comma, other misc. fixes.wiz
2006-01-29Update/rewrite to match reality and in a muchmore succinct format.dsl
2005-12-07Fix acorn buildsjmc
2005-10-20Fix alpha build - pointed out by Kurt Schreiner on port-alphadsl
2005-10-19Rototil the way disklabel -r reads and writes labels.dsl
2005-09-21Sync DK types and FS types with <sys/disklabel.h>.tsutsui
2005-08-27Oops, brain fart. PRIu32 should be "u", not "d".uwe
2005-08-27Define PRIu32 in host environments that don't have it defined.uwe
2005-08-27When building as host tool don't include "../../include/util.h".uwe
2005-06-27Move WARNS=3 to the Makefile.inc, and add a little const to the remainingchristos
2005-06-23If HOSTPROG is empty, do not pull in libutil, since we do not need it in thatfvdl
2005-06-19Quote Fr so options are sorted properly.wiz
2005-06-17Rip out the support for writing bootstrap code. installboot(8) containsdsl
2005-06-15Remove the never changed 'bootxx' variabledsl
2005-06-15Rip out the references to the installation of more than one bootstrap file.dsl
2005-06-15Remove all the code that was under 'NUMBOOT > 1' nothing has set that fordsl
2005-06-12Make disklabel(8) into a host-tool, "nbdisklabel." Move disklabel.cdyoung
2005-04-07Recognize more units and be more helpful when we enter bad units.christos
2005-01-20WARNS=2 is the default defined in sbin/Makefile.inc. (thanks wiz)xtraeme
2005-01-20WARNS=2xtraeme
2004-11-12Translate an error message from C to english.hubertf
2004-10-13Initial import of iyonix port.gavan
2004-07-13Warn overlapping partitions (except the one marked as FS_UNUSED).enami
2004-06-28Add hp700 MD options for proper boot code handling.jkunz
2004-06-24A variable referenced isn't `write only'.enami
2004-06-22Fix some interesting disklabel lossage:abs
2004-05-28Bump date for last. Put the exit EXIT STATUS section in the right place.snj
2004-05-28Make it possible to distinguish between exit values that indicate errors,erh
2004-03-20Single-letter options do not need a line each; add morewiz
2004-03-19Add flag -F to disklabel. Flag -F indicates that the target of thedyoung
2004-03-18Add Xref to mscdlabel, bump date.wiz
2004-03-14Fix remaining issues:christos
2004-03-13Fix breakage of last commit (disklabel -R just plain didn't work!)dsl
2004-02-29use strtoul() instead of atoi(). have proper range check for each fields.itojun
2004-02-28Print everything unsigned - helps a bit for disks with [2^31..2^32) sectors.dsl