TODO 800 B

123456789101112131415161718192021222324252627282930313233
  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 LinIoctl, LinTermios, LinNet interfaces; CommV24, CommTCP
  21. CommTCP: use sockaddr_storage for accept?
  22. GUI:
  23. ...