summaryrefslogtreecommitdiffstats
path: root/usr.sbin/i4b
Commit message (Collapse)AuthorAgeFilesLines
* mdoc(7) police: fixed the document date (the current date was used, asru2002-12-111-1/+1
| | | | | | documented in mdoc(7)). Approved by: re
* mdoc(7) police:ru2002-11-2716-63/+64
| | | | | | | | | | Removed whitespace at EOL. Removed hard sentence breaks. Removed empty lines. Spell FreeBSD correctly. Sort xrefs. Approved by: re
* After dialling using -n, add the ability to wait for the first responsehm2002-08-272-8/+76
| | | | | | from the dialler, usually indicating success or failure. Add -v to add verbose responses in addition to return values indication success or failure. Update man page.
* add support properly displaying and logging incoming telephone numbers (MSNs)hm2002-08-127-2/+95
| | | | | | | by looking at the "type of number" field and providing configurable hooks to correct the numbers accordingly. See keywords add-prefix, prefix-national and prefix-international in isdnd.rc(5). This feature was implemented by Christian Ullrich <chris@chrullrich.de>
* add experimental support for Data over Voice (DoV) outgoing calls.hm2002-08-116-6/+39
| | | | | based on patches received from Guy Ellis (guy@traverse.com.au), Chris Collins (xfire@xware.cx) and Phillip Musumeci (phillip@cs.jcu.edu.au).
* Update, correct and bring in sync with reality all the i4b kernelhm2002-07-2817-437/+358
| | | | part manual pages - long overdue ...
* The .Nm utilitycharnier2002-07-149-21/+41
|
* demon -> daemondd2002-05-111-1/+1
| | | | Submitted by: zhuravlev alexander <zaa@box.ulstu.ru>
* Use `The .Nm utility'charnier2002-04-202-0/+4
|
* Add support for Q.931 subaddresses.hm2002-03-2615-101/+284
| | | | Submitted by: Steven Looman <fsteevie@wish.net>
* after joerg's recent merge of i4b's isppcontrol to the main spppcontrol,hm2002-03-093-565/+0
| | | | remove now obsolete files.
* mdoc(7) police: shorten AUTHORS section.ru2002-01-101-5/+1
|
* Remove unused includes, remove the duplicated definitions of AUTHNAMELENjoerg2001-12-312-13/+2
| | | | and AUTHKEYLEN and include <net/if_sppp.h> instead.
* Remove ispppcontrol.joerg2001-12-311-1/+1
|
* sync AUTHNAMELEN with AUTHNAMELEN in <machine/i4b_isppp.h>hm2001-12-271-2/+2
|
* Fix potential fclose nullpointer core dumpshm2001-12-273-19/+28
| | | | MFC after: 1 month
* Add a manpage for the ifpi2 driver.gj2001-12-222-1/+65
| | | | MFC after: 4 weeks
* Add support for the AVM Fritz!Card PCI version 2 controller.gj2001-12-221-0/+1
| | | | MFC after: 4 weeks
* Install i4bing.4. It lives for more than year in the tree, butphantom2001-12-101-4/+3
| | | | | | never was installed. MFC After: 3 days
* mdoc(7) police: fix markup and spelling.ru2001-11-201-14/+16
|
* Close files only if the fp is != NULL.hm2001-11-191-7/+6
| | | | | | | PR: bin/31913 Submitted by: Harald Hanche-Olsen <hanche@math.ntnu.no> Reviewed by: hm MFC after: 1 week
* 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.
OpenPOWER on IntegriCloud