summaryrefslogtreecommitdiffstats
path: root/src/cmd/rc/unixcrap.c
Commit message (Collapse)AuthorAgeFilesLines
* rc: use proper type for storing ulimit valuesRay Lai2018-01-171-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äber2009-08-231-2/+7
| | | | http://codereview.appspot.com/110042
* cope with programs that leave fd in non-blocking mode (Tim Wiess)rsc2007-03-251-0/+25
|
* success on the sunrsc2005-01-071-0/+16
|
* FreeBSD tweaksrsc2004-12-281-4/+2
|
* add ulimit and umask as builtinsrsc2004-10-171-0/+197