summary refs log tree commit diff
path: root/src/builtins.def.in (follow)
Commit message (Collapse)AuthorAge
* [BUILTIN] Disable ulimit if there is no getrlimitHerbert Xu2005-10-29
For systems without getrlimit (e.g., klibc) we will disable ulimit. In order to achieve this, builtins.def is now produced by cpp which allows us to use macros such as HAVE_GETRLIMIT in it. Thie also means that we can get rid of the cflags parsing code in mkbuiltins.
>June McEnroe 2019-05-09Add Parable of the SowerJune McEnroe 2019-05-07Add bit without buildJune McEnroe 2019-05-04Fix MANDIR typoJune McEnroe 2019-05-04Move relay to binJune McEnroe