summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sicontrol
Commit message (Collapse)AuthorAgeFilesLines
* Remove sicontrol(8)'s "ttystat".ed2008-06-092-67/+1
| | | | | | | | | | | | | | | | | In the FreeBSD base system, there are only two utilities that use struct tty, namely pstat and sicontrol. The sicontrol utility calls the TCSI_TTY ioctl(), which copies struct tty back to userspace. sicontrol should not have this functionality. The same data is already provided by pstat. If we really want to be able to export these numbers through a file descriptor to userspace, we can export struct xtty, which should provide a better abstraction. The ttystat option was only used as a debugging aid. This makes sicontrol compile in the mpsafetty branch. Reviewed by: peter Approved by: philip (mentor)
* Add more card state dump routines. Decode more bitfields etc.peter2008-06-062-38/+255
|
* Remove one of my dead email addresses from a copyright message.peter2008-05-311-1/+1
|
* Get debugging macros from sivar.hphk2004-10-021-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 softwareimp2004-08-071-5/+0
| | | | (with permission of addtional copyright holders where appropriate)
* Mechanically kill hard sentence breaks.ru2004-07-021-3/+6
|
* mdoc(7) police: Deal with self-xrefs.ru2002-12-241-1/+1
|
* The symbol for Hertz is Hz.dwmalone2002-11-041-1/+1
|
* The .Nm utilitycharnier2002-07-141-9/+14
|
* Perform a major cleanup of the usr.sbin Makefiles.obrien2001-07-201-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.obrien2001-07-201-1/+1
|
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-0/+1
| | | | - MAN[1-9] -> MAN.
* Set the default manual section for usr.sbin/ to 8.ru2001-03-201-2/+0
|
* Eliminate mdocNG warnings caused by misplaced or extraneous macro calls.ru2001-02-281-1/+1
|
* mdoc(7) police: use canonical form of .Dd macro.ru2000-12-111-1/+1
|
* Add `_PATH_DEVZERO'.obrien2000-12-091-1/+2
| | | | Use _PATH_* where where possible.
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-1/+1
|
* remove trailing periods from SEE ALSO.ben2000-11-151-1/+1
|
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-011-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".peter2000-01-242-53/+38
|
* Use si.h in new location.peter2000-01-242-1/+4
|
* Remove comments left since mdoc.template time or just useless commentsphantom1999-10-301-12/+1
|
* Remove the inclusion of device.h. It's no longer there.n_hibma1999-10-061-1/+0
|
* $Id$ -> $FreeBSD$peter1999-08-282-2/+2
|
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.charnier1998-03-231-2/+2
|
* Set the input and output buffer sizes and the input buffer watermarksbde1998-03-071-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.charnier1997-10-152-111/+113
|
* Revert $FreeBSD$ to $Id$peter1997-02-222-2/+2
|
* Sort cross references.wosch1997-01-201-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-142-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.mpp1996-01-301-2/+2
|
* Cosmetic fix: The usage message was wrong.. One of the commands (mstate)peter1995-10-011-10/+9
| | | | was listed as taking no args, when in fact it needs a port.
* Rewrite the sicontrol man page to something remotely useful.peter1995-09-261-23/+96
| | | | I couldn't use the original, as it had unusable copyrights.
* Recognize a new debug option.. "optim" - for watching the L_RINT bypasspeter1995-08-221-2/+2
| | | | and hotchar selection.
* Add skeleton manpage, so that make world works......peter1995-08-142-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.peter1995-08-132-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>
OpenPOWER on IntegriCloud