History log of /freebsd-10.1-release/usr.sbin/sicontrol/
Revision Date Author Comments
272461 03-Oct-2014 gjb

Copy stable/10@r272459 to releng/10.1 as part of
the 10.1-RELEASE process.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


179668 09-Jun-2008 ed

Remove sicontrol(8)'s "ttystat".

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)


179590 06-Jun-2008 peter

Add more card state dump routines. Decode more bitfields etc.


179450 31-May-2008 peter

Remove one of my dead email addresses from a copyright message.


136063 02-Oct-2004 phk

Get debugging macros from sivar.h

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


133249 07-Aug-2004 imp

Per letter dated July 22, 1999 remove 3rd clause of Berkeley derived software
(with permission of addtional copyright holders where appropriate)


131500 02-Jul-2004 ru

Mechanically kill hard sentence breaks.


108257 24-Dec-2002 ru

mdoc(7) police: Deal with self-xrefs.


106433 04-Nov-2002 dwmalone

The symbol for Hertz is Hz.


99968 14-Jul-2002 charnier

The .Nm utility


80029 20-Jul-2001 obrien

Perform a major cleanup of the usr.sbin Makefiles.
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.


80022 20-Jul-2001 obrien

Remove GCC'isms in CFLAGS.


79537 10-Jul-2001 ru

mdoc(7) police: removed HISTORY info from the .Os call.


74816 26-Mar-2001 ru

- Backout botched attempt to introduce MANSECT feature.
- MAN[1-9] -> MAN.


74532 20-Mar-2001 ru

Set the default manual section for usr.sbin/ to 8.


73233 28-Feb-2001 ru

Eliminate mdocNG warnings caused by misplaced or extraneous macro calls.


69862 11-Dec-2000 ru

mdoc(7) police: use canonical form of .Dd macro.


69793 09-Dec-2000 obrien

Add `_PATH_DEVZERO'.
Use _PATH_* where where possible.


68965 20-Nov-2000 ru

mdoc(7) police: use the new features of the Nm macro.


68756 15-Nov-2000 ben

remove trailing periods from SEE ALSO.


57673 01-Mar-2000 sheldonh

Remove single-space hard sentence breaks. These degrade the quality
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.


56520 24-Jan-2000 peter

De-K&Rify sicontrol and tidy up a few loose ends. Remove "register".


56509 24-Jan-2000 peter

Use si.h in new location.


52674 30-Oct-1999 phantom

Remove comments left since mdoc.template time or just useless comments


51960 06-Oct-1999 n_hibma

Remove the inclusion of device.h. It's no longer there.


50479 28-Aug-1999 peter

$Id$ -> $FreeBSD$


34809 23-Mar-1998 charnier

.Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.


34185 07-Mar-1998 bde

Set the input and output buffer sizes and the input buffer watermarks
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.


30427 15-Oct-1997 charnier

Use err(3). Add prototypes.


22997 22-Feb-1997 peter

Revert $FreeBSD$ to $Id$


21880 20-Jan-1997 wosch

Sort cross references.


21673 14-Jan-1997 jkh

Make the long-awaited change from $Id$ to $FreeBSD$

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.


13744 30-Jan-1996 mpp

Fix a bunch of spelling errors in a bunch of man pages.


11098 01-Oct-1995 peter

Cosmetic fix: The usage message was wrong.. One of the commands (mstate)
was listed as taking no args, when in fact it needs a port.


11022 26-Sep-1995 peter

Rewrite the sicontrol man page to something remotely useful.
I couldn't use the original, as it had unusable copyrights.


10159 22-Aug-1995 peter

Recognize a new debug option.. "optim" - for watching the L_RINT bypass
and hotchar selection.


10052 14-Aug-1995 peter

Add skeleton manpage, so that make world works......
Correct the naming of the thing.. it's sicontrol, not siconfig as I'm used
to..


10045 13-Aug-1995 peter

Bring in first cut of the user-mode control program for the Specialix driver.
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>