1 Sat Mar 25 16:06:31 PST 1995
3 hw_flow_control (boolean) capability added to modem configuration
4 data base (/etc/modems).
6 Configurable unidialer driver compiled in by default. Builtin
7 ACU drivers no longer compiled in by default.
9 All configuration details isolated in tipconf.h (with exception of
12 Made corrections to and updated manual page for tip.
14 Conditional compilation of cu interface for systems that provide
15 a separate cu implementation (e.g. FreeBSD).
17 Sat Mar 25 00:35:08 PST 1995
19 Corrected entry in man file to identify the lockfile dir as /var/spool/locks
20 instead of /var/spool/uucp.
22 xfer and transfer in cmds.c use standard C runtime buffered output.
23 Eliminates a bug: buffer overruns when FRAMESIZE > BUFSIZ.
25 Added xfer routine for doing cu style take commands.
27 Thu Mar 16 08:17:57 PST 1995
29 Added support for termios.
31 Renamed acunap.* to acucommon.*. Moved common acu routines
32 to it. Modified acu drivers to use common routines.
34 Sat Mar 11 20:17:58 PST 1995
36 Default nap function uses select call in preference to
37 usleep or old, handrolled code.
39 tip makefile does not create a link to cu by default.
41 Wed Mar 8 00:11:04 PST 1995
43 Reduced sleep time in finish () in cmds.c from 5 seconds to two.
45 Sat Mar 4 19:00:34 PST 1995
47 Added table-driven modem driver (unidialer) that fetches modem
48 characteristics from a modem database ("/etc/modems").
50 Removed common "nap" code from individual ACU drivers into a
53 Added login script capability to remote database.
55 Sun Feb 26 23:07:56 PST 1995
57 Use HoneyDanber style locks by default (ASCII PIDs written to lock files).
59 Changed default uucp file lock directory to "/var/spool/locks"
60 to be consistent with default build of Taylor uucp.
62 Reorganized build environment for tip into a master directory
63 and two subdirectories. The master Makefile builds a library
64 of ACU "drivers" in the directory libacu. Tip only links in
65 drivers that it will actually use.