Age | Commit message (Expand) | Author |
1999-06-10 | Handle PAGER in a manner consistent with the Single Unix Specification: | Paul Janzen |
1999-06-06 | typo; mcsmart@engin.umich.edu | Aaron Campbell |
1999-04-07 | Kill -F option, it is not needed and just plain wrong anyway | Todd C. Miller |
1999-04-07 | XXX temp fix for whole_mode; todd will fix better in tomorrow | Theo de Raadt |
1999-04-07 | o Be silent on fstab writing | Todd C. Miller |
1999-04-01 | get mountpoint before fsize/bsize/cpg and crunch things a bit | Todd C. Miller |
1999-04-01 | Fix filesystem type when writing fstab in -f mode | Todd C. Miller |
1999-04-01 | Use fstypenames, not fstypesnames since fstypesnames does not list strings fo... | Todd C. Miller |
1999-03-23 | Rename -F option to -f and add a new -F (full disk) option to use in -E mode. | Todd C. Miller |
1999-03-21 | dosdp should be extern | Todd C. Miller |
1999-03-21 | Add support for switching disk geometry between disk, bios, and user | Todd C. Miller |
1999-03-21 | If there are any BSD or SWAP partitions beyond ending_sector we extend | Todd C. Miller |
1999-03-18 | make sure mountpoint starts with '/' and call get_mp() from editor_name() ins... | Todd C. Miller |
1999-03-18 | Sort entries by mountpoint, not partition number when writing fstab via | Todd C. Miller |
1999-03-16 | put duplicate code into its own functions and fix some minor problems this br... | Todd C. Miller |
1999-03-16 | Add -F flag to cause editor to prompt for mount points and save the resulting... | Todd C. Miller |
1999-03-16 | Fix longstanding problem when rounding values to neared cylinder. | Todd C. Miller |
1999-03-13 | Allow user to delete partitions outside the openbsd part of the disk | Todd C. Miller |
1999-03-13 | Add support for delete "*" | Todd C. Miller |
1999-03-01 | Change undocumented '-p' flag to '-d' and document. Also document '-v'. | Todd C. Miller |
1998-10-11 | When rounding to cylinder boundaries check to make sure we don't round up pas... | Todd C. Miller |
1998-08-07 | Support PAGER environment vairable in conjuction with the 'M' command. | Todd C. Miller |
1998-08-06 | add more detailed help accessible via '? [abcdmpMqrsuwxe]' | Todd C. Miller |
1998-07-29 | when changing a partition from unknown to 4.2BSD, provide sane defaults for f... | Todd C. Miller |
1998-07-26 | Don't skip 'b' when suggesting the next partition to add. I thought it would... | Todd C. Miller |
1998-07-26 | When asking the user for the disk type, base the default on the device name. ... | Todd C. Miller |
1998-07-26 | Don't allow user to do 'a c' since c always exists. They can still do 'c c'.... | Todd C. Miller |
1998-07-23 | Fix annoying bug where disklabel would give you wrong default size for last | Constantine Sapuntzakis |
1998-06-21 | Remove the advertising clause in my old license, it impedes free use | Todd C. Miller |
1998-05-07 | get rid of #ifdef OLD_SCSI stuff. It is not useful | Todd C. Miller |
1998-05-07 | let user set d_interleave, and force it to be >= 1 | Todd C. Miller |
1998-04-14 | Set label.d_bbsize and label.d_sbsize if we have a fictious label | Todd C. Miller |
1998-04-11 | mention IDE, or people will get all confused | Theo de Raadt |
1998-04-08 | Make undo recalculate free space. Also adds 'r' command to recalculate | Todd C. Miller |
1998-02-28 | Be consistent wrt suggesting ESDI for IDE and using ESDI even if | Todd C. Miller |
1998-02-19 | deal with partition type renamed | Theo de Raadt |
1998-01-11 | Tell the user to enter ESDI for IDE, not ST506. Also treat IDE as ESDI | Todd C. Miller |
1998-01-05 | recalculate the free sectors after changing boundaries. | Artur Grabowski |
1998-01-05 | check if the partitions are below the boundaries and not only above when | Artur Grabowski |
1997-11-05 | Document ^D to get out of overlap prompt and remove duplicate exit condition | Todd C. Miller |
1997-11-04 | Deal correctly with partitions that have multiple overlaps. | Todd C. Miller |
1997-10-24 | Typo | Todd C. Miller |
1997-10-24 | Warn that geom may be wrong for ports with old scsi. | Todd C. Miller |
1997-10-24 | Make and use _PATH_LESS. | Todd C. Miller |
1997-10-20 | format the "print" units better, in all cases | Theo de Raadt |
1997-10-20 | Suport the idea of an OpenBSD portion of the disk. | Todd C. Miller |
1997-10-18 | do not allow add of existing partition | Theo de Raadt |
1997-10-17 | Allow user to adjust sec/cyl instead of hard coding to sec/track * tracks/cyl. | Todd C. Miller |
1997-10-17 | Fix pasto. | Todd C. Miller |
1997-10-17 | remove some blank lines | Theo de Raadt |