freebsd-dev/bin/sh
Jilles Tjoelker d78fdfde89 sh: Remove SIGWINCH handler and just check for resize before every read.
The SIGWINCH handler triggers breakage in libedit which is hard to fix; see
PR bin/169773.

Also, window size changes while a program is in foreground (and it rather
than sh will receive SIGWINCH) will now be picked up automatically.

Downside: it is now certain that a resize is only processed after pressing
<Enter>. If libedit is fixed, sh will most likely have to be changed also.

PR:		bin/180146
2014-01-14 22:56:25 +00:00
..
bltin
funcs
tests Replace hand-crafted Kyuafiles with automatic generation. 2014-01-14 18:45:32 +00:00
alias.c
alias.h
arith_yacc.c
arith_yacc.h
arith_yylex.c
arith.h
builtins.def
cd.c sh: Prefer memcpy() to strcpy() in most cases. Remove the scopy macro. 2013-11-30 21:27:11 +00:00
cd.h
error.c
error.h
eval.c sh: Split set -x output into a separate function. 2013-12-06 22:24:37 +00:00
eval.h
exec.c sh: Prefer memcpy() to strcpy() in most cases. Remove the scopy macro. 2013-11-30 21:27:11 +00:00
exec.h
expand.c sh: Prefer memcpy() to strcpy() in most cases. Remove the scopy macro. 2013-11-30 21:27:11 +00:00
expand.h
histedit.c
input.c sh: Remove SIGWINCH handler and just check for resize before every read. 2014-01-14 22:56:25 +00:00
input.h
jobs.c
jobs.h
mail.c
mail.h
main.c
main.h
Makefile Migrate tools/regression/bin/ tests to the new layout. 2013-12-11 04:09:17 +00:00
memalloc.c sh: Prefer memcpy() to strcpy() in most cases. Remove the scopy macro. 2013-11-30 21:27:11 +00:00
memalloc.h
miscbltin.c
mkbuiltins
mknodes.c
mksyntax.c
mktokens
myhistedit.h
mystring.c sh: Prefer memcpy() to strcpy() in most cases. Remove the scopy macro. 2013-11-30 21:27:11 +00:00
mystring.h sh: Prefer memcpy() to strcpy() in most cases. Remove the scopy macro. 2013-11-30 21:27:11 +00:00
nodes.c.pat
nodetypes sh: Reorder union node to reduce its size on 64-bit platforms. 2013-11-01 11:28:56 +00:00
options.c
options.h
output.c
output.h
parser.c
parser.h
redir.c sh: Make <&0 disable the </dev/null implicit in a background command. 2013-11-24 23:12:13 +00:00
redir.h
sh.1 sh(1): Discourage use of -e. 2014-01-03 22:56:23 +00:00
shell.h
show.c sh: Prefer memcpy() to strcpy() in most cases. Remove the scopy macro. 2013-11-30 21:27:11 +00:00
show.h
TOUR
trap.c sh: Remove SIGWINCH handler and just check for resize before every read. 2014-01-14 22:56:25 +00:00
trap.h sh: Remove SIGWINCH handler and just check for resize before every read. 2014-01-14 22:56:25 +00:00
var.c sh: Simplify code related to PPID variable. 2013-12-25 16:14:02 +00:00
var.h sh: Simplify code related to PPID variable. 2013-12-25 16:14:02 +00:00