Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | unposted: we could add checksched() twice to the timed event list | Peter Stephenson | 2007-02-01 | 1 | -9/+49 |
| | |||||
* | unposted: sched deleted timed function twice | Peter Stephenson | 2007-01-24 | 1 | -4/+1 |
| | |||||
* | unposted: spacing fix | Clint Adams | 2006-09-15 | 1 | -2/+2 |
| | |||||
* | unposted: replace elided colon | Clint Adams | 2006-09-15 | 1 | -1/+1 |
| | |||||
* | 22718: use ulimit -e and -r for RLIMIT_NICE and RLIMIT_RTPRIO respectively. | Clint Adams | 2006-09-15 | 1 | -0/+22 |
| | |||||
* | 22676, 22678: extend sched and make it able to run events when waiting for | Peter Stephenson | 2006-09-10 | 1 | -89/+206 |
| | | | | input | ||||
* | 22474: use variable argument lists to improve error message handling | Peter Stephenson | 2006-05-30 | 2 | -39/+35 |
| | |||||
* | 22364: add 'nice' and 'rt_priority' rlimits (NICE and RTPRIO). | Clint Adams | 2006-03-17 | 1 | -0/+2 |
| | |||||
* | Toby Peterson: 21083: RLIMIT_AS and RLIMIT_RSS are the same in Mac OX X | Peter Stephenson | 2005-04-04 | 1 | -2/+2 |
| | | | | ut_name needs to be ut_user in struct utmpx | ||||
* | 20816: update rlimits for new glibc | Peter Stephenson | 2005-02-16 | 1 | -3/+7 |
| | |||||
* | 20728: add RLIMIT_SIGPENDING and RLIMIT_MSGQUEUE, | Peter Stephenson | 2005-01-19 | 2 | -43/+76 |
| | | | | also use ulimit -x for RLIMIT_LOCK | ||||
* | 20118: improvements to limits builtins | Peter Stephenson | 2004-06-30 | 1 | -154/+328 |
| | |||||
* | Marked unused parameters with the new UNUSED() macro. | Wayne Davison | 2004-06-02 | 2 | -8/+8 |
| | |||||
* | 19408: fix argument handling for ulimit -aH | Peter Stephenson | 2004-02-08 | 1 | -3/+13 |
| | |||||
* | add *.dll and fix typo with errnames.h | Felix Rosencrantz | 2003-11-03 | 1 | -0/+1 |
| | |||||
* | a la 19209: zcalloc -> zshcalloc | Peter Stephenson | 2003-10-29 | 1 | -1/+1 |
| | |||||
* | unposted: cvsignore VIM *.swp files | Andrey Borzenkov | 2003-05-05 | 1 | -0/+5 |
| | |||||
* | 18431: Another attempt to fix the problems with RLIMIT definitions | Peter Stephenson | 2003-04-03 | 1 | -43/+51 |
| | |||||
* | 18207: add maxfilelocks to ulimit output. | Clint Adams | 2003-02-09 | 1 | -0/+6 |
| | |||||
* | 17582: Improved option argument handling. | Peter Stephenson | 2002-08-27 | 2 | -18/+26 |
| | | | | unposted: Updated version to 4.1.0-dev-6 because of interface change. | ||||
* | 17285: David Wolfe <dwolfe@gforcetech.com>: finally fix QNX rlimits problem | Peter Stephenson | 2002-06-05 | 1 | -1/+3 |
| | |||||
* | 16197: `limit' accepts `unlimited'. | Bart Schaefer | 2001-11-01 | 1 | -8/+14 |
| | |||||
* | 16145: try to handle identical RLIMIT_RSS and RLIMIT_VMEM better. | Peter Stephenson | 2001-10-25 | 1 | -7/+7 |
| | |||||
* | Pavel Roskin <proski@gnu.org>: compilation for QNX | Peter Stephenson | 2001-10-22 | 1 | -0/+6 |
| | |||||
* | Report error on setting a limit to a string that os not a decimal number. | Bart Schaefer | 2001-10-22 | 1 | -41/+106 |
| | |||||
* | 15675: Src/Builtins/rlimits.awk: handle case where RLIM_NLIMITS is set to a ↵ | Clint Adams | 2001-08-21 | 1 | -1/+1 |
| | | | | number within an enum. | ||||
* | 14517: glibc 2.2.3 tweaks revisited | Clint Adams | 2001-05-28 | 1 | -2/+2 |
| | |||||
* | 14419: glibc 2.2.3 rlimits enum | Clint Adams | 2001-05-21 | 1 | -1/+12 |
| | |||||
* | 13777: maxfilelocks limit for glibc2.2 | Clint Adams | 2001-03-26 | 1 | -22/+39 |
| | |||||
* | 13194: change in module configuration system | Peter Stephenson | 2000-11-26 | 2 | -0/+6 |
| | |||||
* | 12193: Rather than replace @RLIMITS_INC_H@ with /dev/null on platforms where | Bart Schaefer | 2000-07-07 | 1 | -5/+7 |
| | | | | | | getrlimit() is not found, replace it with nothing and append /dev/null to the awk command in rlimits.mdd, so that we don't end up with a dependency of rlimits.h on /dev/null (which can cause rlimits.h to be needlessly remade). | ||||
* | Initial revision | Tanaka Akira | 1999-04-15 | 8 | -0/+918 |