TODO 728 B

12345678910111213141516171819202122232425262728293031
  1. By priority:
  2. FreeBSD Kernel.Time: clock -> clock_gettime
  3. switch-target -> switch-dev0, switch-target?
  4. Console:
  5. non-blocking (input)
  6. move to Cons?
  7. HostConsole, ConsInterp: line length limit
  8. ConsCompiler:
  9. interface similar to DevCompiler
  10. handle SIGTERM in server version (when Kernel.Start used)
  11. printing (to PostScript)
  12. Kernel: handle stack overflows
  13. OpenBSD: 2012.11: sigaltstack & siglongjmp problem,
  14. see /usr/src/regress/sys/kern/stackjmp
  15. Linux: no sigaltstack & siglongjmp problem,
  16. but, before stack overflow SEGV signal, memory of shared library
  17. on low (active) stack border, is corrupted
  18. FreeBSD: ???
  19. FreeBSD Kernel: fix Time*
  20. FreeBSD: add LinTermios interface; CommV24
  21. GUI:
  22. ...