Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-04 | Add FLAG(x) macro, expanding to (toys.optflags & FLAG_##x) | Rob Landley | |
2018-08-25 | Convert more argument variables in GLOBALS() to new style. | Rob Landley | |
2016-03-04 | Elliott pointed out that we output "unlimited" instead of "infinity", so | Rob Landley | |
accept that as input. (And that I screwed up the test.) | |||
2016-03-01 | The last-ever release of uClibc hasn't got prlimit, so probe. | Rob Landley | |
2016-02-09 | Add 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). |