Age | Commit message (Expand) | Author |
2014-03-31 | Nuke [get|put][short|long] and just use letoh[16|32] and | Kenneth R Westerback |
2014-03-17 | Nuke pointless blank lines, defines, comments and casts. Eliminate | Kenneth R Westerback |
2014-03-17 | Un-revert, being careful to not break snap building. Add paranoia check | Kenneth R Westerback |
2014-03-14 | Revert last -- broke building snaps. | Kenneth R Westerback |
2014-03-13 | Merge 'struct DISK_metrics' and 'struct disk' into one, since we don't | Kenneth R Westerback |
2014-03-09 | Instead of passing around 'char buf[DEV_BSIZE]' buffers, pass around | Kenneth R Westerback |
2014-03-07 | Relieve the code of an overburden of unnecessary typedef | Kenneth R Westerback |
2014-02-05 | Always set the signature to DOSMBR_SIGNATURE when writing a MBR to | Kenneth R Westerback |
2013-10-08 | Keep disk sector calcuations in u_int64_t as long as possible, and | Kenneth R Westerback |
2013-06-11 | final removal of daddr64_t. daddr_t has been 64 bit for a long enough | Theo de Raadt |
2013-03-21 | more substantial include cleanup | Theo de Raadt |
2012-04-04 | Don't 'reserve' a head/track if there is only only 1 head and 1 | Kenneth R Westerback |
2011-06-20 | MBR_read() can be reading from a file as well as a raw partition. | Kenneth R Westerback |
2011-02-21 | Honour MBR_read() results and don't pretend we can parse blocks we | Kenneth R Westerback |
2010-06-30 | Make 'fdisk -i' start the OpenBSD partition on a power of 2 512-byte | Kenneth R Westerback |
2009-02-08 | Eliminate excessive verbiage for 'fdisk -i' and 'fdisk -u'. Especially | Kenneth R Westerback |
2006-12-10 | Read/write device sectors rather than assuming sector size == | Kenneth R Westerback |
2006-05-29 | Change MBR_read() and MBR_write() to return -1 on error and set | Ray Lai |
2004-09-18 | some delinting; ok otto | Theo de Raadt |
2004-07-13 | Remove unused argument 'int pn' to PRT_fix_CHS(). The 'int pn' | Tom Cosgrove |
2003-07-29 | spaces | Theo de Raadt |
2003-06-11 | ansification | Theo de Raadt |
2003-06-03 | Nuke terms 3 & 4. | Tobias Weingartner |
2002-06-09 | rm trailing whitespace | Todd T. Fries |
2002-01-18 | Allow size values to be displayed in the user's choice of units. | Kjell Wooding |
2002-01-04 | Remove references to the NT serial number. Now the first 0x1be | Kjell Wooding |
2001-12-15 | Get this damn diff out of my tree. ok from weingart@, deraadt@ and others. | Kjell Wooding |
2001-01-28 | Quick -Wall fixes, ok niklas@, aaron@ | Tobias Weingartner |
2000-07-07 | On the last commit to fdisk when the prototypes to PRT_fix_CHS and PRT_fix_BN | Dale S. Rahn |
2000-07-01 | be more verbose when warning for partition errors, | Michael Shalayeff |
1999-08-21 | MIPS boxes that use fdisk need an MS-DOS partition | Niklas Hallqvist |
1999-08-10 | call DIOCRLDINFO after writing an MBR | Theo de Raadt |
1998-09-14 | Since on the powerpc, the system does not supply the user with | Dale S. Rahn |
1997-10-21 | make fdisk grok extended partitions again. we have to keep track of the | Niels Provos |
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-09-29 | ID in the first line w/ tabs | Michael Shalayeff |
1997-09-29 | New fdisk code with interactive (command line type) | Tobias Weingartner |