Module Name:src
Committed By: skrll
Date: Sun Mar 27 10:46:41 UTC 2016
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
Switch hppa to gcc 5.3
To generate a diff of this commit:
cvs rdiff -u -r1.912 -r1.913 src/share/mk/bsd.own.mk
Please note that diffs are not pub
Module Name:src
Committed By: christos
Date: Sun Mar 27 14:34:46 UTC 2016
Modified Files:
src/bin/sh: expand.c input.c main.c mkinit.sh mknodenames.sh parser.c
var.c var.h
Log Message:
General KNF and source code cleanups, avoid scattering the
magic string " \t
Module Name:src
Committed By: christos
Date: Sun Mar 27 14:35:30 UTC 2016
Modified Files:
src/bin/sh: parser.c
Log Message:
Finish constifying the new parsebackquote() function. Save a
variable or two... Should change nothing. (from kre@)
To generate a diff of this co
Module Name:src
Committed By: christos
Date: Sun Mar 27 14:36:29 UTC 2016
Modified Files:
src/bin/sh: parser.c
Log Message:
Cease "support" for fn() { ...
Any redirect (or redirects) before a function definition were
allowed by the parser, but otherwise totally ignored.
Module Name:src
Committed By: christos
Date: Sun Mar 27 14:39:33 UTC 2016
Modified Files:
src/bin/sh: expand.c parser.c parser.h
Log Message:
PR bin/50993 - this is a significant rewrite of the way that here
documents are processed. Now, when first detected, they are
simp
Module Name:src
Committed By: christos
Date: Sun Mar 27 14:40:20 UTC 2016
Modified Files:
src/bin/sh: parser.c
Log Message:
Move the parseredir internal subroutine out of readtoken1() into being
a real function of its own (also inspired by FreeBSD - though for
this one oth
Module Name:src
Committed By: christos
Date: Sun Mar 27 14:49:07 UTC 2016
Modified Files:
src/tests/bin/sh: t_redir.sh
Log Message:
Avoid relying on the test shell correctly implementing $(( ))
in order for some of the redirect tests to terminate. (from kre@)
To generate
Module Name:src
Committed By: christos
Date: Sun Mar 27 14:50:01 UTC 2016
Modified Files:
src/tests/bin/sh: t_evaltested.sh t_fsplit.sh t_set_e.sh t_ulimit.sh
t_varquote.sh
Log Message:
Finish TEST_SH - all tests should support it now.
Misc other KNF changes, m
Module Name:src
Committed By: christos
Date: Sun Mar 27 14:50:40 UTC 2016
Modified Files:
src/tests/bin/sh: t_wait.sh
Log Message:
More tests, add protection against shells that allow wait N
to wait for the same process over and over again (forever) (???)
This test now tak
Module Name:src
Committed By: christos
Date: Sun Mar 27 14:52:40 UTC 2016
Modified Files:
src/tests/bin/sh: t_here.sh
Log Message:
PR bin/50993 - lots of new here document tests to validate all of
the changes made to fix that PR. LOTS more tests... A few general
improve
Module Name:src
Committed By: christos
Date: Sun Mar 27 14:53:17 UTC 2016
Modified Files:
src/tests/bin/sh: t_cmdsub.sh
Log Message:
Finish these tests (or at least, fill in the place holder tests
with actual code ... tests are never really finished.) One of these
new tes
Module Name:src
Committed By: christos
Date: Sun Mar 27 14:57:50 UTC 2016
Modified Files:
src/tests/bin/sh/dotcmd: Makefile scoped_command t_dotcmd.sh
Log Message:
Allow for testing other than /bin/sh using TEST_SH (from kre@)
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: mrg
Date: Sun Mar 27 17:17:59 UTC 2016
Modified Files:
src/external/gpl3/gcc/dist/gcc/config/i386: netbsd64.h
Log Message:
revert most of the previous and re-do it to be valid, re-fixing i386 psABI
support with -m32.
To generate a diff of th
Module Name:src
Committed By: alnsn
Date: Sun Mar 27 21:51:20 UTC 2016
Modified Files:
src/usr.bin/kdump: kdump.c
Log Message:
Don't enter infinite loop on big ktr_len values.
Fixes PR 49460.
To generate a diff of this commit:
cvs rdiff -u -r1.122 -r1.123 src/usr.bin/kd
Module Name:src
Committed By: ozaki-r
Date: Mon Mar 28 01:53:07 UTC 2016
Modified Files:
src/tests/net/route: t_route.sh
Log Message:
Add tests for "route get"
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/net/route/t_route.sh
Please note that di
Module Name:src
Committed By: ozaki-r
Date: Mon Mar 28 02:35:43 UTC 2016
Modified Files:
src/tests/net/route: t_route.sh
Log Message:
Make outputs informative on failure
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/net/route/t_route.sh
Please no
Module Name:src
Committed By: ozaki-r
Date: Mon Mar 28 04:38:04 UTC 2016
Modified Files:
src/sys/net: if_bridge.c
Log Message:
Remove unused global bridge list
Pointed out by riastradh@
To generate a diff of this commit:
cvs rdiff -u -r1.110 -r1.111 src/sys/net/if_bridg
17 matches
Mail list logo