Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | Problem discovered when 'boot0cfg -B -v -o packet -s 2 ad4' turned off packet mode while reporting it as being enabled. | ||||
* | 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 |
| | | | | it is often the case the partition one wants to boot is above cylinder 1023. | ||||
* | 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 |
| | | | | | | | | GCC doesn't warn about them without -pedantic. Approved by: das (mentor) PR: 56649 Reviewed by: md5 | ||||
* | 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 |
| | | | | | | | the mask correspond to slice numbers. Also, clarify the description of the existing example. Requested by: Larry Rosenman <ler@lerctr.org> | ||||
* | 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 |
| | | | | | | | | | | | | | | | | Peter had repocopied sys/disklabel.h to sys/diskpc98.h and sys/diskmbr.h. These two new copies are still intact copies of disklabel.h and therefore protected by #ifndef _SYS_DISKLABEL_H_ so #including them in programs which already include <sys.disklabel.h> is currently a no-op. This commit adds a number of such #includes. Once I have verified that I have fixed all the places which need fixing, I will commit the updated versions of the three #include files. Sponsored by: DARPA & NAI Labs. | ||||
* | 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 |
| | | | | | | | and examples of the "-s" option, since these two features operate completely independently of each other. Reviewed by: obrien | ||||
* | The man page is VERY WRONG about using "-o noupdate" with -s. | obrien | 2002-05-25 | 1 | -5/+12 |
| | | | | So fix it, and add an example using -s. | ||||
* | Trivial language fixes. | dannyboy | 2002-05-14 | 1 | -3/+3 |
| | | | | | PR: 38015 Submitted by: Chris Pepper <pepper@mail.rockefeller.edu> | ||||
* | WARNS=2 cleanup. | mikeh | 2001-12-11 | 2 | -7/+12 |
| | | | | | Submitted by: Maxime Henrion <mux@qualys.com> MFC after: 2 weeks | ||||
* | 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 |
| | | | | | | boot0cfg(8): add FILES section. Reviewed by: rnordier | ||||
* | - Backout botched attempt to introduce MANSECT feature. | ru | 2001-03-26 | 1 | -0/+1 |
| | | | | - MAN[1-9] -> MAN. | ||||
* | Add missing specification of the `-s' option to the usage line. | iedowse | 2001-03-22 | 1 | -1/+1 |
| | | | | | | PR: bin/26004 Submitted by: ushida@msa.biglobe.ne.jp Reviewed by: rnordier | ||||
* | Set the default manual section for usr.sbin/ to 8. | ru | 2001-03-20 | 1 | -1/+0 |
| | |||||
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -1/+1 |
| | |||||
* | remove trailing periods from SEE ALSO. | ben | 2000-11-15 | 1 | -1/+1 |
| | |||||
* | Use Fx macro wherever possible. | ru | 2000-11-14 | 1 | -1/+2 |
| | |||||
* | Reflect new packet option default. | rnordier | 2000-10-02 | 1 | -6/+6 |
| | |||||
* | Set MAINTAINER. | rnordier | 2000-10-02 | 1 | -0/+2 |
| | |||||
* | Mark a path up with Pa. | sheldonh | 2000-09-11 | 1 | -1/+2 |
| | |||||
* | Whitespace-only change: apply normal line breaking style. | sheldonh | 2000-09-11 | 1 | -15/+21 |
| | |||||
* | Provide correct information regarding "packet" option default. | rnordier | 2000-09-09 | 1 | -4/+5 |
| | | | | | PR: 20936 Originated by: obrien | ||||
* | Allow people to set the default boot slice with boot0cfg. | dwmalone | 2000-08-17 | 2 | -4/+28 |
| | | | | | | | PR: 18923 Submitted by: Ian Dowse <iedowse@maths.tcd.ie> Reviewed by: jhb Approved by: rnordier | ||||
* | - When we save the existing MBR to a file, check to see if the MBR we are | jhb | 2000-07-13 | 1 | -83/+138 |
| | | | | | | | | | | saving is boot0. If it is, use its version number so that we can grab all of boot0 (1024 bytes with version 1.1 for example) when we save it to a file via the 'f' option. Otherwise, we just save the first sector. - Cleanup this code a bit by splitting some functionality out into separate functions. Suggested by: Patrick Bihan-Faou <patrick@mindstep.com> (1) | ||||
* | Update boot0cfg to handle the new boot0: | jhb | 2000-07-12 | 1 | -20/+52 |
| | | | | | | | | | - Allow for boot0 to be more than one sector long. However, ensure that it its length is a multiple of the sector length. - Change the signatures used to determine a valid boot0 as some of the signature code changed. - Use the old signature to detect version 1.0 of boot0, otherwise read the version number from boot0 itself. | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 3 | -3/+3 |
| | |||||
* | Check that we really have a boot0 mbr before treating it as one. | rnordier | 1999-06-22 | 1 | -4/+47 |
| | | | | | | Suggested by: peter Also add a few comments. | ||||
* | Ensure that an update takes place when the -m option is used. | rnordier | 1999-06-21 | 1 | -2/+2 |
| | |||||
* | Implement -m option to enable/disable slices. | rnordier | 1999-06-19 | 2 | -8/+22 |
| | |||||
* | Finish implementing "setdrv" option. This is intended to be used | rnordier | 1999-02-26 | 2 | -7/+10 |
| | | | | | | (with care) in those instances where boot0 is not passed the correct drive number by the PC BIOS. (The symptoms are a "F5 Drive 0" line, even though the current drive is drive 0.) | ||||
* | Make various minor corrections. | rnordier | 1999-02-22 | 2 | -5/+5 |
| | |||||
* | Add boot0cfg: this installs/configures the `boot0' boot manager. A | rnordier | 1999-02-21 | 3 | -0/+410 |
CLI utility to do this has been requested by a few people. |