summaryrefslogtreecommitdiff
path: root/sys/miscfs/procfs/procfs_limit.c
AgeCommit message (Expand)Author
2020-05-23Move proc_lock into the data segment. It was dynamically allocated becausead
2019-09-27Instead of casting to size_t, cast to uintmax_t to prevent truncationchristos
2019-09-26fix sign-compare issues: uio->uio_offset (off_t) is compared with (size_t):christos
2019-03-30add a node for the process resource limits.christos