From 33aa9315414dca1218b3c88b0c5ffc89d4379974 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Thu, 28 Aug 2008 17:45:30 +0000 Subject: Support OS X by moving to gettimeofday(2) and adding poll compat from OpenSSH. --- NOTES | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'NOTES') diff --git a/NOTES b/NOTES index fbc17dc7..2a447b9d 100644 --- a/NOTES +++ b/NOTES @@ -59,9 +59,6 @@ There are the following known issues: trivial and as most modern vt220-based software terminals support it currently I have better things to work one. Diffs or ideas how to cleanly emulate cs are welcome. -- Darwin/OS X's poll(2) is broken and doesn't support polling pty(4)s; as tmux - makes heavy use of this and there are no suitable alternatives on the - platform, Darwin and OS X are unfortunately not supported for the present. For debugging, running tmux with -v or -vv will generate server and client log files in the current directory. @@ -73,4 +70,4 @@ welcome. Please email: -- Nicholas Marriott -$Id: NOTES,v 1.35 2008-06-25 19:12:30 nicm Exp $ +$Id: NOTES,v 1.36 2008-08-28 17:45:24 nicm Exp $ -- cgit