summaryrefslogtreecommitdiffstats
path: root/usr.bin/tip/libacu
Commit message (Collapse)AuthorAgeFilesLines
* Fix compilation warnings (up to level 3).ru2006-08-312-2/+3
|
* Resolve merge conflicts.ru2006-08-3110-345/+271
|
* make prototpyes match functions, and declare things static as neededimp2003-04-064-4/+9
|
* remove __Pimp2002-03-221-1/+1
|
* Fix merge conflicts, and because this still has a zillion warnings,markm2001-12-2017-1782/+355
| | | | | | protect the build with a WARNS=2. Fix the build.
* Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. Thesheldonh2001-07-264-12/+19
| | | | | | | definitions are more readable, and it's possible that they're more portable to pathalogical platforms. Submitted by: David Hill <david@phobia.ms>
* #include <errno.h> where needed. Kill extern int errno;.imp2000-04-142-2/+6
| | | | Minor warnings in tip corrected.
* $Id$ -> $FreeBSD$peter1999-08-283-3/+3
|
* Many places in the code NULL is used in integer context, wherephk1997-09-182-3/+3
| | | | | | | | | plain 0 should be used. This happens to work because we #define NULL to 0, but is stylistically wrong and can cause problems for people trying to port bits of code to other environments. PR: 2752 Submitted by: Arne Henrik Juul <arnej@imf.unit.no>
* Add prototypes, usage(). Use err(3).charnier1997-08-183-6/+22
|
* Here's a patch that fixes the problem with modem syncronizationpst1996-03-051-2/+2
| | | | | | | | | | | | problems with tip. There are some hardwired timeouts that ignores the delay that you can set in the modem configuration file. The hard-wire delay is to short if the modem has to switch major modes and reset (ie going from fax to data mode with a reset). Now my modem transistions from HylaFax control to tip control and ppp mode without any problems. Submitted by: Douglas Ambrisko <ambrisko@tcs.com>
* Remove trailing whitespace.rgrimes1995-05-306-52/+52
|
* Fix nested comments for -Wcomment warnings.rgrimes1995-05-092-2/+2
|
* Greatly clean up the Makefiles and add a Makefile.inc to more obviouslyjkh1995-04-011-2/+2
| | | | advertise tip's choice of location and perms.
* I must have been very sleepy last night, sigh..jkh1995-03-311-3/+9
| | | | | | | 1. Nuke out the aculib files that crept in somehow by mistake. 2. Fix the ${.CURDIR} path so that this stuff actually compiles. It actually compiled for me before the commit, but I must have had something short-cutting the bug.
* Tom Gray's new tip changes to support a modem capabilities database andjkh1995-03-3117-0/+3969
fixes to many assorted bugs and misfeatures. Submitted by: Tom Gray - DCA <dcasba@rain.org>
OpenPOWER on IntegriCloud