summaryrefslogtreecommitdiffstats
path: root/share/examples/isdn
Commit message (Collapse)AuthorAgeFilesLines
* Remove ISDN4BSD (I4B) from HEAD as it is not MPSAFE andbz2008-05-2629-5286/+0
| | | | | | | | | | | | | | | | | | parts relied on the now removed NET_NEEDS_GIANT. Most of I4B has been disconnected from the build since July 2007 in HEAD/RELENG_7. This is what was removed: - configuration in /etc/isdn - examples - man pages - kernel configuration - sys/i4b (drivers, layers, include files) - user space tools - i4b support from ppp - further documentation Discussed with: rwatson, re
* I4B header files are now installed in include/i4b/ and no longerbz2007-07-066-8/+8
| | | | | | | | in include/machine/. Adapt #include paths. Approved by: re (kensmith)
* Start the dreaded NOFOO -> NO_FOO conversion.ru2004-12-211-1/+1
| | | | OK'ed by: core
* For variables that are only checked with defined(), don't provideru2004-10-241-1/+1
| | | | any fake value.
* Get rid of obsolete MAN[0-9] syntax.ru2004-09-261-1/+1
|
* Added missing DPADD.ru2004-02-051-0/+1
|
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-014-34/+33
| | | | especially in troff files.
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/schweikh2002-12-301-2/+2
| | | | Add FreeBSD Id tag where missing.
* mdoc(7) police: Added the missing .Os call; it's not strictlyru2002-12-111-0/+1
| | | | | | | necessary nowadays, but is documented as "required", and may become so again in the future. Approved by: re
* add support properly displaying and logging incoming telephone numbers (MSNs)hm2002-08-124-8/+19
| | | | | | | 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-113-2/+14
| | | | | based on patches received from Guy Ellis (guy@traverse.com.au), Chris Collins (xfire@xware.cx) and Phillip Musumeci (phillip@cs.jcu.edu.au).
* Correct URLs to Handbook & FAQ's pagesblackend2002-07-301-2/+2
| | | | MFC after: 1 week
* Drop support for COPY, -c has been the default mode of install(1)ru2002-07-291-1/+1
| | | | | | for a long time now. Approved by: bde
* s/${INSTALL} -c/${INSTALL} ${COPY}/ru2002-07-181-1/+1
|
* The .Nm utilitycharnier2002-07-141-1/+3
|
* sysctl -w -> sysctldd2002-05-111-1/+1
|
* Add the Dynalink IS64PPH+ as a supported card.gj2002-04-281-0/+1
| | | | Reported by: znerd
* Usage style sweep: spell "usage" with a small 'u'.des2002-04-222-2/+2
| | | | | Also change one case of blatant __progname abuse (several more remain) This commit does not touch anything in src/{contrib,crypto,gnu}/.
* Update i4b documentation.hm2002-03-264-30/+9
|
* Update my email address, forgot to do this before.gj2001-12-221-1/+1
| | | | MFC after: 4 weeks
* Add the ifpi2 driver. Reminded by hm.gj2001-12-221-0/+3
| | | | MFC after: 4 weeks
* Add the AVM Fritz!Card PCI version 2 controller.gj2001-12-222-0/+5
| | | | MFC after: 4 weeks
* Thanks for postcards ...hm2001-10-211-0/+3
|
* upadate the release noteshm2001-10-211-1/+5
|
* Add a driver for the Compaq Microcom 610 ISDN (Compaq series PSB2222I) ISA PnPhm2001-10-214-3/+11
| | | | | | | | card. Submitted by: Steve Looman Reviewed by: hm MFC after: 1 month
* Add experimental support for sending keypad facility messages.hm2001-10-182-2/+15
| | | | MFC after: 2 months
* Removed duplicate VCS ID tags, as per style(9).ru2001-08-131-4/+0
|
* mdoc(7) police: markup nits.ru2001-08-081-7/+8
|
* Add a patch from the isdn mailinglist, Juha writes:hm2001-07-211-0/+1
| | | | | | | | | | ppp in 4.x apparently does a close(2) after opening the tun device; i4brunppp starts up with only file descriptors 0 and 1 open (to the rbch device) -> tun gets opened as 2 -> tun gets closed -> later use results in EBADF. A quick fix to i4brunppp.c makes the thing work (I know, this is ugly, but I needed it up quick...): Submitted by: Juha-Matti Liukkonen <jml@cubical.fi>
* Add the i4brunppp utility to the example section. This utility is one wayhm2001-07-215-0/+373
| | | | of taking incoming calls with i4b in conjunction with userland ppp(8).
* update ReleaseNotes for isdnd keyword maxconnecttimehm2001-07-211-1/+5
|
* Fix the type of the NULL arg to execl()brian2001-07-091-1/+2
| | | | Idea from: Theo de Raadt <deraadt@openbsd.org>
* added Sergio de Souza Prallon (prallon@tmp.com.br), the author ofhm2001-06-021-0/+3
| | | | the itjc hardware driver.
* update the isdn4bsd general documentationhm2001-06-022-108/+82
|
* bring the roadmap to isdn4bsd up to date.hm2001-06-021-12/+20
|
* update the postcard listhm2001-06-021-1/+7
|
* Add an example of a kernel configuration file fragment for ISDN.hm2001-05-271-0/+78
|
* Add the contributed directory from the i4b tarball and the files from ithm2001-05-2512-4/+1547
| | | | | which would be nice to have. Move isdnd_acct and isdnctl to the contrib directory where they belong to.
* Submitted by: phkhm2001-05-253-0/+455
| | | | Add the V.21 modem emulator code written by phk from the old i4b tarball.
* This script can control the state of your ISDN line. It countsalex2001-05-251-0/+111
| | | | | | | how many scripts/users currently use the ISDN line and uses "ifconfig down" if noone uses it any more. Not objected by: hm
* update isdn4bsd related information.hm2001-05-254-23/+49
|
* pseudo-device -> device in kernel config lines. Removed whitespace at EOL.schweikh2001-05-011-85/+85
| | | | Reviewed by: joerg, dd
* Ooops, forgot to add the originator for the last FAQ entryhm2000-11-011-1/+2
|
* Add entry to the FAQhm2000-11-011-1/+30
|
* update i4b version to 0.96.00hm2000-10-101-2/+2
|
* update to i4b version 0.95.04hm2000-10-097-44/+673
| | | | | This commit adds the ReleaseNotes file which contains a list of major i4b changes happened since the last version comitted to FreeBSD (0.90.01).
* removed some obsolete information and dead links.hm2000-04-201-41/+6
| | | | Noticed by: Alexander Werner Skwar
* update to isdn4bsd beta release 0.90hm1999-12-143-177/+118
|
* Added $FreeBSD$ idents.joe1999-11-163-1/+3
|
* $Id$ -> $FreeBSD$peter1999-08-283-3/+3
|
OpenPOWER on IntegriCloud