summaryrefslogtreecommitdiff
path: root/sbin/disklabel/disklabel.c
AgeCommit message (Expand)Author
2005-06-12Make disklabel(8) into a host-tool, "nbdisklabel." Move disklabel.cdyoung
2004-11-12Translate an error message from C to english.hubertf
2004-07-13Warn overlapping partitions (except the one marked as FS_UNUSED).enami
2004-06-24A variable referenced isn't `write only'.enami
2004-06-22Fix some interesting disklabel lossage:abs
2004-05-28Make it possible to distinguish between exit values that indicate errors,erh
2004-03-19Add flag -F to disklabel. Flag -F indicates that the target of thedyoung
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-01-18* Enable SAVEBOOTAREA on i386 and amd64 (by merging the Makefilelukem
2004-01-18Use correct sector number when the netbsd partition is in the extendeddsl
2004-01-05Homogenize usage messages: make the 'usage' word all lowercase, as this seemsjmmv
2003-12-11fix spelling, s/extented/extended/dyoung
2003-11-15Commit changes proposed on tech-kern Thu, 6 Nov 2003bouyer
2003-11-10Bring back disklabel -B for now, since hp300 installboot isn't readyfvdl
2003-11-08Rip out all the '-B bootblock' support, everything should use installboot(8).dsl
2003-10-08Overhaul MBR handling (part 1):lukem
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-08-04Read correct sector when following extended partition chain.dsl
2003-07-13use bounded copy (a few unbounded copy remains - need work)itojun
2003-07-07Allow for the netbsd partition being in the extended partition list.dsl
2003-04-02Add support for UFS2. UFS2 is an enhanced FFS, adding support forfvdl
2003-01-16Rename `sigset' locals to avoid symbol shadowing warning.kleink
2003-01-06writable, not writeable.wiz
2002-12-12Use getlabel{sector,offset}() instead of LABEL{SECTOR,OFFSET}.scw
2002-12-11Handle MBRs for x86_64.fvdl
2002-12-05While cleaning up other places that invoked $EDITOR, noticed thatjonb
2002-11-18Fix bug causing segmentation fault when no fs type specifiedrtr
2002-09-28add FS_APPLEUFSdbj
2002-06-18need disklabel_mbr.h for USE_MBR builditojun
2002-05-27display / read the p_cdsession field in the FS_ISO9660 casedrochner
2002-05-14Alpha boot block stuff has moved to <sys/bootblock.h>thorpej
2002-04-09Make this build again after the alpha/disklabel.h and dev/dec/dec_boot.hmycroft
2002-02-14When accessing the MBR magic as a 16-bit value, consider its on-diskkleink
2001-12-13Remove `const' attribute from writelabel prototype and function to make itreinoud
2001-11-29Rather than making FileCore boot block support conditional on __arm32__, makebjh21
2001-10-19minor WARNS=2 stufflukem
2001-06-15Fix big-endian vs. MBR parameters.nonaka
2001-03-29Don't error out if the mbr cannot be read.drochner
2001-02-19convert to use getprogname()cgd
2001-01-08When -I is specified, we mean to initialize the label if it's not therefvdl
2001-01-03Test read(2) failure by read(..., sizeof(n)) != sizeof(n) instead ofenami
2001-01-03Kill whitespace at the end of line.enami
2000-12-24move showinfo() and showpartition() into separate file, for use bylukem
2000-12-24- convert to KNF ANSI style guidelukem
2000-11-27Change "cpg" to "cpg/sgs" in the printed partition table header, in anperseant
2000-10-10Format string cleanups by Bill Sommerfeld.is
2000-10-08allow -I -i to install a new label interactively.christos
2000-08-14* use strcasecmp() instead of strcmp() so that filesystem type and disk typelukem