schweikh
d3367c5f5d
Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,
...
especially in troff files.
2003-01-01 18:49:04 +00:00
schweikh
86f7487fb6
Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/
...
Add FreeBSD Id tag where missing.
2002-12-30 21:18:15 +00:00
ru
2a1141d1d9
mdoc(7) police: Added the missing .Os call; it's not strictly
...
necessary nowadays, but is documented as "required", and may
become so again in the future.
Approved by: re
2002-12-11 15:55:29 +00:00
hm
bab2f90e8c
add support properly displaying and logging incoming telephone numbers (MSNs)
...
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>
2002-08-12 07:53:55 +00:00
hm
7465309faa
add experimental support for Data over Voice (DoV) outgoing calls.
...
based on patches received from Guy Ellis (guy@traverse.com.au ),
Chris Collins (xfire@xware.cx ) and Phillip Musumeci (phillip@cs.jcu.edu.au ).
2002-08-11 15:47:26 +00:00
blackend
e561e9ade2
Correct URLs to Handbook & FAQ's pages
...
MFC after: 1 week
2002-07-30 21:14:15 +00:00
ru
a8adf98c82
Drop support for COPY, -c has been the default mode of install(1)
...
for a long time now.
Approved by: bde
2002-07-29 09:40:17 +00:00
ru
cd7c90d38f
s/${INSTALL} -c/${INSTALL} ${COPY}/
2002-07-18 12:07:49 +00:00
charnier
9feada5c58
The .Nm utility
2002-07-14 14:58:11 +00:00
dd
1a506b7f47
sysctl -w -> sysctl
2002-05-11 06:06:11 +00:00
gj
5df4184529
Add the Dynalink IS64PPH+ as a supported card.
...
Reported by: znerd
2002-04-28 11:52:53 +00:00
des
4d6b787d2d
Usage style sweep: spell "usage" with a small 'u'.
...
Also change one case of blatant __progname abuse (several more remain)
This commit does not touch anything in src/{contrib,crypto,gnu}/.
2002-04-22 13:44:47 +00:00
hm
67738c4bc2
Update i4b documentation.
2002-03-26 15:14:58 +00:00
gj
a056409471
Update my email address, forgot to do this before.
...
MFC after: 4 weeks
2001-12-22 10:08:48 +00:00
gj
681440aa2b
Add the ifpi2 driver. Reminded by hm.
...
MFC after: 4 weeks
2001-12-22 09:59:56 +00:00
gj
bafa4759c7
Add the AVM Fritz!Card PCI version 2 controller.
...
MFC after: 4 weeks
2001-12-22 09:47:46 +00:00
hm
3a9c8cf20b
Thanks for postcards ...
2001-10-21 09:39:22 +00:00
hm
f82e604a94
upadate the release notes
2001-10-21 09:30:10 +00:00
hm
980b42ded4
Add a driver for the Compaq Microcom 610 ISDN (Compaq series PSB2222I) ISA PnP
...
card.
Submitted by: Steve Looman
Reviewed by: hm
MFC after: 1 month
2001-10-21 09:20:52 +00:00
hm
49e3567ef7
Add experimental support for sending keypad facility messages.
...
MFC after: 2 months
2001-10-18 11:58:49 +00:00
ru
95ce4d2cdc
Removed duplicate VCS ID tags, as per style(9).
2001-08-13 14:06:34 +00:00
ru
f0012465c8
mdoc(7) police: markup nits.
2001-08-08 09:16:47 +00:00
hm
34bc592815
Add a patch from the isdn mailinglist, Juha writes:
...
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>
2001-07-21 11:52:31 +00:00
hm
b310ff388a
Add the i4brunppp utility to the example section. This utility is one way
...
of taking incoming calls with i4b in conjunction with userland ppp(8).
2001-07-21 11:49:28 +00:00
hm
b3bed77bf6
update ReleaseNotes for isdnd keyword maxconnecttime
2001-07-21 11:30:38 +00:00
brian
8636b161b3
Fix the type of the NULL arg to execl()
...
Idea from: Theo de Raadt <deraadt@openbsd.org>
2001-07-09 09:24:06 +00:00
hm
866d04e0f3
added Sergio de Souza Prallon (prallon@tmp.com.br), the author of
...
the itjc hardware driver.
2001-06-02 12:27:37 +00:00
hm
f28c82ffde
update the isdn4bsd general documentation
2001-06-02 12:21:16 +00:00
hm
ab909ca645
bring the roadmap to isdn4bsd up to date.
2001-06-02 11:48:50 +00:00
hm
33c1b1eae4
update the postcard list
2001-06-02 11:31:33 +00:00
hm
55f1baae27
Add an example of a kernel configuration file fragment for ISDN.
2001-05-27 11:34:15 +00:00
hm
81340c4ffb
Add the contributed directory from the i4b tarball and the files from it
...
which would be nice to have.
Move isdnd_acct and isdnctl to the contrib directory where they belong to.
2001-05-25 13:25:59 +00:00
hm
e478212afd
Submitted by: phk
...
Add the V.21 modem emulator code written by phk from the old i4b tarball.
2001-05-25 13:04:58 +00:00
alex
8dcea40c52
This script can control the state of your ISDN line. It counts
...
how many scripts/users currently use the ISDN line and uses
"ifconfig down" if noone uses it any more.
Not objected by: hm
2001-05-25 12:27:00 +00:00
hm
4a1406d53e
update isdn4bsd related information.
2001-05-25 12:18:47 +00:00
schweikh
c91401db41
pseudo-device -> device in kernel config lines. Removed whitespace at EOL.
...
Reviewed by: joerg, dd
2001-05-01 09:15:30 +00:00
hm
222fcb459d
Ooops, forgot to add the originator for the last FAQ entry
2000-11-01 14:08:58 +00:00
hm
943704c19c
Add entry to the FAQ
2000-11-01 14:06:46 +00:00
hm
015b32177b
update i4b version to 0.96.00
2000-10-10 14:16:55 +00:00
hm
21413d77fe
update to i4b version 0.95.04
...
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).
2000-10-09 16:01:36 +00:00
hm
a23484c4ea
removed some obsolete information and dead links.
...
Noticed by: Alexander Werner Skwar
2000-04-20 13:37:12 +00:00
hm
a53726a684
update to isdn4bsd beta release 0.90
1999-12-14 21:14:28 +00:00
joe
b35fdee597
Added $FreeBSD$ idents.
1999-11-16 17:27:07 +00:00
peter
76f0c923fe
$Id$ -> $FreeBSD$
1999-08-28 00:22:10 +00:00
hm
c318ffb377
updating isdn4bsd to beta version 0.83
1999-08-06 14:05:10 +00:00
hm
2077acfca0
upgrade isdn4bsd from version 0.71 to the just released version 0.81
1999-05-20 10:14:57 +00:00
hm
6af7d3d290
Make sending the postcard optional (as suggested by phk).
1999-04-13 12:24:33 +00:00
hm
b9bb81ebe9
update misc i4b documentation to i4b release 0.71.00
1999-03-07 17:18:28 +00:00
hm
19367fc45e
Add ISDN (i4b) documentation and examples
1999-01-18 14:05:23 +00:00