diff options
author | markm <markm@FreeBSD.org> | 2001-12-20 14:25:46 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 2001-12-20 14:25:46 +0000 |
commit | ea00e48044b4c63ff0b00ff8afa84d9a1ac54155 (patch) | |
tree | 735e71ebf880fba90adb57f05d2821e1c63de2df /usr.bin/tip/TODO | |
parent | 3551cbb12e15475b2d7b2e33119ddd9e4f857531 (diff) | |
download | FreeBSD-src-ea00e48044b4c63ff0b00ff8afa84d9a1ac54155.zip FreeBSD-src-ea00e48044b4c63ff0b00ff8afa84d9a1ac54155.tar.gz |
Fix merge conflicts, and because this still has a zillion warnings,
protect the build with a WARNS=2.
Fix the build.
Diffstat (limited to 'usr.bin/tip/TODO')
-rw-r--r-- | usr.bin/tip/TODO | 20 |
1 files changed, 1 insertions, 19 deletions
diff --git a/usr.bin/tip/TODO b/usr.bin/tip/TODO index 41e2d6e..6aace38 100644 --- a/usr.bin/tip/TODO +++ b/usr.bin/tip/TODO @@ -1,22 +1,4 @@ -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?) +# $FreeBSD$ 1. Rethink protection glitches on REMOTE & PHONES files (setuid/setgid??). |