| Commit message (Expand) | Author | Age | Files | Lines |
* | Be as explicit as possible when describing relation between the -m mask | kib | 2012-02-04 | 1 | -3/+6 |
* | Allow boot0cfg to force a PXE boot via boot0 on the next boot. | jhb | 2011-12-20 | 2 | -2/+10 |
* | Use NO_WCAST_ALIGN for usr.sbin/boot0cfg; because this is only built for | dim | 2011-12-17 | 1 | -0/+2 |
* | Plug fd leaks | kevlo | 2011-11-23 | 1 | -0/+2 |
* | Remove a note about disabling of GEOM protection mechanism. | ae | 2011-11-07 | 1 | -16/+1 |
* | Reorganize write_mbr() function to be able write bootcode with different | ae | 2011-11-07 | 1 | -54/+83 |
* | Add reference to gpart(8). | ae | 2011-11-06 | 1 | -1/+2 |
* | Mark global functions and/or variables in boot0cfg(8) static where possible. | ed | 2011-11-06 | 1 | -4/+4 |
* | Fix argument name. This fixes EINVAL when boot0cfg uses GEOM_PART' | ae | 2011-10-25 | 1 | -1/+1 |
* | Revert r209469: it causes the rest of the function to be bypassed. | brucec | 2010-12-06 | 1 | -2/+0 |
* | If a device can't be opened, don't keep going but display the error | brucec | 2010-06-23 | 1 | -0/+2 |
* | Fixed static linkage. | ru | 2010-02-26 | 1 | -2/+2 |
* | The last big commit: let usr.sbin/ use WARNS=6 by default. | ed | 2010-01-02 | 1 | -2/+0 |
* | Write the MBR by using the bootcode verb of the gpart class. | marcel | 2009-03-02 | 1 | -27/+22 |
* | Extend the geom-related info and put in the NOTE section, not | luigi | 2009-01-13 | 1 | -14/+19 |
* | Another, hopefully final set of changes to boot0 and boot0cfg. | luigi | 2008-12-03 | 2 | -26/+149 |
* | - Improve error message given on g_providername call failure. | lulf | 2008-09-30 | 1 | -2/+2 |
* | - Make use of the new and g_device_path utility function in libgeom to avoid | lulf | 2008-09-07 | 1 | -33/+23 |
* | "-b /boot/mbr" is redundant, /boot/mbr is the default boot code for fdisk(8). | pav | 2007-06-07 | 1 | -2/+2 |
* | - Revert previous revision, it was incorrect | pav | 2007-06-06 | 1 | -8/+5 |
* | Document /boot/mbr (non-interactive boot block) | pav | 2007-05-12 | 1 | -0/+10 |
* | Attempt gctl verb "write MBR" when updating. | phk | 2005-07-15 | 2 | -1/+25 |
* | Document how to make boot0cfg work on mounted disks. | scottl | 2005-04-07 | 1 | -0/+11 |
* | Sort sections. | ru | 2005-01-18 | 1 | -2/+2 |
* | Added the EXIT STATUS section where appropriate. | ru | 2005-01-17 | 1 | -1/+1 |
* | Open device R/W for ioctl modifications. | phk | 2004-12-18 | 1 | -1/+1 |
* | Correct polarity of packet mode bit. | tegge | 2004-09-14 | 1 | -1/+1 |
* | boot0 defaults to packet mode. | tegge | 2004-09-14 | 1 | -1/+1 |
* | Enable packet mode by default. Disk drives have gotten so large now, | obrien | 2004-08-03 | 1 | -1/+1 |
* | mdoc(7) fixes. | ru | 2004-07-07 | 1 | -1/+1 |
* | Document boot0sio and note that it requires modem handshake to work. | phk | 2004-06-17 | 1 | -2/+9 |
* | Spelling nit. | ru | 2004-06-04 | 1 | -1/+1 |
* | Remove spurious semicolons. Outside of functions they are actually errors but | stefanf | 2004-05-16 | 1 | -1/+1 |
* | Get rid of duplicates. | ru | 2003-09-14 | 1 | -1/+1 |
* | Use __FBSDID over rcsid[]. Protect copyright[] where needed. | obrien | 2003-05-03 | 1 | -4/+2 |
* | Add an example of how to use the -m option that clarifies how the bits in | jhb | 2003-04-15 | 1 | -4/+5 |
* | style.Makefile(5) | obrien | 2003-04-04 | 1 | -1/+2 |
* | Use the new sector0 munging ioctls to make boot0cfg work under GEOM. | phk | 2002-12-29 | 1 | -8/+31 |
* | Split MBR and PC98 on-disk sliceformats out from disklabel.h, step 1: | phk | 2002-10-01 | 1 | -0/+1 |
* | The .Nm utility | charnier | 2002-07-14 | 1 | -1/+1 |
* | Remove references to the update/noupdate flag from the description | iedowse | 2002-05-28 | 1 | -4/+1 |
* | The man page is VERY WRONG about using "-o noupdate" with -s. | obrien | 2002-05-25 | 1 | -5/+12 |
* | Trivial language fixes. | dannyboy | 2002-05-14 | 1 | -3/+3 |
* | WARNS=2 cleanup. | mikeh | 2001-12-11 | 2 | -7/+12 |
* | mdoc(7) police: utilize the new .Ex macro. | ru | 2001-08-15 | 1 | -1/+1 |
* | mdoc(7) police: s/BSD/.Bx/ where appropriate. | ru | 2001-08-14 | 1 | -1/+3 |
* | Unset MAINTAINER. | rnordier | 2001-07-21 | 1 | -2/+0 |
* | fdisk(8): document the default for -b, add xref to boot0cfg(8). | ru | 2001-07-18 | 1 | -0/+7 |
* | - Backout botched attempt to introduce MANSECT feature. | ru | 2001-03-26 | 1 | -0/+1 |
* | Add missing specification of the `-s' option to the usage line. | iedowse | 2001-03-22 | 1 | -1/+1 |