1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-27 16:39:08 +00:00
freebsd/bin/sh
Jilles Tjoelker d6d66cfc00 sh: Detect and flag write errors on stdout in builtins.
If there is a write error on stdout, a message will be printed (to stderr)
and the exit status will be changed to 2 if it would have been 0 or 1.

PR:		bin/158206
2012-12-12 22:01:10 +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 internal nextopt() to libc getopt(). 2012-09-15 21:56:30 +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 sh: Remove XXX comment about removing nextopt(). 2012-09-08 19:24:03 +00:00
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 sh: Fix EINTR race condition in "wait" and "set -T" using sigsuspend(). 2012-07-29 18:04:38 +00:00
trap.h sh: Fix EINTR race condition in "wait" and "set -T" using sigsuspend(). 2012-07-29 18:04:38 +00:00
var.c sh: Prefer internal nextopt() to libc getopt(). 2012-09-15 21:56:30 +00:00
var.h