TODO-kernel 568 B

1234567891011121314151617181920
  1. - setuid/setgid must effect process
  2. + test syscalls (getuid) afterwards
  3. + test core file content
  4. + use UID/GID in access(2), chmod(2), chown(2), link(2)
  5. - nice level is process property
  6. - rlimit should be process-wide and SIGXCPU should be sent if all threads
  7. together exceed the limit
  8. - getrusage() must return resource utilization for the process
  9. The following are possible optimizations and in no way required:
  10. - the scheduler should be thread group-aware, i.e., it has to give time to
  11. the thread group not proportional to the number of threads.