summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Collapse)Author
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.
1997-09-302nd tryMichael Shalayeff
1997-09-30don't say 'dirty' if nothing is changed actuallyMichael Shalayeff
1997-09-30ask permission to write new MBRMichael Shalayeff
1997-09-29ID in the first line w/ tabsMichael Shalayeff
1997-09-29don't exseed 80 columns; bell on important warningMichael Shalayeff
1997-09-29better usage()Michael Shalayeff
1997-09-29fix Notes:Michael Shalayeff
1997-09-29New fdisk code with interactive (command line type)Tobias Weingartner
editing code. Rewrite from the ground up, save about 20 lines of code. Seems to create valid partition tables on i386 and alphas.
1997-09-29Clean up junk before commit of new fdiskTobias Weingartner
1997-09-29Don't ignore a line w/ a bogus hostname, just ignore the bogus hostname...Todd 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-26No longer allow the "newfs -flags /dev/rdev disk-type" form. It'sTodd C. Miller
no longer documented and disk type is settable via the -T flag. Also fix a problem kept newfs from building w/o COMPAT being defined.
1997-09-24Duh!Angelos D. Keromytis
1997-09-24Support for new style padding.Angelos D. Keromytis
1997-09-23Addition for tunnel mode. I'm in Canada, i can write crypto code!Angelos D. Keromytis
1997-09-22Change some longs to ints for alpha.Todd C. Miller
1997-09-21new machdep.bios subtreeMichael Shalayeff
1997-09-21$OpenBSD$Theo de Raadt
1997-09-21$OpenBSD$Theo de Raadt
1997-09-20fix extra "no such interface" messagesTheo de Raadt
1997-09-17paranoia on the alphaTheo de Raadt
1997-09-17Wall cleanup.Tobias Weingartner
1997-09-17Fix up the non alpha && mips section, back out change to printTobias Weingartner
offset of lkm in hex, as this number gets passed by apinstall to mknod. (mknod does not understand hex too well).
1997-09-16Fix boot(8) cross reference.Tobias Weingartner
1997-09-14some -WallTheo de Raadt
1997-09-14WallTheo de Raadt
1997-09-14fix extra .Xr usesTheo de Raadt
1997-09-14.Xr foo #, botchesTheo de Raadt
1997-09-13annoying indentation botchTheo de Raadt
1997-09-12Add parens to shut up -Wall.Todd C. Miller
1997-09-11only check magic in certain cases... sighTheo de Raadt
1997-09-11support the binutils ldTheo de Raadt
1997-09-11from ws@netbsd; Fix a few bugs, especially when repairing disks:Theo de Raadt
Print correct pathname in error messages Fix unterminating loop when trying to correct a bad fat Require fat media byte to be the same as the one in the bpb Fix unterminating loop when looking for free directory slot in LOST.DIR (bad disk image provided by Christoph Badura)
1997-09-09Update to reality.Tobias Weingartner