summaryrefslogtreecommitdiffstats
path: root/usr.sbin/i4b/isdntelctl
Commit message (Collapse)AuthorAgeFilesLines
* Remove ISDN4BSD (I4B) from HEAD as it is not MPSAFE andbz2008-05-263-334/+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
* I4B header files are now installed in include/i4b/ and no longerbz2007-07-061-2/+2
| | | | | | | | in include/machine/. Adapt #include paths. Approved by: re (kensmith)
* Remove build timestamps. There's no need to know exactly when these programscperciva2006-07-091-1/+1
| | | | | | were built, and this removal makes these binaries build the same every time. MFC after: 1 week
* Sort sections.ru2005-01-181-2/+2
|
* Mechanically kill hard sentence breaks.ru2004-07-021-1/+2
|
* The .Nm utilitycharnier2002-07-141-0/+2
|
* Perform a major cleanup of the usr.sbin Makefiles.obrien2001-07-201-3/+4
| | | | | These are not perfectly in agreement with each other style-wise, but they are orders of orders of magnitude more consistent style-wise than before.
* Remove whitespace at EOL.dd2001-07-151-2/+2
|
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.dd2001-07-091-1/+0
|
* mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).ru2001-07-061-3/+3
|
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-0/+1
| | | | - MAN[1-9] -> MAN.
* Set the default manual section for usr.sbin/ to 8.ru2001-03-201-1/+0
|
* Add `_PATH_DEVZERO'.obrien2000-12-091-1/+2
| | | | Use _PATH_* where where possible.
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-1/+1
|
* mdoc(7) police: use certified section headers wherever possible.ru2000-11-171-1/+1
|
* update to i4b version 0.95.04hm2000-10-091-2/+1
|
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-011-1/+2
| | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc.
* update to isdn4bsd beta release 0.90hm1999-12-143-8/+13
|
* $Id$ -> $FreeBSD$peter1999-08-282-2/+2
|
* Various man page cleanup:mpp1999-08-151-8/+9
| | | | | | | | | | - Sort xrefs. - FreeBSD.ORG -> FreeBSD.org - Be consistent with section names as outlined in mdoc(7). - Other misc mdoc cleanup. PR: doc/13144 Submitted by: Alexey M. Zelkin <phantom@cris.net>
* updating isdn4bsd to beta version 0.83hm1999-08-061-2/+2
|
* Two getopts related nits:imp1999-06-241-2/+2
| | | | | | o getopt returns -1 rather than EOF on errors o getopt returns '?' for characters it doesn't know about, so don't include them in the getopt options string.
* getopt(3) returns -1 not EOF.imp1999-05-231-2/+2
|
* upgrade isdn4bsd from version 0.71 to the just released version 0.81hm1999-05-202-37/+45
|
* update the i4b userland to i4b release 0.71.00hm1999-03-072-10/+40
|
* Initial entry of ISDN4BSD into the FreeBSD tree.phk1998-12-273-0/+286
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.
OpenPOWER on IntegriCloud