summaryrefslogtreecommitdiff
path: root/sys/src/libc/9sys/getuser.c
AgeCommit message (Collapse)Author
2020-12-23libc: re-implement getuser() by stating /proc/$pid/statuscinap_lenrek
The idea is to avoid the magic files that contain per process information in devcons when possible. It will make it easier to deprecate them in the future.