blob: 893e96dae899f0baba3b7e4689a28d6be48ebe9c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
- return better errors for file objects (also check read/write allowed, etc.)
- introduce more specific exceptions (e.g., zero divide, index failure, ...)
- why do reads from stdin fail when I suspend the process?
- introduce macros to set/inspect errno for syscalls, to support things
like getoserr()
- fix interrupt handling (interruptable system calls should call
intrcheck() to clear the interrupt status)
|