aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/i4b
Commit message (Collapse)AuthorAgeFilesLines
* Remove ISDN4BSD (I4B) from HEAD as it is not MPSAFE andBjoern A. Zeeb2008-05-26114-37457/+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 Notes: svn path=/head/; revision=179315
* I4B header files are now installed in include/i4b/ and no longerBjoern A. Zeeb2007-07-0612-21/+21
| | | | | | | | | | | in include/machine/. Adapt #include paths. Approved by: re (kensmith) Notes: svn path=/head/; revision=171272
* Do not install man pages for the three I4B 'modules' that wereBjoern A. Zeeb2007-07-041-1/+4
| | | | | | | | | disabled for the FreeBSD 7.0 timeframe. Approved by: re (rwatson) Notes: svn path=/head/; revision=171205
* o Remove duplicate #include <errno.h>.Maxim Konovalov2007-01-161-1/+0
| | | | | | | Obtained from: NetBSD (submitted by Slava Semushin) Notes: svn path=/head/; revision=166050
* Extend i4b to support CAPI manager based ISDN controllers (CAPI manager is ↵Thomas Wintergerst2006-07-091-0/+14
| | | | | | | | | | | | part of c4b, CAPI for BSD). This is a preparation to add CAPI for BSD to the source tree. Approved by: hm (mentor) MFC after: 2 weeks Notes: svn path=/head/; revision=160216
* Remove build timestamps. There's no need to know exactly when these programsColin Percival2006-07-096-6/+6
| | | | | | | | | were built, and this removal makes these binaries build the same every time. MFC after: 1 week Notes: svn path=/head/; revision=160194
* PR: bin/71663Hellmuth Michaelis2006-05-132-7/+7
| | | | | | | | | | | Submitted by: Dan Lukes Reviewed by: hm@ fix compile warnings in isdnd and isdntest. some more compile time warnings also mentioned in this PR were already fixed in an earlier commit today. Notes: svn path=/head/; revision=158522
* fix conflicting types for log(), add some prototypes to isdnd.hHellmuth Michaelis2006-05-1317-545/+547
| | | | Notes: svn path=/head/; revision=158517
* Include <osreldate.h> at the top of the file.Stefan Farfeleder2005-09-122-6/+7
| | | | Notes: svn path=/head/; revision=150054
* Fix all the spelling mistakes I could find in the man pages for wordsGiorgos Keramidas2005-07-311-2/+2
| | | | | | | | | | | that have at least 3 characters. MFC after: 1 week Thanks to: Music band ``Chingon'' for keeping me company while searching for these. Notes: svn path=/head/; revision=148580
* 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-25/+28
| | | | | | | | | | | 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-437/+358
| | | | | | | 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