aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/i4b
Commit message (Expand)AuthorAgeFilesLines
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-0213-34/+64
* Disable constant merging in isdnd and isdnmonitor. This is a "make myColin Percival2004-01-212-0/+8
* Get rid of duplicates.Ruslan Ermilov2003-09-142-2/+2
* Fix bug in find_matching_entry_incoming(): the loop checking the allowedHellmuth Michaelis2003-07-311-25/+28
* Include stdlib.h for exit()Warner Losh2003-06-081-0/+1
* remove unnecessary '?' from getopt stringWarner Losh2003-06-071-1/+1
* MAXPATHLEN includes trailing NULWarner Losh2003-06-071-1/+1
* Use safer strlcpy and snprintf interfacesWarner Losh2003-06-071-4/+4
* Get getopt interface from unistd.hWarner Losh2003-06-072-5/+2
* Get getopt interface from unistd.hWarner Losh2003-06-071-3/+1
* Oops. Back out a style "fix" in the previous commit. SRCS must be definedBruce Evans2003-04-131-0/+1
* Silence `make -s' (echo -> ${ECHO}).Bruce Evans2003-04-131-2/+1
* style.Makefile(5)David E. O'Brien2003-04-042-3/+3
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-013-4/+4
* english(4) police.Jens Schweikhardt2002-12-274-4/+4
* mdoc(7) police: fixed the document date (the current date was used, asRuslan Ermilov2002-12-111-1/+1
* mdoc(7) police:Ruslan Ermilov2002-11-2716-63/+64
* After dialling using -n, add the ability to wait for the first responseHellmuth Michaelis2002-08-272-8/+76
* add support properly displaying and logging incoming telephone numbers (MSNs)Hellmuth Michaelis2002-08-127-2/+95
* add experimental support for Data over Voice (DoV) outgoing calls.Hellmuth Michaelis2002-08-116-6/+39
* Update, correct and bring in sync with reality all the i4b kernelHellmuth Michaelis2002-07-2817-437/+358
* The .Nm utilityPhilippe Charnier2002-07-149-21/+41
* demon -> daemonDima Dorfman2002-05-111-1/+1
* Use `The .Nm utility'Philippe Charnier2002-04-202-0/+4
* Add support for Q.931 subaddresses.Hellmuth Michaelis2002-03-2615-101/+284
* after joerg's recent merge of i4b's isppcontrol to the main spppcontrol,Hellmuth Michaelis2002-03-093-565/+0
* mdoc(7) police: shorten AUTHORS section.Ruslan Ermilov2002-01-101-5/+1
* Remove unused includes, remove the duplicated definitions of AUTHNAMELENJoerg Wunsch2001-12-312-13/+2
* Remove ispppcontrol.Joerg Wunsch2001-12-311-1/+1
* sync AUTHNAMELEN with AUTHNAMELEN in <machine/i4b_isppp.h>Hellmuth Michaelis2001-12-271-2/+2
* Fix potential fclose nullpointer core dumpsHellmuth Michaelis2001-12-273-19/+28
* Add a manpage for the ifpi2 driver.Gary Jennejohn2001-12-222-1/+65
* Add support for the AVM Fritz!Card PCI version 2 controller.Gary Jennejohn2001-12-221-0/+1
* Install i4bing.4. It lives for more than year in the tree, butAlexey Zelkin2001-12-101-4/+3
* mdoc(7) police: fix markup and spelling.Ruslan Ermilov2001-11-201-14/+16
* Close files only if the fp is != NULL.Hellmuth Michaelis2001-11-191-7/+6
* Add a driver for the Compaq Microcom 610 ISDN (Compaq series PSB2222I) ISA PnPHellmuth Michaelis2001-10-211-1/+2
* Add experimental support for sending keypad facility messages.Hellmuth Michaelis2001-10-187-24/+172
* keypad facility information element: add keypad facility information decoding.Hellmuth Michaelis2001-10-181-4/+12
* Use strlcpy(3) instead of strcpy(3) to copy optarg into a fixed-size buffer.Maxim Sobolev2001-10-161-1/+1
* mdoc(7) police: s/NetBSD/.Nx/ where appropriate.Ruslan Ermilov2001-08-131-8/+18
* Spell "FreeBSD" with "F" and "BSD" in uppercase.Ruslan Ermilov2001-08-132-2/+4
* mdoc(7) police: join split punctuation to macro calls.Ruslan Ermilov2001-08-103-11/+11
* can not -> cannotSheldon Hearn2001-08-081-1/+1
* mdoc(7) police: removed hard sentence breaks.Ruslan Ermilov2001-08-071-3/+5
* Another hangup bugfix from Juha:Hellmuth Michaelis2001-07-211-0/+4
* Fix hangup bug; Juha writes:Hellmuth Michaelis2001-07-211-5/+3
* After being port- and addressscanned continously from several sources whereHellmuth Michaelis2001-07-216-10/+41
* Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien2001-07-2015-61/+65
* Remove GCC'isms in CFLAGS.David E. O'Brien2001-07-203-3/+1