Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-02-09 | BeOS/i386; ura@yamato.ibm.co.jp | Theo de Raadt | |
1998-12-15 | always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.net | Aaron Campbell | |
1998-11-28 | kill redundant .Nm macro arguments; other misc fixes | Aaron Campbell | |
1998-11-11 | more `` '' -> .Dq sillyness; remove redundant .Pp macros; other misc fixes | Aaron Campbell | |
1998-09-23 | alphabetize SEE ALSO entries and order them numerically according to section | Aaron Campbell | |
1998-09-18 | fix table | Theo de Raadt | |
1998-09-17 | sbin/ man page fixes | Aaron Campbell | |
1998-09-14 | Since on the powerpc, the system does not supply the user with | Dale S. Rahn | |
bios valid cyl,head,sector information (the information comes from the sd driver) I have made some changes to fdisk to do the following. Allow the powerpc to specify values larger than the bios limits. All platforms now have code that will translate the LBA values in the mbr into CHS values according to the disk geometry. This occurs if the start and ending CHS values have been stored as 0xffffff. If writing to the disk and one of the values of a partition violates the bios limits, it writes the requested values in the LBA fields , and stores 0xffffff for the starting and ending CHS values. This should not change the default formatting of any existing system other than the CHS and LBA values should always match given the detected geometry of the disk. | |||
1998-09-08 | For powerpc's we want to keep the preinstalled msdos partition in the init | Per Fogelstrom | |
MBR when doing a 'fdisk -i'. That is because the msdos partition is used for booting. The OpenBSD part (part 3) is set up to be the rest of the disk. Also the msdos partition is set as the 'active' partition. | |||
1998-09-01 | more man page fixes; aaron@ug.cs.dal.ca | Theo de Raadt | |
1998-08-08 | Include signal.h so that it compiles. | Jason Downs | |
1998-08-07 | protect against SIGPIPE | Todd C. Miller | |
1998-05-16 | oops; d | Theo de Raadt | |
1998-04-25 | build if NOMAN= is globally set; problem spotted by rahnds | Theo de Raadt | |
1998-04-01 | clarify | Theo de Raadt | |
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 | |