Ruslan Ermilov
d013e3f544
mdoc(7) police: s/NetBSD/.Nx/ where appropriate.
2001-08-13 17:00:36 +00:00
Ruslan Ermilov
c5e7e03a14
Spell "FreeBSD" with "F" and "BSD" in uppercase.
2001-08-13 16:33:00 +00:00
Ruslan Ermilov
94ba280c59
mdoc(7) police: join split punctuation to macro calls.
2001-08-10 17:35:21 +00:00
Sheldon Hearn
42abf713c9
can not -> cannot
2001-08-08 18:32:06 +00:00
Ruslan Ermilov
10a70ebafc
mdoc(7) police: removed hard sentence breaks.
2001-08-07 13:56:00 +00:00
Hellmuth Michaelis
697f33c12b
Another hangup bugfix from Juha:
...
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>
2001-07-21 16:31:39 +00:00
Hellmuth Michaelis
03096f2d75
Fix hangup bug; Juha writes:
...
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>
2001-07-21 16:28:28 +00:00
Hellmuth Michaelis
f7055f1626
After being port- and addressscanned continously from several sources where
...
my line stayed open for more than eight hours i decided to implement a
maximum connection time; see keyword maxconnecttime in the manual page.
2001-07-21 11:29:40 +00:00
David E. O'Brien
90e655ea4e
Perform a major cleanup of the usr.sbin Makefiles.
...
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.
2001-07-20 06:20:32 +00:00
David E. O'Brien
ac24b049cc
Remove GCC'isms in CFLAGS.
2001-07-20 04:23:13 +00:00
Dima Dorfman
f247324df7
Remove whitespace at EOL.
2001-07-15 08:06:20 +00:00
Dima Dorfman
70d51341bf
mdoc(7) police: remove extraneous .Pp before and/or after .Sh.
2001-07-09 09:54:33 +00:00
Ruslan Ermilov
5521ff5a4d
mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).
2001-07-06 16:46:48 +00:00
Nik Clayton
168b0b9d70
"changing" -> "charging"
...
PR: docs/15004
Submitted by: Kazuo Horikawa <horikawa@jp.FreeBSD.org>
2001-07-02 09:33:50 +00:00
Hellmuth Michaelis
40390c0719
PR: bin/26817
...
Submitted by: Clement Ballabriga <clement@asso.ups-tlse.fr>
Reviewed by: hm
Check for read errors from the controlling tty when in fullscreen mode.
2001-06-05 15:16:45 +00:00
Ruslan Ermilov
db2ec46d91
mdoc(7) police: Fix markup.
2001-05-25 09:54:38 +00:00
Hellmuth Michaelis
6b244dc54b
Submitted by: Juha-Matti Liukkonen (Cubical Solutions Ltd) (jml@cubical.fi)
...
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.
2001-05-25 08:43:30 +00:00
Hellmuth Michaelis
96fc25ff5e
make isdnd less verbose while calculating times: fix another message to be
...
logged at DL_VALID instead at DL_MSG.
2001-05-03 15:18:50 +00:00
Hellmuth Michaelis
3c4f8772fd
- assign a separate debugging flag for debugging messages regarding the
...
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
2001-05-02 08:53:35 +00:00
Jens Schweikhardt
0bc252560d
Fixed typos; removed whitespace at EOL.
2001-04-30 10:20:46 +00:00
Kris Kennaway
19476d5cac
Add back missing arguments to format strings.
...
Reviewed by: hm
2001-04-26 08:40:35 +00:00
Ruslan Ermilov
96b660f1a3
mdoc(7) police: Prepare for mdocNG.
...
The .Cd macro does not cause a line break until in the SYNOPSIS section.
2001-04-16 15:18:16 +00:00
Ruslan Ermilov
345e52e742
- Backout botched attempt to introduce MANSECT feature.
...
- MAN[1-9] -> MAN.
2001-03-26 14:42:20 +00:00
Ruslan Ermilov
c73e22c3d4
Set the default manual section for usr.sbin/ to 8.
2001-03-20 18:17:26 +00:00
Ruslan Ermilov
46eea498da
mdoc(7) police: Change -filled displays (which just happen
...
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.
2001-02-07 13:45:30 +00:00
Ruslan Ermilov
610a5778c5
mdoc(7) police: split punctuation characters + misc fixes.
2001-02-01 16:44:04 +00:00
Hellmuth Michaelis
26474f4fe7
Add experimental support for Eicon.Diehl DIVA 2.0 and 2.02 ISA PnP cards.
2001-01-26 13:33:31 +00:00
Hellmuth Michaelis
4a29e8f92b
Add experimental support for Eicon.Diehl DIVA 2.0 and 2.02 ISA PnP cards.
2001-01-26 13:22:18 +00:00
Ruslan Ermilov
c5083414f8
mdoc(7) police: removed leading whitespaces that are not inside
...
Bd/Ed; these hardly degrade the quality of the produced output.
2001-01-19 14:15:40 +00:00
Hellmuth Michaelis
b96f01353d
Enhance find_matching_entry_incoming() to check if the controller, on
...
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>
2001-01-16 13:10:51 +00:00
Ruslan Ermilov
3abc34d763
Minor mdoc(7) formatting fixes:
...
Removed extraneous .Pp calls and blank lines (mdocNG does not like them).
2001-01-12 10:21:51 +00:00
Ruslan Ermilov
a896e17612
Fixed mdoc(7) errors introduced in the previous revision.
2001-01-12 10:19:21 +00:00
Hellmuth Michaelis
c06746e823
Add manual page for the new itjc ISDN hardware driver
2001-01-12 09:09:00 +00:00
Hellmuth Michaelis
e317eff260
Small clarification from the driver author
...
Submitted by: Hans Petter Selasky <hselasky@c2i.net>
2001-01-12 09:08:18 +00:00
Hellmuth Michaelis
bfbdd08421
Add support to name cards supported by the itjc driver
...
Submitted by: Sergio de Souza Prallon <prallon@tmp.com.br>
2001-01-11 15:42:37 +00:00
Hellmuth Michaelis
df990252bf
Bugfix to make configuration of isp/isppp interfaces by using isdnd.rc work
...
Submitted by: bad@k.bsd.de (Christoph Badura)
2001-01-10 13:49:11 +00:00
Hellmuth Michaelis
de8ebe46b2
correct a small typo in isdnd that broke the ppp-expect-password option
...
Submitted by: Thomas Moestl <tmoestl@gmx.net>
2001-01-10 09:41:42 +00:00
Ruslan Ermilov
8b5c4af3ff
Prepare for mdoc(7)NG.
2000-12-27 15:30:30 +00:00
Ruslan Ermilov
7a2650d625
mdoc(7) police: use canonical form of .Dd macro.
2000-12-11 15:57:16 +00:00
David E. O'Brien
1a37aa566b
Add `_PATH_DEVZERO'.
...
Use _PATH_* where where possible.
2000-12-09 09:35:55 +00:00
Ruslan Ermilov
7bceeb9859
mdoc(7) police: Once again, remove single-space hard sentence breaks.
2000-12-08 12:42:24 +00:00
Ruslan Ermilov
f226ddbc0b
mdoc(7) police: once again, remove the hard sentence breaks.
2000-12-08 12:25:05 +00:00
David E. O'Brien
ee0610eb99
put localdir first
2000-12-07 16:35:21 +00:00
David E. O'Brien
a8e642f574
Change the spelling of .' to
.' from .OBJDIR since `.' really is where
...
generated files land. Also give precedence to generated files.
2000-12-05 22:10:43 +00:00
Hellmuth Michaelis
e667a2d992
Add controller number to unknown incoming call log message.
2000-12-03 16:23:12 +00:00
David E. O'Brien
2c5569d6ff
The GCC 2.96 snapshots have slightly different rules for finding include
...
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.".
2000-12-01 09:39:28 +00:00
Ruslan Ermilov
f4d874a1db
mdoc(7) police: do not split author names in the AUTHORS section.
2000-11-22 09:35:58 +00:00
Ruslan Ermilov
e97407b4f2
mdoc(7) police: use the new features of the Nm macro.
2000-11-20 20:10:44 +00:00
Ruslan Ermilov
251c176f41
mdoc(7) police: use certified section headers wherever possible.
2000-11-17 11:44:16 +00:00
Ruslan Ermilov
b5c508fba3
Use Fx macro wherever possible.
2000-11-14 11:20:58 +00:00
Ruslan Ermilov
726b61ab5f
Avoid use of direct troff requests in mdoc(7) manual pages.
2000-11-10 17:46:15 +00:00
Hellmuth Michaelis
bc45fed6be
- correct the trace file date/time format to match reality
...
- add mail address of Gary Jennejohn and change mine to @freebsd.org
2000-11-01 14:55:02 +00:00
Hellmuth Michaelis
11d402ab1d
Don't issue a warning if isdncontroller is set to -1
2000-10-31 09:59:04 +00:00
Hellmuth Michaelis
f33f907ea4
Add infrastructure for Cologne Chip HFC-S PCI driver.
2000-10-26 07:00:05 +00:00
Bruce Evans
c34b7b8cd7
Fixed world breakage -- don't depend on <machine/soundcard.h> existing;
...
the symlink from <sys/soundcard.h> to <machine/soundcard.h> is worse
than useless since it doesn't exist in the SHARED=symlinks case.
2000-10-13 11:55:13 +00:00
Hellmuth Michaelis
34b9d4314c
Do not exit when no holiday file is found. Issue warning and continue.
2000-10-10 13:28:49 +00:00
Hellmuth Michaelis
17939d43c6
remove MAINTAINER: i'll develop and maintain i4b from now on in the
...
FreeBSD-current tree
2000-10-09 14:29:16 +00:00
Hellmuth Michaelis
ba518fe550
update to i4b version 0.95.04
2000-10-09 14:22:51 +00:00
Kris Kennaway
3421170c67
String buffer overflow cleanup.
...
Reviewed by: green, alex
2000-10-09 09:07:45 +00:00
Andrey A. Chernov
92fb76cd75
Remove unneded -ltermcap or -lmytinfo
2000-09-16 04:19:07 +00:00
Jake Burkholder
e39756439c
Back out the previous change to the queue(3) interface.
...
It was not discussed and should probably not happen.
Requested by: msmith and others
2000-05-26 02:09:24 +00:00
Jake Burkholder
740a1973a6
Change the way that the queue(3) structures are declared; don't assume that
...
the type argument to *_HEAD and *_ENTRY is a struct.
Suggested by: phk
Reviewed by: phk
Approved by: mdodd
2000-05-23 20:41:01 +00:00
Sheldon Hearn
f167d7fb3e
Fix miscellaneous mdoc macro argument limit infringements.
...
PR: 18465
Reported by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp>
2000-05-09 14:02:06 +00:00
Bruce Evans
dc1c41d0a8
Fixed missing DPADD.
...
Fixed some style bugs (some usual ones for LDADD, and some misformattings).
2000-03-27 16:45:49 +00:00
Nik Clayton
739156b85e
It's isdntel(8), not isdntel(1).
...
PR: docs/17103
Submitted by: Udo Erdelhoff <ue@nathan.ruhr.de>
2000-03-07 14:05:50 +00:00
Sheldon Hearn
2ed2dc52a6
Remove more single-space hard sentence breaks.
2000-03-06 09:45:37 +00:00
Sheldon Hearn
b3841b0188
Remove single-space hard sentence breaks. These degrade the quality
...
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.
2000-03-06 09:41:55 +00:00
Sheldon Hearn
4e86fcacf6
Remove more single-space hard sentence breaks.
2000-03-02 14:54:02 +00:00
Sheldon Hearn
f2e366a105
Remove single-space hard sentence breaks. These degrade the quality
...
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.
2000-03-01 14:09:25 +00:00
Gregory Sutter
77097930eb
/tmp --> /var/tmp, for consistency with the rest of the example.
...
PR: 16463
Submitted by: Mike Heffner <spock@techfour.net>
Reviewed by: jim
2000-02-17 00:43:04 +00:00
Marcel Moolenaar
c292cf660e
Remove -g compiler flag.
2000-01-03 12:01:30 +00:00
Chris Timmons
b94e4b7331
Replace spaces with a tab to fix build breakage
1999-12-15 01:07:28 +00:00
Hellmuth Michaelis
af0f298122
update to isdn4bsd beta release 0.90
1999-12-14 21:14:28 +00:00
Hellmuth Michaelis
34bbf8d467
add MAINTAINER to userland part of i4b
1999-08-28 13:32:15 +00:00
Peter Wemm
97d92980a9
$Id$ -> $FreeBSD$
1999-08-28 01:35:59 +00:00
Mike Pritchard
32fdc70513
Various man page cleanup:
...
- Sort xrefs.
- FreeBSD.ORG -> FreeBSD.org
- Be consistent with section names as outlined in mdoc(7).
- Other misc mdoc cleanup.
PR: doc/13144
Submitted by: Alexey M. Zelkin <phantom@cris.net>
1999-08-15 08:47:11 +00:00
Hellmuth Michaelis
0df6adec74
updating isdn4bsd to beta version 0.83
1999-08-06 14:05:10 +00:00
Warner Losh
35994ac2c0
Two getopts related nits:
...
o getopt returns -1 rather than EOF on errors
o getopt returns '?' for characters it doesn't know about, so
don't include them in the getopt options string.
1999-06-24 06:43:21 +00:00
Warner Losh
b790f1b6de
getopt(3) returns -1 not EOF.
1999-05-23 23:24:26 +00:00
Hellmuth Michaelis
80037d6e9e
upgrade isdn4bsd from version 0.71 to the just released version 0.81
1999-05-20 10:14:57 +00:00
Hellmuth Michaelis
0556050037
fix name clash for variables named "minor" and "major"
...
Submitted by: Steve Kargl
1999-05-11 08:22:15 +00:00
Hellmuth Michaelis
bb7ca167ae
add the dtmfdecode program (added to i4b with 0.71.00) to the i4b userland
1999-03-07 17:09:03 +00:00
Hellmuth Michaelis
e90bc52dbe
update the i4b userland to i4b release 0.71.00
1999-03-07 16:12:47 +00:00
Bill Fumerola
67ee87268c
typo - "a follows" -> "as follows"
...
PR: docs/9708
Submitted by: jp-man project
1999-01-26 22:45:51 +00:00
Joseph Koshy
ab6c21a54f
Correct a typo and an unparseable sentence.
...
PR: docs/9659
Submitted by: Kazuo Horikawa <horikawa@jp.freebsd.org>
1999-01-25 06:22:31 +00:00
Bruce Evans
f26138d566
Fixed a missing library and a style bug in LDADD. Static linkage was broken.
...
Fixed missing DPADD.
1999-01-01 09:54:09 +00:00
Bruce Evans
bf2033044e
Fixed a missing library and style bugs in LDADD. Static linkage was broken.
...
Fixed missing DPADD.
Fixed placement of the include of bsd.prog.mk. It annulled
`make checkdpadd', which should have been run to find the broken DPADD.
1999-01-01 09:51:46 +00:00
Poul-Henning Kamp
19c749625f
Initial entry of ISDN4BSD into the FreeBSD tree.
...
ISDN4BSD is the work of our brand-new comitter: Hellmuth Michaelis,
who has done a tremendous amount of work to bring us this far.
There are still some outstanding issues and files to bring into
the tree, and for now it will be needed to pick up all the extra
docs from the isdn4bsd release.
It is probably also a very good idea to subscribe to the isdn@freebsd.org
mailing list before you try this out.
These files correspond to release "beta Version 0.70.00 / December
1998" from Hellmuth.
1998-12-27 21:47:14 +00:00