aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/stallion/bootcode
Commit message (Collapse)AuthorAgeFilesLines
* These go along with the stl and stli drivers, recently removed.Warner Losh2004-03-144-1766/+0
| | | | Notes: svn path=/head/; revision=126965
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-011-1/+1
| | | | | | | especially in troff files. Notes: svn path=/head/; revision=108533
* FILES support for bsd.prog.mk. See bsd.README for details.Ruslan Ermilov2001-12-171-6/+1
| | | | | | | Stolen from: NetBSD Notes: svn path=/head/; revision=88055
* Remove whitespace at EOL.Dima Dorfman2001-07-151-1/+1
| | | | Notes: svn path=/head/; revision=79755
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
| | | | Notes: svn path=/head/; revision=79537
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-1/+1
| | | | | | | - MAN[1-9] -> MAN. Notes: svn path=/head/; revision=74816
* Install manpages into machine-specific (i386) subdir.Ruslan Ermilov2001-02-191-0/+1
| | | | Notes: svn path=/head/; revision=72702
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-11/+11
| | | | Notes: svn path=/head/; revision=68965
* Avoid use of direct troff requests in mdoc(7) manual pages.Ruslan Ermilov2000-11-101-1/+1
| | | | Notes: svn path=/head/; revision=68575
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-061-1/+2
| | | | | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc. Notes: svn path=/head/; revision=57781
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-2/+2
| | | | Notes: svn path=/head/; revision=50479
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-0/+2
| | | | | | | | | | | | | | | | | | | | track. The Id line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde Notes: svn path=/head/; revision=48791
* Removed all `vector xxxintr' specifications. Interrupt handlers are nowBruce Evans1998-10-221-4/+4
| | | | | | | configured in drivers. Notes: svn path=/head/; revision=40589
* Use the default LIBOWN, etc. instead of clobbering the defaults to bin,Bruce Evans1997-12-171-26/+12
| | | | | | | | | | | | etc., so that (this part of) `LIBOWN=... make world' can be run by users other than root. Actually, use BINOWN instead of LIBOWN, since the files that we install in /usr/libdata are not libraries, and LIBOWN is not used for anything else in /usr/libdata. Rewrote all the rules and cleaned up. Notes: svn path=/head/; revision=31807
* Use err(3). Remove progname. Remove stli.4 with is a duplicate of stl.4,Philippe Charnier1997-10-203-338/+21
| | | | | | | use MLINKS instead. Notes: svn path=/head/; revision=30599
* Sort cross refereces in section SEE ALSO.Wolfram Schneider1997-09-292-8/+8
| | | | Notes: svn path=/head/; revision=29988
* Submitted by: Greg Ungerer <gerg@stallion.oz.au>David Nugent1997-03-134-560/+1241
| | | | | | | | | | Add manpages for stl, stli drivers. Add manpages for stlload, stlstats. Update stli bootcode. Update stlload, stlstats to revision 1.0.0 from author. Notes: svn path=/head/; revision=23831
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22997
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Use ${COPY} instead of -c for installing non-source files.Bruce Evans1997-01-011-3/+2
| | | | Notes: svn path=/head/; revision=21155
* rm the files first before uudecoding, because the modes in the beginPeter Wemm1996-05-051-1/+3
| | | | | | | line doesnt permit writes by the owner.. (oops!) Notes: svn path=/head/; revision=15633
* Minimal adjustments to get the Stallion utilities to build and installPeter Wemm1996-05-043-2/+32
| | | | | | | in a FreeBSD style source tree. Notes: svn path=/head/; revision=15611
* Import the user-mode parts of the v0.0.5alpha Stallion driver.vendor/stallion/v0_0_5_alphavendor/stallionPeter Wemm1996-05-042-0/+1386
Submitted by: Greg Ungerer (gerg@stallion.oz.au) (Note, patches to compile/install to follow) Notes: svn path=/vendor/stallion/dist/; revision=15606 svn path=/vendor/stallion/v0_0_5_alpha/; revision=15608; tag=vendor/stallion/v0_0_5_alpha