ru
ebb24ad8bf
mdoc(7) police: s/NetBSD/.Nx/ where appropriate.
2001-08-13 17:00:36 +00:00
ru
839959ae32
Spell "FreeBSD" with "F" and "BSD" in uppercase.
2001-08-13 16:33:00 +00:00
ru
3b72217422
mdoc(7) police: join split punctuation to macro calls.
2001-08-10 17:35:21 +00:00
sheldonh
a10ed321dd
can not -> cannot
2001-08-08 18:32:06 +00:00
ru
9f7bfe1665
mdoc(7) police: removed hard sentence breaks.
2001-08-07 13:56:00 +00:00
hm
0a11ebc968
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
hm
16ec8a88a6
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
hm
f84be48443
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
obrien
4b92fa588b
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
obrien
b64625adfb
Remove GCC'isms in CFLAGS.
2001-07-20 04:23:13 +00:00
dd
7d1013753f
Remove whitespace at EOL.
2001-07-15 08:06:20 +00:00
dd
978810079e
mdoc(7) police: remove extraneous .Pp before and/or after .Sh.
2001-07-09 09:54:33 +00:00
ru
884f4c52f0
mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).
2001-07-06 16:46:48 +00:00
nik
ad50be1f73
"changing" -> "charging"
...
PR: docs/15004
Submitted by: Kazuo Horikawa <horikawa@jp.FreeBSD.org>
2001-07-02 09:33:50 +00:00
hm
e6fd63a53b
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
ru
f6b08defe8
mdoc(7) police: Fix markup.
2001-05-25 09:54:38 +00:00
hm
6acc577f77
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
hm
1a3670214b
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
hm
84937f2402
- 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
schweikh
7c975f0b22
Fixed typos; removed whitespace at EOL.
2001-04-30 10:20:46 +00:00
kris
b8bb442de2
Add back missing arguments to format strings.
...
Reviewed by: hm
2001-04-26 08:40:35 +00:00
ru
99720afb85
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
ru
b15a893144
- Backout botched attempt to introduce MANSECT feature.
...
- MAN[1-9] -> MAN.
2001-03-26 14:42:20 +00:00
ru
42350947e7
Set the default manual section for usr.sbin/ to 8.
2001-03-20 18:17:26 +00:00
ru
74ecc06fa7
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
ru
606eb8b7a4
mdoc(7) police: split punctuation characters + misc fixes.
2001-02-01 16:44:04 +00:00
hm
5838cb11e7
Add experimental support for Eicon.Diehl DIVA 2.0 and 2.02 ISA PnP cards.
2001-01-26 13:33:31 +00:00
hm
bb5102c97b
Add experimental support for Eicon.Diehl DIVA 2.0 and 2.02 ISA PnP cards.
2001-01-26 13:22:18 +00:00
ru
1d60a70335
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
hm
5fef4795b5
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
ru
1a7352c6a8
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
ru
0a665476ca
Fixed mdoc(7) errors introduced in the previous revision.
2001-01-12 10:19:21 +00:00
hm
2c88c901b6
Add manual page for the new itjc ISDN hardware driver
2001-01-12 09:09:00 +00:00
hm
9027e746b4
Small clarification from the driver author
...
Submitted by: Hans Petter Selasky <hselasky@c2i.net>
2001-01-12 09:08:18 +00:00
hm
66377a4d1a
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
hm
6c8462c6d4
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
hm
8033667d74
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
ru
522216623a
Prepare for mdoc(7)NG.
2000-12-27 15:30:30 +00:00
ru
86f1384c5d
mdoc(7) police: use canonical form of .Dd macro.
2000-12-11 15:57:16 +00:00
obrien
46d04a9db4
Add `_PATH_DEVZERO'.
...
Use _PATH_* where where possible.
2000-12-09 09:35:55 +00:00
ru
072614416a
mdoc(7) police: Once again, remove single-space hard sentence breaks.
2000-12-08 12:42:24 +00:00
ru
4495c97d82
mdoc(7) police: once again, remove the hard sentence breaks.
2000-12-08 12:25:05 +00:00
obrien
393833f5c6
put localdir first
2000-12-07 16:35:21 +00:00
obrien
81f987433a
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
hm
c095b67808
Add controller number to unknown incoming call log message.
2000-12-03 16:23:12 +00:00
obrien
e34517e29d
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
ru
cff3f1a066
mdoc(7) police: do not split author names in the AUTHORS section.
2000-11-22 09:35:58 +00:00
ru
c3189e713e
mdoc(7) police: use the new features of the Nm macro.
2000-11-20 20:10:44 +00:00
ru
77559ae015
mdoc(7) police: use certified section headers wherever possible.
2000-11-17 11:44:16 +00:00
ru
b42832df66
Use Fx macro wherever possible.
2000-11-14 11:20:58 +00:00