Module Name:src
Committed By: martin
Date: Thu Mar 31 06:59:44 UTC 2016
Modified Files:
src/external/gpl3/gcc/lib/libgcc/libgcc: Makefile
Log Message:
Extend the "mips64 hack" to all MKSOFTFLOAT builds - avoid duplicate
symbols in libgcc.
To generate a diff of this commi
Module Name:src
Committed By: christos
Date: Thu Mar 31 13:27:44 UTC 2016
Modified Files:
src/bin/sh: expand.c
Log Message:
After discussions with Jilles Tjoelker (FreeBSD shell) and following
a suggestion from him, the way the fix to PR bin/50993 was implemented
has chang
Module Name:src
Committed By: kiyohara
Date: Thu Mar 31 14:33:17 UTC 2016
Modified Files:
src/sys/arch/evbarm/gumstix: gumstix_machdep.c gumstixreg.h
Log Message:
Ensure enable clocks for omapmputmr.
To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 src/sys/a
Module Name:src
Committed By: martin
Date: Thu Mar 31 15:06:39 UTC 2016
Modified Files:
src/external/gpl3/gcc.old/lib/libgcc/libgcc: Makefile
Log Message:
"Extended version" of the "mips64 hack" used in gcc 5.3's libgcc.a
build: avoid lots of duplicate symbols on softfloat
Module Name:src
Committed By: christos
Date: Thu Mar 31 15:53:33 UTC 2016
Modified Files:
src/external/bsd/elftoolchain/dist/libdwarf: dwarf_attrval.c
Log Message:
Delay freeing the die where the indirect attribute is found. Found by jemalloc
J, see: https://mail-index.net
Module Name:src
Committed By: christos
Date: Thu Mar 31 16:16:35 UTC 2016
Modified Files:
src/bin/sh: expand.c main.c options.c options.h var.c var.h
Added Files:
src/bin/sh: version.h
Log Message:
Implement the NETBSD_SHELL readonly unexportable unimportable
varia
Module Name:src
Committed By: christos
Date: Thu Mar 31 16:18:23 UTC 2016
Modified Files:
src/bin/sh: sh.1
Log Message:
Document the NETBSD_SHELL variable, the enhancements to export,
the posix option, and a whole bunch of miscellaneous updates and
corrections. (from kre@)
Module Name:src
Committed By: christos
Date: Thu Mar 31 16:19:52 UTC 2016
Modified Files:
src/tests/bin/sh: t_arith.sh
Log Message:
Don't confuse more capable shells by writing operator combinations
that could be interpreted as something different. That is, for our
shell +
Module Name:src
Committed By: christos
Date: Thu Mar 31 16:12:52 UTC 2016
Modified Files:
src/bin/sh: parser.c
Log Message:
PR bin/51027 - fix the parsing of references to shell parameters
when given without braces (ie: $2 etc). Only the first 9 shell
parameters ($1 .. $9
Module Name:src
Committed By: christos
Date: Thu Mar 31 16:20:40 UTC 2016
Modified Files:
src/tests/bin/sh: t_cmdsub.sh
Log Message:
Added tests collected by Sven Mascheck
http://www.in-ulm.de/~mascheck/various/cmd-subst/
which test cases of ')' being embedded in command s
Module Name:src
Committed By: christos
Date: Thu Mar 31 16:21:10 UTC 2016
Modified Files:
src/tests/bin/sh: t_expand.sh
Log Message:
PR bin/51027 - tests for shell positional parameters, including
testing that $10 is correctly parsed as ${1}0 and not as ${10}.
More than th
Module Name:src
Committed By: christos
Date: Thu Mar 31 16:21:52 UTC 2016
Modified Files:
src/tests/bin/sh: t_here.sh
Log Message:
Added lots more end delimiter tests (some weird cases...). Also
use printf %s instead of echo, as there are embedded \ chars in
some of the st
Module Name:src
Committed By: christos
Date: Thu Mar 31 16:22:28 UTC 2016
Modified Files:
src/tests/bin/sh: t_set_e.sh
Log Message:
When embedding a command in a subshell "( ... )" avoid accidentally
producing (( (when the cmd starts with a '(' as that as a reserved
sequen
Module Name:src
Committed By: christos
Date: Thu Mar 31 16:22:54 UTC 2016
Modified Files:
src/tests/bin/sh: t_wait.sh
Log Message:
Avoid leaving turds in /tmp. (from kre@)
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/tests/bin/sh/t_wait.sh
Please note
Module Name:src
Committed By: christos
Date: Thu Mar 31 16:28:23 UTC 2016
Modified Files:
src/bin/sh: version.h
Log Message:
replace with standard copyright :-)
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/bin/sh/version.h
Please note that diffs are n
Module Name:src
Committed By: christos
Date: Thu Mar 31 16:12:09 UTC 2016
Modified Files:
src/bin/sh: parser.c
Log Message:
This is an internally visible change - no effect visible to the
user is expected. With the previous commits to parser.c, we no
longer need to handle
Module Name:src
Committed By: christos
Date: Thu Mar 31 20:13:37 UTC 2016
Modified Files:
src/usr.sbin/makemandb: apropos.c
Log Message:
PR/51007: Abhinav Upadhyay: apropos.c: Remove unused includes
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/usr.sb
Module Name:src
Committed By: christos
Date: Thu Mar 31 20:14:36 UTC 2016
Modified Files:
src/usr.sbin/makemandb: stopwords.txt
Log Message:
PR/51018: Abhinav Upadhyay: Update stopwords list for apropos(1)
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/u
Module Name:src
Committed By: christos
Date: Thu Mar 31 20:15:49 UTC 2016
Modified Files:
src/usr.sbin/makemandb: stopwords.txt
Log Message:
update with the final list
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/usr.sbin/makemandb/stopwords.txt
Pleas
Module Name:src
Committed By: christos
Date: Thu Mar 31 20:16:58 UTC 2016
Modified Files:
src/usr.sbin/makemandb: apropos-utils.c
Log Message:
PR/51025: Abhinav Upadhyay: Remove unused includes from apropos-utils.c
To generate a diff of this commit:
cvs rdiff -u -r1.21 -
Module Name:src
Committed By: christos
Date: Thu Mar 31 20:17:58 UTC 2016
Modified Files:
src/usr.sbin/makemandb: makemandb.c
Log Message:
PR/51034: Abhinav Upadhyay: makemandb(8): Close database connection when
failed to commit
To generate a diff of this commit:
cvs rdi
Module Name:src
Committed By: christos
Date: Thu Mar 31 22:49:15 UTC 2016
Modified Files:
src/external/bsd/ntp/include: config.h
Log Message:
bump stack a little
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/external/bsd/ntp/include/config.h
Please n
Module Name:src
Committed By: christos
Date: Thu Mar 31 23:11:05 UTC 2016
Modified Files:
src/bin/sh: parser.c parser.h
Log Message:
After discussions with Jilles Tjoelker (FreeBSD shell) and
following a suggestion from him, the way the fix to PR bin/50993
was implemented
Module Name:src
Committed By: ozaki-r
Date: Fri Apr 1 02:00:14 UTC 2016
Modified Files:
src/sys/net: route.c
Log Message:
Make some global variables static
To generate a diff of this commit:
cvs rdiff -u -r1.154 -r1.155 src/sys/net/route.c
Please note that diffs are no
Module Name:src
Committed By: ozaki-r
Date: Fri Apr 1 05:11:38 UTC 2016
Modified Files:
src/sys/netinet6: ip6_input.c nd6.c nd6.h
Log Message:
Tidy up nd6_timer initialization
To generate a diff of this commit:
cvs rdiff -u -r1.155 -r1.156 src/sys/netinet6/ip6_input.c
c
Module Name:src
Committed By: ryo
Date: Fri Apr 1 05:23:56 UTC 2016
Modified Files:
src/sbin/newfs: newfs.c
Log Message:
no need to escape
To generate a diff of this commit:
cvs rdiff -u -r1.113 -r1.114 src/sbin/newfs/newfs.c
Please note that diffs are not public domai
Module Name:src
Committed By: ozaki-r
Date: Fri Apr 1 06:25:51 UTC 2016
Modified Files:
src/sys/netinet6: in6.c
Log Message:
Use __func__ in log messages
To generate a diff of this commit:
cvs rdiff -u -r1.195 -r1.196 src/sys/netinet6/in6.c
Please note that diffs are n
Module Name:src
Committed By: ozaki-r
Date: Fri Apr 1 06:33:19 UTC 2016
Modified Files:
src/sys/netinet6: nd6_rtr.c
Log Message:
Use __func__ in log messages
To generate a diff of this commit:
cvs rdiff -u -r1.105 -r1.106 src/sys/netinet6/nd6_rtr.c
Please note that dif
28 matches
Mail list logo