summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Collapse)Author
1997-10-17no input does not do stupid auto helpTheo de Raadt
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-16Corrected typo.Angelos D. Keromytis
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-16new command: manualTheo de Raadt
1997-10-16oopsTheo de Raadt
1997-10-16match recent changesTheo de Raadt
1997-10-16p takes a suffix, not a unitTheo de Raadt
1997-10-16only help if possibleTheo de Raadt
1997-10-16better messageTheo de Raadt
1997-10-16a bunch of improvements by weingart & ITheo de Raadt
1997-10-15Require a disk type other than "unknon", print disk type when displayingTodd C. Miller
info, and allow user to change disk type via 'e'.
1997-10-15Move sorting stuff into new function: sort_partitions()Todd C. Miller
1997-10-15s/xntpd/xntpdc/kstailey
1997-10-15provide a few hints to indicate that -r is evilTheo de Raadt
1997-10-14Be a little more informative.Per Fogelstrom
1997-10-13Well, ppc has to work....Per Fogelstrom
1997-10-12indentTheo de Raadt
1997-10-12mark filesystem dirtyMichael Shalayeff
1997-10-11Never involve negative numbers in unsigned expressions. Fixes a segfault someNiklas Hallqvist
bad fs images triggers.
1997-10-07Support 'g' (gigabyte) suffix. Requested by todd@Todd C. Miller
1997-10-06back out vfs lite2 till after 2.2Theo de Raadt
1997-10-06VFS Lite2 ChangesConstantine Sapuntzakis
1997-10-06Ignore 'c' when computing overlap; some ports use "unknown" instead ofTodd C. Miller
"unused" as the fstype.
1997-10-04freeze strtoul() base to 10Theo de Raadt
1997-10-04support CPU_BIOSDEV on i386Theo de Raadt
1997-10-04do not ask for confirmation in writeTheo de Raadt
1997-10-03Update the "real" copy of the label when you do a "write". Noted by Theo.Todd C. Miller
1997-10-03put real geo field in ()Theo de Raadt
1997-10-03avoid sign extension on bios geometry!Theo de Raadt
1997-10-02Treat FS_BOOT similar to FS_UNUSED.Todd C. Miller
1997-10-02do not whine if user quits without modsTheo de Raadt
1997-10-02tell user about "help"Theo de Raadt
1997-10-02Slight update.Jason Downs
1997-10-02Slight update.Jason Downs
1997-10-02 o When adding 'b' make default fstype be swap.Todd C. Miller
o Add some missing free()'s. o When computing new offset, sort the partitions by offset, don't assume that ascending partions are in real order. Noted by todd@
1997-10-02Fix a typo and treat newlines as whitespace (so args work correctly).Todd C. Miller
1997-10-02Sync "route show" with "netstat -rn".Angelos D. Keromytis
1997-10-02shorten two common namesTheo de Raadt
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
label just because none exists on the disk. i386 has been fixed in the respect and others may need fixing as well.
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
installs and new labels. Documentation to follow :-) Also, give the user the option of writing the fictitious label if no on-disk label exists with the -e, -E, and -w options.