diff options
author | jkh <jkh@FreeBSD.org> | 1995-03-31 11:47:39 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1995-03-31 11:47:39 +0000 |
commit | 3242e11e9593d569dc8e7447c3b6b26c72b02b36 (patch) | |
tree | 4b4b5f98381e910933ef0179588ce521ea608ffb /usr.bin/tip/TODO | |
parent | 18a762fab9a5d5516afdc13d9767d3e1923b75f4 (diff) | |
download | FreeBSD-src-3242e11e9593d569dc8e7447c3b6b26c72b02b36.zip FreeBSD-src-3242e11e9593d569dc8e7447c3b6b26c72b02b36.tar.gz |
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>
Diffstat (limited to 'usr.bin/tip/TODO')
-rw-r--r-- | usr.bin/tip/TODO | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/usr.bin/tip/TODO b/usr.bin/tip/TODO index 8d52247..41e2d6e 100644 --- a/usr.bin/tip/TODO +++ b/usr.bin/tip/TODO @@ -1,3 +1,23 @@ +x Fix "hangup failed" in unidialer +x Genericize tty code and/or support termios +x Fixup uucplock conventions for FreeBSD (including reference in tip man pages). +Sanity check for ttys +x Rename pathnames.h +x Qualify on USR +Use select call to merge tipin / tipout + +x Finish table-driven modem driver +x Move HAVE_USLEEP to pathhnames.h +x Add variable for login and logout scripts (connect with Perl???) +x redials / redial delay (see dial shell script) + +Add debug log capabilities for table-driven modem driver (command mode modem I/Owith timestamps). + +Use select in modem drivers. +Consolidate consh()-derived code in cmds.c +Screen-oriented command menu? +Add external file-transfer protocol implementations to command menu (rz, sz, others?) + 1. Rethink protection glitches on REMOTE & PHONES files (setuid/setgid??). |