Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | I4B header files are now installed in include/i4b/ and no longer | bz | 2007-07-06 | 12 | -21/+21 |
| | | | | | | | | in include/machine/. Adapt #include paths. Approved by: re (kensmith) | ||||
* | Do not install man pages for the three I4B 'modules' that were | bz | 2007-07-04 | 1 | -1/+4 |
| | | | | | | disabled for the FreeBSD 7.0 timeframe. Approved by: re (rwatson) | ||||
* | o Remove duplicate #include <errno.h>. | maxim | 2007-01-16 | 1 | -1/+0 |
| | | | | Obtained from: NetBSD (submitted by Slava Semushin) | ||||
* | Extend i4b to support CAPI manager based ISDN controllers (CAPI manager is ↵ | twinterg | 2006-07-09 | 1 | -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 | ||||
* | Remove build timestamps. There's no need to know exactly when these programs | cperciva | 2006-07-09 | 6 | -6/+6 |
| | | | | | | were built, and this removal makes these binaries build the same every time. MFC after: 1 week | ||||
* | PR: bin/71663 | hm | 2006-05-13 | 2 | -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. | ||||
* | fix conflicting types for log(), add some prototypes to isdnd.h | hm | 2006-05-13 | 17 | -545/+547 |
| | |||||
* | Include <osreldate.h> at the top of the file. | stefanf | 2005-09-12 | 2 | -6/+7 |
| | |||||
* | Fix all the spelling mistakes I could find in the man pages for words | keramida | 2005-07-31 | 1 | -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. | ||||
* | Fixed xrefs. | ru | 2005-01-21 | 3 | -4/+4 |
| | |||||
* | Sort sections. | ru | 2005-01-18 | 20 | -64/+64 |
| | |||||
* | Added the EXIT STATUS section where appropriate. | ru | 2005-01-17 | 2 | -2/+2 |
| | |||||
* | Replaced COPTS by equivalent CFLAGS. | ru | 2004-08-13 | 2 | -9/+9 |
| | |||||
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 13 | -34/+64 |
| | |||||
* | Disable constant merging in isdnd and isdnmonitor. This is a "make my | cperciva | 2004-01-21 | 2 | -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 | ||||
* | Get rid of duplicates. | ru | 2003-09-14 | 2 | -2/+2 |
| | |||||
* | Fix bug in find_matching_entry_incoming(): the loop checking the allowed | hm | 2003-07-31 | 1 | -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> | ||||
* | Include stdlib.h for exit() | imp | 2003-06-08 | 1 | -0/+1 |
| | |||||
* | remove unnecessary '?' from getopt string | imp | 2003-06-07 | 1 | -1/+1 |
| | |||||
* | MAXPATHLEN includes trailing NUL | imp | 2003-06-07 | 1 | -1/+1 |
| | |||||
* | Use safer strlcpy and snprintf interfaces | imp | 2003-06-07 | 1 | -4/+4 |
| | |||||
* | Get getopt interface from unistd.h | imp | 2003-06-07 | 2 | -5/+2 |
| | |||||
* | Get getopt interface from unistd.h | imp | 2003-06-07 | 1 | -3/+1 |
| | |||||
* | Oops. Back out a style "fix" in the previous commit. SRCS must be defined | bde | 2003-04-13 | 1 | -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. | ||||
* | Silence `make -s' (echo -> ${ECHO}). | bde | 2003-04-13 | 1 | -2/+1 |
| | | | | Fixed some style bugs. | ||||
* | style.Makefile(5) | obrien | 2003-04-04 | 2 | -3/+3 |
| | |||||
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | schweikh | 2003-01-01 | 3 | -4/+4 |
| | | | | especially in troff files. | ||||
* | english(4) police. | schweikh | 2002-12-27 | 4 | -4/+4 |
| | |||||
* | mdoc(7) police: fixed the document date (the current date was used, as | ru | 2002-12-11 | 1 | -1/+1 |
| | | | | | | documented in mdoc(7)). Approved by: re | ||||
* | mdoc(7) police: | ru | 2002-11-27 | 16 | -63/+64 |
| | | | | | | | | | | Removed whitespace at EOL. Removed hard sentence breaks. Removed empty lines. Spell FreeBSD correctly. Sort xrefs. Approved by: re | ||||
* | After dialling using -n, add the ability to wait for the first response | hm | 2002-08-27 | 2 | -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. | ||||
* | add support properly displaying and logging incoming telephone numbers (MSNs) | hm | 2002-08-12 | 7 | -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> | ||||
* | add experimental support for Data over Voice (DoV) outgoing calls. | hm | 2002-08-11 | 6 | -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). | ||||
* | Update, correct and bring in sync with reality all the i4b kernel | hm | 2002-07-28 | 17 | -437/+358 |
| | | | | part manual pages - long overdue ... | ||||
* | The .Nm utility | charnier | 2002-07-14 | 9 | -21/+41 |
| | |||||
* | demon -> daemon | dd | 2002-05-11 | 1 | -1/+1 |
| | | | | Submitted by: zhuravlev alexander <zaa@box.ulstu.ru> | ||||
* | Use `The .Nm utility' | charnier | 2002-04-20 | 2 | -0/+4 |
| | |||||
* | Add support for Q.931 subaddresses. | hm | 2002-03-26 | 15 | -101/+284 |
| | | | | Submitted by: Steven Looman <fsteevie@wish.net> | ||||
* | after joerg's recent merge of i4b's isppcontrol to the main spppcontrol, | hm | 2002-03-09 | 3 | -565/+0 |
| | | | | remove now obsolete files. | ||||
* | mdoc(7) police: shorten AUTHORS section. | ru | 2002-01-10 | 1 | -5/+1 |
| | |||||
* | Remove unused includes, remove the duplicated definitions of AUTHNAMELEN | joerg | 2001-12-31 | 2 | -13/+2 |
| | | | | and AUTHKEYLEN and include <net/if_sppp.h> instead. | ||||
* | Remove ispppcontrol. | joerg | 2001-12-31 | 1 | -1/+1 |
| | |||||
* | sync AUTHNAMELEN with AUTHNAMELEN in <machine/i4b_isppp.h> | hm | 2001-12-27 | 1 | -2/+2 |
| | |||||
* | Fix potential fclose nullpointer core dumps | hm | 2001-12-27 | 3 | -19/+28 |
| | | | | MFC after: 1 month | ||||
* | Add a manpage for the ifpi2 driver. | gj | 2001-12-22 | 2 | -1/+65 |
| | | | | MFC after: 4 weeks | ||||
* | Add support for the AVM Fritz!Card PCI version 2 controller. | gj | 2001-12-22 | 1 | -0/+1 |
| | | | | MFC after: 4 weeks | ||||
* | Install i4bing.4. It lives for more than year in the tree, but | phantom | 2001-12-10 | 1 | -4/+3 |
| | | | | | | never was installed. MFC After: 3 days | ||||
* | mdoc(7) police: fix markup and spelling. | ru | 2001-11-20 | 1 | -14/+16 |
| | |||||
* | Close files only if the fp is != NULL. | hm | 2001-11-19 | 1 | -7/+6 |
| | | | | | | | PR: bin/31913 Submitted by: Harald Hanche-Olsen <hanche@math.ntnu.no> Reviewed by: hm MFC after: 1 week | ||||
* | Add a driver for the Compaq Microcom 610 ISDN (Compaq series PSB2222I) ISA PnP | hm | 2001-10-21 | 1 | -1/+2 |
| | | | | | | | | card. Submitted by: Steve Looman Reviewed by: hm MFC after: 1 month |