| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | rc: use proper type for storing ulimit values | Ray Lai | 2018-01-17 | 1 | -6/+7 |
| | | | | | | | | rc on amd64 stores ulimit values as 32-bit int, but the limits on OpenBSD amd64 can exceed 2^31, so "ulimit -a" shows some values as negative. This is a problem when I want to increase my ulimit but the hard ulimit values are printed as negative. | ||||
| * | rc: make read not ignore interrupts/errors (again) | Michael Teichgräber | 2009-08-23 | 1 | -2/+7 |
| | | | | | http://codereview.appspot.com/110042 | ||||
| * | cope with programs that leave fd in non-blocking mode (Tim Wiess) | rsc | 2007-03-25 | 1 | -0/+25 |
| | | |||||
| * | success on the sun | rsc | 2005-01-07 | 1 | -0/+16 |
| | | |||||
| * | FreeBSD tweaks | rsc | 2004-12-28 | 1 | -4/+2 |
| | | |||||
| * | add ulimit and umask as builtins | rsc | 2004-10-17 | 1 | -0/+197 |
