TODO 870 B

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