aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/i4b/isdnd/exec.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove ISDN4BSD (I4B) from HEAD as it is not MPSAFE andBjoern A. Zeeb2008-05-261-407/+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
* PR: bin/71663Hellmuth Michaelis2006-05-131-5/+5
| | | | | | | | | | | 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-131-18/+18
| | | | Notes: svn path=/head/; revision=158517
* MAXPATHLEN includes trailing NULWarner Losh2003-06-071-1/+1
| | | | Notes: svn path=/head/; revision=115977
* Add support for Q.931 subaddresses.Hellmuth Michaelis2002-03-261-6/+6
| | | | | | | Submitted by: Steven Looman <fsteevie@wish.net> Notes: svn path=/head/; revision=93226
* 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 `_PATH_DEVZERO'.David E. O'Brien2000-12-091-1/+3
| | | | | | | Use _PATH_* where where possible. Notes: svn path=/head/; revision=69793
* update to i4b version 0.95.04Hellmuth Michaelis2000-10-091-3/+127
| | | | Notes: svn path=/head/; revision=66880
* String buffer overflow cleanup.Kris Kennaway2000-10-091-3/+3
| | | | | | | Reviewed by: green, alex Notes: svn path=/head/; revision=66863
* update to isdn4bsd beta release 0.90Hellmuth Michaelis1999-12-141-5/+7
| | | | Notes: svn path=/head/; revision=54611
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50479
* update the i4b userland to i4b release 0.71.00Hellmuth Michaelis1999-03-071-3/+3
| | | | Notes: svn path=/head/; revision=44553
* Initial entry of ISDN4BSD into the FreeBSD tree.Poul-Henning Kamp1998-12-271-0/+280
ISDN4BSD is the work of our brand-new comitter: Hellmuth Michaelis, who has done a tremendous amount of work to bring us this far. There are still some outstanding issues and files to bring into the tree, and for now it will be needed to pick up all the extra docs from the isdn4bsd release. It is probably also a very good idea to subscribe to the isdn@freebsd.org mailing list before you try this out. These files correspond to release "beta Version 0.70.00 / December 1998" from Hellmuth. Notes: svn path=/head/; revision=42107