12345678910111213141516171819202122232425 |
- By priority:
- Dev0 .odc
- Console:
- non-blocking (input)
- move to Cons?
- ConsCompiler:
- interface similar to DevCompiler
- handle SIGTERM in server version (when Kernel.Start used)
- printing (to PostScript)
- HostPackedFiles
- Kernel: handle stack overflows
- OpenBSD: 2012.11: sigaltstack & siglongjmp problem,
- see /usr/src/regress/sys/kern/stackjmp
- Linux: no sigaltstack & siglongjmp problem,
- but, before stack overflow SEGV signal, memory of shared library
- on top of stack is corrupted
- GUI:
- ...
|