Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | These go along with the stl and stli drivers, recently removed. | imp | 2004-03-14 | 4 | -1766/+0 |
| | |||||
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | schweikh | 2003-01-01 | 1 | -1/+1 |
| | | | | especially in troff files. | ||||
* | FILES support for bsd.prog.mk. See bsd.README for details. | ru | 2001-12-17 | 1 | -6/+1 |
| | | | | Stolen from: NetBSD | ||||
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -1/+1 |
| | |||||
* | 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 | -1/+1 |
| | | | | - MAN[1-9] -> MAN. | ||||
* | Install manpages into machine-specific (i386) subdir. | ru | 2001-02-19 | 1 | -0/+1 |
| | |||||
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -11/+11 |
| | |||||
* | Avoid use of direct troff requests in mdoc(7) manual pages. | ru | 2000-11-10 | 1 | -1/+1 |
| | |||||
* | Remove single-space hard sentence breaks. These degrade the quality | sheldonh | 2000-03-06 | 1 | -1/+2 |
| | | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc. | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 2 | -2/+2 |
| | |||||
* | 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 | ||||
* | Removed all `vector xxxintr' specifications. Interrupt handlers are now | bde | 1998-10-22 | 1 | -4/+4 |
| | | | | configured in drivers. | ||||
* | Use the default LIBOWN, etc. instead of clobbering the defaults to bin, | bde | 1997-12-17 | 1 | -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. | ||||
* | Use err(3). Remove progname. Remove stli.4 with is a duplicate of stl.4, | charnier | 1997-10-20 | 3 | -338/+21 |
| | | | | use MLINKS instead. | ||||
* | Sort cross refereces in section SEE ALSO. | wosch | 1997-09-29 | 2 | -8/+8 |
| | |||||
* | Submitted by: Greg Ungerer <gerg@stallion.oz.au> | davidn | 1997-03-13 | 4 | -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. | ||||
* | 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. | ||||
* | Use ${COPY} instead of -c for installing non-source files. | bde | 1997-01-01 | 1 | -3/+2 |
| | |||||
* | rm the files first before uudecoding, because the modes in the begin | peter | 1996-05-05 | 1 | -1/+3 |
| | | | | line doesnt permit writes by the owner.. (oops!) | ||||
* | Minimal adjustments to get the Stallion utilities to build and install | peter | 1996-05-04 | 3 | -2/+32 |
| | | | | in a FreeBSD style source tree. | ||||
* | Import the user-mode parts of the v0.0.5alpha Stallion driver. | peter | 1996-05-04 | 2 | -0/+1386 |
Submitted by: Greg Ungerer (gerg@stallion.oz.au) (Note, patches to compile/install to follow) |