CVS commit: src/share/mk

2013-02-13 Thread Takeshi Nakayama
Module Name:src
Committed By:   nakayama
Date:   Wed Feb 13 08:00:48 UTC 2013

Modified Files:
src/share/mk: bsd.lib.mk

Log Message:
Fix copy and paste miss introduced in rev 1.327.


To generate a diff of this commit:
cvs rdiff -u -r1.330 -r1.331 src/share/mk/bsd.lib.mk

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

2013-02-13 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Wed Feb 13 12:15:09 UTC 2013

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

Log Message:
Match prototype with reality to fix tool build on platforms where
wint_t != int.


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 src/lib/libc/gen/vis.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

2013-02-13 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Wed Feb 13 12:28:23 UTC 2013

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

Log Message:
No functional change.
- "struct mii_data *mii = &sc->sc_mii" and use it.
- Add comments.
- Fix some comments.


To generate a diff of this commit:
cvs rdiff -u -r1.243 -r1.244 src/sys/dev/pci/if_wm.c

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



CVS commit: src/usr.bin/vis

2013-02-13 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Feb 13 13:58:44 UTC 2013

Modified Files:
src/usr.bin/vis: vis.c

Log Message:
handle EILSEQ.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/usr.bin/vis/vis.c

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



CVS commit: src/sys

2013-02-13 Thread Juergen Hannken-Illjes
Module Name:src
Committed By:   hannken
Date:   Wed Feb 13 14:03:49 UTC 2013

Modified Files:
src/sys/dev: fss.c
src/sys/kern: vfs_mount.c vfs_subr.c vfs_vnode.c
src/sys/miscfs/specfs: spec_vnops.c specdev.h
src/sys/sys: param.h

Log Message:
Make the spec_node table implementation private to spec_vnops.c.

To retrieve a spec_node, two new lookup functions (by device or by mount)
are implemented.  Both return a referenced vnode, for an opened block device
the opened vnode is returned so further diagnostic checks "vp == ... sd_bdevvp"
will not fire.  Otherwise any vnode matching the criteria gets returned.

No objections on tech-kern.

Welcome to 6.99.17


To generate a diff of this commit:
cvs rdiff -u -r1.85 -r1.86 src/sys/dev/fss.c
cvs rdiff -u -r1.16 -r1.17 src/sys/kern/vfs_mount.c
cvs rdiff -u -r1.435 -r1.436 src/sys/kern/vfs_subr.c
cvs rdiff -u -r1.18 -r1.19 src/sys/kern/vfs_vnode.c
cvs rdiff -u -r1.136 -r1.137 src/sys/miscfs/specfs/spec_vnops.c
cvs rdiff -u -r1.39 -r1.40 src/sys/miscfs/specfs/specdev.h
cvs rdiff -u -r1.424 -r1.425 src/sys/sys/param.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

2013-02-13 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Feb 13 15:22:09 UTC 2013

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

Log Message:
Handle invalid character sequences.


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 src/lib/libc/gen/vis.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

2013-02-13 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Wed Feb 13 16:58:04 UTC 2013

Modified Files:
src/sys/dev/pci: if_wm.c if_wmreg.h

Log Message:
No functional change.
 - Fix comment.
 - Use macro.


To generate a diff of this commit:
cvs rdiff -u -r1.244 -r1.245 src/sys/dev/pci/if_wm.c
cvs rdiff -u -r1.49 -r1.50 src/sys/dev/pci/if_wmreg.h

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



CVS commit: src/sys/rump

2013-02-13 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Wed Feb 13 18:45:20 UTC 2013

Added Files:
src/sys/rump: listsrcdirs

Log Message:
Move the list of source directories required by TOOLS_BUILDRUMP=yes from
the buildrump.sh repo to here.  While I don't expect the list to change
often, it's a function of the NetBSD source tree -r/-D and therefore
easier to maintain here.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/sys/rump/listsrcdirs

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



CVS commit: [netbsd-6] src

2013-02-13 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Wed Feb 13 20:52:07 UTC 2013

Modified Files:
src/external/mit/xorg/server/drivers [netbsd-6]: Makefile
src/external/mit/xorg/server/xorg-server [netbsd-6]: Makefile.common
src/external/mit/xorg/server/xorg-server/hw/xfree86/xorgos [netbsd-6]:
Makefile
src/sys/dev/wscons [netbsd-6]: wsdisplay_vconsvar.h
src/sys/dev/wsfb [netbsd-6]: genfb.c
Added Files:
src/distrib/sets/lists/xserver [netbsd-6]: md.evbarm

Log Message:
Pull up following revision(s) (requested by skrll in ticket #818):
xsrc/external/mit/xf86-video-wsfb/dist/src/wsfb_driver.c: revision 1.14
xsrc/external/mit/xf86-video-wsfb/dist/src/wsfb_driver.c: revision 1.15
external/mit/xorg/server/xorg-server/hw/xfree86/xorgos/Makefile: 
revision 1.32
external/mit/xorg/server/drivers/xf86-input-keyboard/Makefile: revision 
1.15
sys/dev/wsfb/genfb.c: revision 1.49
distrib/sets/lists/xserver/md.evbarm: revision 1.1
sys/dev/wscons/wsdisplay_vconsvar.h: revision 1.22
external/mit/xorg/server/xorg-server/Makefile.common: revision 1.24
xsrc/external/mit/xf86-video-wsfb/dist/src/wsfb.h: revision 1.4
external/mit/xorg/server/drivers/Makefile: revision 1.61
sys/dev/wsfb/genfb.c: revision 1.50
enable X11 build for evbarm.
aprint_verbose -> aprint_debug
WSDISPLAY_TYPE_VC4 framebuffer is BGR
for WSDISPLAYIO_SMODE, if the bus ioctl handler returns EPASSTHROUGH, dont 
treat it as an error
default to swkbd mode on evbarm as well, now X without config should work
properly on BeagleBoard, RPi and the like
fix a typo in a comment
use WSDISPLAYIO_GET_FBINFO if available


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.5.2.2 src/distrib/sets/lists/xserver/md.evbarm
cvs rdiff -u -r1.60.4.1 -r1.60.4.2 \
src/external/mit/xorg/server/drivers/Makefile
cvs rdiff -u -r1.23.4.1 -r1.23.4.2 \
src/external/mit/xorg/server/xorg-server/Makefile.common
cvs rdiff -u -r1.31.4.1 -r1.31.4.2 \
src/external/mit/xorg/server/xorg-server/hw/xfree86/xorgos/Makefile
cvs rdiff -u -r1.21 -r1.21.2.1 src/sys/dev/wscons/wsdisplay_vconsvar.h
cvs rdiff -u -r1.47 -r1.47.2.1 src/sys/dev/wsfb/genfb.c

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



CVS commit: [netbsd-6] xsrc/external/mit/xf86-video-wsfb/dist/src

2013-02-13 Thread Jeff Rizzo
Module Name:xsrc
Committed By:   riz
Date:   Wed Feb 13 20:52:41 UTC 2013

Modified Files:
xsrc/external/mit/xf86-video-wsfb/dist/src [netbsd-6]: wsfb.h
wsfb_driver.c

Log Message:
Pull up following revision(s) (requested by skrll in ticket #818):
xsrc/external/mit/xf86-video-wsfb/dist/src/wsfb_driver.c: revision 1.14
xsrc/external/mit/xf86-video-wsfb/dist/src/wsfb_driver.c: revision 1.15
external/mit/xorg/server/xorg-server/hw/xfree86/xorgos/Makefile: 
revision 1.32
external/mit/xorg/server/drivers/xf86-input-keyboard/Makefile: revision 
1.15
sys/dev/wsfb/genfb.c: revision 1.49
distrib/sets/lists/xserver/md.evbarm: revision 1.1
sys/dev/wscons/wsdisplay_vconsvar.h: revision 1.22
external/mit/xorg/server/xorg-server/Makefile.common: revision 1.24
xsrc/external/mit/xf86-video-wsfb/dist/src/wsfb.h: revision 1.4
external/mit/xorg/server/drivers/Makefile: revision 1.61
sys/dev/wsfb/genfb.c: revision 1.50
enable X11 build for evbarm.
aprint_verbose -> aprint_debug
WSDISPLAY_TYPE_VC4 framebuffer is BGR
for WSDISPLAYIO_SMODE, if the bus ioctl handler returns EPASSTHROUGH, dont 
treat it as an error
default to swkbd mode on evbarm as well, now X without config should work
properly on BeagleBoard, RPi and the like
fix a typo in a comment
use WSDISPLAYIO_GET_FBINFO if available


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.3.2.1 \
xsrc/external/mit/xf86-video-wsfb/dist/src/wsfb.h
cvs rdiff -u -r1.13 -r1.13.2.1 \
xsrc/external/mit/xf86-video-wsfb/dist/src/wsfb_driver.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

2013-02-13 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Feb 13 22:15:44 UTC 2013

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

Log Message:
Fix from J.R. Oldroyd for wide chars > 2


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 src/lib/libc/gen/vis.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

2013-02-13 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Feb 13 22:17:13 UTC 2013

Modified Files:
src/lib/libc/gen: vis.3

Log Message:
multi-byte doc from J.R. Oldroyd


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/lib/libc/gen/vis.3

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

2013-02-13 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Feb 13 22:19:18 UTC 2013

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

Log Message:
remove patch botches.


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 src/lib/libc/gen/vis.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

2013-02-13 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Wed Feb 13 22:19:48 UTC 2013

Modified Files:
src/lib/libc/gen: vis.3

Log Message:
Mark up LC_CTYPE as environment variable.


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/lib/libc/gen/vis.3

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



CVS commit: src/usr.bin/vis

2013-02-13 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Feb 13 22:24:48 UTC 2013

Modified Files:
src/usr.bin/vis: vis.1 vis.c

Log Message:
Multi-byte docs and fixes for > 2 mblen charsets from J.R. Oldroyd


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/usr.bin/vis/vis.1
cvs rdiff -u -r1.17 -r1.18 src/usr.bin/vis/vis.c

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



CVS commit: src/usr.bin/vis

2013-02-13 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Feb 13 22:28:41 UTC 2013

Modified Files:
src/usr.bin/vis: vis.c

Log Message:
don't allow NULL for extra


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/usr.bin/vis/vis.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/arm32

2013-02-13 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Wed Feb 13 23:08:46 UTC 2013

Modified Files:
src/sys/arch/arm/arm32: bus_dma.c

Log Message:
bounce buffer fixes + convert some kassert -> kassertmsg


To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 src/sys/arch/arm/arm32/bus_dma.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

2013-02-13 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Wed Feb 13 23:09:39 UTC 2013

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

Log Message:
Fix two fencepoint errors.


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

2013-02-13 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Wed Feb 13 23:10:58 UTC 2013

Modified Files:
src/sys/arch/arm/cortex: pl310.c

Log Message:
simplify cache range op


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/arm/cortex/pl310.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/arm32

2013-02-13 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Wed Feb 13 23:14:35 UTC 2013

Modified Files:
src/sys/arch/arm/arm32: pmap.c

Log Message:
Some armv7 fixes for speculative tlb loads.


To generate a diff of this commit:
cvs rdiff -u -r1.252 -r1.253 src/sys/arch/arm/arm32/pmap.c

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



CVS commit: src/usr.bin/passwd

2013-02-13 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Feb 13 23:19:14 UTC 2013

Modified Files:
src/usr.bin/passwd: Makefile

Log Message:
Keep the built-in support for passwd -k, but don't make the kpasswd link or
install the kpasswd man page since these are provided by heimdal. I ifdef'ed
them so that the code to install them is still with the Makefile.


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 src/usr.bin/passwd/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/conf

2013-02-13 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Wed Feb 13 23:25:28 UTC 2013

Modified Files:
src/sys/arch/evbarm/conf: std.bcm53xx

Log Message:
Turn on bounce buffering.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/evbarm/conf/std.bcm53xx

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



CVS commit: [matt-nb6-plus] src/sys/arch/arm/arm32

2013-02-13 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Wed Feb 13 23:52:03 UTC 2013

Modified Files:
src/sys/arch/arm/arm32 [matt-nb6-plus]: pmap.c

Log Message:
Sync with HEAD


To generate a diff of this commit:
cvs rdiff -u -r1.228.2.1.2.2 -r1.228.2.1.2.3 src/sys/arch/arm/arm32/pmap.c

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



CVS commit: [matt-nb6-plus] src/sys/arch/arm/broadcom

2013-02-13 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Wed Feb 13 23:52:18 UTC 2013

Modified Files:
src/sys/arch/arm/broadcom [matt-nb6-plus]: bcm53xx_board.c

Log Message:
Sync with HEAD


To generate a diff of this commit:
cvs rdiff -u -r1.8.4.3 -r1.8.4.4 src/sys/arch/arm/broadcom/bcm53xx_board.c

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



CVS commit: [matt-nb6-plus] src/sys

2013-02-13 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Wed Feb 13 23:52:45 UTC 2013

Modified Files:
src/sys/arch/arm/include [matt-nb6-plus]: bus_defs.h
src/sys/sys [matt-nb6-plus]: bus_proto.h

Log Message:
Sync with HEAD


To generate a diff of this commit:
cvs rdiff -u -r1.1.10.1 -r1.1.10.2 src/sys/arch/arm/include/bus_defs.h
cvs rdiff -u -r1.6 -r1.6.10.1 src/sys/sys/bus_proto.h

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



CVS commit: [matt-nb6-plus] src/sys/arch/evbarm/conf

2013-02-13 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Wed Feb 13 23:54:05 UTC 2013

Modified Files:
src/sys/arch/evbarm/conf [matt-nb6-plus]: std.bcm53xx

Log Message:
enable bounce buffers


To generate a diff of this commit:
cvs rdiff -u -r1.7.4.2 -r1.7.4.3 src/sys/arch/evbarm/conf/std.bcm53xx

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

2013-02-13 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Thu Feb 14 00:52:03 UTC 2013

Modified Files:
src/distrib/sets/lists/debug: ad.mips64el

Log Message:
Add missing libnetpgpverify.so


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/distrib/sets/lists/debug/ad.mips64el

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



CVS commit: src/external/gpl3/binutils

2013-02-13 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Thu Feb 14 00:53:31 UTC 2013

Modified Files:
src/external/gpl3/binutils/usr.bin/common: Makefile.prog
src/external/gpl3/binutils/usr.bin/gas: Makefile
src/external/gpl3/binutils/usr.bin/gprof: Makefile
src/external/gpl3/binutils/usr.bin/ld: Makefile
src/external/gpl3/binutils/usr.sbin/dbsym: Makefile
src/external/gpl3/binutils/usr.sbin/mdsetimage: Makefile

Log Message:
Deal with MKPICLIB=no fallout


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 \
src/external/gpl3/binutils/usr.bin/common/Makefile.prog
cvs rdiff -u -r1.4 -r1.5 src/external/gpl3/binutils/usr.bin/gas/Makefile
cvs rdiff -u -r1.5 -r1.6 src/external/gpl3/binutils/usr.bin/gprof/Makefile
cvs rdiff -u -r1.11 -r1.12 src/external/gpl3/binutils/usr.bin/ld/Makefile
cvs rdiff -u -r1.2 -r1.3 src/external/gpl3/binutils/usr.sbin/dbsym/Makefile
cvs rdiff -u -r1.2 -r1.3 \
src/external/gpl3/binutils/usr.sbin/mdsetimage/Makefile

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



CVS commit: src/external/bsd/am-utils

2013-02-13 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Thu Feb 14 00:54:12 UTC 2013

Modified Files:
src/external/bsd/am-utils: Makefile.inc

Log Message:
Deal with MKPICLIB=no fallout


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/am-utils/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/arch/mips/include

2013-02-13 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Thu Feb 14 00:55:26 UTC 2013

Modified Files:
src/sys/arch/mips/include: ieee.h

Log Message:
Make LDBL_NBIT and mask_nbit_l have no effect.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/mips/include/ieee.h

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



CVS commit: src/sys/kern

2013-02-13 Thread Taylor R Campbell
Module Name:src
Committed By:   riastradh
Date:   Thu Feb 14 01:00:08 UTC 2013

Modified Files:
src/sys/kern: uipc_syscalls.c uipc_usrreq.c

Log Message:
Fix some screw cases in cmsg file descriptor passing.

- Don't leave garbage in the control buffer if allocating file
descriptors fails in unp_externalize.

- Scrub the space between CMSG_LEN and CMSG_SPACE to avoid kernel
memory disclosure in unp_externalize.

- Don't read past cmsg_len when closing file descriptors that
couldn't get delivered, in free_rights.

ok christos


To generate a diff of this commit:
cvs rdiff -u -r1.158 -r1.159 src/sys/kern/uipc_syscalls.c
cvs rdiff -u -r1.140 -r1.141 src/sys/kern/uipc_usrreq.c

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



CVS commit: src/external/bsd/am-utils

2013-02-13 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Thu Feb 14 01:06:05 UTC 2013

Modified Files:
src/external/bsd/am-utils: Makefile.inc

Log Message:
Use LIBDPLIBS


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/am-utils/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/arch/arm/arm32

2013-02-13 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Thu Feb 14 01:12:39 UTC 2013

Modified Files:
src/sys/arch/arm/arm32: bus_dma.c

Log Message:
fix writebuf draining fix.


To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 src/sys/arch/arm/arm32/bus_dma.c

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



CVS commit: [matt-nb6-plus] src/sys/arch/arm/arm32

2013-02-13 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Thu Feb 14 01:12:53 UTC 2013

Modified Files:
src/sys/arch/arm/arm32 [matt-nb6-plus]: bus_dma.c

Log Message:
sync with HEAD


To generate a diff of this commit:
cvs rdiff -u -r1.54.10.2 -r1.54.10.3 src/sys/arch/arm/arm32/bus_dma.c

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



CVS commit: src/external/gpl3/binutils

2013-02-13 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Thu Feb 14 01:21:26 UTC 2013

Modified Files:
src/external/gpl3/binutils/usr.bin/common: Makefile.prog
src/external/gpl3/binutils/usr.bin/gas: Makefile
src/external/gpl3/binutils/usr.bin/ld: Makefile
src/external/gpl3/binutils/usr.sbin/dbsym: Makefile
src/external/gpl3/binutils/usr.sbin/mdsetimage: Makefile

Log Message:
Use LIBDPLIBS


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 \
src/external/gpl3/binutils/usr.bin/common/Makefile.prog
cvs rdiff -u -r1.5 -r1.6 src/external/gpl3/binutils/usr.bin/gas/Makefile
cvs rdiff -u -r1.12 -r1.13 src/external/gpl3/binutils/usr.bin/ld/Makefile
cvs rdiff -u -r1.3 -r1.4 src/external/gpl3/binutils/usr.sbin/dbsym/Makefile
cvs rdiff -u -r1.3 -r1.4 \
src/external/gpl3/binutils/usr.sbin/mdsetimage/Makefile

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



CVS commit: src/external/bsd/am-utils

2013-02-13 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Feb 14 01:57:43 UTC 2013

Modified Files:
src/external/bsd/am-utils: Makefile.inc
src/external/bsd/am-utils/bin: Makefile.inc
src/external/bsd/am-utils/bin/amd: Makefile
src/external/bsd/am-utils/bin/amq: Makefile
src/external/bsd/am-utils/bin/fixmount: Makefile
src/external/bsd/am-utils/bin/hlfsd: Makefile
src/external/bsd/am-utils/bin/pawd: Makefile
src/external/bsd/am-utils/bin/wire-test: Makefile

Log Message:
add PROGDPLIBS, and remove duplicate dependencies.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/am-utils/Makefile.inc
cvs rdiff -u -r1.1 -r1.2 src/external/bsd/am-utils/bin/Makefile.inc
cvs rdiff -u -r1.9 -r1.10 src/external/bsd/am-utils/bin/amd/Makefile
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/am-utils/bin/amq/Makefile
cvs rdiff -u -r1.1 -r1.2 src/external/bsd/am-utils/bin/fixmount/Makefile
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/am-utils/bin/hlfsd/Makefile
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/am-utils/bin/pawd/Makefile
cvs rdiff -u -r1.1 -r1.2 src/external/bsd/am-utils/bin/wire-test/Makefile

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



CVS commit: src/share/mk

2013-02-13 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Feb 14 01:58:00 UTC 2013

Modified Files:
src/share/mk: bsd.prog.mk

Log Message:
Add PROGDPLIBS


To generate a diff of this commit:
cvs rdiff -u -r1.280 -r1.281 src/share/mk/bsd.prog.mk

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



CVS commit: src/external/gpl3/binutils

2013-02-13 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Thu Feb 14 02:53:00 UTC 2013

Modified Files:
src/external/gpl3/binutils/usr.bin/common: Makefile.prog
src/external/gpl3/binutils/usr.bin/gas: Makefile
src/external/gpl3/binutils/usr.bin/ld: Makefile
src/external/gpl3/binutils/usr.sbin/dbsym: Makefile
src/external/gpl3/binutils/usr.sbin/mdsetimage: Makefile

Log Message:
Use PROGDPLIBS


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 \
src/external/gpl3/binutils/usr.bin/common/Makefile.prog
cvs rdiff -u -r1.6 -r1.7 src/external/gpl3/binutils/usr.bin/gas/Makefile
cvs rdiff -u -r1.13 -r1.14 src/external/gpl3/binutils/usr.bin/ld/Makefile
cvs rdiff -u -r1.4 -r1.5 src/external/gpl3/binutils/usr.sbin/dbsym/Makefile
cvs rdiff -u -r1.4 -r1.5 \
src/external/gpl3/binutils/usr.sbin/mdsetimage/Makefile

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



CVS commit: src/share/mk

2013-02-13 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Feb 14 03:02:47 UTC 2013

Modified Files:
src/share/mk: bsd.prog.mk

Log Message:
Since the libraries are produced with different MK flags than the programs,
we check for existance of the files instead of the MK flags.


To generate a diff of this commit:
cvs rdiff -u -r1.281 -r1.282 src/share/mk/bsd.prog.mk

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



CVS commit: src/external/gpl3/binutils

2013-02-13 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Feb 14 03:36:45 UTC 2013

Modified Files:
src/external/gpl3/binutils/usr.bin/common: Makefile.prog
src/external/gpl3/binutils/usr.bin/gas: Makefile
src/external/gpl3/binutils/usr.bin/ld: Makefile
src/external/gpl3/binutils/usr.sbin/dbsym: Makefile
src/external/gpl3/binutils/usr.sbin/mdsetimage: Makefile

Log Message:
fix previous


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 \
src/external/gpl3/binutils/usr.bin/common/Makefile.prog
cvs rdiff -u -r1.7 -r1.8 src/external/gpl3/binutils/usr.bin/gas/Makefile
cvs rdiff -u -r1.14 -r1.15 src/external/gpl3/binutils/usr.bin/ld/Makefile
cvs rdiff -u -r1.5 -r1.6 src/external/gpl3/binutils/usr.sbin/dbsym/Makefile
cvs rdiff -u -r1.5 -r1.6 \
src/external/gpl3/binutils/usr.sbin/mdsetimage/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/arm/conf

2013-02-13 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Thu Feb 14 07:26:24 UTC 2013

Modified Files:
src/sys/arch/arm/conf: files.arm

Log Message:
Add BUSDMA_COUNTERS option


To generate a diff of this commit:
cvs rdiff -u -r1.115 -r1.116 src/sys/arch/arm/conf/files.arm

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