Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-09-30 | ask permission to write new MBR | Michael Shalayeff | |
1997-09-29 | ID in the first line w/ tabs | Michael Shalayeff | |
1997-09-29 | don't exseed 80 columns; bell on important warning | Michael Shalayeff | |
1997-09-29 | better usage() | Michael Shalayeff | |
1997-09-29 | fix Notes: | Michael Shalayeff | |
1997-09-29 | New 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-29 | Clean up junk before commit of new fdisk | Tobias Weingartner | |
1997-09-29 | Don't ignore a line w/ a bogus hostname, just ignore the bogus hostname... | Todd C. Miller | |
1997-09-26 | 10 X's | Todd C. Miller | |
1997-09-26 | Some -Wall. Add display_partition() for use with upcoming editor mode. | Todd C. Miller | |
1997-09-26 | No longer allow the "newfs -flags /dev/rdev disk-type" form. It's | Todd 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-24 | Duh! | Angelos D. Keromytis | |
1997-09-24 | Support for new style padding. | Angelos D. Keromytis | |
1997-09-23 | Addition for tunnel mode. I'm in Canada, i can write crypto code! | Angelos D. Keromytis | |
1997-09-22 | Change some longs to ints for alpha. | Todd C. Miller | |
1997-09-21 | new machdep.bios subtree | Michael Shalayeff | |
1997-09-21 | $OpenBSD$ | Theo de Raadt | |
1997-09-21 | $OpenBSD$ | Theo de Raadt | |
1997-09-20 | fix extra "no such interface" messages | Theo de Raadt | |
1997-09-17 | paranoia on the alpha | Theo de Raadt | |
1997-09-17 | Wall cleanup. | Tobias Weingartner | |
1997-09-17 | Fix up the non alpha && mips section, back out change to print | Tobias Weingartner | |
offset of lkm in hex, as this number gets passed by apinstall to mknod. (mknod does not understand hex too well). | |||
1997-09-16 | Fix boot(8) cross reference. | Tobias Weingartner | |
1997-09-14 | some -Wall | Theo de Raadt | |
1997-09-14 | Wall | Theo de Raadt | |
1997-09-14 | fix extra .Xr uses | Theo de Raadt | |
1997-09-14 | .Xr foo #, botches | Theo de Raadt | |
1997-09-13 | annoying indentation botch | Theo de Raadt | |
1997-09-12 | Add parens to shut up -Wall. | Todd C. Miller | |
1997-09-11 | only check magic in certain cases... sigh | Theo de Raadt | |
1997-09-11 | support the binutils ld | Theo de Raadt | |
1997-09-11 | from 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-09 | Update to reality. | Tobias Weingartner | |
1997-09-05 | busted warnx; msaitoh@spa.is.uec.ac.jp | Theo de Raadt | |
1997-09-05 | missing documentation. | Niels Provos | |
1997-09-04 | use err()/warn()/__progname where appropriate, consolidate string, some -Wall | Michael Shalayeff | |
1997-09-03 | add xr installboot for i386 | Michael Shalayeff | |
change msg to accomodate multiple man pages in SEEALSO | |||
1997-09-03 | use err()/warn()/__progname | Michael Shalayeff | |
document -d | |||
1997-09-03 | bye bye | Theo de Raadt | |
1997-09-03 | argh | Niels Provos | |
1997-09-03 | forgot a state_insert, handling resource limit messages should work now! | Niels Provos | |
1997-09-02 | including changes between drafts-14-16. | Niels Provos | |
update cookie and counters correctly after receiving a resource limit message. | |||
1997-08-29 | move _PATH_BOOTDIR w/ trailing slash into paths.h for other progs... | Michael Shalayeff | |
disklabel changed to use it that way | |||
1997-08-29 | fix case we have no CPU_BIOS* defined | Michael Shalayeff | |
1997-08-28 | symbolic bios bootdev, s/hpc/tpc/ for bios geonetry | Michael Shalayeff | |
1997-08-28 | grok bios geometry | Michael Shalayeff | |
1997-08-26 | first try at documentation | Niels Provos | |
1997-08-26 | $OpenBSD$ | Niklas Hallqvist | |
1997-08-26 | Forgot about keyword.c's tag, regenned again | Niklas Hallqvist | |
1997-08-26 | Move over -encap change to keywords.sh only made to keywords.h, | Niklas Hallqvist | |
$OpenBSD$ tagging. Added a missing extern specifier. Regenerated keywords.h |