Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-02-19 | new netbsd partition type | Theo de Raadt | |
1998-01-19 | Fix wording. Thanks to austin@canuck.com | Tobias Weingartner | |
1998-01-04 | fix maximal cyl/heads; vons@usa.net | Theo de Raadt | |
1997-12-23 | swap exit and quit | Theo de Raadt | |
1997-10-28 | use RAW_PART, not 0 | Theo de Raadt | |
1997-10-28 | if printing, we do not need to read the mbr first | Theo de Raadt | |
1997-10-26 | do device sysctl operations like installboot does; I hope this is right | Theo de Raadt | |
1997-10-22 | newer bios stuff; needs work | Michael Shalayeff | |
1997-10-21 | make fdisk grok extended partitions again. we have to keep track of the | Niels Provos | |
absolute offset of the current mbr and its relative position. because: the starting sector of the first mbr entry in an extended partition is relative to the starting offset of the whole mbr itself. the starting offset of a new extended partition is relative to the offset of the very first extended partition. | |||
1997-10-19 | when we reinit, show what we did | Theo de Raadt | |
1997-10-19 | spelling | Theo de Raadt | |
1997-10-19 | clarify | Theo de Raadt | |
1997-10-19 | indent | Theo de Raadt | |
1997-10-19 | indent | Theo de Raadt | |
1997-10-19 | for p, print disk info too | Theo de Raadt | |
1997-10-18 | constrain edit mode to size of BIOS part of disk; sorry | Theo de Raadt | |
1997-10-17 | no input does not do stupid auto help | Theo de Raadt | |
1997-10-16 | ensure man pages exist first | Theo de Raadt | |
1997-10-16 | CLEANFILES+=manual.c | Theo de Raadt | |
1997-10-16 | new command: manual | Theo de Raadt | |
1997-10-16 | oops | Theo de Raadt | |
1997-10-16 | match recent changes | Theo de Raadt | |
1997-10-16 | only help if possible | Theo de Raadt | |
1997-10-16 | better message | Theo de Raadt | |
1997-10-16 | a bunch of improvements by weingart & I | Theo de Raadt | |
1997-10-14 | Be a little more informative. | Per Fogelstrom | |
1997-10-04 | support CPU_BIOSDEV on i386 | Theo de Raadt | |
1997-10-04 | do not ask for confirmation in write | Theo de Raadt | |
1997-10-02 | do not whine if user quits without mods | Theo de Raadt | |
1997-10-02 | tell user about "help" | Theo de Raadt | |
1997-10-02 | shorten two common names | Theo de Raadt | |
1997-09-30 | 2nd try | Michael Shalayeff | |
1997-09-30 | don't say 'dirty' if nothing is changed actually | Michael Shalayeff | |
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-21 | $OpenBSD$ | Theo de Raadt | |
1997-07-06 | Explicit typing | Niklas Hallqvist | |
1997-04-17 | fix start address for first extended filesystem | Niels Provos | |
1997-04-15 | indent | Theo de Raadt | |
1997-04-14 | works a bit better with extended partitions. hack. | Niels Provos | |
1997-04-11 | add more partition types. add (non-functional) Extended partition support | Theo de Raadt | |
which can be finished by someone who has Extended partitions (HINT: I would really like to see this working for 2.1) | |||
1997-04-06 | Add partition type 0x12. | Jason Downs | |
1997-04-02 | fix bios geometry calculation | Michael Shalayeff | |
1997-01-31 | avoid some division by zero in hackish ways | Theo de Raadt | |
1997-01-27 | Support fdisk on bigendian systems. Does the necessary byte swabbing to | Dale S. Rahn | |
read and write the fdisk label. Added powerpc to systems to build this for. Currently uses local functions getshort, putshort, getlong, and putlong. These functions probably should be moved and renamed. Something like htoles, letohs, htolel, letohl, or htole16, htole32 should be used instead. |