blob: b867674d73d4df2e8027cdebc728a86faf75142b (
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)
|