summaryrefslogtreecommitdiffstats
path: root/usr.sbin/i4b
Commit message (Collapse)AuthorAgeFilesLines
...
* Add a driver for the Compaq Microcom 610 ISDN (Compaq series PSB2222I) ISA PnPhm2001-10-211-1/+2
| | | | | | | | card. Submitted by: Steve Looman Reviewed by: hm MFC after: 1 month
* Add experimental support for sending keypad facility messages.hm2001-10-187-24/+172
| | | | MFC after: 2 months
* keypad facility information element: add keypad facility information decoding.hm2001-10-181-4/+12
| | | | MFC after: 1 month
* Use strlcpy(3) instead of strcpy(3) to copy optarg into a fixed-size buffer.sobomax2001-10-161-1/+1
| | | | MFC after: 2 weeks
* mdoc(7) police: s/NetBSD/.Nx/ where appropriate.ru2001-08-131-8/+18
|
* Spell "FreeBSD" with "F" and "BSD" in uppercase.ru2001-08-132-2/+4
|
* mdoc(7) police: join split punctuation to macro calls.ru2001-08-103-11/+11
|
* can not -> cannotsheldonh2001-08-081-1/+1
|
* mdoc(7) police: removed hard sentence breaks.ru2001-08-071-3/+5
|
* Another hangup bugfix from Juha:hm2001-07-211-0/+4
| | | | | | | | | | | | Problem 1 is that the config entry hangup flag is zeroed only at CONNECT_ACTIVE_IND in msghdl.c. If any (other) call is disconnected after EV_MDO and before CONNECT_ACTIVE_IND, the cleanup routine will disconnect the in-progress dialout as well, if its hangup flag is nonzero (which it is likely to be) after the previous incarnation of the cfg entry. Patch-1 fixes this by clearing the hangup flag as soon as a cfg entry is reserved for the call. Submitted by: Juha-Matti Liukkonen <jml@cubical.fi>
* Fix hangup bug; Juha writes:hm2001-07-211-5/+3
| | | | | | | | | | | | | Problem 2 is that doing a local hangup (eg. by writing "H" to the dialout device) to a call which is already disconnected results in isdnd moving the cfg entry to an illegal state, from which there is no recovery. This is tricky because there is no way to synchronize local hangup with the remote end (ie. the callee can always hang up at an inconvenient time)! Hence, patch-2 alters fsm.c's EV_DRQ state table such that the local hangup request is processed or ignored in most states, even for disconnected calls. Submitted by: Juha-Matti Liukkonen <jml@cubical.fi>
* After being port- and addressscanned continously from several sources wherehm2001-07-216-10/+41
| | | | | my line stayed open for more than eight hours i decided to implement a maximum connection time; see keyword maxconnecttime in the manual page.
* Perform a major cleanup of the usr.sbin Makefiles.obrien2001-07-2015-61/+65
| | | | | 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-203-3/+1
|
* Remove whitespace at EOL.dd2001-07-1530-183/+183
|
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.dd2001-07-0917-36/+0
|
* mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).ru2001-07-069-25/+25
|
* "changing" -> "charging"nik2001-07-021-1/+1
| | | | | PR: docs/15004 Submitted by: Kazuo Horikawa <horikawa@jp.FreeBSD.org>
* PR: bin/26817hm2001-06-051-2/+8
| | | | | | Submitted by: Clement Ballabriga <clement@asso.ups-tlse.fr> Reviewed by: hm Check for read errors from the controlling tty when in fullscreen mode.
* mdoc(7) police: Fix markup.ru2001-05-253-23/+42
|
* Submitted by: Juha-Matti Liukkonen (Cubical Solutions Ltd) (jml@cubical.fi)hm2001-05-2513-214/+383
| | | | | | Add a CAPI (hardware independent) driver i4bcapi(4) and hardware driver iavc (4) to support active CAPI-based BRI and PRI cards (currently AVM B1 and T1 cards) to isdn4bsd.
* make isdnd less verbose while calculating times: fix another message to behm2001-05-031-2/+2
| | | | logged at DL_VALID instead at DL_MSG.
* - assign a separate debugging flag for debugging messages regarding thehm2001-05-026-38/+33
| | | | | | | | valid keyword handling and the holiday file processing - don't issue a warning in case the holiday file is not found - enable inclusion of ../Makefile.inc to reenable compiling-in monitor support into isdnd - update manual page, add a comma and correct authors mail address
* Fixed typos; removed whitespace at EOL.schweikh2001-04-301-25/+25
|
* Add back missing arguments to format strings.kris2001-04-263-4/+4
| | | | Reviewed by: hm
* mdoc(7) police: Prepare for mdocNG.ru2001-04-161-2/+3
| | | | The .Cd macro does not cause a line break until in the SYNOPSIS section.
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-2613-7/+11
| | | | - MAN[1-9] -> MAN.
* Set the default manual section for usr.sbin/ to 8.ru2001-03-209-10/+0
|
* mdoc(7) police: Change -filled displays (which just happenru2001-02-071-2/+2
| | | | | | to be the same as -ragged in the current implementation) to -ragged. With mdocNG, -filled displays produce the correct output, formatted and justified to both margins.
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-013-12/+13
|
* Add experimental support for Eicon.Diehl DIVA 2.0 and 2.02 ISA PnP cards.hm2001-01-261-5/+7
|
* Add experimental support for Eicon.Diehl DIVA 2.0 and 2.02 ISA PnP cards.hm2001-01-261-2/+3
|
* mdoc(7) police: removed leading whitespaces that are not insideru2001-01-191-2/+2
| | | | Bd/Ed; these hardly degrade the quality of the produced output.
* Enhance find_matching_entry_incoming() to check if the controller, onhm2001-01-161-1/+15
| | | | | | | which the call gets in, matches the one given in the entry section, or -1 for any controller. Submitted by: Oliver von Bueren <maillist@ovb.ch>
* Minor mdoc(7) formatting fixes:ru2001-01-121-5/+1
| | | | Removed extraneous .Pp calls and blank lines (mdocNG does not like them).
* Fixed mdoc(7) errors introduced in the previous revision.ru2001-01-121-9/+14
|
* Add manual page for the new itjc ISDN hardware driverhm2001-01-122-1/+71
|
* Small clarification from the driver authorhm2001-01-121-6/+8
| | | | Submitted by: Hans Petter Selasky <hselasky@c2i.net>
* Add support to name cards supported by the itjc driverhm2001-01-111-6/+5
| | | | Submitted by: Sergio de Souza Prallon <prallon@tmp.com.br>
* Bugfix to make configuration of isp/isppp interfaces by using isdnd.rc workhm2001-01-101-12/+10
| | | | Submitted by: bad@k.bsd.de (Christoph Badura)
* correct a small typo in isdnd that broke the ppp-expect-password optionhm2001-01-101-2/+2
| | | | Submitted by: Thomas Moestl <tmoestl@gmx.net>
* Prepare for mdoc(7)NG.ru2000-12-2711-59/+27
|
* mdoc(7) police: use canonical form of .Dd macro.ru2000-12-112-2/+2
|
* Add `_PATH_DEVZERO'.obrien2000-12-093-3/+7
| | | | Use _PATH_* where where possible.
* mdoc(7) police: Once again, remove single-space hard sentence breaks.ru2000-12-081-69/+142
|
* mdoc(7) police: once again, remove the hard sentence breaks.ru2000-12-081-11/+23
|
* put localdir firstobrien2000-12-071-2/+1
|
* Change the spelling of `.' to `.' from .OBJDIR since `.' really is whereobrien2000-12-051-1/+1
| | | | generated files land. Also give precedence to generated files.
* Add controller number to unknown incoming call log message.hm2000-12-031-3/+3
|
* The GCC 2.96 snapshots have slightly different rules for finding includeobrien2000-12-011-1/+2
| | | | | | | files. Mostly -I${.CURDIR} was needed -- especially for YACC generated files as the new cpp does not look in the ultimate source file (ie, the .y file)'s directory as told by the "#line" directive. Some were misspellings of "-I${.CURDIR}" as "-I.".
OpenPOWER on IntegriCloud