freebsd-nq/bin/sh
Jilles Tjoelker cdbd40cbb2 sh: Prefer strsignal() to accessing sys_siglist directly.
Accessing sys_siglist directly requires rtld to copy it from libc to the sh
executable's BSS. Also, strsignal() will put in the signal number for
unknown signals (FreeBSD-specific) so we need not do that ourselves.

Unfortunately, there is no function for sys_signame.
2012-12-25 14:17:09 +00:00
..
bltin
funcs
alias.c sh: Fix two issues when an alias is redefined: 2012-11-08 13:33:48 +00:00
alias.h
arith_yacc.c
arith_yacc.h
arith_yylex.c
arith.h
builtins.def
cd.c sh: Prefer internal nextopt() to libc getopt(). 2012-09-15 21:56:30 +00:00
cd.h
error.c
error.h
eval.c sh: Detect and flag write errors on stdout in builtins. 2012-12-12 22:01:10 +00:00
eval.h
exec.c sh: Change cmdtype in tblentry from short to signed char. 2012-11-05 17:52:18 +00:00
exec.h
expand.c
expand.h
histedit.c sh: Prefer internal nextopt() to libc getopt(). 2012-09-15 21:56:30 +00:00
init.h
input.c sh: Remove an unused variable. 2012-11-14 14:08:24 +00:00
input.h sh: Remove an unused variable. 2012-11-14 14:08:24 +00:00
jobs.c sh: Prefer strsignal() to accessing sys_siglist directly. 2012-12-25 14:17:09 +00:00
jobs.h
mail.c
mail.h
main.c sh: Reduce code duplication: use setinputfile instead of open/setinputfd 2012-09-14 15:22:15 +00:00
main.h
Makefile
memalloc.c
memalloc.h
miscbltin.c
mkbuiltins
mkinit.c
mknodes.c
mksyntax.c
mktokens
myhistedit.h
mystring.c
mystring.h
nodes.c.pat
nodetypes
options.c
options.h
output.c sh: Detect and flag write errors on stdout in builtins. 2012-12-12 22:01:10 +00:00
output.h sh: Detect and flag write errors on stdout in builtins. 2012-12-12 22:01:10 +00:00
parser.c
parser.h
redir.c
redir.h
sh.1 mdoc: don't nest displays. The markup here isn't adding anything anyway. 2012-10-14 13:59:17 +00:00
shell.h
show.c
show.h
TOUR
trap.c
trap.h
var.c sh: Prefer internal nextopt() to libc getopt(). 2012-09-15 21:56:30 +00:00
var.h