diff options
author | Roland McGrath <roland@gnu.org> | 2003-01-22 11:30:53 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2003-01-22 11:30:53 +0000 |
commit | 1c8bee542bf470782a062c3893e12105d17f83c3 (patch) | |
tree | 927bedd1e5aff7f25a74ad71252bc3a7f2d378a9 | |
parent | 86dfa4eb4e74ce65e4f7f1cf42ce8ff09a1d94b2 (diff) | |
download | glibc-1c8bee542bf470782a062c3893e12105d17f83c3.tar glibc-1c8bee542bf470782a062c3893e12105d17f83c3.tar.gz glibc-1c8bee542bf470782a062c3893e12105d17f83c3.tar.bz2 glibc-1c8bee542bf470782a062c3893e12105d17f83c3.zip |
add item about pgrp
-rw-r--r-- | nptl/TODO-kernel | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nptl/TODO-kernel b/nptl/TODO-kernel index c199c9b2e8..d8afec10ac 100644 --- a/nptl/TODO-kernel +++ b/nptl/TODO-kernel @@ -4,6 +4,8 @@ + use UID/GID in access(2), chmod(2), chown(2), link(2) +- pgrp & session are process properties + - nice level is process property - process file creation mask (mkdir, mkfifo, open, creat) after umask call |