Test for ELF IFUNC functionality.
[glibc.git] / nptl / TODO-kernel
blobad6d2a4b51390cfff53a78c3071d013d20a1e840
1 - setuid/setgid must effect process
2   + test syscalls (getuid) afterwards
3   + test core file content
5   + use UID/GID in access(2), chmod(2), chown(2), link(2)
7 - nice level is process property
9 - rlimit should be process-wide and SIGXCPU should be sent if all threads
10   together exceed the limit
12 - getrusage() must return resource utilization for the process
16 The following are possible optimizations and in no way required:
19 - the scheduler should be thread group-aware, i.e., it has to give time to
20   the thread group not proportional to the number of threads.