| Commit message (Expand) | Author | Age | Files | Lines |
* | style.Makefile(5): | johan | 2004-02-23 | 1 | -1/+1 |
* | Add the Solaris x86 boot partition type. This is used in Solaris 10 | harti | 2003-12-18 | 1 | -0/+1 |
* | Warn about partitions that would overlap with the master boot record, and | des | 2003-11-13 | 1 | -0/+5 |
* | s/disklabel/bsdlabel where needed. | blackend | 2003-10-11 | 1 | -2/+2 |
* | Use __FBSDID() to quiet GCC 3.3 warnings. | obrien | 2003-05-03 | 1 | -4/+2 |
* | Use symbolic constants from <sys/diskmbr.h> instead of local constants. | phk | 2003-04-13 | 2 | -15/+23 |
* | Pull in the encoding/decoding functions for struct dos_partition. | phk | 2003-04-13 | 2 | -0/+30 |
* | Use default geometry in case the device doesn't provide one: | phk | 2003-03-29 | 1 | -1/+6 |
* | Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/ | schweikh | 2002-12-30 | 1 | -2/+2 |
* | Make fdisk work on active GEOM devices. | phk | 2002-12-29 | 1 | -8/+33 |
* | Fix the regexp evilness so that fdisk can (again?) find the device | phk | 2002-10-27 | 1 | -1/+1 |
* | Don't attempt to find the geometry with disklabel based ioctl, it just | phk | 2002-10-27 | 1 | -15/+0 |
* | Split MBR and PC98 on-disk sliceformats out from disklabel.h, step 1: | phk | 2002-10-01 | 1 | -0/+1 |
* | Straighten out get_params(). | phk | 2002-09-20 | 1 | -33/+34 |
* | Try to pick up disk geometry with specific DIOC* ioctls, rather than | phk | 2002-09-15 | 1 | -1/+21 |
* | s/filesystem/file system/g as discussed on -developers | trhodes | 2002-08-21 | 2 | -7/+7 |
* | Fixed some print format errors. Avoid some warnings about possible | bde | 2002-07-16 | 1 | -4/+5 |
* | mdoc(7) police: tidy up the markup and some wording. | ru | 2002-05-30 | 1 | -105/+126 |
* | Add a hack so that fdisk(8) can initialize an ia64 disk. There is | peter | 2002-05-01 | 1 | -0/+10 |
* | Add partition type for IBM's JFS. | grog | 2002-04-28 | 1 | -0/+1 |
* | Fix the fdisk(8) manual page. | trhodes | 2002-04-18 | 2 | -112/+115 |
* | Get this to WARNS=4 and closer to style(9) at a sacrifice in | phk | 2002-03-29 | 2 | -300/+102 |
* | Add some more partition types. | joe | 2002-02-18 | 1 | -26/+56 |
* | Oops, the arguments to a bcopy() were reversed, which broke zeroing | iedowse | 2001-12-30 | 1 | -3/+2 |
* | Default to WARNS=2. | obrien | 2001-12-04 | 1 | -0/+1 |
* | Fixed spelling error in previous commit. | bde | 2001-10-16 | 1 | -1/+1 |
* | Add 0xEE (EFI GPT) and 0xEF (EFI System Partition) | peter | 2001-10-15 | 1 | -0/+2 |
* | mdoc(7) police: protect trailing full stops of abbreviations | ru | 2001-08-10 | 1 | -1/+1 |
* | Fix a number of bugs and annoyances in fdisk, many of which were | iedowse | 2001-08-05 | 1 | -74/+96 |
* | fdisk(8): document the default for -b, add xref to boot0cfg(8). | ru | 2001-07-18 | 1 | -0/+3 |
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -1/+1 |
* | After some (long-standing ;-) critics from Bruce, throw away the old | joerg | 2001-07-13 | 2 | -39/+65 |
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -1/+1 |
* | Make open_disk() fail nicely upon encountering an ENOENT so to not | joerg | 2001-07-05 | 1 | -2/+4 |
* | wd0 -> ad0 | dd | 2001-04-08 | 1 | -2/+2 |
* | - Backout botched attempt to introduce MANSECT feature. | ru | 2001-03-26 | 1 | -0/+1 |
* | Set the default manual section for sbin/ to 8. | ru | 2001-03-20 | 1 | -1/+0 |
* | Eliminate mdocNG warnings caused by misplaced or extraneous macro calls. | ru | 2001-02-28 | 1 | -12/+12 |
* | mdoc(7) police: split punctuation characters + misc fixes. | ru | 2001-02-01 | 1 | -5/+5 |
* | Prepare for mdoc(7)NG. | ru | 2000-12-18 | 1 | -1/+0 |
* | mdoc(7) police: added missing .Os call. | ru | 2000-12-14 | 1 | -1/+1 |
* | I didn't maintain the "chs" ordering. Rather the bug was in print_part(). | obrien | 2000-11-29 | 1 | -6/+6 |
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -2/+2 |
* | Make the order of values prompted for with the "-i" option match print_part() | obrien | 2000-11-18 | 1 | -2/+2 |
* | Use Fx macro wherever possible. | ru | 2000-11-14 | 1 | -8/+8 |
* | Avoid use of direct troff requests in mdoc(7) manual pages. | ru | 2000-11-10 | 1 | -25/+20 |
* | - When adjusting the end of a partition to lie on a cylinder boundary, don't | jhb | 2000-08-24 | 1 | -46/+94 |
* | 0xA0 = Suspend to disk. | joe | 2000-08-07 | 1 | -0/+1 |
* | Fix a really stupid bug where I assumed sizeof(int) == 2. This resulted in | jhb | 2000-07-21 | 1 | -1/+1 |
* | - Don't try to free mboot.bootinst before it has been allocated. If, for | jhb | 2000-07-17 | 1 | -2/+2 |