summaryrefslogtreecommitdiff
path: root/sbin/disklabel/disklabel.c
AgeCommit message (Expand)Author
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
2000-07-13'disklabel -i' on a disk without a label recommends to use -I. Documenthubertf
2000-07-07warnx?/errx? audit. don't pass variable/function return value alone.itojun
2000-05-31Add a -I flag which, combined with -e, gives the user the opportunityfvdl
2000-05-27add system(3) for spawning the editor - this is handy when EDITOR is set tojdolecek
2000-05-25Provide some information when confirming "Write outside MBR partition".thorpej
2000-01-31 - use MBR partition table also on arc.soda
2000-01-18disklabel now understands the p_sgs partition field (shift to computeperseant
1999-12-20change "millisecond" to "microsecond" for headswitch and track seekfair
1999-11-26allow changing partition info from inside the interactive handler.mrg
1999-10-12Fix typo. ('_i386__' -> '__i386__')shin
1999-10-11add hpcmips support (MBR)shin
1999-09-17don't unbalance { } pairs with #ifdefs or ctags(1) gets confusedross
1999-07-21Try $TMPDIR before resorting to _PATH_TMP.kleink
1999-06-04Make BSDLFS a EXT2FS-like filesystem, that is, dont print or parse the cpgis
1999-06-03Print bsize and fsize in disktab-format output also for LFS and ADOS.is
1999-06-03Print/parse block size, fragment size and cpg for FS_BSDLFS and FS_ADOS.is
1999-06-03On NetBSD/alpha, go out of the way to read the boot area's contents if -rcgd
1999-05-03Add a 'chain' command in interactive mode that allows you to vary thechristos
1999-04-30STRICT_ALIGNMENT only applies to the start of partitions, not length.abs
1999-04-29Fix disklabel -t to work with disks that don't end on a cylinder. Before itwrstuden
1999-04-26Allow partitions to extend to the end of the disk, even whenabs
1999-04-09If checklabel() failed, the label has not been written, so exit(1).bouyer
1999-04-05instead of coding an alpha boot block checksum routine here, usecgd