Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-07-02 | missing protos | Theo de Raadt | |
2003-06-11 | ansification | Theo de Raadt | |
2003-06-03 | Nuke terms 3 & 4. | Tobias Weingartner | |
2001-12-15 | Get this damn diff out of my tree. ok from weingart@, deraadt@ and others. | Kjell Wooding | |
Add a -u flag to fdisk which updates MBR code, but leaves the partition table intact. There are still issues with 'update' having different behavior, but I'll resolve those shortly | |||
2001-07-02 | #include <string.h> to get mem* prototypes. | Todd C. Miller | |
2001-06-23 | Changes from Toby. Make error tests explicit (against -1), remove one big | Kjell Wooding | |
hurdle to partitions over 8G. Include the default MBR in a header file. | |||
2000-01-08 | support LBA-mapped extended partitions too; ↵ | Theo de Raadt | |
sigh@kuzirabekon.econ.nagasaki-u.ac.jp | |||
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. | |||
1997-10-28 | if printing, we do not need to read the mbr first | Theo de Raadt | |
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 | indent | Theo de Raadt | |
1997-10-19 | indent | 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-09-29 | ID in the first line w/ tabs | Michael Shalayeff | |
1997-09-29 | better usage() | 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-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. | |||
1997-01-10 | one-line fix so fdisk knows that partitions marked 0x0B are Win95/FAT32 | jkatz | |
1996-09-30 | signature is 16 bits | Theo de Raadt | |
1996-09-27 | even better | Theo de Raadt | |
1996-09-27 | installing people do not have man pages; better usage | Theo de Raadt | |
1996-09-27 | make -m also act like -i/-u | Theo de Raadt | |
1996-09-27 | nicer errors | Theo de Raadt | |
1996-09-25 | permit loading of a special MBR bootblock -- do not encode a fake MBR | Theo de Raadt | |
bootblock inside the program. cleanup printed output. do not assume 'd' partition. Solves a whole bunch of other interaction problems with disklabel. Has been tested a fair bit, but will endure more testing (at the hands of the users! Hahahaha!) | |||
1996-06-17 | Switched to generic opendev(3) | Jason Downs | |
1996-06-03 | openbsd, not netbsd | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |