Displaying 2 results from an estimated 2 matches for "histrap".
Did you mean:
distray
2010 Jul 17
0
mksh on klibc
...jobs.c lex.o mksh sh_flags.h syn.c var.c
CVS dot.mkshrc eval.o funcs.c jobs.o main.c mksh.1 shf.c syn.o var.o
Makefile edit.c exec.c funcs.o lalloc.c main.o setmode.c shf.o test.sh var_spec.h
Rebuild.sh edit.o exec.o histrap.c lalloc.o misc.c setmode.o signames.inc tree.c
check.pl emacsfn.h expr.c histrap.o lex.c misc.o sh.h strlcpy.c tree.o
^C
I?d greatly appreciate if someone could look into this (it
used to work with earlier klibc versions, but they had the
kernel header (getrusage) and m...
2011 Jan 28
2
klibc 1.5.21-1 and mksh
...ling and linking an mksh from
today?s CVS against it:
tg at tg-sidvm:~/b $ CPPFLAGS=-DMKSH_NO_LIMITS CC=klcc dash ../mksh/Build.sh -r
However, the signal problem persists:
tg at tg-sidvm:~/b $ ./mksh -c 'print hi'
hi
tg at tg-sidvm:~/b $ ./mksh -c 'ls'
Rebuild.sh eval.o expr.o histrap.o lalloc.o main.o mksh signames.inc test.sh var.o
edit.o exec.o funcs.o jobs.o lex.o misc.o shf.o syn.o tree.o
^C^\
130|tg at tg-sidvm:~/b $
This basically means: builtins can run fine, external programmes
never return (Haiku used to have the same problem, they fixe...