aboutsummaryrefslogtreecommitdiff
path: root/toys/posix/ulimit.c
AgeCommit message (Expand)Author
2018-12-04Add FLAG(x) macro, expanding to (toys.optflags & FLAG_##x)Rob Landley
2018-08-25Convert more argument variables in GLOBALS() to new style.Rob Landley
2016-03-04Elliott pointed out that we output "unlimited" instead of "infinity", soRob Landley
2016-03-01The last-ever release of uClibc hasn't got prlimit, so probe.Rob Landley
2016-02-09Add ulimit.Rob Landley