summaryrefslogtreecommitdiff
path: root/sbin/disklabel
AgeCommit message (Expand)Author
1999-12-20change "millisecond" to "microsecond" for headswitch and track seekfair
1999-12-17Use '$' instead of '-' to select remainder of disk interactivelyabs
1999-12-17When setting size of partitions interactively allow '-' for remainder of diskabs
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-09-05Accept 'Y' for label disk as well as 'y'abs
1999-08-13Sync with sys/disklabel.hbouyer
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-06-03kill some bogus comments about -r: it _does not_ cause the boot area tocgd
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-09Update for sparc64.kleink
1999-04-09Update a pasto-ed comment.kleink
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
1999-03-07Clean up SYNOPSIS formatting.mycroft
1999-01-27Use <sys/disklabel_mbr.h>thorpej
1999-01-21Enable non-cylinder-aligned partition warning on sparc[64] & sun3.pk
1999-01-19Add '-f disktab' option to disklabel, via lib/6623 fromabs
1998-11-12Adjust for DKTYPENAME changes.christos
1998-08-10bzero->memset, bcopy->memcpy, bcmp->memcmpperry
1998-08-04-fix some lint warningsdrochner
1998-07-27Shift column headers into the right position.mycroft
1998-07-26const poisoning.mycroft
1998-06-07Fix from Chris Demetriou to modify the way in which arm32 filecoremark
1998-04-29fix bad .Xr referencesfair
1998-04-28Principally, change foo(N) to .Xr foo Nfair
1998-04-27Clarify the documentation of the "-B" option, inspired by PR#5262.fair
1998-03-26when reading the MBR, seek to DOSBBSECTOR * DEV_BSIZE rather than justcgd
1998-03-26in makebootarea() (if NUMBOOT is nonzero), before reading the contentscgd
1998-03-25factor out some more common bits into 'confirm', and make it a bit morecgd
1998-03-24use warnx when warning about an old BSD partition ID (i386 MBR code),cgd
1998-03-24KNF arm32-specific label-grovelling code. Also, clean up error messagescgd
1998-03-02Handle new MBR partition ID on i386. Put all code which decides aboutdrochner
1998-01-09RCS Id Police.perry
1998-01-01Add missing -C flag in SYNOPSISenami
1998-01-01Fix typo; the flag for interactive disklabel creation is not -e but -i.enami
1998-01-01Fix usage; -i and -C flags are alway effective regardless of NUMBOOT.enami
1997-10-19On the sparc, do not write to the raw disk at all if `-r' is on.pk
1997-10-18additional sun3/sparc warning about the "-r" option.fair
1997-10-18Define NUMBOOT=1 for the arm32 port.mark
1997-10-17Added support for filecore partitions on arm32 platforms.mark