History log of /freebsd-9.3-release/usr.bin/tip/libacu/
Revision Date Author Comments
267654 20-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


225736 23-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


161781 31-Aug-2006 ru

Fix compilation warnings (up to level 3).


161754 31-Aug-2006 ru

Resolve merge conflicts.


113163 06-Apr-2003 imp

make prototpyes match functions, and declare things static as needed


92922 22-Mar-2002 imp

remove __P


88276 20-Dec-2001 markm

Fix merge conflicts, and because this still has a zillion warnings,
protect the build with a WARNS=2.

Fix the build.


80381 26-Jul-2001 sheldonh

Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. The
definitions are more readable, and it's possible that they're
more portable to pathalogical platforms.

Submitted by: David Hill <david@phobia.ms>


59217 14-Apr-2000 imp

#include <errno.h> where needed. Kill extern int errno;.

Minor warnings in tip corrected.


50477 28-Aug-1999 peter

$Id$ -> $FreeBSD$


29574 18-Sep-1997 phk

Many places in the code NULL is used in integer context, where
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>


28365 18-Aug-1997 charnier

Add prototypes, usage(). Use err(3).


14393 05-Mar-1996 pst

Here's a patch that fixes the problem with modem syncronization
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>


8874 30-May-1995 rgrimes

Remove trailing whitespace.


8382 09-May-1995 rgrimes

Fix nested comments for -Wcomment warnings.


7547 01-Apr-1995 jkh

Greatly clean up the Makefiles and add a Makefile.inc to more obviously
advertise tip's choice of location and perms.


7539 31-Mar-1995 jkh

I must have been very sleepy last night, sigh..
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.


7527 31-Mar-1995 jkh

Tom Gray's new tip changes to support a modem capabilities database and
fixes to many assorted bugs and misfeatures.
Submitted by: Tom Gray - DCA <dcasba@rain.org>