aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/boot98cfg
Commit message (Collapse)AuthorAgeFilesLines
* Remove pc98 support completely.Yoshihiro Takahashi2017-01-284-450/+0
| | | | | | | | | I thank all developers and contributors for pc98. Relnotes: yes Notes: svn path=/head/; revision=312910
* META_MODE: Remove DEP_MACHINE from Makefile.depend files.Bryan Drewery2015-09-251-2/+0
| | | | | | | | | This has not been needed since r246865 in projects/bmake. Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=288228
* META_MODE: Remove DEP_RELDIR from Makefile.depend files.Bryan Drewery2015-09-251-2/+0
| | | | | | | | | This has not been needed since r284171 in projects/bmake. Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=288226
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+21
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp Notes: svn path=/head/; revision=284345
| * Merge sync of headSimon J. Gerraty2015-05-271-2/+1
| |\ | |/ |/| | | Notes: svn path=/projects/bmake/; revision=283595
| * Merge from headSimon J. Gerraty2013-09-051-1/+1
| |\ | | | | | | | | | Notes: svn path=/projects/bmake/; revision=255263
| * | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+20
| | | | | | | | | | | | | | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net> Notes: svn path=/projects/bmake/; revision=239572
* | | Convert usr.sbin to LIBADDBaptiste Daroussin2014-11-251-2/+1
| |/ |/| | | | | | | | | | | Reduce overlinking Notes: svn path=/head/; revision=275054
* | Change <sys/diskpc98.h> to not redefine the same symbols that areMarcel Moolenaar2013-08-071-1/+1
|/ | | | | | | | | | | | | | | | | | | 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@ Notes: svn path=/head/; revision=254015
* Correct typo in usage message.Warner Losh2007-12-191-1/+1
| | | | Notes: svn path=/head/; revision=174764
* Merged from boot0cfg.Yoshihiro Takahashi2005-07-152-13/+33
| | | | | | | | - Update the mkrdev function. - Attempt gctl verb "write MBR" when updating. Notes: svn path=/head/; revision=148064
* Reduce diffs from boot0cfg.c (no functional change).Yoshihiro Takahashi2005-07-151-86/+93
| | | | Notes: svn path=/head/; revision=148049
* Sort sections.Ruslan Ermilov2005-01-181-2/+2
| | | | Notes: svn path=/head/; revision=140442
* Added the EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-171-1/+1
| | | | Notes: svn path=/head/; revision=140368
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-5/+10
| | | | Notes: svn path=/head/; revision=131500
* Use ascii null char ('\0') instead of NULL.Yoshihiro Takahashi2004-03-051-2/+2
| | | | | | | Submitted by: Stefan Farfeleder <stefan@fafoe.narf.at> Notes: svn path=/head/; revision=126652
* s/DIOCGPC98/DIOCSPC98/Yoshihiro Takahashi2003-05-021-2/+2
| | | | Notes: svn path=/head/; revision=114535
* Use DIOCGPC98 ioctl to write boot block.Yoshihiro Takahashi2003-02-111-22/+62
| | | | Notes: svn path=/head/; revision=110678
* The .Nm utilityPhilippe Charnier2002-07-141-1/+1
| | | | Notes: svn path=/head/; revision=99968
* Fix typo: s/secotor/sector/.Giorgos Keramidas2002-03-081-1/+1
| | | | Notes: svn path=/head/; revision=91890
* Added the command name to the synopsis section.Yoshihiro Takahashi2002-02-111-0/+1
| | | | | | | | Submitted by: NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp> MFC after: 3 days Notes: svn path=/head/; revision=90518
* mdoc(7) police: utilize the new .Ex macro.Ruslan Ermilov2001-08-151-1/+1
| | | | Notes: svn path=/head/; revision=81687
* Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien2001-07-201-1/+2
| | | | | | | | 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. Notes: svn path=/head/; revision=80029
* Remove whitespace at EOL.Dima Dorfman2001-07-151-6/+6
| | | | Notes: svn path=/head/; revision=79755
* Constify and set WARNS=2.Dima Dorfman2001-06-242-1/+2
| | | | | | | | Submitted by: Mike Barcroft <mike@q9media.com> Reviewed by: md5(1) Notes: svn path=/head/; revision=78715
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
| | | | | | | - MAN[1-9] -> MAN. Notes: svn path=/head/; revision=74816
* Set the default manual section for usr.sbin/ to 8.Ruslan Ermilov2001-03-201-1/+0
| | | | Notes: svn path=/head/; revision=74532
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-011-1/+1
| | | | Notes: svn path=/head/; revision=71898
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-271-3/+3
| | | | Notes: svn path=/head/; revision=70403
* remove trailing periods from SEE ALSO.Ben Smithurst2000-11-151-1/+1
| | | | Notes: svn path=/head/; revision=68756
* Added PC-98 boot manager installation and configuration utility.KATO Takenori2000-08-023-0/+359
Notes: svn path=/head/; revision=64126