summaryrefslogtreecommitdiff
path: root/sbin/disklabel
AgeCommit message (Expand)Author
1997-10-17oops; spotted by millertTheo de Raadt
1997-10-17remove some blank linesTheo de Raadt
1997-10-17shrink an output lineTheo de Raadt
1997-10-16ensure man pages exist firstTheo de Raadt
1997-10-16CLEANFILES+=manual.cTheo de Raadt
1997-10-16make M more visibleTheo de Raadt
1997-10-16new command: M (shows linked-in manpage)Theo de Raadt
1997-10-16p takes a suffix, not a unitTheo de Raadt
1997-10-15Require a disk type other than "unknon", print disk type when displayingTodd C. Miller
1997-10-15Move sorting stuff into new function: sort_partitions()Todd C. Miller
1997-10-15provide a few hints to indicate that -r is evilTheo de Raadt
1997-10-13Well, ppc has to work....Per Fogelstrom
1997-10-07Support 'g' (gigabyte) suffix. Requested by todd@Todd C. Miller
1997-10-06Ignore 'c' when computing overlap; some ports use "unknown" instead ofTodd C. Miller
1997-10-03Update the "real" copy of the label when you do a "write". Noted by Theo.Todd C. Miller
1997-10-02Treat FS_BOOT similar to FS_UNUSED.Todd C. Miller
1997-10-02 o When adding 'b' make default fstype be swap.Todd C. Miller
1997-10-02Fix a typo and treat newlines as whitespace (so args work correctly).Todd C. Miller
1997-10-02Deal with ^D sanely and kill unused get_yn().Todd C. Miller
1997-10-02Add 'w' (write label) command.Todd C. Miller
1997-10-02Kill newlabel() stuff. The kernel should never fail to write aTodd C. Miller
1997-10-02document disklabel -nTodd C. Miller
1997-10-02respect -nTodd C. Miller
1997-09-30Implement "disklabel -E" -- a simple interactive label editor forTodd C. Miller
1997-09-2610 X'sTodd C. Miller
1997-09-26Some -Wall. Add display_partition() for use with upcoming editor mode.Todd C. Miller
1997-09-21$OpenBSD$Theo de Raadt
1997-09-14some -WallTheo de Raadt
1997-09-03add xr installboot for i386Michael Shalayeff
1997-08-29move _PATH_BOOTDIR w/ trailing slash into paths.h for other progs...Michael Shalayeff
1997-07-28boot1[] only needed if NUMBOOT > 1; frueauf@ira.uka.deTheo de Raadt
1997-07-19some KNF I had lying aroundNiklas Hallqvist
1997-06-25(foo *)0 -> NULLkstailey
1997-05-30for i in `find . -name \*.[123456789] -exec grep '^.Dd ' {} /dev/null \; | \Theo de Raadt
1997-05-21better disklabel -e messagingTheo de Raadt
1997-04-20sparc/sun3 labels want cyl-alignment; grrTheo de Raadt
1997-04-10Error if bsize < fsize. Problem noted by Dieter Dworkin MullerTodd C. Miller
1997-02-17Trivial change. Restored from backupimp
1997-02-16when spawning editor child, use signal() instead of sigprocmask(SIG_BLOCK...Theo de Raadt
1997-02-11document that -B may blow away important bits (on i386 it blows away MBR)Theo de Raadt
1996-12-13If max number of partitions in the label is < highest partition defined,Todd C. Miller
1996-12-07correct a sigsegv during parsing of garbled input; netbsd pr#2659, dgilbert@j...Theo de Raadt
1996-11-12Match fs type case-insensetively.Jason Downs
1996-10-04-n fix, one more DOSPTYP_OPENBSD changeTheo de Raadt
1996-10-01Make it compilable even if NUMBOOT=1 (vax). -mojMats O Jansson
1996-09-30# using message; more donothing stuffTheo de Raadt
1996-09-24use DOSPTYP_386BSD only if no DOSPTYP_OPENBSD part on diskTheo de Raadt
1996-09-24flags: add -n: do nothing, -v: verbose; delete -d flag. on DOSLABEL systems,Theo de Raadt
1996-09-22warnx does not take a \\nTheo de Raadt
1996-09-21When reading label -r first try the correct label location.Per Fogelstrom