about summary refs log tree commit diff
path: root/Src/Builtins
Commit message (Collapse)AuthorAgeFilesLines
...
* Report error on setting a limit to a string that os not a decimal number.Bart Schaefer2001-10-221-41/+106
|
* 15675: Src/Builtins/rlimits.awk: handle case where RLIM_NLIMITS is set to a ↵Clint Adams2001-08-211-1/+1
| | | | number within an enum.
* 14517: glibc 2.2.3 tweaks revisitedClint Adams2001-05-281-2/+2
|
* 14419: glibc 2.2.3 rlimits enumClint Adams2001-05-211-1/+12
|
* 13777: maxfilelocks limit for glibc2.2Clint Adams2001-03-261-22/+39
|
* 13194: change in module configuration systemPeter Stephenson2000-11-262-0/+6
|
* 12193: Rather than replace @RLIMITS_INC_H@ with /dev/null on platforms whereBart Schaefer2000-07-071-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 revisionTanaka Akira1999-04-158-0/+918