aboutsummaryrefslogtreecommitdiff
path: root/toys/posix/ulimit.c
AgeCommit message (Collapse)Author
2016-02-09Add ulimit.Rob Landley
This isn't a shell builtin, it uses prlimit to target any pid (without -P it defaults to $PPID, so acts like historical ulimit by default).