summaryrefslogtreecommitdiff
path: root/sbin/fdisk
AgeCommit message (Collapse)Author
1997-01-31avoid some division by zero in hackish waysTheo de Raadt
1997-01-27Support fdisk on bigendian systems. Does the necessary byte swabbing toDale 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-10one-line fix so fdisk knows that partitions marked 0x0B are Win95/FAT32jkatz
1996-09-30signature is 16 bitsTheo de Raadt
1996-09-27even betterTheo de Raadt
1996-09-27installing people do not have man pages; better usageTheo de Raadt
1996-09-27first pass at explaining the changesTheo de Raadt
1996-09-27make -m also act like -i/-uTheo de Raadt
1996-09-27nicer errorsTheo de Raadt
1996-09-25permit loading of a special MBR bootblock -- do not encode a fake MBRTheo 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-23update rcsidTheo de Raadt
1996-06-17Switched to generic opendev(3)Jason Downs
1996-06-03openbsd, not netbsdTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt