aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/i4b
Commit message (Collapse)AuthorAgeFilesLines
* MFC:Thomas Wintergerst2006-08-061-0/+14
| | | | | | | | | | | | | Extend i4b to support CAPI manager based ISDN controllers (CAPI manager is part of c4b, CAPI for BSD). This may be a preparation to add CAPI for BSD to the source tree, in case the decision to MFC c4b itself is positive. Until then users of c4b at least do not need to build a new kernel or base system to compile and run c4b. Approved by: hm (mentor) Notes: svn path=/stable/6/; revision=161027
* MFC various revisions of usr.sbin/i4b/*/main.c:Colin Percival2006-07-166-6/+6
| | | | | | | | | Remove build timestamps. There's no need to know exactly when these programs were built, and this removal makes these binaries build the same every time. Notes: svn path=/stable/6/; revision=160394
* MFC spelling fixes of several manpages.Giorgos Keramidas2005-08-181-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Approved by: re (kensmith) The merged revisions/files are: Revision Path 1.10 src/lib/libarchive/archive_entry.3 1.21 src/lib/libarchive/archive_read.3 1.8 src/lib/libautofs/libautofs.3 1.10 src/lib/libc/net/inet6_rth_space.3 1.8 src/lib/libc/posix1e/acl_get_entry.3 1.15 src/lib/libc/posix1e/mac.3 1.7 src/lib/libc/posix1e/mac_prepare.3 1.37 src/lib/libc/stdtime/strftime.3 1.16 src/lib/libc/sys/kse.2 1.8 src/lib/libc/sys/uuidgen.2 1.4 src/share/man/man4/man4.i386/acpi_ibm.4 1.6 src/share/man/man4/man4.i386/acpi_panasonic.4 1.40 src/share/man/man4/man4.i386/ep.4 1.6 src/share/man/man4/man4.i386/pbio.4 1.5 src/share/man/man4/man4.i386/snc.4 1.2 src/share/man/man4/man4.sparc64/openprom.4 1.4 src/share/man/man4/man4.sparc64/snd_audiocs.4 1.11 src/share/man/man4/witness.4 1.3 src/share/man/man5/devfs.conf.5 1.51 src/share/man/man9/ifnet.9 1.7 src/share/man/man9/printf.9 1.12 src/usr.bin/file2c/file2c.1 1.27 src/usr.bin/indent/indent.1 1.17 src/usr.bin/lockf/lockf.1 1.90 src/usr.bin/make/make.1 1.45 src/usr.bin/systat/systat.1 1.19 src/usr.bin/truss/truss.1 1.33 src/usr.bin/xinstall/install.1 1.11 src/usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.8 1.4 src/usr.sbin/bluetooth/sdpd/sdpd.8 1.9 src/usr.sbin/bsnmpd/modules/snmp_netgraph/snmp_netgraph.3 1.36 src/usr.sbin/i4b/isdnd/isdnd.rc.5 1.53 src/usr.sbin/mtree/mtree.8 1.8 src/usr.sbin/ndiscvt/ndiscvt.8 1.13 src/usr.sbin/ntp/doc/ntpdc.8 1.26 src/usr.sbin/pppd/pppd.8 1.40 src/usr.sbin/syslogd/syslog.conf.5 1.5 src/usr.sbin/wpa/wpa_supplicant/wpa_supplicant.conf.5 Notes: svn path=/stable/6/; revision=149235
* Fixed xrefs.Ruslan Ermilov2005-01-213-4/+4
| | | | Notes: svn path=/head/; revision=140566
* Sort sections.Ruslan Ermilov2005-01-1820-64/+64
| | | | Notes: svn path=/head/; revision=140442
* Added the EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-172-2/+2
| | | | Notes: svn path=/head/; revision=140368
* Replaced COPTS by equivalent CFLAGS.Ruslan Ermilov2004-08-132-9/+9
| | | | Notes: svn path=/head/; revision=133652
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-0213-34/+64
| | | | Notes: svn path=/head/; revision=131500
* Disable constant merging in isdnd and isdnmonitor. This is a "make myColin Percival2004-01-212-0/+8
| | | | | | | | | | | life easier" patch: I doubt this will affect anyone else, but the FreeBSD Update build code was getting very confused by this. Approved by: rwatson (mentor) PR: bin/61087 Notes: svn path=/head/; revision=124800
* Get rid of duplicates.Ruslan Ermilov2003-09-142-2/+2
| | | | Notes: svn path=/head/; revision=120054
* Fix bug in find_matching_entry_incoming(): the loop checking the allowedHellmuth Michaelis2003-07-311-24/+27
| | | | | | | | | | | incoming remote telephone numbers and subaddresses ignored the configured list completely since it was always terminated by a break at the end of the first run (which was a leftover from the implementation of subaddresses). Submitted by: Christian Ullrich <chris@chrullrich.de> Notes: svn path=/head/; revision=118258
* Include stdlib.h for exit()Warner Losh2003-06-081-0/+1
| | | | Notes: svn path=/head/; revision=116010
* remove unnecessary '?' from getopt stringWarner Losh2003-06-071-1/+1
| | | | Notes: svn path=/head/; revision=115978
* MAXPATHLEN includes trailing NULWarner Losh2003-06-071-1/+1
| | | | Notes: svn path=/head/; revision=115977
* Use safer strlcpy and snprintf interfacesWarner Losh2003-06-071-4/+4
| | | | Notes: svn path=/head/; revision=115976
* Get getopt interface from unistd.hWarner Losh2003-06-072-5/+2
| | | | Notes: svn path=/head/; revision=115975
* Get getopt interface from unistd.hWarner Losh2003-06-071-3/+1
| | | | Notes: svn path=/head/; revision=115974
* Oops. Back out a style "fix" in the previous commit. SRCS must be definedBruce Evans2003-04-131-0/+1
| | | | | | | | although there is only one file in it because the file is misnamed main.c so the default of isdntest.c doesn't work. Notes: svn path=/head/; revision=113438
* Silence `make -s' (echo -> ${ECHO}).Bruce Evans2003-04-131-2/+1
| | | | | | | Fixed some style bugs. Notes: svn path=/head/; revision=113437
* style.Makefile(5)David E. O'Brien2003-04-042-3/+3
| | | | Notes: svn path=/head/; revision=113091
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-013-4/+4
| | | | | | | especially in troff files. Notes: svn path=/head/; revision=108533
* english(4) police.Jens Schweikhardt2002-12-274-4/+4
| | | | Notes: svn path=/head/; revision=108317
* mdoc(7) police: fixed the document date (the current date was used, asRuslan Ermilov2002-12-111-1/+1
| | | | | | | | | documented in mdoc(7)). Approved by: re Notes: svn path=/head/; revision=107743
* mdoc(7) police:Ruslan Ermilov2002-11-2716-63/+64
| | | | | | | | | | | | | Removed whitespace at EOL. Removed hard sentence breaks. Removed empty lines. Spell FreeBSD correctly. Sort xrefs. Approved by: re Notes: svn path=/head/; revision=107310
* After dialling using -n, add the ability to wait for the first responseHellmuth Michaelis2002-08-272-8/+76
| | | | | | | | | from the dialler, usually indicating success or failure. Add -v to add verbose responses in addition to return values indication success or failure. Update man page. Notes: svn path=/head/; revision=102489
* add support properly displaying and logging incoming telephone numbers (MSNs)Hellmuth Michaelis2002-08-127-2/+95
| | | | | | | | | | 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> Notes: svn path=/head/; revision=101716
* add experimental support for Data over Voice (DoV) outgoing calls.Hellmuth Michaelis2002-08-116-6/+39
| | | | | | | | based on patches received from Guy Ellis (guy@traverse.com.au), Chris Collins (xfire@xware.cx) and Phillip Musumeci (phillip@cs.jcu.edu.au). Notes: svn path=/head/; revision=101689
* Update, correct and bring in sync with reality all the i4b kernelHellmuth Michaelis2002-07-2817-436/+357
| | | | | | | part manual pages - long overdue ... Notes: svn path=/head/; revision=100827
* The .Nm utilityPhilippe Charnier2002-07-149-21/+41
| | | | Notes: svn path=/head/; revision=99968
* demon -> daemonDima Dorfman2002-05-111-1/+1
| | | | | | | Submitted by: zhuravlev alexander <zaa@box.ulstu.ru> Notes: svn path=/head/; revision=96429
* Use `The .Nm utility'Philippe Charnier2002-04-202-0/+4
| | | | Notes: svn path=/head/; revision=95127
* Add support for Q.931 subaddresses.Hellmuth Michaelis2002-03-2615-101/+284
| | | | | | | Submitted by: Steven Looman <fsteevie@wish.net> Notes: svn path=/head/; revision=93226
* after joerg's recent merge of i4b's isppcontrol to the main spppcontrol,Hellmuth Michaelis2002-03-093-565/+0
| | | | | | | remove now obsolete files. Notes: svn path=/head/; revision=91944
* mdoc(7) police: shorten AUTHORS section.Ruslan Ermilov2002-01-101-5/+1
| | | | Notes: svn path=/head/; revision=89237
* Remove unused includes, remove the duplicated definitions of AUTHNAMELENJoerg Wunsch2001-12-312-13/+2
| | | | | | | and AUTHKEYLEN and include <net/if_sppp.h> instead. Notes: svn path=/head/; revision=88737
* Remove ispppcontrol.Joerg Wunsch2001-12-311-1/+1
| | | | Notes: svn path=/head/; revision=88736
* sync AUTHNAMELEN with AUTHNAMELEN in <machine/i4b_isppp.h>Hellmuth Michaelis2001-12-271-2/+2
| | | | Notes: svn path=/head/; revision=88528
* Fix potential fclose nullpointer core dumpsHellmuth Michaelis2001-12-273-19/+28
| | | | | | | MFC after: 1 month Notes: svn path=/head/; revision=88527
* Add a manpage for the ifpi2 driver.Gary Jennejohn2001-12-222-1/+65
| | | | | | | MFC after: 4 weeks Notes: svn path=/head/; revision=88407
* Add support for the AVM Fritz!Card PCI version 2 controller.Gary Jennejohn2001-12-221-0/+1
| | | | | | | MFC after: 4 weeks Notes: svn path=/head/; revision=88406
* Install i4bing.4. It lives for more than year in the tree, butAlexey Zelkin2001-12-101-4/+3
| | | | | | | | | never was installed. MFC After: 3 days Notes: svn path=/head/; revision=87619
* mdoc(7) police: fix markup and spelling.Ruslan Ermilov2001-11-201-14/+16
| | | | Notes: svn path=/head/; revision=86677
* Close files only if the fp is != NULL.Hellmuth Michaelis2001-11-191-7/+6
| | | | | | | | | | PR: bin/31913 Submitted by: Harald Hanche-Olsen <hanche@math.ntnu.no> Reviewed by: hm MFC after: 1 week Notes: svn path=/head/; revision=86604
* Add a driver for the Compaq Microcom 610 ISDN (Compaq series PSB2222I) ISA PnPHellmuth Michaelis2001-10-211-1/+2
| | | | | | | | | | | card. Submitted by: Steve Looman Reviewed by: hm MFC after: 1 month Notes: svn path=/head/; revision=85278
* Add experimental support for sending keypad facility messages.Hellmuth Michaelis2001-10-187-24/+172
| | | | | | | MFC after: 2 months Notes: svn path=/head/; revision=85103
* keypad facility information element: add keypad facility information decoding.Hellmuth Michaelis2001-10-181-4/+12
| | | | | | | MFC after: 1 month Notes: svn path=/head/; revision=85089
* Use strlcpy(3) instead of strcpy(3) to copy optarg into a fixed-size buffer.Maxim Sobolev2001-10-161-1/+1
| | | | | | | MFC after: 2 weeks Notes: svn path=/head/; revision=85026
* mdoc(7) police: s/NetBSD/.Nx/ where appropriate.Ruslan Ermilov2001-08-131-8/+18
| | | | Notes: svn path=/head/; revision=81590
* Spell "FreeBSD" with "F" and "BSD" in uppercase.Ruslan Ermilov2001-08-132-2/+4
| | | | Notes: svn path=/head/; revision=81588
* mdoc(7) police: join split punctuation to macro calls.Ruslan Ermilov2001-08-103-11/+11
| | | | Notes: svn path=/head/; revision=81462