CVS commit: src/sys/arch/hpcarm/include

2014-08-04 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Aug  4 07:06:48 UTC 2014

Added Files:
src/sys/arch/hpcarm/include: netbsd32_machdep.h

Log Message:
Add missing netbsd32_machdep.h file


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/sys/arch/hpcarm/include/netbsd32_machdep.h

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

2014-08-04 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Aug  4 08:50:13 UTC 2014

Modified Files:
src/usr.sbin/sysinst: menus.mi

Log Message:
Rename the "exit" option in the "select your installation" menu into
"Abandon installation" to make clear it is fatal - suggested by
Andreas Gustafsson.


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

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/arch/luna68k

2014-08-04 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Aug  4 08:59:28 UTC 2014

Modified Files:
src/usr.sbin/sysinst/arch/luna68k: md.c

Log Message:
Adapt to extended partitioning support


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/usr.sbin/sysinst/arch/luna68k/md.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/evbarm/odroid

2014-08-04 Thread Reinoud Zandijk
Module Name:src
Committed By:   reinoud
Date:   Mon Aug  4 11:30:10 UTC 2014

Modified Files:
src/sys/arch/evbarm/odroid: odroid_machdep.c

Log Message:
Remove old bootargs hack; now just rely on the common `BOOT_ARGS' config
variable if defined.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/arch/evbarm/odroid/odroid_machdep.c

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



CVS commit: src/distrib/macppc/floppies/ramdisk

2014-08-04 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Aug  4 11:30:35 UTC 2014

Modified Files:
src/distrib/macppc/floppies/ramdisk: Makefile

Log Message:
Slightly extend ramdisk size


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/distrib/macppc/floppies/ramdisk/Makefile

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



CVS commit: src/sys/arch/evbarm/odroid

2014-08-04 Thread Reinoud Zandijk
Module Name:src
Committed By:   reinoud
Date:   Mon Aug  4 11:32:27 UTC 2014

Modified Files:
src/sys/arch/evbarm/odroid: odroid_machdep.c

Log Message:
Reorder code so bootconfig is initialized at one place


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/sys/arch/evbarm/odroid/odroid_machdep.c

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



CVS commit: src/distrib/sparc/miniroot

2014-08-04 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Aug  4 13:09:42 UTC 2014

Modified Files:
src/distrib/sparc/miniroot: Makefile.inc

Log Message:
Bump miniroot size


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/distrib/sparc/miniroot/Makefile.inc

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



CVS commit: src/sys/opencrypto

2014-08-04 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Mon Aug  4 14:17:19 UTC 2014

Modified Files:
src/sys/opencrypto: cryptodev.c

Log Message:
At least crypto_mtx needs initialisation here.  Spotted during PR/49065
investigation.


To generate a diff of this commit:
cvs rdiff -u -r1.79 -r1.80 src/sys/opencrypto/cryptodev.c

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



CVS commit: src/sys/dev/qbus

2014-08-04 Thread Ryo ONODERA
Module Name:src
Committed By:   ryoon
Date:   Mon Aug  4 14:20:33 UTC 2014

Modified Files:
src/sys/dev/qbus: rf.c

Log Message:
Fix typo in comment.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/sys/dev/qbus/rf.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/evbarm/odroid

2014-08-04 Thread Reinoud Zandijk
Module Name:src
Committed By:   reinoud
Date:   Mon Aug  4 18:14:43 UTC 2014

Modified Files:
src/sys/arch/evbarm/odroid: genassym.cf odroid_machdep.c odroid_start.S

Log Message:
Save arguments from uboot at the very beginning in odroid_start.S supporting
both the `bootm' as the `go' method. While here, also implement the mac
address passing and parsing for the usmsc0 device.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/evbarm/odroid/genassym.cf
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/evbarm/odroid/odroid_machdep.c
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/evbarm/odroid/odroid_start.S

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



CVS commit: src/common/lib/libx86emu

2014-08-04 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Mon Aug  4 19:19:02 UTC 2014

Modified Files:
src/common/lib/libx86emu: x86emu.c

Log Message:
Fix decoding of MOVSX. From Wolf Ramovsky via FreeBSD.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/common/lib/libx86emu/x86emu.c

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/xdebug

2014-08-04 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Aug  4 19:35:44 UTC 2014

Modified Files:
src/distrib/sets/lists/xdebug: md.zaurus

Log Message:
Fix debug sets for zaurus


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/distrib/sets/lists/xdebug/md.zaurus

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



CVS commit: src/sys/dev/usb

2014-08-04 Thread Julian Coleman
Module Name:src
Committed By:   jdc
Date:   Mon Aug  4 19:59:37 UTC 2014

Modified Files:
src/sys/dev/usb: usbdevs

Log Message:
ATMEL WN210 is actually ID 0x4102 (spotted by mlelstv).


To generate a diff of this commit:
cvs rdiff -u -r1.679 -r1.680 src/sys/dev/usb/usbdevs

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



CVS commit: src/sys/dev/usb

2014-08-04 Thread Julian Coleman
Module Name:src
Committed By:   jdc
Date:   Mon Aug  4 20:01:12 UTC 2014

Modified Files:
src/sys/dev/usb: usbdevs.h usbdevs_data.h

Log Message:
Regenerate for:
  ATMEL WN210 is actually ID 0x4102 (spotted by mlelstv).


To generate a diff of this commit:
cvs rdiff -u -r1.671 -r1.672 src/sys/dev/usb/usbdevs.h
cvs rdiff -u -r1.672 -r1.673 src/sys/dev/usb/usbdevs_data.h

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



CVS commit: src/distrib/zaurus/ramdisk

2014-08-04 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Aug  4 20:20:39 UTC 2014

Modified Files:
src/distrib/zaurus/ramdisk: Makefile

Log Message:
Bump imagesize slightly


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/distrib/zaurus/ramdisk/Makefile

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



CVS commit: src/sys/arch/zaurus/conf

2014-08-04 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Aug  4 20:59:19 UTC 2014

Modified Files:
src/sys/arch/zaurus/conf: INSTALL

Log Message:
Adapt to increased ramdisk size


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/arch/zaurus/conf/INSTALL

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



CVS commit: src/common/lib/libx86emu

2014-08-04 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Mon Aug  4 21:40:11 UTC 2014

Modified Files:
src/common/lib/libx86emu: x86emu.c

Log Message:
Fix decoding of LEA when address-size prefix (67h) is present.

>From Wolf Ramovsky via FreeBSD, loosly based on Xorg changeset f57bc0e
by Christian Zander.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/common/lib/libx86emu/x86emu.c

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



CVS commit: src/common/lib/libx86emu

2014-08-04 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Mon Aug  4 21:41:44 UTC 2014

Modified Files:
src/common/lib/libx86emu: x86emu.c

Log Message:
Fix decoding of near CALL when address-size prefix (67h) is present.

>From Wolf Ramovsky via FreeBSD.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/common/lib/libx86emu/x86emu.c

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



CVS commit: src

2014-08-04 Thread Alan Barrett
Module Name:src
Committed By:   apb
Date:   Mon Aug  4 21:56:30 UTC 2014

Modified Files:
src: build.sh
src/share/zoneinfo: tzdata2netbsd
src/usr.bin/locate/locate: updatedb.sh
src/usr.sbin/etcupdate: etcupdate
src/usr.sbin/postinstall: postinstall

Log Message:
Synchronise several shell_quote implementations, and:
* Elide some unnecessary pairs of quotation marks, to improve readability.
  For example, shell_quote "''" is now \'\' instead of ''\'''\'''.
* Don't add quotes around words that contain only safe characters,
  to improve readability.
* LC_COLLATE=C to prevent [a-zA-Z] from matching non-ASCII characters.
* Use ${SED} if defined.


To generate a diff of this commit:
cvs rdiff -u -r1.288 -r1.289 src/build.sh
cvs rdiff -u -r1.3 -r1.4 src/share/zoneinfo/tzdata2netbsd
cvs rdiff -u -r1.14 -r1.15 src/usr.bin/locate/locate/updatedb.sh
cvs rdiff -u -r1.57 -r1.58 src/usr.sbin/etcupdate/etcupdate
cvs rdiff -u -r1.174 -r1.175 src/usr.sbin/postinstall/postinstall

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



CVS commit: src/share/examples/npf

2014-08-04 Thread Ryosuke Moro
Module Name:src
Committed By:   szptvlfn
Date:   Mon Aug  4 22:13:23 UTC 2014

Modified Files:
src/share/examples/npf: host-npf.conf

Log Message:
use proper address, ok spz@.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/share/examples/npf/host-npf.conf

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



CVS commit: src/sys/dev/i2c

2014-08-04 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Mon Aug  4 23:28:19 UTC 2014

Modified Files:
src/sys/dev/i2c: x1226.c

Log Message:
Assume bitops are meant here.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/dev/i2c/x1226.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/evbppc/mpc85xx

2014-08-04 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Mon Aug  4 23:31:36 UTC 2014

Modified Files:
src/sys/arch/evbppc/mpc85xx: machdep.c

Log Message:
mpc85xx_extirq_names is not used for the MPC8548 branch.


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/sys/arch/evbppc/mpc85xx/machdep.c

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



CVS commit: src/sys/dev/pci

2014-08-04 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Tue Aug  5 04:29:01 UTC 2014

Modified Files:
src/sys/dev/pci: if_bge.c

Log Message:
 In the BCM5703, the DMA read watermark should be set to less than
or equal to the maximum memory read byte count of the PCI-X command
register. Same as FreeBSD r204978 and Linux tg3 driver.


To generate a diff of this commit:
cvs rdiff -u -r1.275 -r1.276 src/sys/dev/pci/if_bge.c

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



CVS commit: src/sys

2014-08-04 Thread Tyler R. Retzlaff
Module Name:src
Committed By:   rtr
Date:   Tue Aug  5 05:24:27 UTC 2014

Modified Files:
src/sys/kern: uipc_socket.c uipc_usrreq.c
src/sys/net: link_proto.c raw_usrreq.c rtsock.c
src/sys/netatalk: ddp_usrreq.c
src/sys/netbt: hci_socket.c l2cap_socket.c rfcomm_socket.c sco_socket.c
src/sys/netinet: in_pcb.c in_pcb.h raw_ip.c tcp_usrreq.c udp_usrreq.c
src/sys/netinet6: in6_pcb.c in6_pcb.h raw_ip6.c udp6_usrreq.c
src/sys/netipsec: keysock.c
src/sys/netmpls: mpls_proto.c
src/sys/netnatm: natm.c
src/sys/rump/net/lib/libsockin: sockin.c
src/sys/sys: protosw.h un.h

Log Message:
revert the removal of struct lwp * parameter from bind, listen and connect
user requests.

this should resolve the issue relating to nfs client hangs presented
recently by wiz on current-users@


To generate a diff of this commit:
cvs rdiff -u -r1.230 -r1.231 src/sys/kern/uipc_socket.c
cvs rdiff -u -r1.164 -r1.165 src/sys/kern/uipc_usrreq.c
cvs rdiff -u -r1.20 -r1.21 src/sys/net/link_proto.c
cvs rdiff -u -r1.48 -r1.49 src/sys/net/raw_usrreq.c
cvs rdiff -u -r1.159 -r1.160 src/sys/net/rtsock.c
cvs rdiff -u -r1.57 -r1.58 src/sys/netatalk/ddp_usrreq.c
cvs rdiff -u -r1.36 -r1.37 src/sys/netbt/hci_socket.c
cvs rdiff -u -r1.27 -r1.28 src/sys/netbt/l2cap_socket.c
cvs rdiff -u -r1.29 -r1.30 src/sys/netbt/rfcomm_socket.c \
src/sys/netbt/sco_socket.c
cvs rdiff -u -r1.150 -r1.151 src/sys/netinet/in_pcb.c
cvs rdiff -u -r1.53 -r1.54 src/sys/netinet/in_pcb.h
cvs rdiff -u -r1.141 -r1.142 src/sys/netinet/raw_ip.c
cvs rdiff -u -r1.195 -r1.196 src/sys/netinet/tcp_usrreq.c
cvs rdiff -u -r1.213 -r1.214 src/sys/netinet/udp_usrreq.c
cvs rdiff -u -r1.127 -r1.128 src/sys/netinet6/in6_pcb.c
cvs rdiff -u -r1.38 -r1.39 src/sys/netinet6/in6_pcb.h
cvs rdiff -u -r1.132 -r1.133 src/sys/netinet6/raw_ip6.c
cvs rdiff -u -r1.111 -r1.112 src/sys/netinet6/udp6_usrreq.c
cvs rdiff -u -r1.39 -r1.40 src/sys/netipsec/keysock.c
cvs rdiff -u -r1.20 -r1.21 src/sys/netmpls/mpls_proto.c
cvs rdiff -u -r1.41 -r1.42 src/sys/netnatm/natm.c
cvs rdiff -u -r1.54 -r1.55 src/sys/rump/net/lib/libsockin/sockin.c
cvs rdiff -u -r1.56 -r1.57 src/sys/sys/protosw.h
cvs rdiff -u -r1.52 -r1.53 src/sys/sys/un.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/include

2014-08-04 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Tue Aug  5 06:24:56 UTC 2014

Modified Files:
src/sys/arch/arm/include: types.h

Log Message:
Don't set __NO_STRICT_ALIGNMENT as armv[67] ldm/stm have alignment
restrictions.

PR/49020: Writing to tap device may cause panic on RPI

Discussed with matt@


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/sys/arch/arm/include/types.h

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



CVS commit: src/sys/dev/usb

2014-08-04 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Tue Aug  5 06:35:56 UTC 2014

Modified Files:
src/sys/dev/usb: motg.c

Log Message:
Whitespace.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/dev/usb/motg.c

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



CVS commit: src/sys

2014-08-04 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Tue Aug  5 06:35:24 UTC 2014

Modified Files:
src/sys/dev/usb: ehci.c motg.c ohci.c uhci.c usbdi.c xhci.c
src/sys/external/bsd/dwc2: dwc2.c

Log Message:
Simplify the freeing of the interrupt pipe transfer.  Inspired by OpenBSD.


To generate a diff of this commit:
cvs rdiff -u -r1.226 -r1.227 src/sys/dev/usb/ehci.c
cvs rdiff -u -r1.4 -r1.5 src/sys/dev/usb/motg.c
cvs rdiff -u -r1.250 -r1.251 src/sys/dev/usb/ohci.c
cvs rdiff -u -r1.263 -r1.264 src/sys/dev/usb/uhci.c
cvs rdiff -u -r1.160 -r1.161 src/sys/dev/usb/usbdi.c
cvs rdiff -u -r1.20 -r1.21 src/sys/dev/usb/xhci.c
cvs rdiff -u -r1.28 -r1.29 src/sys/external/bsd/dwc2/dwc2.c

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