Marcel Moolenaar
e01c6f329a
Change <sys/diskpc98.h> to not redefine the same symbols that are
...
being defined in <sys/diskmbr.h>. Instead give the symbols here a
"PC98_" prefix. This way, both <sys/diskmbr.h> and <sys/diskpc98.h>
can be included in the same C source file.
The renaming is trivial. The only gotcha is that DOSBBSECTOR is
also redefined from 0 to 1. This because DOSBBSECTOR was always
used in conjunction with an addition of 1. The PC98_BBSECTOR symbol
is defined as 1 and the expression is simplified.
Note: it is not believed that ports are seriously impacted; or at
all for that matter.
Approved by: nyan@
2013-08-07 00:00:48 +00:00
Warner Losh
d6c43faea5
Correct typo in usage message.
2007-12-19 03:31:44 +00:00
Yoshihiro Takahashi
0f724690be
Merged from boot0cfg.
...
- Update the mkrdev function.
- Attempt gctl verb "write MBR" when updating.
2005-07-15 15:32:52 +00:00
Yoshihiro Takahashi
7edcac16df
Reduce diffs from boot0cfg.c (no functional change).
2005-07-15 14:37:40 +00:00
Ruslan Ermilov
59a3c79da6
Sort sections.
2005-01-18 20:02:45 +00:00
Ruslan Ermilov
a866e17077
Added the EXIT STATUS section where appropriate.
2005-01-17 07:44:44 +00:00
Ruslan Ermilov
07bfccd71e
Mechanically kill hard sentence breaks.
2004-07-02 23:13:00 +00:00
Yoshihiro Takahashi
eaeb087233
Use ascii null char ('\0') instead of NULL.
...
Submitted by: Stefan Farfeleder <stefan@fafoe.narf.at>
2004-03-05 13:58:40 +00:00
Yoshihiro Takahashi
ef2495bf5e
s/DIOCGPC98/DIOCSPC98/
2003-05-02 14:55:42 +00:00
Yoshihiro Takahashi
afb7a66e08
Use DIOCGPC98 ioctl to write boot block.
2003-02-11 07:29:14 +00:00
Philippe Charnier
490d5836b5
The .Nm utility
2002-07-14 14:47:15 +00:00
Giorgos Keramidas
47fb4666df
Fix typo: s/secotor/sector/.
2002-03-08 13:50:28 +00:00
Yoshihiro Takahashi
bd438056e4
Added the command name to the synopsis section.
...
Submitted by: NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
MFC after: 3 days
2002-02-11 04:19:53 +00:00
Ruslan Ermilov
d628d776c4
mdoc(7) police: utilize the new .Ex macro.
2001-08-15 09:09:47 +00:00
David E. O'Brien
90e655ea4e
Perform a major cleanup of the usr.sbin Makefiles.
...
These are not perfectly in agreement with each other style-wise, but they
are orders of orders of magnitude more consistent style-wise than before.
2001-07-20 06:20:32 +00:00
Dima Dorfman
f247324df7
Remove whitespace at EOL.
2001-07-15 08:06:20 +00:00
Dima Dorfman
0e304b4853
Constify and set WARNS=2.
...
Submitted by: Mike Barcroft <mike@q9media.com>
Reviewed by: md5(1)
2001-06-24 18:51:40 +00:00
Ruslan Ermilov
345e52e742
- Backout botched attempt to introduce MANSECT feature.
...
- MAN[1-9] -> MAN.
2001-03-26 14:42:20 +00:00
Ruslan Ermilov
c73e22c3d4
Set the default manual section for usr.sbin/ to 8.
2001-03-20 18:17:26 +00:00
Ruslan Ermilov
610a5778c5
mdoc(7) police: split punctuation characters + misc fixes.
2001-02-01 16:44:04 +00:00
Ruslan Ermilov
8b5c4af3ff
Prepare for mdoc(7)NG.
2000-12-27 15:30:30 +00:00
Ben Smithurst
76a06f8483
remove trailing periods from SEE ALSO.
2000-11-15 17:27:54 +00:00
KATO Takenori
6a70fca024
Added PC-98 boot manager installation and configuration utility.
2000-08-02 10:11:08 +00:00