summaryrefslogtreecommitdiffstats
path: root/sbin/comcontrol/comcontrol.c
Commit message (Collapse)AuthorAgeFilesLines
* ANSIfy almost all applications that use WARNS=6.ed2009-12-291-1/+1
| | | | | | | I was considering committing all these patches one by one, but as discussed with brooks@, there is no need to do this. If we ever need/want to merge these changes back, it is still possible to do this per application.
* Make this WARNS=6 clean by prototyping 'usage'.johan2003-08-081-0/+2
| | | | Tested by: make universe
* Use __FBSDID() to quiet GCC 3.3 warnings.obrien2003-05-031-4/+2
|
* Include missing header files which define functions for which gcc hasdd2001-06-241-0/+1
| | | | builtins (e.g., exit, strcmp).
* Remove the use of a dash in the usage, since this isn't in keepingsheldonh2000-07-031-1/+1
| | | | | | | with other utilities which offer similar functionality. This change was discussed with ache, who brought in the ability to use a dash to represent stdin in comcontrol.
* Print options only supported by device, back out printing options separatelyache2000-05-011-34/+22
| | | | Pointed-by: bde
* Allow "-" for working with STDINache2000-04-301-10/+37
| | | | | Allow printing of each option separately when keyword specified without a number
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Add rcsid. Remove unused #includes. Use err(3).charnier1998-06-301-23/+27
|
* Remove excessive argc checking. It was impossible to set `dtrwait' andbde1995-01-101-1/+2
| | | | and `drainwait' in a single command.
* Fight agaist hanging modems: add new drainwait option.ache1995-01-051-12/+27
| | | | Reviewed by: Bruce
* From Bde:ache1994-05-301-22/+2
| | | | o Removed bidir options.
* Modified for work without options COM_BIDIR into kernel.ache1993-12-101-5/+3
|
* Add 'dtrwait <n>' option to comcontrol to handleache1993-12-101-14/+49
| | | | TIOCM[SG]DTRWAIT ioctl.
* Initial import, 0.1 + pk 0.2.4-B1rgrimes1993-06-121-0/+79
OpenPOWER on IntegriCloud