logo

bootstrap-initrd

Linux initrd to bootstrap from a small binary seed git clone https://anongit.hacktivis.me/git/bootstrap-initrd.git/
commit: 3804a0f18d4946de50a69be579dc77342749502d
parent 1262a8552f5164213b4c772767e6c15710537769
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Mon, 20 Jan 2025 13:51:26 +0100

README: note oksh builtin commands

Diffstat:

MREADME.md4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -50,6 +50,10 @@ Meanwhile: Portable version done by Dr. Brian Robert Callahan aka ibara@, of OpenBSD. Buildable with only a C compiler while being nicely complete (maybe even too much). +Builtin commands (as of 7.6): +- defined in c_sh.c: ., :, [, break, builtin, continue, eval, exec, exit, false, return, set, shift, times, trap, wait, read, test, true, ulimit, umask, unset, suspend +- defined in c_ksh.c: alias, cd, command, echo, export, fc, getopts, jobs, kill, let, print, pwd, readonly, type, typeset, unalias, whence, bg, fg (and bind when emacs-mode is enabled) + Meanwhile: - loksh: similar port but header names overrides the libc ones - mrsh: Too incomplete for actual use, but trivial to build with only a C Compiler