186d7f5d3SJohn MarinoSat Mar 25 16:06:31 PST 1995 286d7f5d3SJohn Marino 386d7f5d3SJohn Marinohw_flow_control (boolean) capability added to modem configuration 486d7f5d3SJohn Marinodata base (/etc/modems). 586d7f5d3SJohn Marino 686d7f5d3SJohn MarinoConfigurable unidialer driver compiled in by default. Builtin 786d7f5d3SJohn MarinoACU drivers no longer compiled in by default. 886d7f5d3SJohn Marino 986d7f5d3SJohn MarinoAll configuration details isolated in tipconf.h (with exception of 1086d7f5d3SJohn Marinopathnames.h). 1186d7f5d3SJohn Marino 1286d7f5d3SJohn MarinoMade corrections to and updated manual page for tip. 1386d7f5d3SJohn Marino 1486d7f5d3SJohn MarinoConditional compilation of cu interface for systems that provide 1586d7f5d3SJohn Marinoa separate cu implementation (e.g. FreeBSD). 1686d7f5d3SJohn Marino 1786d7f5d3SJohn MarinoSat Mar 25 00:35:08 PST 1995 1886d7f5d3SJohn Marino 1986d7f5d3SJohn MarinoCorrected entry in man file to identify the lockfile dir as /var/spool/locks 2086d7f5d3SJohn Marinoinstead of /var/spool/uucp. 2186d7f5d3SJohn Marino 2286d7f5d3SJohn Marinoxfer and transfer in cmds.c use standard C runtime buffered output. 2386d7f5d3SJohn MarinoEliminates a bug: buffer overruns when FRAMESIZE > BUFSIZ. 2486d7f5d3SJohn Marino 2586d7f5d3SJohn MarinoAdded xfer routine for doing cu style take commands. 2686d7f5d3SJohn Marino 2786d7f5d3SJohn MarinoThu Mar 16 08:17:57 PST 1995 2886d7f5d3SJohn Marino 2986d7f5d3SJohn MarinoAdded support for termios. 3086d7f5d3SJohn Marino 3186d7f5d3SJohn MarinoRenamed acunap.* to acucommon.*. Moved common acu routines 3286d7f5d3SJohn Marinoto it. Modified acu drivers to use common routines. 3386d7f5d3SJohn Marino 3486d7f5d3SJohn MarinoSat Mar 11 20:17:58 PST 1995 3586d7f5d3SJohn Marino 3686d7f5d3SJohn MarinoDefault nap function uses select call in preference to 3786d7f5d3SJohn Marinousleep or old, handrolled code. 3886d7f5d3SJohn Marino 3986d7f5d3SJohn Marinotip makefile does not create a link to cu by default. 4086d7f5d3SJohn Marino 4186d7f5d3SJohn MarinoWed Mar 8 00:11:04 PST 1995 4286d7f5d3SJohn Marino 4386d7f5d3SJohn MarinoReduced sleep time in finish () in cmds.c from 5 seconds to two. 4486d7f5d3SJohn Marino 4586d7f5d3SJohn MarinoSat Mar 4 19:00:34 PST 1995 4686d7f5d3SJohn Marino 4786d7f5d3SJohn MarinoAdded table-driven modem driver (unidialer) that fetches modem 4886d7f5d3SJohn Marinocharacteristics from a modem database ("/etc/modems"). 4986d7f5d3SJohn Marino 5086d7f5d3SJohn MarinoRemoved common "nap" code from individual ACU drivers into a 5186d7f5d3SJohn Marinoseparate module. 5286d7f5d3SJohn Marino 5386d7f5d3SJohn MarinoAdded login script capability to remote database. 5486d7f5d3SJohn Marino 5586d7f5d3SJohn MarinoSun Feb 26 23:07:56 PST 1995 5686d7f5d3SJohn Marino 5786d7f5d3SJohn MarinoUse HoneyDanber style locks by default (ASCII PIDs written to lock files). 5886d7f5d3SJohn Marino 5986d7f5d3SJohn MarinoChanged default uucp file lock directory to "/var/spool/locks" 6086d7f5d3SJohn Marinoto be consistent with default build of Taylor uucp. 6186d7f5d3SJohn Marino 6286d7f5d3SJohn MarinoReorganized build environment for tip into a master directory 6386d7f5d3SJohn Marinoand two subdirectories. The master Makefile builds a library 6486d7f5d3SJohn Marinoof ACU "drivers" in the directory libacu. Tip only links in 6586d7f5d3SJohn Marinodrivers that it will actually use. 66