Up to [cvs.netbsd.org] / src / bin / sh
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.21.2.1 / (download) - annotate - [select for diffs], Tue Apr 17 00:01:38 2012 UTC (5 weeks, 4 days ago) by yamt
Branch: yamt-pagecache
Changes since 1.21: +4 -7
lines
Diff to previous 1.21 (colored) next main 1.22 (colored)
sync with head
Revision 1.22 / (download) - annotate - [select for diffs], Tue Mar 20 18:42:29 2012 UTC (2 months ago) by matt
Branch: MAIN
CVS Tags: yamt-pagecache-base5,
yamt-pagecache-base4,
HEAD
Changes since 1.21: +4 -7
lines
Diff to previous 1.21 (colored)
Use C89 function definitions
Revision 1.21 / (download) - annotate - [select for diffs], Mon Aug 29 14:50:27 2011 UTC (8 months, 3 weeks ago) by joerg
Branch: MAIN
CVS Tags: yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
netbsd-6-base,
netbsd-6
Branch point for: yamt-pagecache
Changes since 1.20: +5 -6
lines
Diff to previous 1.20 (colored)
Mark yyerror as static and __dead.
Revision 1.19.4.1 / (download) - annotate - [select for diffs], Thu Jun 23 14:17:48 2011 UTC (11 months ago) by cherry
Branch: cherry-xenmp
Changes since 1.19: +3 -2
lines
Diff to previous 1.19 (colored) next main 1.20 (colored)
Catchup with rmind-uvmplock merge.
Revision 1.20 / (download) - annotate - [select for diffs], Sat Jun 18 21:18:46 2011 UTC (11 months, 1 week ago) by christos
Branch: MAIN
Changes since 1.19: +3 -2
lines
Diff to previous 1.19 (colored)
PR/45069: Henning Petersen: Use prototypes from builtins.h .
Revision 1.19 / (download) - annotate - [select for diffs], Fri Nov 13 13:49:09 2009 UTC (2 years, 6 months ago) by gson
Branch: MAIN
CVS Tags: matt-premerge-20091211,
matt-mips64-premerge-20101231,
cherry-xenmp-base,
bouyer-quota2-nbase,
bouyer-quota2-base,
bouyer-quota2
Branch point for: cherry-xenmp
Changes since 1.18: +2 -3
lines
Diff to previous 1.18 (colored)
Removed return statement in parser action that caused a memory leak with the new yacc, making "sh MAKEDEV -MM init" consume 27 MB of virtual memory with the result that NetBSD could no longer be installed on a 32 MB system.
Revision 1.17.16.1 / (download) - annotate - [select for diffs], Mon Apr 16 19:33:51 2007 UTC (5 years, 1 month ago) by bouyer
Branch: netbsd-4
CVS Tags: wrstuden-fixsa-newbase,
wrstuden-fixsa-base-1,
wrstuden-fixsa-base,
wrstuden-fixsa,
netbsd-4-0-RELEASE,
netbsd-4-0-RC5,
netbsd-4-0-RC4,
netbsd-4-0-RC3,
netbsd-4-0-RC2,
netbsd-4-0-RC1,
netbsd-4-0-1-RELEASE,
netbsd-4-0
Changes since 1.17: +21 -10
lines
Diff to previous 1.17 (colored) next main 1.18 (colored)
Pull up following revision(s) (requested by apb in ticket #570): bin/sh/expand.c: revision 1.78 bin/sh/arith.y: revision 1.18 bin/sh/expand.h: revision 1.17 regress/bin/sh/expand.sh: revision 1.4 bin/sh/sh.1: revision 1.86 bin/sh/arith_lex.l: revision 1.14 Make /bin/sh use intmax_t (instead of int) for arithmetic in $((...)).
Revision 1.18 / (download) - annotate - [select for diffs], Sun Mar 25 06:29:26 2007 UTC (5 years, 2 months ago) by apb
Branch: MAIN
CVS Tags: yamt-pf42-baseX,
yamt-pf42-base4,
yamt-pf42-base3,
yamt-pf42-base2,
yamt-pf42-base,
yamt-pf42,
wrstuden-revivesa-base-3,
wrstuden-revivesa-base-2,
wrstuden-revivesa-base-1,
wrstuden-revivesa-base,
wrstuden-revivesa,
netbsd-5-base,
netbsd-5-1-RELEASE,
netbsd-5-1-RC4,
netbsd-5-1-RC3,
netbsd-5-1-RC2,
netbsd-5-1-RC1,
netbsd-5-1-2-RELEASE,
netbsd-5-1-1-RELEASE,
netbsd-5-1,
netbsd-5-0-RELEASE,
netbsd-5-0-RC4,
netbsd-5-0-RC3,
netbsd-5-0-RC2,
netbsd-5-0-RC1,
netbsd-5-0-2-RELEASE,
netbsd-5-0-1-RELEASE,
netbsd-5-0,
netbsd-5,
mjf-devfs2-base,
mjf-devfs2,
matt-nb5-pq3-base,
matt-nb5-pq3,
matt-nb5-mips64-u2-k2-k4-k7-k8-k9,
matt-nb5-mips64-u1-k1-k5,
matt-nb5-mips64-premerge-20101231,
matt-nb5-mips64-premerge-20091211,
matt-nb5-mips64-k15,
matt-nb5-mips64,
matt-nb4-mips64-k7-u2a-k9b,
matt-mips64-base2,
matt-mips64-base,
matt-mips64,
matt-armv6-prevmlocking,
matt-armv6-nbase,
matt-armv6-base,
matt-armv6,
keiichi-mipv6-base,
keiichi-mipv6,
jym-xensuspend-nbase,
jym-xensuspend-base,
jym-xensuspend,
hpcarm-cleanup-nbase,
hpcarm-cleanup-base,
hpcarm-cleanup,
cube-autoconf-base,
cube-autoconf
Changes since 1.17: +21 -10
lines
Diff to previous 1.17 (colored)
Make /bin/sh use intmax_t (instead of int) for arithmetic in $((...)).
Revision 1.17 / (download) - annotate - [select for diffs], Wed Sep 17 17:33:36 2003 UTC (8 years, 8 months ago) by jmmv
Branch: MAIN
CVS Tags: netbsd-4-base,
netbsd-3-base,
netbsd-3-1-RELEASE,
netbsd-3-1-RC4,
netbsd-3-1-RC3,
netbsd-3-1-RC2,
netbsd-3-1-RC1,
netbsd-3-1-1-RELEASE,
netbsd-3-1,
netbsd-3-0-RELEASE,
netbsd-3-0-RC6,
netbsd-3-0-RC5,
netbsd-3-0-RC4,
netbsd-3-0-RC3,
netbsd-3-0-RC2,
netbsd-3-0-RC1,
netbsd-3-0-3-RELEASE,
netbsd-3-0-2-RELEASE,
netbsd-3-0-1-RELEASE,
netbsd-3-0,
netbsd-3,
netbsd-2-base,
netbsd-2-1-RELEASE,
netbsd-2-1-RC6,
netbsd-2-1-RC5,
netbsd-2-1-RC4,
netbsd-2-1-RC3,
netbsd-2-1-RC2,
netbsd-2-1-RC1,
netbsd-2-1,
netbsd-2-0-base,
netbsd-2-0-RELEASE,
netbsd-2-0-RC5,
netbsd-2-0-RC4,
netbsd-2-0-RC3,
netbsd-2-0-RC2,
netbsd-2-0-RC1,
netbsd-2-0-3-RELEASE,
netbsd-2-0-2-RELEASE,
netbsd-2-0-1-RELEASE,
netbsd-2-0,
netbsd-2,
abandoned-netbsd-4-base,
abandoned-netbsd-4
Branch point for: netbsd-4
Changes since 1.16: +26 -26
lines
Diff to previous 1.16 (colored)
Drop equal signs from rule definitions; they cause problems with "bison -y".
Revision 1.16 / (download) - annotate - [select for diffs], Thu Aug 7 09:05:30 2003 UTC (8 years, 9 months ago) by agc
Branch: MAIN
Changes since 1.15: +3 -7
lines
Diff to previous 1.15 (colored)
Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by Joel Baker in PR 22249, verified by myself.
Revision 1.15 / (download) - annotate - [select for diffs], Sun Nov 24 22:35:39 2002 UTC (9 years, 6 months ago) by christos
Branch: MAIN
CVS Tags: fvdl_fs64_base
Changes since 1.14: +5 -5
lines
Diff to previous 1.14 (colored)
Fixes from David Laight: - ansification - format of output of jobs command (etc) - job identiers %+, %- etc - $? and $(...) - correct quoting of output of set, export -p and readonly -p - differentiation between nornal and 'posix special' builtins - correct behaviour (posix) for errors on builtins and special builtins - builtin printf and kill - set -o debug (if compiled with DEBUG) - cd src obj (as ksh - too useful to do without) - unset -e name, remove non-readonly variable from export list. (so I could unset -e PS1 before running the test shell...)
Revision 1.14 / (download) - annotate - [select for diffs], Sun Feb 4 19:51:43 2001 UTC (11 years, 3 months ago) by christos
Branch: MAIN
CVS Tags: netbsd-1-6-base,
netbsd-1-6-RELEASE,
netbsd-1-6-RC3,
netbsd-1-6-RC2,
netbsd-1-6-RC1,
netbsd-1-6-PATCH002-RELEASE,
netbsd-1-6-PATCH002-RC4,
netbsd-1-6-PATCH002-RC3,
netbsd-1-6-PATCH002-RC2,
netbsd-1-6-PATCH002-RC1,
netbsd-1-6-PATCH002,
netbsd-1-6-PATCH001-RELEASE,
netbsd-1-6-PATCH001-RC3,
netbsd-1-6-PATCH001-RC2,
netbsd-1-6-PATCH001-RC1,
netbsd-1-6-PATCH001,
netbsd-1-6,
ELRICshvfork-base,
ELRICshvfork
Changes since 1.13: +58 -58
lines
Diff to previous 1.13 (colored)
remove redundant declaration of yyparse, and move code to the bottom of the file.
Revision 1.13 / (download) - annotate - [select for diffs], Fri Jul 9 03:05:49 1999 UTC (12 years, 10 months ago) by christos
Branch: MAIN
CVS Tags: wrstuden-devbsize-base,
wrstuden-devbsize-19991221,
wrstuden-devbsize,
netbsd-1-5-base,
netbsd-1-5-RELEASE,
netbsd-1-5-PATCH003,
netbsd-1-5-PATCH002,
netbsd-1-5-PATCH001,
netbsd-1-5-BETA2,
netbsd-1-5-BETA,
netbsd-1-5-ALPHA2,
netbsd-1-5,
minoura-xpg4dl-base,
minoura-xpg4dl,
comdex-fall-1999-base,
comdex-fall-1999
Changes since 1.12: +7 -7
lines
Diff to previous 1.12 (colored)
compile with WARNS = 2
Revision 1.12 / (download) - annotate - [select for diffs], Fri Feb 5 07:52:52 1999 UTC (13 years, 3 months ago) by christos
Branch: MAIN
CVS Tags: netbsd-1-4-base,
netbsd-1-4-RELEASE,
netbsd-1-4-PATCH003,
netbsd-1-4-PATCH002,
netbsd-1-4-PATCH001,
netbsd-1-4
Changes since 1.11: +3 -3
lines
Diff to previous 1.11 (colored)
PR/5577: Craig M. Chase: sh does not build with PARALLEL set. - Added YHEADER in Makefile, removed arith.h and adjusted the sources.
Revision 1.11 / (download) - annotate - [select for diffs], Tue Jul 28 11:41:52 1998 UTC (13 years, 10 months ago) by mycroft
Branch: MAIN
Changes since 1.10: +3 -2
lines
Diff to previous 1.10 (colored)
Be more retentive about use of NOTREACHED and noreturn.
Revision 1.10 / (download) - annotate - [select for diffs], Mon May 18 22:48:53 1998 UTC (14 years ago) by christos
Branch: MAIN
Changes since 1.9: +3 -2
lines
Diff to previous 1.9 (colored)
Need stdlib.h
Revision 1.8.2.1 / (download) - annotate - [select for diffs], Fri May 8 06:01:02 1998 UTC (14 years ago) by mycroft
Branch: netbsd-1-3
CVS Tags: netbsd-1-3-PATCH003-CANDIDATE2,
netbsd-1-3-PATCH003-CANDIDATE1,
netbsd-1-3-PATCH003-CANDIDATE0,
netbsd-1-3-PATCH003,
netbsd-1-3-PATCH002
Changes since 1.8: +3 -3
lines
Diff to previous 1.8 (colored) next main 1.9 (colored)
Sync with trunk, per request of christos.
Revision 1.9 / (download) - annotate - [select for diffs], Sat Jan 31 12:34:12 1998 UTC (14 years, 3 months ago) by christos
Branch: MAIN
Changes since 1.8: +3 -3
lines
Diff to previous 1.8 (colored)
Fix printf format.
Revision 1.8 / (download) - annotate - [select for diffs], Fri Jul 4 21:01:50 1997 UTC (14 years, 10 months ago) by christos
Branch: MAIN
CVS Tags: netbsd-1-3-base,
netbsd-1-3-RELEASE,
netbsd-1-3-PATCH001,
netbsd-1-3-BETA
Branch point for: netbsd-1-3
Changes since 1.7: +78 -67
lines
Diff to previous 1.7 (colored)
Fix compiler warnings.
Revision 1.6.6.1 / (download) - annotate - [select for diffs], Sun Jan 26 04:57:12 1997 UTC (15 years, 4 months ago) by rat
Branch: netbsd-1-2
CVS Tags: netbsd-1-2-PATCH001
Changes since 1.6: +6 -6
lines
Diff to previous 1.6 (colored) next main 1.7 (colored)
Update /bin/sh from trunk per request of Christos Zoulas. Fixes many bugs.
Revision 1.7 / (download) - annotate - [select for diffs], Wed Oct 16 15:45:05 1996 UTC (15 years, 7 months ago) by christos
Branch: MAIN
Changes since 1.6: +6 -6
lines
Diff to previous 1.6 (colored)
PR/2808: Remove trailing whitespace (from FreeBSD)
Revision 1.6 / (download) - annotate - [select for diffs], Thu May 11 21:28:45 1995 UTC (17 years ago) by christos
Branch: MAIN
CVS Tags: netbsd-1-2-base,
netbsd-1-2-RELEASE,
netbsd-1-2-BETA,
netbsd-1-1-base,
netbsd-1-1-RELEASE,
netbsd-1-1-PATCH001,
netbsd-1-1
Branch point for: netbsd-1-2
Changes since 1.5: +6 -2
lines
Diff to previous 1.5 (colored)
Merge in my changes from vangogh, and fix the x=`false`; echo $? == 0 bug.
Revision 1.5 / (download) - annotate - [select for diffs], Tue Mar 21 09:08:43 1995 UTC (17 years, 2 months ago) by cgd
Branch: MAIN
Changes since 1.4: +7 -2
lines
Diff to previous 1.4 (colored)
convert to new RCS id conventions.
Revision 1.4 / (download) - annotate - [select for diffs], Fri Dec 23 13:20:10 1994 UTC (17 years, 5 months ago) by cgd
Branch: MAIN
Changes since 1.3: +1 -2
lines
Diff to previous 1.3 (colored)
eliminate two wrong-sized variables which were unused.
Revision 1.3 / (download) - annotate - [select for diffs], Fri Jul 15 23:45:30 1994 UTC (17 years, 10 months ago) by jtc
Branch: MAIN
Changes since 1.2: +36 -24
lines
Diff to previous 1.2 (colored)
Don't dump core when evaluating X % 0. Simplify lexer by using %prec feature in yacc grammar. Implement most of the operators required by POSIX.2.
Revision 1.2 / (download) - annotate - [select for diffs], Sat Jun 11 16:11:40 1994 UTC (17 years, 11 months ago) by mycroft
Branch: MAIN
CVS Tags: netbsd-1-0-base,
netbsd-1-0-RELEASE,
netbsd-1-0-PATCH1,
netbsd-1-0-PATCH06,
netbsd-1-0-PATCH05,
netbsd-1-0-PATCH04,
netbsd-1-0-PATCH03,
netbsd-1-0-PATCH02,
netbsd-1-0-PATCH0,
netbsd-1-0
Changes since 1.1: +2 -1
lines
Diff to previous 1.1 (colored)
Add RCS ids.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed May 11 17:02:24 1994 UTC (18 years ago) by jtc
Branch: CSRG
CVS Tags: lite-1
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
44lite code
Revision 1.1 / (download) - annotate - [select for diffs], Wed May 11 17:02:23 1994 UTC (18 years ago) by jtc
Branch: MAIN
Initial revision