Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | These go along with the stl and stli drivers, recently removed. | imp | 2004-03-14 | 3 | -645/+0 |
| | |||||
* | The .Nm utility | charnier | 2002-07-14 | 1 | -3/+6 |
| | |||||
* | Comment in the man page and warning in stlload (when stlload fails) to make | dbaker | 2002-02-11 | 2 | -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. | ||||
* | Perform a major cleanup of the usr.sbin Makefiles. | obrien | 2001-07-20 | 1 | -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. | ||||
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -1/+1 |
| | |||||
* | - Backout botched attempt to introduce MANSECT feature. | ru | 2001-03-26 | 1 | -0/+1 |
| | | | | - MAN[1-9] -> MAN. | ||||
* | Set the default manual section for usr.sbin/ to 8. | ru | 2001-03-20 | 1 | -1/+0 |
| | |||||
* | Install manpages into machine-specific (i386) subdir. | ru | 2001-02-19 | 1 | -0/+1 |
| | |||||
* | Prepare for mdoc(7)NG. | ru | 2000-12-27 | 1 | -0/+1 |
| | |||||
* | Constify | kris | 2000-11-27 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -1/+1 |
| | |||||
* | Fix warning: return type of `main' is not `int' | peter | 1999-09-15 | 1 | -1/+1 |
| | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 3 | -3/+3 |
| | |||||
* | Add $Id$, to make it simpler for members of the translation teams to | nik | 1999-07-12 | 1 | -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 | ||||
* | Remove optind (getopt() already knows about it). Move -d flag to -c according | charnier | 1998-01-12 | 1 | -6/+4 |
| | | | | to man page. | ||||
* | Use err(3). Remove progname. | charnier | 1997-10-20 | 2 | -120/+61 |
| | |||||
* | Submitted by: Greg Ungerer <gerg@stallion.oz.au> | davidn | 1997-03-13 | 3 | -4/+125 |
| | | | | | | | Add manpages for stl, stli drivers. Add manpages for stlload, stlstats. Update stli bootcode. Update stlload, stlstats to revision 1.0.0 from author. | ||||
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 2 | -2/+2 |
| | |||||
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 2 | -2/+2 |
| | | | | | | | | 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. | ||||
* | Fix a couple of typos in a comment and in the usage output. | mpp | 1997-01-09 | 1 | -3/+3 |
| | |||||
* | Minimal adjustments to get the Stallion utilities to build and install | peter | 1996-05-04 | 2 | -3/+13 |
| | | | | in a FreeBSD style source tree. | ||||
* | Import the user-mode parts of the v0.0.5alpha Stallion driver. | peter | 1996-05-04 | 1 | -0/+564 |
Submitted by: Greg Ungerer (gerg@stallion.oz.au) (Note, patches to compile/install to follow) |