1c84f3f3cSopenharmony_ci/*- 2c84f3f3cSopenharmony_ci * Copyright (c) 2013, 2015, 2020 3c84f3f3cSopenharmony_ci * mirabilos <m@mirbsd.org> 4c84f3f3cSopenharmony_ci * 5c84f3f3cSopenharmony_ci * Provided that these terms and disclaimer and all copyright notices 6c84f3f3cSopenharmony_ci * are retained or reproduced in an accompanying document, permission 7c84f3f3cSopenharmony_ci * is granted to deal in this work without restriction, including un- 8c84f3f3cSopenharmony_ci * limited rights to use, publicly perform, distribute, sell, modify, 9c84f3f3cSopenharmony_ci * merge, give away, or sublicence. 10c84f3f3cSopenharmony_ci * 11c84f3f3cSopenharmony_ci * This work is provided "AS IS" and WITHOUT WARRANTY of any kind, to 12c84f3f3cSopenharmony_ci * the utmost extent permitted by applicable law, neither express nor 13c84f3f3cSopenharmony_ci * implied; without malicious intent or gross negligence. In no event 14c84f3f3cSopenharmony_ci * may a licensor, author or contributor be held liable for indirect, 15c84f3f3cSopenharmony_ci * direct, other damage, loss, or other issues arising in any way out 16c84f3f3cSopenharmony_ci * of dealing in the work, even if advised of the possibility of such 17c84f3f3cSopenharmony_ci * damage or existence of a defect, except proven that it results out 18c84f3f3cSopenharmony_ci * of said person's immediate fault when using the work as intended. 19c84f3f3cSopenharmony_ci *- 20c84f3f3cSopenharmony_ci * Keep {r,u}limits.opt in sync with each other! 21c84f3f3cSopenharmony_ci */ 22c84f3f3cSopenharmony_ci 23c84f3f3cSopenharmony_ci@RLIMITS_DEFNS 24c84f3f3cSopenharmony_ci__RCSID("$MirOS: src/bin/mksh/ulimits.opt,v 1.2 2020/07/24 20:50:11 tg Exp $"); 25c84f3f3cSopenharmony_ci@RLIMITS_ITEMS 26c84f3f3cSopenharmony_ci#define FN(lname,lg,ls,lw,lopt) (const struct limits *)(&rlimits_ ## lg), 27c84f3f3cSopenharmony_ci@@ 28c84f3f3cSopenharmony_ci 29c84f3f3cSopenharmony_ci/* generic options for the ulimit builtin */ 30c84f3f3cSopenharmony_ci 31c84f3f3cSopenharmony_ci<a| 32c84f3f3cSopenharmony_ci<H| 33c84f3f3cSopenharmony_ci<S| 34c84f3f3cSopenharmony_ci 35c84f3f3cSopenharmony_ci/* do not use options -H, -S or -a or change the order */ 36c84f3f3cSopenharmony_ci 37c84f3f3cSopenharmony_ci>f|KSH_UL_GFIL 38c84f3f3cSopenharmony_ciFN("file(blocks)", KSH_UL_GFIL, KSH_UL_SFIL, KSH_UL_WFIL 39c84f3f3cSopenharmony_ci 40c84f3f3cSopenharmony_ci>d|KSH_UL_GBRK 41c84f3f3cSopenharmony_ciFN("data(KiB)", KSH_UL_GBRK, 0, false 42c84f3f3cSopenharmony_ci 43c84f3f3cSopenharmony_ci>n|KSH_UL_GDES 44c84f3f3cSopenharmony_ciFN("nofiles(descriptors)", KSH_UL_GDES, 0, false 45c84f3f3cSopenharmony_ci 46c84f3f3cSopenharmony_ci|RLIMITS_OPTCS 47