summaryrefslogtreecommitdiffstats
path: root/bin/ksh/c_ulimit.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-2/+2
* Support 64 bit integers on 32 bit architectures.tobias2018-04-091-3/+4
* Favor usage of __func__ in warning/error messages. Some of them referred to theanton2018-03-151-2/+2
* Introduce internal_warningf() and mark internal_errorf() as noreturnjca2018-01-161-2/+2
* Stop constructing the ulimit optstring passed to ksh_getopt() at runtime sinceanton2018-01-161-16/+2
* Move system headers from sh.h to those files that actually need them.tb2015-12-141-1/+2
* Use isdigit() instead of ksh's homebrewed alternative.mmcc2015-11-121-1/+2
* Move string.h include from sh.h to the files that use it.mmcc2015-10-191-1/+3
* Apply style(9) to header includes.mmcc2015-10-191-2/+3
* correct spelling of NULL from (char *)0. from Michael McConville.tedu2015-09-151-2/+2
* remove trailing whitespaces; use tabs instead of spaces where appropriate;sobrado2013-11-281-2/+2
* be more specific in ulimit error messages.espie2013-11-141-3/+4
* Make ulimit able to get and set multiple limits in a single invocationmillert2008-03-211-99/+125
* Compute user-given ulimit value times ulimit unit as an rlim_t value, not amiod2006-11-201-2/+2
* might as well make ksh_getopt() match real getopt(), ie. get rid of thatderaadt2006-03-121-2/+2
* lots of indentation cleanup, now ksh is readable like our other code.deraadt2005-03-301-19/+18
* Introduce POSIX hex and octal (0x... and 0...) constants in arithmeticotto2005-02-021-2/+2
* Ansification plus some minor knf. No binary change on i386 andotto2004-12-201-3/+2
* Remove unused OS dependent #ifdef blocks, #defines and macro abstraction.millert2004-12-181-101/+4
* typos from Jared Yanovich;jmc2003-10-221-2/+2
* knftodd2002-06-091-2/+2
* patches from pdksh 5.2.13.11millert1999-06-151-2/+2
* bug fixes from pdksh-unstable-5.2.13.5; some of which we already had.millert1999-01-081-2/+2
* better error message from ulimitmillert1998-11-241-2/+6
* Bug fixes from pdksh-unstable-5.2.13.4, including "official" versions ofmillert1998-10-291-13/+22
* Make ulimit catch bogosity so that: "ulimit -dflmnpst unlimitted"millert1998-01-171-2/+5
* back outkstailey1997-06-191-2/+2
* (foo *)0 -> NULLkstailey1997-06-181-2/+2
* Import pdksh 5.2.7.downsj1996-08-141-0/+257