Blame nptl/TODO-kernel

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