Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Get debugging macros from sivar.h | phk | 2004-10-02 | 1 | -0/+6 |
| | | | | | | | | | | Disable some code which magics minor numbers into card/port numbers. I think we will have to parse this from the device name in the future, but I need to confer with peter@ about this. Put sicontrol back in the build. Troublespotter: dwhite | ||||
* | Per letter dated July 22, 1999 remove 3rd clause of Berkeley derived software | imp | 2004-08-07 | 1 | -5/+0 |
| | | | | (with permission of addtional copyright holders where appropriate) | ||||
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -3/+6 |
| | |||||
* | mdoc(7) police: Deal with self-xrefs. | ru | 2002-12-24 | 1 | -1/+1 |
| | |||||
* | The symbol for Hertz is Hz. | dwmalone | 2002-11-04 | 1 | -1/+1 |
| | |||||
* | The .Nm utility | charnier | 2002-07-14 | 1 | -9/+14 |
| | |||||
* | Perform a major cleanup of the usr.sbin Makefiles. | obrien | 2001-07-20 | 1 | -0/+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. | ||||
* | Remove GCC'isms in CFLAGS. | obrien | 2001-07-20 | 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 | -0/+1 |
| | | | | - MAN[1-9] -> MAN. | ||||
* | Set the default manual section for usr.sbin/ to 8. | ru | 2001-03-20 | 1 | -2/+0 |
| | |||||
* | Eliminate mdocNG warnings caused by misplaced or extraneous macro calls. | ru | 2001-02-28 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: use canonical form of .Dd macro. | ru | 2000-12-11 | 1 | -1/+1 |
| | |||||
* | Add `_PATH_DEVZERO'. | obrien | 2000-12-09 | 1 | -1/+2 |
| | | | | Use _PATH_* where where possible. | ||||
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -1/+1 |
| | |||||
* | remove trailing periods from SEE ALSO. | ben | 2000-11-15 | 1 | -1/+1 |
| | |||||
* | Remove single-space hard sentence breaks. These degrade the quality | sheldonh | 2000-03-01 | 1 | -1/+2 |
| | | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc. | ||||
* | De-K&Rify sicontrol and tidy up a few loose ends. Remove "register". | peter | 2000-01-24 | 2 | -53/+38 |
| | |||||
* | Use si.h in new location. | peter | 2000-01-24 | 2 | -1/+4 |
| | |||||
* | Remove comments left since mdoc.template time or just useless comments | phantom | 1999-10-30 | 1 | -12/+1 |
| | |||||
* | Remove the inclusion of device.h. It's no longer there. | n_hibma | 1999-10-06 | 1 | -1/+0 |
| | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 2 | -2/+2 |
| | |||||
* | .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq. | charnier | 1998-03-23 | 1 | -2/+2 |
| | |||||
* | Set the input and output buffer sizes and the input buffer watermarks | bde | 1998-03-07 | 1 | -3/+5 |
| | | | | | | | dynamically depending on the line speed(s). This should give the old sizes and watermarks until drivers are changed. Display the input watermarks in pstat and sicontrol. | ||||
* | Use err(3). Add prototypes. | charnier | 1997-10-15 | 2 | -111/+113 |
| | |||||
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 2 | -2/+2 |
| | |||||
* | Sort cross references. | wosch | 1997-01-20 | 1 | -1/+1 |
| | |||||
* | 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 bunch of spelling errors in a bunch of man pages. | mpp | 1996-01-30 | 1 | -2/+2 |
| | |||||
* | Cosmetic fix: The usage message was wrong.. One of the commands (mstate) | peter | 1995-10-01 | 1 | -10/+9 |
| | | | | was listed as taking no args, when in fact it needs a port. | ||||
* | Rewrite the sicontrol man page to something remotely useful. | peter | 1995-09-26 | 1 | -23/+96 |
| | | | | I couldn't use the original, as it had unusable copyrights. | ||||
* | Recognize a new debug option.. "optim" - for watching the L_RINT bypass | peter | 1995-08-22 | 1 | -2/+2 |
| | | | | and hotchar selection. | ||||
* | Add skeleton manpage, so that make world works...... | peter | 1995-08-14 | 2 | -8/+49 |
| | | | | | Correct the naming of the thing.. it's sicontrol, not siconfig as I'm used to.. | ||||
* | Bring in first cut of the user-mode control program for the Specialix driver. | peter | 1995-08-13 | 2 | -0/+589 |
Note that this is pretty light at the moment.. It's been gutted to remove references to older features no longer in the driver. Curses-based port monitoring is intended for the future.. :-) Obtained from: Andy Rutter, <andy@acronym.co.uk> |