aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/stallion
Commit message (Collapse)AuthorAgeFilesLines
* These go along with the stl and stli drivers, recently removed.Warner Losh2004-03-1412-3157/+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
* Replace various spelling with FALLTHROUGH which is lint()ablePhilippe Charnier2002-08-251-1/+1
| | | | Notes: svn path=/head/; revision=102413
* The .Nm utilityPhilippe Charnier2002-07-142-9/+18
| | | | Notes: svn path=/head/; revision=99968
* Comment in the man page and warning in stlload (when stlload fails) to makeDaniel Baker2002-02-112-0/+4
| | | | | | | | it clear that the recent PCI cards do not require firmware to be loaded, unlike the completely different ISA cards that are branded with the same name. Notes: svn path=/head/; revision=90509
* 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
* Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien2001-07-201-1/+1
| | | | | | | | 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-152-2/+2
| | | | Notes: svn path=/head/; revision=79755
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-103-3/+3
| | | | Notes: svn path=/head/; revision=79537
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-263-1/+3
| | | | | | | - MAN[1-9] -> MAN. Notes: svn path=/head/; revision=74816
* Set the default manual section for usr.sbin/ to 8.Ruslan Ermilov2001-03-202-2/+0
| | | | Notes: svn path=/head/; revision=74532
* Install manpages into machine-specific (i386) subdir.Ruslan Ermilov2001-02-193-0/+3
| | | | Notes: svn path=/head/; revision=72702
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-272-0/+2
| | | | Notes: svn path=/head/; revision=70403
* ConstifyKris Kennaway2000-11-271-1/+1
| | | | Notes: svn path=/head/; revision=69260
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-203-13/+13
| | | | 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 unneded -lmytinfoAndrey A. Chernov2000-09-161-2/+2
| | | | Notes: svn path=/head/; revision=65915
* 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
* Fix warning: return type of `main' is not `int'Peter Wemm1999-09-152-2/+2
| | | | Notes: svn path=/head/; revision=51287
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2810-10/+10
| | | | Notes: svn path=/head/; revision=50479
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-123-0/+6
| | | | | | | | | | | | | | | | | | | | 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
* Remove optind (getopt() already knows about it).Philippe Charnier1998-01-121-3/+2
| | | | Notes: svn path=/head/; revision=32474
* Remove optind (getopt() already knows about it). Move -d flag to -c accordingPhilippe Charnier1998-01-121-6/+4
| | | | | | | to man page. Notes: svn path=/head/; revision=32473
* 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
* Fixed building with NOSHARED=YES. libncurses depends on libmytinfo butBruce Evans1997-12-171-3/+3
| | | | | | | | libmytinfo was not mentioned explicitly. The bug was hidden by the linkage of libncurses to libmytinfo in the shared library case. Notes: svn path=/head/; revision=31802
* Use err(3). Remove progname.Philippe Charnier1997-10-204-184/+105
| | | | Notes: svn path=/head/; revision=30600
* 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-1310-568/+1501
| | | | | | | | | | 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-227-7/+7
| | | | Notes: svn path=/head/; revision=22997
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-147-7/+7
| | | | | | | | | | | 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
* Fix a couple of typos in a comment and in the usage output.Mike Pritchard1997-01-091-3/+3
| | | | Notes: svn path=/head/; revision=21454
* 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-049-7/+70
| | | | | | | 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-044-0/+2553
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