Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove ISDN4BSD (I4B) from HEAD as it is not MPSAFE and | bz | 2008-05-26 | 29 | -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 longer | bz | 2007-07-06 | 6 | -8/+8 |
| | | | | | | | | in include/machine/. Adapt #include paths. Approved by: re (kensmith) | ||||
* | Start the dreaded NOFOO -> NO_FOO conversion. | ru | 2004-12-21 | 1 | -1/+1 |
| | | | | OK'ed by: core | ||||
* | For variables that are only checked with defined(), don't provide | ru | 2004-10-24 | 1 | -1/+1 |
| | | | | any fake value. | ||||
* | Get rid of obsolete MAN[0-9] syntax. | ru | 2004-09-26 | 1 | -1/+1 |
| | |||||
* | Added missing DPADD. | ru | 2004-02-05 | 1 | -0/+1 |
| | |||||
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | schweikh | 2003-01-01 | 4 | -34/+33 |
| | | | | especially in troff files. | ||||
* | Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/ | schweikh | 2002-12-30 | 1 | -2/+2 |
| | | | | Add FreeBSD Id tag where missing. | ||||
* | mdoc(7) police: Added the missing .Os call; it's not strictly | ru | 2002-12-11 | 1 | -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) | hm | 2002-08-12 | 4 | -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. | hm | 2002-08-11 | 3 | -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 pages | blackend | 2002-07-30 | 1 | -2/+2 |
| | | | | MFC after: 1 week | ||||
* | Drop support for COPY, -c has been the default mode of install(1) | ru | 2002-07-29 | 1 | -1/+1 |
| | | | | | | for a long time now. Approved by: bde | ||||
* | s/${INSTALL} -c/${INSTALL} ${COPY}/ | ru | 2002-07-18 | 1 | -1/+1 |
| | |||||
* | The .Nm utility | charnier | 2002-07-14 | 1 | -1/+3 |
| | |||||
* | sysctl -w -> sysctl | dd | 2002-05-11 | 1 | -1/+1 |
| | |||||
* | Add the Dynalink IS64PPH+ as a supported card. | gj | 2002-04-28 | 1 | -0/+1 |
| | | | | Reported by: znerd | ||||
* | Usage style sweep: spell "usage" with a small 'u'. | des | 2002-04-22 | 2 | -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. | hm | 2002-03-26 | 4 | -30/+9 |
| | |||||
* | Update my email address, forgot to do this before. | gj | 2001-12-22 | 1 | -1/+1 |
| | | | | MFC after: 4 weeks | ||||
* | Add the ifpi2 driver. Reminded by hm. | gj | 2001-12-22 | 1 | -0/+3 |
| | | | | MFC after: 4 weeks | ||||
* | Add the AVM Fritz!Card PCI version 2 controller. | gj | 2001-12-22 | 2 | -0/+5 |
| | | | | MFC after: 4 weeks | ||||
* | Thanks for postcards ... | hm | 2001-10-21 | 1 | -0/+3 |
| | |||||
* | upadate the release notes | hm | 2001-10-21 | 1 | -1/+5 |
| | |||||
* | Add a driver for the Compaq Microcom 610 ISDN (Compaq series PSB2222I) ISA PnP | hm | 2001-10-21 | 4 | -3/+11 |
| | | | | | | | | card. Submitted by: Steve Looman Reviewed by: hm MFC after: 1 month | ||||
* | Add experimental support for sending keypad facility messages. | hm | 2001-10-18 | 2 | -2/+15 |
| | | | | MFC after: 2 months | ||||
* | Removed duplicate VCS ID tags, as per style(9). | ru | 2001-08-13 | 1 | -4/+0 |
| | |||||
* | mdoc(7) police: markup nits. | ru | 2001-08-08 | 1 | -7/+8 |
| | |||||
* | Add a patch from the isdn mailinglist, Juha writes: | hm | 2001-07-21 | 1 | -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 way | hm | 2001-07-21 | 5 | -0/+373 |
| | | | | of taking incoming calls with i4b in conjunction with userland ppp(8). | ||||
* | update ReleaseNotes for isdnd keyword maxconnecttime | hm | 2001-07-21 | 1 | -1/+5 |
| | |||||
* | Fix the type of the NULL arg to execl() | brian | 2001-07-09 | 1 | -1/+2 |
| | | | | Idea from: Theo de Raadt <deraadt@openbsd.org> | ||||
* | added Sergio de Souza Prallon (prallon@tmp.com.br), the author of | hm | 2001-06-02 | 1 | -0/+3 |
| | | | | the itjc hardware driver. | ||||
* | update the isdn4bsd general documentation | hm | 2001-06-02 | 2 | -108/+82 |
| | |||||
* | bring the roadmap to isdn4bsd up to date. | hm | 2001-06-02 | 1 | -12/+20 |
| | |||||
* | update the postcard list | hm | 2001-06-02 | 1 | -1/+7 |
| | |||||
* | Add an example of a kernel configuration file fragment for ISDN. | hm | 2001-05-27 | 1 | -0/+78 |
| | |||||
* | Add the contributed directory from the i4b tarball and the files from it | hm | 2001-05-25 | 12 | -4/+1547 |
| | | | | | which would be nice to have. Move isdnd_acct and isdnctl to the contrib directory where they belong to. | ||||
* | Submitted by: phk | hm | 2001-05-25 | 3 | -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 counts | alex | 2001-05-25 | 1 | -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. | hm | 2001-05-25 | 4 | -23/+49 |
| | |||||
* | pseudo-device -> device in kernel config lines. Removed whitespace at EOL. | schweikh | 2001-05-01 | 1 | -85/+85 |
| | | | | Reviewed by: joerg, dd | ||||
* | Ooops, forgot to add the originator for the last FAQ entry | hm | 2000-11-01 | 1 | -1/+2 |
| | |||||
* | Add entry to the FAQ | hm | 2000-11-01 | 1 | -1/+30 |
| | |||||
* | update i4b version to 0.96.00 | hm | 2000-10-10 | 1 | -2/+2 |
| | |||||
* | update to i4b version 0.95.04 | hm | 2000-10-09 | 7 | -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. | hm | 2000-04-20 | 1 | -41/+6 |
| | | | | Noticed by: Alexander Werner Skwar | ||||
* | update to isdn4bsd beta release 0.90 | hm | 1999-12-14 | 3 | -177/+118 |
| | |||||
* | Added $FreeBSD$ idents. | joe | 1999-11-16 | 3 | -1/+3 |
| | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 3 | -3/+3 |
| |