Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed all `vector xxxintr' specifications. Interrupt handlers are now | bde | 1998-10-22 | 1 | -4/+4 |
| | | | | configured in drivers. | ||||
* | Remove optind (getopt() already knows about it). | charnier | 1998-01-12 | 1 | -3/+2 |
| | |||||
* | Remove optind (getopt() already knows about it). Move -d flag to -c according | charnier | 1998-01-12 | 1 | -6/+4 |
| | | | | to man page. | ||||
* | 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. | ||||
* | Fixed building with NOSHARED=YES. libncurses depends on libmytinfo but | bde | 1997-12-17 | 1 | -3/+3 |
| | | | | | libmytinfo was not mentioned explicitly. The bug was hidden by the linkage of libncurses to libmytinfo in the shared library case. | ||||
* | Use err(3). Remove progname. | charnier | 1997-10-20 | 4 | -184/+105 |
| | |||||
* | 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 | 10 | -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. | ||||
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 7 | -7/+7 |
| | |||||
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 7 | -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. | ||||
* | Fix a couple of typos in a comment and in the usage output. | mpp | 1997-01-09 | 1 | -3/+3 |
| | |||||
* | 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 | 9 | -7/+70 |
| | | | | in a FreeBSD style source tree. | ||||
* | Import the user-mode parts of the v0.0.5alpha Stallion driver. | peter | 1996-05-04 | 4 | -0/+2553 |
Submitted by: Greg Ungerer (gerg@stallion.oz.au) (Note, patches to compile/install to follow) |