TODO 542 B

1234567891011121314151617181920
  1. # $Source$
  2. # $State$
  3. This file contains things that I have noticed need fixing, but have not
  4. yet been fixed. Everything here should be reasonably low priority. Some
  5. bugs have been bodged around to make things work; these are all marked in
  6. the source with FIXME tags.
  7. * util/int needs to be rewritten to emulate sgtty with termios; look for
  8. FIXMEs.
  9. * mach/i80/dl/nascom.c needs to be rewritten to use termios, not sgtty.
  10. # Revision history
  11. # $Log$
  12. # Revision 2.1 2005-06-24 23:20:41 dtrg
  13. # Added some new readmes at the top level.
  14. #