NetBSD/bin/sh
christos edcb454443 VFork()ing shell: From elric@netbsd.org:
Plus my changes:
	- walking process group fix in foregrounding a job.
	- reset of process group in parent shell if interrupted before the wait.
	- move INTON lower in the dowait so that the job structure is
	  consistent.
	- error check all setpgid(), tcsetpgrp() calls.
	- eliminate unneeded strpgid() call.
	- check that we don't belong in the process group before we try to
	  set it.
2002-09-27 18:56:50 +00:00
..
bltin Generate <>& symbolically. I'm avoiding .../dist/... directories for now. 2002-02-08 01:21:55 +00:00
funcs
alias.c
alias.h
arith_lex.l
arith.y
builtins.def
cd.c Plug a memory leak when setting PWD -- don't mark the variable with 2001-11-14 18:04:36 +00:00
cd.h
error.c no SYSV for eagain, enable EMFILE 2002-09-27 16:56:15 +00:00
error.h
eval.c VFork()ing shell: From elric@netbsd.org: 2002-09-27 18:56:50 +00:00
eval.h
exec.c VFork()ing shell: From elric@netbsd.org: 2002-09-27 18:56:50 +00:00
exec.h VFork()ing shell: From elric@netbsd.org: 2002-09-27 18:56:50 +00:00
expand.c Implement unset variable error messages from Ben Harris. 2002-05-15 14:59:21 +00:00
expand.h
histedit.c get rid of sp completely, we were free-ing a bogus pointer; found by simonb. 2002-03-12 00:14:31 +00:00
init.h
input.c VFork()ing shell: From elric@netbsd.org: 2002-09-27 18:56:50 +00:00
input.h VFork()ing shell: From elric@netbsd.org: 2002-09-27 18:56:50 +00:00
jobs.c VFork()ing shell: From elric@netbsd.org: 2002-09-27 18:56:50 +00:00
jobs.h VFork()ing shell: From elric@netbsd.org: 2002-09-27 18:56:50 +00:00
machdep.h
mail.c
mail.h
main.c VFork()ing shell: From elric@netbsd.org: 2002-09-27 18:56:50 +00:00
main.h
Makefile Use "unsigned char" and "char" instead of "u_int8_t" and "int8_t" 2002-09-15 00:19:22 +00:00
memalloc.c
memalloc.h
miscbltin.c
miscbltin.h
mkbuiltins
mkinit.c
mknodes.c __STDC__ is always defined on NetBSD, so remove #ifdef __STDC__ (and 2002-05-25 23:09:06 +00:00
mksyntax.c deal with char c; c != -129 warning. Hi jason! 2002-05-31 16:18:48 +00:00
mktokens
myhistedit.h
mystring.c
mystring.h
nodes.c.pat
nodetypes implement noclobber. From Ben Harris, with minor tweaks from me. Two 2002-05-15 16:33:35 +00:00
options.c
options.h
output.c __STDC__ is always defined on NetBSD, so remove #ifdef __STDC__ (and 2002-05-25 23:09:06 +00:00
output.h __STDC__ is always defined on NetBSD. 2002-05-25 23:12:16 +00:00
parser.c implement noclobber. From Ben Harris, with minor tweaks from me. Two 2002-05-15 16:33:35 +00:00
parser.h
redir.c VFork()ing shell: From elric@netbsd.org: 2002-09-27 18:56:50 +00:00
redir.h VFork()ing shell: From elric@netbsd.org: 2002-09-27 18:56:50 +00:00
sh.1 New policy: New sentences start on a new line. 2002-09-25 15:18:36 +00:00
shell.h VFork()ing shell: From elric@netbsd.org: 2002-09-27 18:56:50 +00:00
show.c __STDC__ is always defined on NetBSD, so remove #ifdef __STDC__ (and 2002-05-25 23:09:06 +00:00
show.h
TOUR
trap.c VFork()ing shell: From elric@netbsd.org: 2002-09-27 18:56:50 +00:00
trap.h VFork()ing shell: From elric@netbsd.org: 2002-09-27 18:56:50 +00:00
var.c VFork()ing shell: From elric@netbsd.org: 2002-09-27 18:56:50 +00:00
var.h VFork()ing shell: From elric@netbsd.org: 2002-09-27 18:56:50 +00:00