CVS commit: [netbsd-7] src/usr.sbin/sysinst

2015-01-20 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue Jan 20 09:42:31 UTC 2015

Modified Files:
src/usr.sbin/sysinst [netbsd-7]: msg.mi.de msg.mi.en msg.mi.es
msg.mi.fr msg.mi.pl

Log Message:
Pull up following revision(s) (requested by jmcneill in ticket #435):
usr.sbin/sysinst/msg.mi.es: revision 1.3
usr.sbin/sysinst/msg.mi.en: revision 1.3
usr.sbin/sysinst/msg.mi.fr: revision 1.3
usr.sbin/sysinst/msg.mi.pl: revision 1.3
usr.sbin/sysinst/msg.mi.de: revision 1.3
remove trailing colon from "addusername" msg


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.2.4.1 src/usr.sbin/sysinst/msg.mi.de \
src/usr.sbin/sysinst/msg.mi.es src/usr.sbin/sysinst/msg.mi.fr
cvs rdiff -u -r1.2.4.1 -r1.2.4.2 src/usr.sbin/sysinst/msg.mi.en \
src/usr.sbin/sysinst/msg.mi.pl

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7] src/sys/arch/i386/stand/lib

2015-01-20 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue Jan 20 09:45:20 UTC 2015

Modified Files:
src/sys/arch/i386/stand/lib [netbsd-7]: biosdisk.c

Log Message:
Pull up following revision(s) (requested by jakllsch in ticket #436):
sys/arch/i386/stand/lib/biosdisk.c: revision 1.44
While the old gpt.S mbr code looks at both primary and alternate GPT
partition tables, mbrgpt.S and DKWEDGE_METHOD_GPT only look in the
primary.  Align the bootxx/boot2 biosdisk code with this so as to avoid
situations where the disk becomes unbootable when it has an undestroyed
secondary GPT.


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.43.4.1 src/sys/arch/i386/stand/lib/biosdisk.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7] src/distrib/utils/embedded

2015-01-20 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue Jan 20 09:50:46 UTC 2015

Modified Files:
src/distrib/utils/embedded [netbsd-7]: mkimage

Log Message:
Pull up following revision(s) (requested by skrll in ticket #437):
distrib/utils/embedded/mkimage: revision 1.50
Use [dx]sets_p as flag for debug/X sets inclusion. xsets is the list of
sets.


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.48.4.1 src/distrib/utils/embedded/mkimage

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7] src/doc

2015-01-20 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue Jan 20 09:51:39 UTC 2015

Modified Files:
src/doc [netbsd-7]: CHANGES-7.0

Log Message:
Tickets #435 - #437


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.171 -r1.1.2.172 src/doc/CHANGES-7.0

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/sgimips/dev

2015-01-20 Thread Michael Lorenz
Module Name:src
Committed By:   macallan
Date:   Tue Jan 20 12:13:04 UTC 2015

Modified Files:
src/sys/arch/sgimips/dev: crmfb.c crmfbreg.h

Log Message:
- remove scratch area, it's been unused since we're drawing characters by
  hardware
- don't sync the rendering engine unless we have to, watch FIFO levels
  instead
- support anti-aliased fonts and let the drawing engine do all the work


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/sys/arch/sgimips/dev/crmfb.c
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/sgimips/dev/crmfbreg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libc/gen

2015-01-20 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Jan 20 17:28:00 UTC 2015

Modified Files:
src/lib/libc/gen: Makefile.inc popen.3 popen.c

Log Message:
Factor out popen() code into separate functions and create popenve()
using the new functions, a safer version of popen() that does not
involve a shell. Correct manual page inaccuracies.


To generate a diff of this commit:
cvs rdiff -u -r1.190 -r1.191 src/lib/libc/gen/Makefile.inc
cvs rdiff -u -r1.18 -r1.19 src/lib/libc/gen/popen.3
cvs rdiff -u -r1.32 -r1.33 src/lib/libc/gen/popen.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/include

2015-01-20 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Jan 20 17:29:01 UTC 2015

Modified Files:
src/include: stdio.h

Log Message:
add popenve().


To generate a diff of this commit:
cvs rdiff -u -r1.92 -r1.93 src/include/stdio.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/distrib/sets/lists/comp

2015-01-20 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Jan 20 17:29:58 UTC 2015

Modified Files:
src/distrib/sets/lists/comp: mi

Log Message:
add popenve()


To generate a diff of this commit:
cvs rdiff -u -r1.1941 -r1.1942 src/distrib/sets/lists/comp/mi

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libc

2015-01-20 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Jan 20 18:31:25 UTC 2015

Modified Files:
src/lib/libc/compat/stdlib: compat_putenv.c compat_random.c
compat_unsetenv.c
src/lib/libc/gdtoa: gdtoa_locks.c
src/lib/libc/gen: arc4random.c popen.c pthread_atfork.c
src/lib/libc/include: env.h reentrant.h
src/lib/libc/rpc: clnt_simple.c clnt_vc.c
src/lib/libc/stdlib: _env.c atexit.c getenv.c jemalloc.c putenv.c
setenv.c system.c unsetenv.c
src/lib/libc/string: strerror.c

Log Message:
Fix non _REENTRANT build.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/lib/libc/compat/stdlib/compat_putenv.c \
src/lib/libc/compat/stdlib/compat_random.c
cvs rdiff -u -r1.3 -r1.4 src/lib/libc/compat/stdlib/compat_unsetenv.c
cvs rdiff -u -r1.1 -r1.2 src/lib/libc/gdtoa/gdtoa_locks.c
cvs rdiff -u -r1.26 -r1.27 src/lib/libc/gen/arc4random.c
cvs rdiff -u -r1.33 -r1.34 src/lib/libc/gen/popen.c
cvs rdiff -u -r1.9 -r1.10 src/lib/libc/gen/pthread_atfork.c
cvs rdiff -u -r1.2 -r1.3 src/lib/libc/include/env.h
cvs rdiff -u -r1.17 -r1.18 src/lib/libc/include/reentrant.h
cvs rdiff -u -r1.32 -r1.33 src/lib/libc/rpc/clnt_simple.c
cvs rdiff -u -r1.25 -r1.26 src/lib/libc/rpc/clnt_vc.c
cvs rdiff -u -r1.8 -r1.9 src/lib/libc/stdlib/_env.c
cvs rdiff -u -r1.26 -r1.27 src/lib/libc/stdlib/atexit.c
cvs rdiff -u -r1.35 -r1.36 src/lib/libc/stdlib/getenv.c
cvs rdiff -u -r1.36 -r1.37 src/lib/libc/stdlib/jemalloc.c
cvs rdiff -u -r1.20 -r1.21 src/lib/libc/stdlib/putenv.c
cvs rdiff -u -r1.43 -r1.44 src/lib/libc/stdlib/setenv.c
cvs rdiff -u -r1.24 -r1.25 src/lib/libc/stdlib/system.c
cvs rdiff -u -r1.10 -r1.11 src/lib/libc/stdlib/unsetenv.c
cvs rdiff -u -r1.16 -r1.17 src/lib/libc/string/strerror.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7] src/sys/arch

2015-01-20 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue Jan 20 20:40:51 UTC 2015

Modified Files:
src/sys/arch/amd64/conf [netbsd-7]: GENERIC
src/sys/arch/i386/conf [netbsd-7]: GENERIC

Log Message:
Change the following, requested by snj in ticket #438:

sys/arch/i386/conf/GENERIC  patch
sys/arch/amd64/conf/GENERIC patch

Remove the i915drm driver since the version we use doesn't support UMS
anymore, so X will fail to start. Without it, at least the vesa driver
will work.


To generate a diff of this commit:
cvs rdiff -u -r1.392.2.4 -r1.392.2.5 src/sys/arch/amd64/conf/GENERIC
cvs rdiff -u -r1.1107.2.3 -r1.1107.2.4 src/sys/arch/i386/conf/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7] src/doc

2015-01-20 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue Jan 20 20:42:27 UTC 2015

Modified Files:
src/doc [netbsd-7]: CHANGES-7.0

Log Message:
Ticket #438


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.172 -r1.1.2.173 src/doc/CHANGES-7.0

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/lib/libm

2015-01-20 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Tue Jan 20 20:43:10 UTC 2015

Modified Files:
src/tests/lib/libm: Makefile

Log Message:
Remove stale comment about ARM fenv support.


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/tests/lib/libm/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7] src

2015-01-20 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Tue Jan 20 20:57:24 UTC 2015

Modified Files:
src/distrib/sets/lists/comp [netbsd-7]: md.hppa
src/include [netbsd-7]: fenv.h
src/lib/libm [netbsd-7]: Makefile
src/sys/arch/hppa/include [netbsd-7]: Makefile ieeefp.h
src/tests/lib/libm [netbsd-7]: Makefile
Added Files:
src/lib/libm/arch/hppa [netbsd-7]: fenv.c
src/sys/arch/hppa/include [netbsd-7]: fenv.h

Log Message:
Pull up following revision(s) (requested by martin in ticket #416):
distrib/sets/lists/comp/md.hppa: revision 1.3
include/fenv.h: revision 1.13 via patch
lib/libm/Makefile: revision 1.168
lib/libm/arch/hppa/fenv.c: revisions 1.1, 1.2
sys/arch/hppa/include/Makefile: revision 1.12
sys/arch/hppa/include/fenv.h: revisions 1.1, 1.2
sys/arch/hppa/include/ieeefp.h: revisions 1.5-1.7
tests/lib/libm/Makefile: revision 1.29 via patch
fenv(3) support for hppa
--
use unsigned over uint32_t so that this file works without stdint.h
being included before hand.
fixes mknative-gcc problems, and likely others.
--
Properly separate fenv.h and ieeefp.h by moving all fenv defines
over to the former.
Now that they are decoupled, make rounding modes match the hardware bits.
--
Simplify, now that rounding mode defines match the hardware bits.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.2.6.1 src/distrib/sets/lists/comp/md.hppa
cvs rdiff -u -r1.10 -r1.10.2.1 src/include/fenv.h
cvs rdiff -u -r1.164.2.1 -r1.164.2.2 src/lib/libm/Makefile
cvs rdiff -u -r0 -r1.2.2.2 src/lib/libm/arch/hppa/fenv.c
cvs rdiff -u -r1.11 -r1.11.4.1 src/sys/arch/hppa/include/Makefile
cvs rdiff -u -r0 -r1.2.2.2 src/sys/arch/hppa/include/fenv.h
cvs rdiff -u -r1.4 -r1.4.56.1 src/sys/arch/hppa/include/ieeefp.h
cvs rdiff -u -r1.26.2.1 -r1.26.2.2 src/tests/lib/libm/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7] src/external/bsd/elftoolchain/dist/libdwarf

2015-01-20 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Tue Jan 20 21:02:26 UTC 2015

Modified Files:
src/external/bsd/elftoolchain/dist/libdwarf [netbsd-7]: dwarf_attrval.c

Log Message:
Pull up following revision(s) (requested by martin in ticket #417):
external/bsd/elftoolchain/dist/libdwarf/dwarf_attrval.c: revision 1.3
Add missing break, following upstream.
Reported by Henning Petersen in PR bin/49567.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.2.6.1 \
src/external/bsd/elftoolchain/dist/libdwarf/dwarf_attrval.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7] src/external/bsd/ipf/bin/ipftest

2015-01-20 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Tue Jan 20 21:04:36 UTC 2015

Modified Files:
src/external/bsd/ipf/bin/ipftest [netbsd-7]: Makefile

Log Message:
Pull up following revision(s) (requested by martin in ticket #431):
external/bsd/ipf/bin/ipftest/Makefile: revision 1.3
Do not compile md5.c (while usning system md5.h headers) - instead just
use the libc version.
Patch from Yasushi Oshima in PR bin/49580.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.2.14.1 src/external/bsd/ipf/bin/ipftest/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7] src/doc

2015-01-20 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Tue Jan 20 21:14:33 UTC 2015

Modified Files:
src/doc [netbsd-7]: CHANGES-7.0

Log Message:
tickets 416, 417, and 431


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.173 -r1.1.2.174 src/doc/CHANGES-7.0

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/netinet6

2015-01-20 Thread Roy Marples
Module Name:src
Committed By:   roy
Date:   Tue Jan 20 21:27:37 UTC 2015

Modified Files:
src/sys/netinet6: in6.h in6_src.c ip6_input.c ip6_output.c ip6_var.h
mld6.c

Log Message:
Add net.inet6.ip6.prefer_tempaddr sysctl knob so that we can prefer
IPv6 temporary addresses as the source address.

Fixes PR kern/47100 based on a patch by Dieter Roelants.


To generate a diff of this commit:
cvs rdiff -u -r1.81 -r1.82 src/sys/netinet6/in6.h
cvs rdiff -u -r1.55 -r1.56 src/sys/netinet6/in6_src.c
cvs rdiff -u -r1.149 -r1.150 src/sys/netinet6/ip6_input.c
cvs rdiff -u -r1.160 -r1.161 src/sys/netinet6/ip6_output.c
cvs rdiff -u -r1.63 -r1.64 src/sys/netinet6/ip6_var.h
cvs rdiff -u -r1.61 -r1.62 src/sys/netinet6/mld6.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/netinet6

2015-01-20 Thread Roy Marples
Module Name:src
Committed By:   roy
Date:   Tue Jan 20 21:42:36 UTC 2015

Modified Files:
src/sys/netinet6: ip6_output.c

Log Message:
Fix IPV6_USE_MIN_MTU set by setsockopt(2) being ignored when
IPV6_PKTINFO is set as a control with sendmsg(2).


To generate a diff of this commit:
cvs rdiff -u -r1.161 -r1.162 src/sys/netinet6/ip6_output.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.sbin/sysinst

2015-01-20 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Tue Jan 20 21:51:05 UTC 2015

Modified Files:
src/usr.sbin/sysinst: configmenu.c

Log Message:
Handle empty input gracefully by simply jumping back to the config menu.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/usr.sbin/sysinst/configmenu.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sbin/ifconfig

2015-01-20 Thread Roy Marples
Module Name:src
Committed By:   roy
Date:   Tue Jan 20 22:13:19 UTC 2015

Modified Files:
src/sbin/ifconfig: af_inet6.c

Log Message:
Display the IPv6 address flags autoconf and temporary


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/sbin/ifconfig/af_inet6.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/crypto/external/bsd/openssh/dist

2015-01-20 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Jan 21 02:05:47 UTC 2015

Modified Files:
src/crypto/external/bsd/openssh/dist: packet.c

Log Message:
don't print a return on debug messages


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/crypto/external/bsd/openssh/dist/packet.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libc/gen

2015-01-20 Thread Taylor R Campbell
Module Name:src
Committed By:   riastradh
Date:   Wed Jan 21 02:47:39 UTC 2015

Modified Files:
src/lib/libc/gen: arc4random.c

Log Message:
Use ChaCha20 here as advertised, not ChaCha8.

Oops.

Fortunately, there is no public cryptanalysis even of ChaCha8: the
best published attack is on ChaCha7 with time complexity 2^248.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/lib/libc/gen/arc4random.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/powerpc/booke

2015-01-20 Thread NONAKA Kimihiro
Module Name:src
Committed By:   nonaka
Date:   Wed Jan 21 06:11:39 UTC 2015

Modified Files:
src/sys/arch/powerpc/booke: e500_timer.c

Log Message:
fix build failure with lockstat.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/powerpc/booke/e500_timer.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.