Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | These go along with the stl and stli drivers, recently removed. | imp | 2004-03-14 | 1 | -503/+0 |
| | |||||
* | Comment in the man page and warning in stlload (when stlload fails) to make | dbaker | 2002-02-11 | 1 | -0/+1 |
| | | | | | 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. | ||||
* | Constify | kris | 2000-11-27 | 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 | 1 | -1/+1 |
| | |||||
* | 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 | 1 | -113/+51 |
| | |||||
* | Submitted by: Greg Ungerer <gerg@stallion.oz.au> | davidn | 1997-03-13 | 1 | -2/+2 |
| | | | | | | | 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 | 1 | -1/+1 |
| | |||||
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -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. | ||||
* | 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 | 1 | -3/+5 |
| | | | | 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) |