1*86d7f5d3SJohn MarinoSat Mar 25 16:06:31 PST 1995 2*86d7f5d3SJohn Marino 3*86d7f5d3SJohn Marinohw_flow_control (boolean) capability added to modem configuration 4*86d7f5d3SJohn Marinodata base (/etc/modems). 5*86d7f5d3SJohn Marino 6*86d7f5d3SJohn MarinoConfigurable unidialer driver compiled in by default. Builtin 7*86d7f5d3SJohn MarinoACU drivers no longer compiled in by default. 8*86d7f5d3SJohn Marino 9*86d7f5d3SJohn MarinoAll configuration details isolated in tipconf.h (with exception of 10*86d7f5d3SJohn Marinopathnames.h). 11*86d7f5d3SJohn Marino 12*86d7f5d3SJohn MarinoMade corrections to and updated manual page for tip. 13*86d7f5d3SJohn Marino 14*86d7f5d3SJohn MarinoConditional compilation of cu interface for systems that provide 15*86d7f5d3SJohn Marinoa separate cu implementation (e.g. FreeBSD). 16*86d7f5d3SJohn Marino 17*86d7f5d3SJohn MarinoSat Mar 25 00:35:08 PST 1995 18*86d7f5d3SJohn Marino 19*86d7f5d3SJohn MarinoCorrected entry in man file to identify the lockfile dir as /var/spool/locks 20*86d7f5d3SJohn Marinoinstead of /var/spool/uucp. 21*86d7f5d3SJohn Marino 22*86d7f5d3SJohn Marinoxfer and transfer in cmds.c use standard C runtime buffered output. 23*86d7f5d3SJohn MarinoEliminates a bug: buffer overruns when FRAMESIZE > BUFSIZ. 24*86d7f5d3SJohn Marino 25*86d7f5d3SJohn MarinoAdded xfer routine for doing cu style take commands. 26*86d7f5d3SJohn Marino 27*86d7f5d3SJohn MarinoThu Mar 16 08:17:57 PST 1995 28*86d7f5d3SJohn Marino 29*86d7f5d3SJohn MarinoAdded support for termios. 30*86d7f5d3SJohn Marino 31*86d7f5d3SJohn MarinoRenamed acunap.* to acucommon.*. Moved common acu routines 32*86d7f5d3SJohn Marinoto it. Modified acu drivers to use common routines. 33*86d7f5d3SJohn Marino 34*86d7f5d3SJohn MarinoSat Mar 11 20:17:58 PST 1995 35*86d7f5d3SJohn Marino 36*86d7f5d3SJohn MarinoDefault nap function uses select call in preference to 37*86d7f5d3SJohn Marinousleep or old, handrolled code. 38*86d7f5d3SJohn Marino 39*86d7f5d3SJohn Marinotip makefile does not create a link to cu by default. 40*86d7f5d3SJohn Marino 41*86d7f5d3SJohn MarinoWed Mar 8 00:11:04 PST 1995 42*86d7f5d3SJohn Marino 43*86d7f5d3SJohn MarinoReduced sleep time in finish () in cmds.c from 5 seconds to two. 44*86d7f5d3SJohn Marino 45*86d7f5d3SJohn MarinoSat Mar 4 19:00:34 PST 1995 46*86d7f5d3SJohn Marino 47*86d7f5d3SJohn MarinoAdded table-driven modem driver (unidialer) that fetches modem 48*86d7f5d3SJohn Marinocharacteristics from a modem database ("/etc/modems"). 49*86d7f5d3SJohn Marino 50*86d7f5d3SJohn MarinoRemoved common "nap" code from individual ACU drivers into a 51*86d7f5d3SJohn Marinoseparate module. 52*86d7f5d3SJohn Marino 53*86d7f5d3SJohn MarinoAdded login script capability to remote database. 54*86d7f5d3SJohn Marino 55*86d7f5d3SJohn MarinoSun Feb 26 23:07:56 PST 1995 56*86d7f5d3SJohn Marino 57*86d7f5d3SJohn MarinoUse HoneyDanber style locks by default (ASCII PIDs written to lock files). 58*86d7f5d3SJohn Marino 59*86d7f5d3SJohn MarinoChanged default uucp file lock directory to "/var/spool/locks" 60*86d7f5d3SJohn Marinoto be consistent with default build of Taylor uucp. 61*86d7f5d3SJohn Marino 62*86d7f5d3SJohn MarinoReorganized build environment for tip into a master directory 63*86d7f5d3SJohn Marinoand two subdirectories. The master Makefile builds a library 64*86d7f5d3SJohn Marinoof ACU "drivers" in the directory libacu. Tip only links in 65*86d7f5d3SJohn Marinodrivers that it will actually use. 66