TODO 532 B

12345678910111213141516171819202122232425
  1. By priority:
  2. Dev0 .odc
  3. Console:
  4. non-blocking (input)
  5. move to Cons?
  6. ConsCompiler:
  7. interface similar to DevCompiler
  8. handle SIGTERM in server version (when Kernel.Start used)
  9. printing (to PostScript)
  10. HostPackedFiles
  11. Kernel: handle stack overflows
  12. OpenBSD: 2012.11: sigaltstack & siglongjmp problem,
  13. see /usr/src/regress/sys/kern/stackjmp
  14. Linux: no sigaltstack & siglongjmp problem,
  15. but, before stack overflow SEGV signal, memory of shared library
  16. on low (active) stack border, is corrupted
  17. GUI:
  18. ...