aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sicontrol
Commit message (Collapse)AuthorAgeFilesLines
* Remove sicontrol(8)'s "ttystat".Ed Schouten2008-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) Notes: svn path=/head/; revision=179668
* Add more card state dump routines. Decode more bitfields etc.Peter Wemm2008-06-062-38/+255
| | | | Notes: svn path=/head/; revision=179590
* Remove one of my dead email addresses from a copyright message.Peter Wemm2008-05-311-1/+1
| | | | Notes: svn path=/head/; revision=179450
* Get debugging macros from sivar.hPoul-Henning Kamp2004-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 Notes: svn path=/head/; revision=136063
* Per letter dated July 22, 1999 remove 3rd clause of Berkeley derived softwareWarner Losh2004-08-071-5/+0
| | | | | | | (with permission of addtional copyright holders where appropriate) Notes: svn path=/head/; revision=133249
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-3/+6
| | | | Notes: svn path=/head/; revision=131500
* mdoc(7) police: Deal with self-xrefs.Ruslan Ermilov2002-12-241-1/+1
| | | | Notes: svn path=/head/; revision=108257
* The symbol for Hertz is Hz.David Malone2002-11-041-1/+1
| | | | Notes: svn path=/head/; revision=106433
* The .Nm utilityPhilippe Charnier2002-07-141-9/+14
| | | | Notes: svn path=/head/; revision=99968
* Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien2001-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. Notes: svn path=/head/; revision=80029
* Remove GCC'isms in CFLAGS.David E. O'Brien2001-07-201-1/+1
| | | | Notes: svn path=/head/; revision=80022
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
| | | | Notes: svn path=/head/; revision=79537
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
| | | | | | | - MAN[1-9] -> MAN. Notes: svn path=/head/; revision=74816
* Set the default manual section for usr.sbin/ to 8.Ruslan Ermilov2001-03-201-2/+0
| | | | Notes: svn path=/head/; revision=74532
* Eliminate mdocNG warnings caused by misplaced or extraneous macro calls.Ruslan Ermilov2001-02-281-1/+1
| | | | Notes: svn path=/head/; revision=73233
* mdoc(7) police: use canonical form of .Dd macro.Ruslan Ermilov2000-12-111-1/+1
| | | | Notes: svn path=/head/; revision=69862
* Add `_PATH_DEVZERO'.David E. O'Brien2000-12-091-1/+2
| | | | | | | Use _PATH_* where where possible. Notes: svn path=/head/; revision=69793
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-1/+1
| | | | Notes: svn path=/head/; revision=68965
* remove trailing periods from SEE ALSO.Ben Smithurst2000-11-151-1/+1
| | | | Notes: svn path=/head/; revision=68756
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-011-1/+2
| | | | | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc. Notes: svn path=/head/; revision=57673
* De-K&Rify sicontrol and tidy up a few loose ends. Remove "register".Peter Wemm2000-01-242-53/+38
| | | | Notes: svn path=/head/; revision=56520
* Use si.h in new location.Peter Wemm2000-01-242-1/+4
| | | | Notes: svn path=/head/; revision=56509
* Remove comments left since mdoc.template time or just useless commentsAlexey Zelkin1999-10-301-12/+1
| | | | Notes: svn path=/head/; revision=52674
* Remove the inclusion of device.h. It's no longer there.Nick Hibma1999-10-061-1/+0
| | | | Notes: svn path=/head/; revision=51960
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-2/+2
| | | | Notes: svn path=/head/; revision=50479
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.Philippe Charnier1998-03-231-2/+2
| | | | Notes: svn path=/head/; revision=34809
* Set the input and output buffer sizes and the input buffer watermarksBruce Evans1998-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. Notes: svn path=/head/; revision=34185
* Use err(3). Add prototypes.Philippe Charnier1997-10-152-111/+113
| | | | Notes: svn path=/head/; revision=30427
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-222-2/+2
| | | | Notes: svn path=/head/; revision=22997
* Sort cross references.Wolfram Schneider1997-01-201-1/+1
| | | | Notes: svn path=/head/; revision=21880
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-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. Notes: svn path=/head/; revision=21673
* Fix a bunch of spelling errors in a bunch of man pages.Mike Pritchard1996-01-301-2/+2
| | | | Notes: svn path=/head/; revision=13744
* Cosmetic fix: The usage message was wrong.. One of the commands (mstate)Peter Wemm1995-10-011-10/+9
| | | | | | | was listed as taking no args, when in fact it needs a port. Notes: svn path=/head/; revision=11098
* Rewrite the sicontrol man page to something remotely useful.Peter Wemm1995-09-261-23/+96
| | | | | | | I couldn't use the original, as it had unusable copyrights. Notes: svn path=/head/; revision=11022
* Recognize a new debug option.. "optim" - for watching the L_RINT bypassPeter Wemm1995-08-221-2/+2
| | | | | | | and hotchar selection. Notes: svn path=/head/; revision=10159
* Add skeleton manpage, so that make world works......Peter Wemm1995-08-142-8/+49
| | | | | | | | Correct the naming of the thing.. it's sicontrol, not siconfig as I'm used to.. Notes: svn path=/head/; revision=10052
* Bring in first cut of the user-mode control program for the Specialix driver.Peter Wemm1995-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> Notes: svn path=/head/; revision=10045