1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-14 10:09:48 +00:00
freebsd/bin/sh
Nate Lawson 1b13752a03 Use sys_nsig instead of NSIG for the length of the signal arrays. This
is important if we add new signals later.  From DragonflyBSD:
jobs.c:1.4, trap.c:1.3.

Obtained from:	DragonflyBSD
2004-01-28 19:01:10 +00:00
..
bltin
funcs
alias.c
alias.h
arith_lex.l #include <string.h> for prototypes for strcpy() and strlen(). 2003-09-06 16:33:55 +00:00
arith.h Style cleanup, mostly 2003-09-04 18:28:42 +00:00
arith.y Fix testing of arith_assign() value for $((a=15)). 2003-09-07 10:14:56 +00:00
builtins.def
cd.c
cd.h
error.c
error.h
eval.c The PR diff I committed recently had one bug noticed by 2004-01-28 18:22:19 +00:00
eval.h
exec.c
exec.h
expand.c Remove collate_range_cmp() stabilization, it conflicts with ranges 2003-08-03 04:28:10 +00:00
expand.h
histedit.c
init.h
input.c Replace home-grown dup2() implementation with actual dup2() calls. This 2004-01-21 12:50:01 +00:00
input.h
jobs.c Use sys_nsig instead of NSIG for the length of the signal arrays. This 2004-01-28 19:01:10 +00:00
jobs.h
mail.c
mail.h
main.c
main.h
Makefile Removed duplicate y.tab.h from SRCS and CLEANFILES. 2004-01-20 13:13:40 +00:00
memalloc.c
memalloc.h
miscbltin.c
mkbuiltins Do not assume there is only a space between #define and the macro name 2003-09-13 06:59:22 +00:00
mkinit.c
mknodes.c
mksyntax.c
mktokens
myhistedit.h
mystring.c
mystring.h
nodes.c.pat
nodetypes
options.c
options.h
output.c
output.h
parser.c Replace home-grown dup2() implementation with actual dup2() calls. This 2004-01-21 12:50:01 +00:00
parser.h
redir.c Replace home-grown dup2() implementation with actual dup2() calls. This 2004-01-21 12:50:01 +00:00
redir.h Replace home-grown dup2() implementation with actual dup2() calls. This 2004-01-21 12:50:01 +00:00
sh.1 mdoc(7): Use the new feature of the .In macro. 2003-09-08 19:57:22 +00:00
shell.h Style cleanup, mostly 2003-09-04 18:28:42 +00:00
show.c
show.h
TOUR
trap.c Use sys_nsig instead of NSIG for the length of the signal arrays. This 2004-01-28 19:01:10 +00:00
trap.h
var.c
var.h