Age | Commit message (Expand) | Author |
2014-03-20 | Add back various #includes of err.h, unistd.h, ctype.h, ioctl.h to | 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-03-06 | tweak previous; | Jason McIntyre |
2014-03-02 | -l disksize code, to force LBA mode. code by chris, after I suggested | Theo de Raadt |
2013-03-21 | more substantial include cleanup | Theo de Raadt |
2011-12-25 | printf("msg")/return 1 -> err(1, "msg"), which will also show relevant | Kenneth R Westerback |
2011-02-21 | Honour MBR_read() results and don't pretend we can parse blocks we | Kenneth R Westerback |
2010-05-25 | match usage to the manual page, and borrow the description of 'disk' | Theo de Raadt |
2010-03-22 | introduce HAS_MBR and let make define it for the right machines; | Otto Moerbeek |
2010-02-17 | loongson has mbr as well; ok miod@ (but he made me promise to make | Otto Moerbeek |
2007-12-30 | sort flags in both synopsis and usage | Igor Sobrado |
2007-04-26 | lint says: fdisk.c:160: warning: operator '==' found where '=' was expected | Theo de Raadt |
2006-11-09 | oops | Theo de Raadt |
2006-11-08 | sh machines also have a /usr/mdec/mbr | Theo de Raadt |
2006-11-08 | add a -y flag, for non-interactive use | Theo de Raadt |
2006-07-27 | Change some obvious atoi() to strtonum(). | Ray Lai |
2006-07-27 | Add checks to each write(2) attempt and try to keep fdisk in a | Ray Lai |
2006-07-09 | Do not try and read /usr/mdec/mbr in ``fdisk -e'' unless the architecture | Miod Vallat |
2005-05-01 | - better synopsis | Jason McIntyre |
2004-08-03 | Handle geometry parameters as unsigned quantities, getting rid of negative | Otto Moerbeek |
2004-01-07 | Better diagnostic message if we can't open the external MBR file | Tom Cosgrove |
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 |
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 |
2000-01-08 | support LBA-mapped extended partitions too; sigh@kuzirabekon.econ.nagasaki-u.... | Theo de Raadt |
1998-09-14 | Since on the powerpc, the system does not supply the user with | Dale S. Rahn |
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 |
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 |
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 |
1997-04-06 | Add partition type 0x12. | Jason Downs |