| Age | Commit message (Expand) | Author |
| 2006-06-28 | Support MAKEVERBOSE. | lukem |
| 2006-06-28 | Convert to using CC instead of LD, as LDFLAGS is for CC not LD. | lukem |
| 2006-06-02 | PR/33633: Yoshito Komatsu: /sbin/fdisk does not work | christos |
| 2006-05-21 | PR/33522: Peter Bex: Sanity checks to avoid zerodivide. | christos |
| 2006-05-12 | don't do the -Wno-pointer-sign dance for host programs. | mrg |
| 2006-05-11 | sprinkle some -fno-strict-aliasing and -Wno-pointer-sign with GCC4. | mrg |
| 2006-03-18 | Appease Coverty CID 7449. Avoid close(-1) in error path. | dsl |
| 2006-03-17 | Check for allocation failures in malloc, calloc, realloc, asprintf, and | rumble |
| 2006-02-14 | So that we can build a full-featured fdisk cross-tool with -DBOOTSEL, | dyoung |
| 2006-01-29 | Byteswap the constant MBR_{BS_}MAGIC throughout, should genetate better code. | dsl |
| 2005-10-07 | PRI* macros should not contain percent sign. | uwe |
| 2005-10-07 | Fix cross-compilation on FreeBSD 4.x (and other OSes) where PRId64 isn't | dogcow |
| 2005-08-27 | When building as host tool don't include "../../include/util.h". | uwe |
| 2005-06-27 | Move WARNS=3 to the Makefile.inc, and add a little const to the remaining | christos |
| 2005-06-23 | If HOSTPROG is empty, do not pull in libutil, since we do not need it in that | fvdl |
| 2005-06-12 | Turn fdisk(8) into a host tool. Still todo: commit the host-tool | dyoung |
| 2005-06-12 | For portability, use standard types: s/uint/unsigned int/, | dyoung |
| 2005-05-22 | Make fdisk(8) available on all platforms, since MS-DOS partitioning | lukem |
| 2005-04-07 | Allow partition sizes to be input in GB | dsl |
| 2005-01-20 | WARNS=2 is the default defined in sbin/Makefile.inc. (thanks wiz) | xtraeme |
| 2005-01-20 | Remove main() prototype; WARNS=2 | xtraeme |
| 2004-11-18 | Fix typo in error message, reported by Nicolas Joly in PR 28347. | wiz |
| 2004-11-15 | Use the 1st element's size as the argument to bsearch. | christos |
| 2004-11-12 | Use ptype table from <sys/bootblock.h> | christos |
| 2004-11-10 | Add 0xBF for Solaris. From Larry Lee <lclee at west.sun.com> | christos |
| 2004-10-28 | Add (unsigned char) to isdigit() calls | dsl |
| 2004-10-13 | Initial import of iyonix port. | gavan |
| 2004-09-12 | Fix intuit_translated_geometry() calculation. | dsl |
| 2004-07-30 | check sysctl error return on both calls. | dbj |
| 2004-07-13 | s/Nm/Nx/, as it's NetBSD that has ports, not fdisk. | uwe |
| 2004-07-13 | Bump date for previous; new sentence, new line; | wiz |
| 2004-07-13 | Add note top man page explaining that fdisk is not used on all platforms | darcy |
| 2004-05-19 | Insert missing space so fdisk prints "primary partition table | dyoung |
| 2004-05-10 | Use the disk size from the device driver, not the bios when checking | dsl |
| 2004-05-08 | Don't output the 'Installed bootfile doesn't support required options' | dsl |
| 2004-03-24 | Only examine mbr_bootsel* #ifdef BOOTSEL. | lukem |
| 2004-03-22 | Move mbr_bootsel from offset 404 to offset 400 in struct mbr_sector to | lukem |
| 2004-03-22 | Use .Pp instead of .br as appropriate. | lukem |
| 2004-03-20 | Nm needs no argument; also, correct wrong Nm usage. | wiz |
| 2004-03-19 | Bump date for last. Use Sq for single quotes. Drop trailing space. | snj |
| 2004-03-19 | Add flag -F, options -t disktab and -T disktype to fdisk. Flag -F | dyoung |
| 2004-01-05 | Homogenize usage messages: make the 'usage' word all lowercase, as this seems | jmmv |
| 2003-11-21 | Add "DISK" to -S output. | lukem |
| 2003-10-11 | unconditionally #define DEFAULT_BOOTDIR. should fix non-x86 builds | lukem |
| 2003-10-08 | Overhaul MBR handling (part 1): | lukem |
| 2003-10-06 | be consistent about "MS-DOS" | lukem |
| 2003-09-19 | realloc pedant | itojun |
| 2003-08-29 | Define and use PRIdaddr for printing disk block numbers. | dsl |
| 2003-08-10 | Put cylinder number 1023 into the mbr for sectors beyond the CHS limit | dsl |
| 2003-07-16 | Remove old i386 mbr stuff (move to arch/i386/stand/mbr a while ago) | dsl |