1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-24 11:29:10 +00:00
freebsd/bin/sh
Jilles Tjoelker 85052e7b56 sh: Move some code from onint() to onsig(), making onint() noreturn.
As a result, the INTON macro which is used many times generates fewer
bytes of code.
2014-12-21 23:09:59 +00:00
..
bltin
funcs
tests sh: Make sure output suitable as shell input is also printable. 2014-12-14 16:26:19 +00:00
alias.c
alias.h
arith_yacc.c sh: Remove two redundant (uintmax_t) casts. 2014-08-20 20:15:43 +00:00
arith_yacc.h
arith_yylex.c
arith.h
builtins.def
cd.c
cd.h
error.c sh: Move some code from onint() to onsig(), making onint() noreturn. 2014-12-21 23:09:59 +00:00
error.h sh: Move some code from onint() to onsig(), making onint() noreturn. 2014-12-21 23:09:59 +00:00
eval.c sh: Remove EXP_REDIR. 2014-12-21 22:18:30 +00:00
eval.h
exec.c
exec.h
expand.c sh: Remove EXP_REDIR. 2014-12-21 22:18:30 +00:00
expand.h sh: Remove EXP_REDIR. 2014-12-21 22:18:30 +00:00
histedit.c sh: Avoid overflow in atoi() when parsing HISTSIZE. 2014-08-17 19:36:56 +00:00
input.c sh: Remove arbitrary length limit on << EOF markers. 2014-09-14 16:46:30 +00:00
input.h sh: Remove arbitrary length limit on << EOF markers. 2014-09-14 16:46:30 +00:00
jobs.c sh: Remove more gotos. 2014-10-15 21:20:56 +00:00
jobs.h
mail.c
mail.h
main.c
main.h
Makefile Convert bin/ to LIBADD, reduce overlinking allow to build all components as 2014-11-25 11:15:40 +00:00
memalloc.c
memalloc.h
miscbltin.c
mkbuiltins
mknodes.c
mksyntax.c
mktokens
myhistedit.h
mystring.c sh: Reject integer overflow in number and is_number. 2014-08-17 16:40:29 +00:00
mystring.h
nodes.c.pat
nodetypes
options.c sh: Make getopts memory-safe if with changing arguments. 2014-10-26 17:50:33 +00:00
options.h sh: Make getopts memory-safe if with changing arguments. 2014-10-26 17:50:33 +00:00
output.c sh: Make sure output suitable as shell input is also printable. 2014-12-14 16:26:19 +00:00
output.h
parser.c sh: Prepend "$0: " to error messages if there is no command name. 2014-11-22 23:28:41 +00:00
parser.h
redir.c sh: Eliminate some gotos. 2014-10-05 21:51:36 +00:00
redir.h
sh.1 sh(1): Add/improve information about exit status of commands. 2014-11-14 17:11:28 +00:00
shell.h
show.c
show.h
TOUR
trap.c sh: Move some code from onint() to onsig(), making onint() noreturn. 2014-12-21 23:09:59 +00:00
trap.h sh: Move some code from onint() to onsig(), making onint() noreturn. 2014-12-21 23:09:59 +00:00
var.c
var.h