TODO 837 B

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