CVS commit: src/sys/arch/arm/broadcom

2012-10-25 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Fri Oct 26 05:28:41 UTC 2012

Modified Files:
src/sys/arch/arm/broadcom: bcm53xx_eth.c

Log Message:
When writing intmask from a softint/workqueue thread, make sure to do so
only with the hwlock locked.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/arm/broadcom/bcm53xx_eth.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/arm/broadcom

2012-10-25 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Fri Oct 26 05:11:34 UTC 2012

Modified Files:
src/sys/arch/arm/broadcom: bcm53xx_eth.c

Log Message:
Use atomic_ops to manipulate sc_intmask


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/arm/broadcom/bcm53xx_eth.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/arm/broadcom

2012-10-25 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Fri Oct 26 04:46:06 UTC 2012

Modified Files:
src/sys/arch/arm/broadcom: bcm53xx_idm.c

Log Message:
For the AMACs, turn off read-allocate/write-allocate when doing DMA.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/broadcom/bcm53xx_idm.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/arm/broadcom

2012-10-25 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Fri Oct 26 04:45:36 UTC 2012

Modified Files:
src/sys/arch/arm/broadcom: bcm53xx_reg.h

Log Message:
Add A*CACHE values for AMAC.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/arm/broadcom/bcm53xx_reg.h

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



CVS commit: src/sys/arch/arm/broadcom

2012-10-25 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Fri Oct 26 04:45:03 UTC 2012

Modified Files:
src/sys/arch/arm/broadcom: bcm53xx_rng.c

Log Message:
For now, until rnd is fixed, don't use NO_ESTIMATE.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/broadcom/bcm53xx_rng.c

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



CVS commit: [netbsd-6-0] src/sys/netinet6

2012-10-25 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Thu Oct 25 17:26:18 UTC 2012

Modified Files:
src/sys/netinet6 [netbsd-6-0]: frag6.c

Log Message:
Pull up following revision(s) (requested by christos in ticket #637):
sys/netinet6/frag6.c: revision 1.54
Loganaden Velvindron:
>From "http://tools.ietf.org/html/draft-ietf-6man-ipv6-atomic-fragments-00":
A host that receives an IPv6 packet which includes a Fragment
Header with the "Fragment Offset" equal to 0 and the "M" bit equal
to 0 MUST process such packet in isolation from any other packets/
fragments, even if such packets/fragments contain the same set
{IPV6 Source Address, IPv6 Destination Address, Fragment
Identification}.  That is, the Fragment Header of "atomic
fragments" should be removed by the receiving host, and the
resulting packet should be processed as a non-fragmented IPv6
datagram.  Additionally, any fragments already queued with the
same set {IPV6 Source Address, IPv6 Destination Address, Fragment
Identification} should not be discarded upon receipt of the
"colliding" IPv6 atomic fragment, since IPv6 atomic fragments do
not really interfere with "normal" fragmented traffic.


To generate a diff of this commit:
cvs rdiff -u -r1.52.2.1 -r1.52.2.1.4.1 src/sys/netinet6/frag6.c

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



CVS commit: [netbsd-6] src/sys/netinet6

2012-10-25 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Thu Oct 25 17:23:34 UTC 2012

Modified Files:
src/sys/netinet6 [netbsd-6]: frag6.c

Log Message:
Pull up following revision(s) (requested by christos in ticket #637):
sys/netinet6/frag6.c: revision 1.54
Loganaden Velvindron:
>From "http://tools.ietf.org/html/draft-ietf-6man-ipv6-atomic-fragments-00":
A host that receives an IPv6 packet which includes a Fragment
Header with the "Fragment Offset" equal to 0 and the "M" bit equal
to 0 MUST process such packet in isolation from any other packets/
fragments, even if such packets/fragments contain the same set
{IPV6 Source Address, IPv6 Destination Address, Fragment
Identification}.  That is, the Fragment Header of "atomic
fragments" should be removed by the receiving host, and the
resulting packet should be processed as a non-fragmented IPv6
datagram.  Additionally, any fragments already queued with the
same set {IPV6 Source Address, IPv6 Destination Address, Fragment
Identification} should not be discarded upon receipt of the
"colliding" IPv6 atomic fragment, since IPv6 atomic fragments do
not really interfere with "normal" fragmented traffic.


To generate a diff of this commit:
cvs rdiff -u -r1.52.2.1 -r1.52.2.2 src/sys/netinet6/frag6.c

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



CVS commit: [netbsd-6] src/share/man/man3

2012-10-25 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Thu Oct 25 17:09:44 UTC 2012

Modified Files:
src/share/man/man3 [netbsd-6]: bits.3

Log Message:
share/man/man3/bits.3   1.13-1.14

Document the correct return value of __BIT() and __BITS().
[msaitoh, ticket #636]


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.12.6.1 src/share/man/man3/bits.3

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



CVS commit: [netbsd-6] src/doc

2012-10-25 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Thu Oct 25 17:30:14 UTC 2012

Modified Files:
src/doc [netbsd-6]: CHANGES-6.1

Log Message:
Ticket 635-637.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.13 -r1.1.2.14 src/doc/CHANGES-6.1

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



CVS commit: [netbsd-6-0] src/doc

2012-10-25 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Thu Oct 25 17:26:34 UTC 2012

Modified Files:
src/doc [netbsd-6-0]: CHANGES-6.0.1

Log Message:
Ticket 637.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.6 -r1.1.2.7 src/doc/CHANGES-6.0.1

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



CVS commit: src/external/gpl3

2012-10-25 Thread Matthias Drochner
Module Name:src
Committed By:   drochner
Date:   Thu Oct 25 17:00:17 UTC 2012

Modified Files:
src/external/gpl3/binutils/dist/include: objalloc.h
src/external/gpl3/binutils/dist/libiberty: objalloc.c
src/external/gpl3/gcc/dist/include: objalloc.h
src/external/gpl3/gcc/dist/libiberty: objalloc.c

Log Message:
pull in upstream rev. 191413 to fix integer overflow in objalloc_alloc
(CVE-2012-3509)


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 \
src/external/gpl3/binutils/dist/include/objalloc.h
cvs rdiff -u -r1.1.1.1 -r1.2 \
src/external/gpl3/binutils/dist/libiberty/objalloc.c
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/gpl3/gcc/dist/include/objalloc.h
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/gpl3/gcc/dist/libiberty/objalloc.c

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



CVS commit: [netbsd-6] src/usr.bin/netstat

2012-10-25 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Thu Oct 25 16:50:15 UTC 2012

Modified Files:
src/usr.bin/netstat [netbsd-6]: netstat.1

Log Message:
Pull up following revision(s) (requested by msaitoh in ticket #635):
usr.bin/netstat/netstat.1: revision 1.64
usr.bin/netstat/netstat.1: revision 1.65
Add note about -l option. Fixes PR#47085 reported by Julian Fagir.
Add -t flag.


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.62.2.1 src/usr.bin/netstat/netstat.1

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



CVS commit: src/usr.sbin/zic

2012-10-25 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Thu Oct 25 15:14:36 UTC 2012

Modified Files:
src/usr.sbin/zic: Makefile

Log Message:
Make warnings non fatal for older gcc versions - I couldn't figure out how to
shut up gcc when compiling for vax. Feel free to fix differently if you
find a better solution.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/usr.sbin/zic/Makefile

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



CVS commit: src/distrib/utils/sysinst

2012-10-25 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Thu Oct 25 15:05:23 UTC 2012

Modified Files:
src/distrib/utils/sysinst: msg.mi.de msg.mi.en msg.mi.es msg.mi.fr
msg.mi.pl util.c
src/distrib/utils/sysinst/arch/amd64: Makefile
src/distrib/utils/sysinst/arch/i386: Makefile

Log Message:
Make the default choice of "Install from" menu to use the sets
in the default file system (assuming which come with the CD/USB image)
and skip distmedium menu if the root file system is not md(4).
Also change "CD-ROM / DVD" menu option accordingly on ports which
have install images.  PR/47038

XXX: still no responsible maintainer of non-en translations


To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 src/distrib/utils/sysinst/msg.mi.de
cvs rdiff -u -r1.175 -r1.176 src/distrib/utils/sysinst/msg.mi.en
cvs rdiff -u -r1.47 -r1.48 src/distrib/utils/sysinst/msg.mi.es
cvs rdiff -u -r1.129 -r1.130 src/distrib/utils/sysinst/msg.mi.fr
cvs rdiff -u -r1.86 -r1.87 src/distrib/utils/sysinst/msg.mi.pl
cvs rdiff -u -r1.179 -r1.180 src/distrib/utils/sysinst/util.c
cvs rdiff -u -r1.7 -r1.8 src/distrib/utils/sysinst/arch/amd64/Makefile
cvs rdiff -u -r1.17 -r1.18 src/distrib/utils/sysinst/arch/i386/Makefile

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



CVS commit: src/lib/libc/time

2012-10-25 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Thu Oct 25 15:04:06 UTC 2012

Modified Files:
src/lib/libc/time: zic.c

Log Message:
Revert previous - casting to long is a bad idea, as the value will overflow.
Pointed out by apb.


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/lib/libc/time/zic.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/time

2012-10-25 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Thu Oct 25 13:14:33 UTC 2012

Modified Files:
src/lib/libc/time: zic.c

Log Message:
Add a few casts to avoid (IMHO bogus) gcc warnings breaking the vax build.


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/lib/libc/time/zic.c

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



CVS commit: src/sys/net

2012-10-25 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Thu Oct 25 11:53:14 UTC 2012

Modified Files:
src/sys/net: if.h if_ether.h

Log Message:
Move the prototype definition of ether_input() from if.h to if_ether.h.


To generate a diff of this commit:
cvs rdiff -u -r1.154 -r1.155 src/sys/net/if.h
cvs rdiff -u -r1.59 -r1.60 src/sys/net/if_ether.h

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



CVS commit: src/sys/net

2012-10-25 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Thu Oct 25 10:59:44 UTC 2012

Modified Files:
src/sys/net: if_media.h

Log Message:
Add 1000baseT-FDX.


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 src/sys/net/if_media.h

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



CVS commit: [netbsd-6] src/doc

2012-10-25 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Thu Oct 25 09:35:09 UTC 2012

Modified Files:
src/doc [netbsd-6]: CHANGES-6.1

Log Message:
Ticket #641


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.12 -r1.1.2.13 src/doc/CHANGES-6.1

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



CVS commit: [netbsd-6] src/share/misc

2012-10-25 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Thu Oct 25 09:33:58 UTC 2012

Modified Files:
src/share/misc [netbsd-6]: bsd-family-tree

Log Message:
Pull up the following revisions(s) (requested by riz in ticket #641):
share/misc/bsd-family-tree: revision 1.46-1.47

Re-add a line from NetBSD 0.8 to FreeBSD 1.0.
Add some missing NetBSD releases:  4.0.1, 5.0.1, 5.0.2 and 5.1.2.


To generate a diff of this commit:
cvs rdiff -u -r1.43.2.1 -r1.43.2.2 src/share/misc/bsd-family-tree

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



CVS commit: [netbsd-5-1] src/doc

2012-10-25 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Thu Oct 25 09:29:32 UTC 2012

Modified Files:
src/doc [netbsd-5-1]: CHANGES-5.1.3

Log Message:
Ticket #1806


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.27 -r1.1.2.28 src/doc/CHANGES-5.1.3

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



CVS commit: [netbsd-5-1] src/share/misc

2012-10-25 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Thu Oct 25 09:28:24 UTC 2012

Modified Files:
src/share/misc [netbsd-5-1]: bsd-family-tree

Log Message:
Pull up the following revisions(s) (requested by riz in ticket #1806):
share/misc/bsd-family-tree: revision 1.46-1.47

Re-add a line from NetBSD 0.8 to FreeBSD 1.0.
Add some missing NetBSD releases:  4.0.1, 5.0.1, 5.0.2 and 5.1.2.


To generate a diff of this commit:
cvs rdiff -u -r1.40.12.2.6.1 -r1.40.12.2.6.2 src/share/misc/bsd-family-tree

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



CVS commit: [netbsd-5-0] src/doc

2012-10-25 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Thu Oct 25 09:12:14 UTC 2012

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.3

Log Message:
Ticket #1806


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.86 -r1.1.2.87 src/doc/CHANGES-5.0.3

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



CVS commit: [netbsd-5-0] src/share/misc

2012-10-25 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Thu Oct 25 09:11:58 UTC 2012

Modified Files:
src/share/misc [netbsd-5-0]: bsd-family-tree

Log Message:
Pull up the following revisions(s) (requested by riz in ticket #1806):
share/misc/bsd-family-tree: revision 1.46-1.47

Re-add a line from NetBSD 0.8 to FreeBSD 1.0.
Add some missing NetBSD releases:  4.0.1, 5.0.1, 5.0.2 and 5.1.2.


To generate a diff of this commit:
cvs rdiff -u -r1.40.12.2.2.1 -r1.40.12.2.2.2 src/share/misc/bsd-family-tree

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



CVS commit: [netbsd-5] src/doc

2012-10-25 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Thu Oct 25 09:10:39 UTC 2012

Modified Files:
src/doc [netbsd-5]: CHANGES-5.2

Log Message:
Ticket #1806


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.189 -r1.1.2.190 src/doc/CHANGES-5.2

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



CVS commit: [netbsd-5] src/share/misc

2012-10-25 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Thu Oct 25 09:10:13 UTC 2012

Modified Files:
src/share/misc [netbsd-5]: bsd-family-tree

Log Message:
Pull up the following revisions(s) (requested by riz in ticket #1806):
share/misc/bsd-family-tree: revision 1.46-1.47

Re-add a line from NetBSD 0.8 to FreeBSD 1.0.
Add some missing NetBSD releases:  4.0.1, 5.0.1, 5.0.2 and 5.1.2.


To generate a diff of this commit:
cvs rdiff -u -r1.40.12.3 -r1.40.12.4 src/share/misc/bsd-family-tree

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



CVS commit: [netbsd-4-0] src/doc

2012-10-25 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Thu Oct 25 08:42:46 UTC 2012

Modified Files:
src/doc [netbsd-4-0]: CHANGES-4.0.2

Log Message:
Ticket #1463


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.112 -r1.1.2.113 src/doc/CHANGES-4.0.2

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



CVS commit: [netbsd-4-0] src/share/misc

2012-10-25 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Thu Oct 25 08:42:09 UTC 2012

Modified Files:
src/share/misc [netbsd-4-0]: bsd-family-tree

Log Message:
Pull up the following revisions(s) (requested by riz in ticket #1463):
share/misc/bsd-family-tree: revision 1.46-1.47

Re-add a line from NetBSD 0.8 to FreeBSD 1.0.
Add some missing NetBSD releases:  4.0.1, 5.0.1, 5.0.2 and 5.1.2.


To generate a diff of this commit:
cvs rdiff -u -r1.37.8.1 -r1.37.8.2 src/share/misc/bsd-family-tree

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



CVS commit: [netbsd-4] src/doc

2012-10-25 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Thu Oct 25 08:31:30 UTC 2012

Modified Files:
src/doc [netbsd-4]: CHANGES-4.1

Log Message:
Ticket #1463


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.254 -r1.1.2.255 src/doc/CHANGES-4.1

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



CVS commit: [netbsd-4] src/share/misc

2012-10-25 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Thu Oct 25 08:31:09 UTC 2012

Modified Files:
src/share/misc [netbsd-4]: bsd-family-tree

Log Message:
Pull up the following revisions(s) (requested by riz in ticket #1463):
share/misc/bsd-family-tree: revision 1.46-1.47
share/misc/bsd-family-tree: revision 1.47

Re-add a line from NetBSD 0.8 to FreeBSD 1.0.
Add some missing NetBSD releases:  4.0.1, 5.0.1, 5.0.2 and 5.1.2.


To generate a diff of this commit:
cvs rdiff -u -r1.37.4.1 -r1.37.4.2 src/share/misc/bsd-family-tree

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