freebsd-dev/usr.bin/tip/NEWS
Jordan K. Hubbard 18cc36fb15 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>
1995-03-31 11:47:39 +00:00

66 lines
1.9 KiB
Plaintext

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