CVS commit: src

2015-02-28 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sun Mar  1 07:46:04 UTC 2015

Modified Files:
src/distrib/sets: mkvars.mk sets.subr
src/distrib/sets/lists/xdebug: md.amd64 md.i386
src/distrib/sets/lists/xserver: md.amd64 md.i386
src/external/mit/xorg/server/drivers: Makefile
src/share/mk: bsd.README bsd.own.mk
Added Files:
src/external/mit/xorg/server/drivers/xf86-video-radeon-kms: Makefile

Log Message:
add build framework to choose between xf86-video-ati 6.x (UMS/KMS)
and 7.x (KMS only), and switch x86 to the latest (KMS only) version.

(if someone can make x86 install both radeon_drv.so.[67] and leave
the default symlink to .7, that would be nice.  renaming it so that
it's easier to choose via xorg.conf is a little more tricky..)


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/distrib/sets/mkvars.mk
cvs rdiff -u -r1.162 -r1.163 src/distrib/sets/sets.subr
cvs rdiff -u -r1.10 -r1.11 src/distrib/sets/lists/xdebug/md.amd64
cvs rdiff -u -r1.11 -r1.12 src/distrib/sets/lists/xdebug/md.i386
cvs rdiff -u -r1.75 -r1.76 src/distrib/sets/lists/xserver/md.amd64
cvs rdiff -u -r1.94 -r1.95 src/distrib/sets/lists/xserver/md.i386
cvs rdiff -u -r1.63 -r1.64 src/external/mit/xorg/server/drivers/Makefile
cvs rdiff -u -r0 -r1.1 \
src/external/mit/xorg/server/drivers/xf86-video-radeon-kms/Makefile
cvs rdiff -u -r1.337 -r1.338 src/share/mk/bsd.README
cvs rdiff -u -r1.843 -r1.844 src/share/mk/bsd.own.mk

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



CVS commit: xsrc/external/mit/xorg-server/dist

2015-02-28 Thread matthew green
Module Name:xsrc
Committed By:   mrg
Date:   Sun Mar  1 07:44:07 UTC 2015

Modified Files:
xsrc/external/mit/xorg-server/dist/exa: exa_unaccel.c
xsrc/external/mit/xorg-server/dist/glx: glxdri.c
xsrc/external/mit/xorg-server/dist/include: regionstr.h

Log Message:
port a change back from newer xorg-server, which is needed
for xf86-video-ati 7.x.

http://lists.x.org/archives/xorg-devel/2011-March/020990.html

commit 43e47433cf55c98db5308a51c1c514c59901f598
Author: S�ren Sandmann Pedersen 
Date:   Tue Mar 29 13:06:36 2011 -0400

Add RegionInitBoxes(), and fix some buggy callers of RegionInit().

The interface to RegionInit():

RegionInit (RegionPtr pReg, BoxPtr rect, int size);

is very confusing because it doesn't take a list of boxes, it takes
*one* box, but if that box is NULL, it initializes an empty region
with 'size' rectangles preallocated.

Most callers of this function were correctly passing either NULL or
just one box, but there were three confused cases, where the code
seems to expect a region to be created from a list of boxes.

This patch adds a new function RegionInitBoxes() and fixes those
instances to call that instead.

And yes, the pixman function to initialize a region from a list of
boxes is called init_rects() because pixman is also awesome.

V2: Make RegionInitBoxes() return a Bool indicating whether the call
succeeded, and fix the callers to check this return value.

Signed-off-by: Soren Sandmann 


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 xsrc/external/mit/xorg-server/dist/exa/exa_unaccel.c
cvs rdiff -u -r1.5 -r1.6 xsrc/external/mit/xorg-server/dist/glx/glxdri.c
cvs rdiff -u -r1.4 -r1.5 \
xsrc/external/mit/xorg-server/dist/include/regionstr.h

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



CVS commit: xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/bsd

2015-02-28 Thread matthew green
Module Name:xsrc
Committed By:   mrg
Date:   Sun Mar  1 07:40:53 UTC 2015

Modified Files:
xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/bsd:
bsd_init.c

Log Message:
remove \n\n that confuses the Xorg log file.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 \
xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/bsd/bsd_init.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/ic

2015-02-28 Thread Michael van Elst
Module Name:src
Committed By:   mlelstv
Date:   Sun Mar  1 07:05:59 UTC 2015

Modified Files:
src/sys/dev/ic: vga.c vga_raster.c

Log Message:
Also unmap video memory when detaching console


To generate a diff of this commit:
cvs rdiff -u -r1.114 -r1.115 src/sys/dev/ic/vga.c
cvs rdiff -u -r1.43 -r1.44 src/sys/dev/ic/vga_raster.c

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



CVS import: xsrc/external/mit/xf86-video-ati-kms/dist

2015-02-28 Thread matthew green
Module Name:xsrc
Committed By:   mrg
Date:   Sun Mar  1 04:52:47 UTC 2015

Update of /cvsroot/xsrc/external/mit/xf86-video-ati-kms/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv19011

Log Message:
initial import of xf86-video-ati 7.5.0 sources, into a new subdir as
this only has a chance of working on systems with KMS -- -7 on x86
only, so we need to keep the 6.x around for everyone else.

Status:

Vendor Tag: xorg
Release Tags:   xf86-video-ati-7-5-0

N xsrc/external/mit/xf86-video-ati-kms/dist/ltmain.sh
N xsrc/external/mit/xf86-video-ati-kms/dist/depcomp
N xsrc/external/mit/xf86-video-ati-kms/dist/config.guess
N xsrc/external/mit/xf86-video-ati-kms/dist/missing
N xsrc/external/mit/xf86-video-ati-kms/dist/aclocal.m4
N xsrc/external/mit/xf86-video-ati-kms/dist/COPYING
N xsrc/external/mit/xf86-video-ati-kms/dist/compile
N xsrc/external/mit/xf86-video-ati-kms/dist/INSTALL
N xsrc/external/mit/xf86-video-ati-kms/dist/Makefile.in
N xsrc/external/mit/xf86-video-ati-kms/dist/config.sub
N xsrc/external/mit/xf86-video-ati-kms/dist/configure.ac
N xsrc/external/mit/xf86-video-ati-kms/dist/README
N xsrc/external/mit/xf86-video-ati-kms/dist/Makefile.am
N xsrc/external/mit/xf86-video-ati-kms/dist/configure
N xsrc/external/mit/xf86-video-ati-kms/dist/ChangeLog
N xsrc/external/mit/xf86-video-ati-kms/dist/config.h.in
N xsrc/external/mit/xf86-video-ati-kms/dist/install-sh
N xsrc/external/mit/xf86-video-ati-kms/dist/man/Makefile.in
N xsrc/external/mit/xf86-video-ati-kms/dist/man/radeon.man
N xsrc/external/mit/xf86-video-ati-kms/dist/man/Makefile.am
N xsrc/external/mit/xf86-video-ati-kms/dist/man/ati.man
N xsrc/external/mit/xf86-video-ati-kms/dist/src/r600_state.h
N xsrc/external/mit/xf86-video-ati-kms/dist/src/ati.c
N xsrc/external/mit/xf86-video-ati-kms/dist/src/radeon_pci_chipset_gen.h
N xsrc/external/mit/xf86-video-ati-kms/dist/src/radeon_version.h
N xsrc/external/mit/xf86-video-ati-kms/dist/src/radeon_video.h
N xsrc/external/mit/xf86-video-ati-kms/dist/src/radeon_bo_helper.c
N xsrc/external/mit/xf86-video-ati-kms/dist/src/radeon_probe.h
N xsrc/external/mit/xf86-video-ati-kms/dist/src/evergreen_exa.c
N xsrc/external/mit/xf86-video-ati-kms/dist/src/radeon_kms.c
N xsrc/external/mit/xf86-video-ati-kms/dist/src/cayman_accel.c
N xsrc/external/mit/xf86-video-ati-kms/dist/src/radeon.h
N xsrc/external/mit/xf86-video-ati-kms/dist/src/r600_textured_videofuncs.c
N xsrc/external/mit/xf86-video-ati-kms/dist/src/radeon_chipset_gen.h
N xsrc/external/mit/xf86-video-ati-kms/dist/src/radeon_exa_render.c
N xsrc/external/mit/xf86-video-ati-kms/dist/src/r600_shader.c
N xsrc/external/mit/xf86-video-ati-kms/dist/src/evergreen_accel.c
N xsrc/external/mit/xf86-video-ati-kms/dist/src/r600_reg_auto_r6xx.h
N xsrc/external/mit/xf86-video-ati-kms/dist/src/radeon_xvmc.c
N xsrc/external/mit/xf86-video-ati-kms/dist/src/cayman_reg.h
N xsrc/external/mit/xf86-video-ati-kms/dist/src/radeon_glamor.h
N xsrc/external/mit/xf86-video-ati-kms/dist/src/bicubic_table.h
N xsrc/external/mit/xf86-video-ati-kms/dist/src/radeon_misc.c
N xsrc/external/mit/xf86-video-ati-kms/dist/src/radeon_exa_shared.c
N xsrc/external/mit/xf86-video-ati-kms/dist/src/atipcirename.h
N xsrc/external/mit/xf86-video-ati-kms/dist/src/radeon_dri2.c
N xsrc/external/mit/xf86-video-ati-kms/dist/src/radeon_pci_device_match_gen.h
N xsrc/external/mit/xf86-video-ati-kms/dist/src/drmmode_display.c
N xsrc/external/mit/xf86-video-ati-kms/dist/src/drmmode_display.h
N xsrc/external/mit/xf86-video-ati-kms/dist/src/simple_list.h
N xsrc/external/mit/xf86-video-ati-kms/dist/src/bicubic_table.py
N xsrc/external/mit/xf86-video-ati-kms/dist/src/atipciids.h
N xsrc/external/mit/xf86-video-ati-kms/dist/src/evergreen_textured_videofuncs.c
N xsrc/external/mit/xf86-video-ati-kms/dist/src/cayman_shader.c
N xsrc/external/mit/xf86-video-ati-kms/dist/src/compat-api.h
N xsrc/external/mit/xf86-video-ati-kms/dist/src/r600_reg.h
N xsrc/external/mit/xf86-video-ati-kms/dist/src/radeon_exa.c
N xsrc/external/mit/xf86-video-ati-kms/dist/src/radeon_textured_videofuncs.c
N xsrc/external/mit/xf86-video-ati-kms/dist/src/evergreen_reg.h
N xsrc/external/mit/xf86-video-ati-kms/dist/src/radeon_dri2.h
N xsrc/external/mit/xf86-video-ati-kms/dist/src/ati_pciids_gen.h
N xsrc/external/mit/xf86-video-ati-kms/dist/src/r600_reg_r6xx.h
N xsrc/external/mit/xf86-video-ati-kms/dist/src/cayman_reg_auto.h
N xsrc/external/mit/xf86-video-ati-kms/dist/src/evergreen_shader.c
N xsrc/external/mit/xf86-video-ati-kms/dist/src/Makefile.in
N xsrc/external/mit/xf86-video-ati-kms/dist/src/radeon_bo_helper.h
N xsrc/external/mit/xf86-video-ati-kms/dist/src/r600_reg_r7xx.h
N xsrc/external/mit/xf86-video-ati-kms/dist/src/radeon_exa_funcs.c
N xsrc/external/mit/xf86-video-ati-kms/dist/src/r6xx_accel.c
N xsrc/external/mit/xf86-video-ati-kms/dist/src/radeon_probe.c
N xsrc/external/mit/xf86-video-ati-kms/dist/src/evergreen_shader.h
N xsrc/external/mit/xf86-video-ati-kms/dist/src/radeon_exa_shared.h
N xsrc/external/mit/xf86-video-ati-kms/di

CVS commit: src/sys/kern

2015-02-28 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Mar  1 01:14:41 UTC 2015

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

Log Message:
PR/39918: ITOH Yasufumi: Replace KASSERT with continue, since the file
descriptor can be closed since closef() does not pay attention to FDEFER.
XXX: Pullup-7


To generate a diff of this commit:
cvs rdiff -u -r1.174 -r1.175 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/usr.bin/sed

2015-02-28 Thread Aleksej Saushev
Module Name:src
Committed By:   asau
Date:   Sun Mar  1 01:07:46 UTC 2015

Modified Files:
src/usr.bin/sed: extern.h process.c

Log Message:
Hide more subroutines in processing phase.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/usr.bin/sed/extern.h
cvs rdiff -u -r1.50 -r1.51 src/usr.bin/sed/process.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/sed

2015-02-28 Thread Aleksej Saushev
Module Name:src
Committed By:   asau
Date:   Sun Mar  1 01:00:07 UTC 2015

Modified Files:
src/usr.bin/sed: extern.h main.c process.c

Log Message:
Close files opened at processing time within processing phase.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/usr.bin/sed/extern.h
cvs rdiff -u -r1.32 -r1.33 src/usr.bin/sed/main.c
cvs rdiff -u -r1.49 -r1.50 src/usr.bin/sed/process.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/sed

2015-02-28 Thread Aleksej Saushev
Module Name:src
Committed By:   asau
Date:   Sun Mar  1 00:51:08 UTC 2015

Modified Files:
src/usr.bin/sed: compile.c extern.h process.c

Log Message:
Move run-time data structures into processing part.


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 src/usr.bin/sed/compile.c
cvs rdiff -u -r1.16 -r1.17 src/usr.bin/sed/extern.h
cvs rdiff -u -r1.48 -r1.49 src/usr.bin/sed/process.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/sed

2015-02-28 Thread Aleksej Saushev
Module Name:src
Committed By:   asau
Date:   Sun Mar  1 00:38:01 UTC 2015

Modified Files:
src/usr.bin/sed: extern.h main.c process.c

Log Message:
Move data I/O file pointers into processing part.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/usr.bin/sed/extern.h
cvs rdiff -u -r1.31 -r1.32 src/usr.bin/sed/main.c
cvs rdiff -u -r1.47 -r1.48 src/usr.bin/sed/process.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

2015-02-28 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sun Mar  1 00:34:14 UTC 2015

Modified Files:
src/sys/dev: midi_if.h

Log Message:
fix some comments about MP midi.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/sys/dev/midi_if.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

2015-02-28 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sat Feb 28 23:04:34 UTC 2015

Modified Files:
src/sys/kern: kern_module.c

Log Message:
if the root file-system is not yet mounted, hide "vfs load failed" spam with 
options DEBUG


To generate a diff of this commit:
cvs rdiff -u -r1.102 -r1.103 src/sys/kern/kern_module.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/amlogic

2015-02-28 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sat Feb 28 22:53:25 UTC 2015

Modified Files:
src/sys/arch/arm/amlogic: amlogic_board.c

Log Message:
invert gpio OEN bit logic, now usb works


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/amlogic/amlogic_board.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/sed

2015-02-28 Thread Aleksej Saushev
Module Name:src
Committed By:   asau
Date:   Sat Feb 28 21:56:53 UTC 2015

Modified Files:
src/usr.bin/sed: compile.c extern.h main.c process.c

Log Message:
Improve modularity of "sed" source:
- move program source input subroutines into compiler part;
- move data I/O subroutines into processor part.


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 src/usr.bin/sed/compile.c
cvs rdiff -u -r1.14 -r1.15 src/usr.bin/sed/extern.h
cvs rdiff -u -r1.30 -r1.31 src/usr.bin/sed/main.c
cvs rdiff -u -r1.46 -r1.47 src/usr.bin/sed/process.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/sparc64/sparc64

2015-02-28 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sat Feb 28 21:44:33 UTC 2015

Modified Files:
src/sys/arch/sparc64/sparc64: trap.c

Log Message:
As christos put it: "Tidy up error handling, and return SIGBUS for mmap
past the end of file as required by the spec."


To generate a diff of this commit:
cvs rdiff -u -r1.180 -r1.181 src/sys/arch/sparc64/sparc64/trap.c

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



CVS commit: src/sys/kern

2015-02-28 Thread Tyler R. Retzlaff
Module Name:src
Committed By:   rtr
Date:   Sat Feb 28 21:42:01 UTC 2015

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

Log Message:
Place opening brace to function at column 0, like in the rest of the file.


To generate a diff of this commit:
cvs rdiff -u -r1.173 -r1.174 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/sys/external/bsd/drm2/include/drm

2015-02-28 Thread Taylor R Campbell
Module Name:src
Committed By:   riastradh
Date:   Sat Feb 28 21:30:22 UTC 2015

Modified Files:
src/sys/external/bsd/drm2/include/drm: drm_wait_netbsd.h

Log Message:
Actually poll every tick as advertised.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 \
src/sys/external/bsd/drm2/include/drm/drm_wait_netbsd.h

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



CVS commit: src/sys/external/bsd/drm2/include/drm

2015-02-28 Thread Taylor R Campbell
Module Name:src
Committed By:   riastradh
Date:   Sat Feb 28 21:17:32 UTC 2015

Modified Files:
src/sys/external/bsd/drm2/include/drm: drm_wait_netbsd.h

Log Message:
Remove extraneous blank line.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 \
src/sys/external/bsd/drm2/include/drm/drm_wait_netbsd.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/evbarm/conf

2015-02-28 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sat Feb 28 18:52:01 UTC 2015

Modified Files:
src/sys/arch/evbarm/conf: ODROID-C1

Log Message:
add dwctwo and usb devices


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/evbarm/conf/ODROID-C1

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

2015-02-28 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sat Feb 28 18:50:57 UTC 2015

Modified Files:
src/sys/arch/arm/amlogic: amlogic_board.c amlogic_crureg.h
amlogic_dwctwo.c

Log Message:
more usb phy / clk init


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arm/amlogic/amlogic_board.c \
src/sys/arch/arm/amlogic/amlogic_crureg.h
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/amlogic/amlogic_dwctwo.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/amlogic

2015-02-28 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sat Feb 28 18:50:15 UTC 2015

Modified Files:
src/sys/arch/evbarm/amlogic: amlogic_machdep.c

Log Message:
access watchdog with AMLOGIC_CBUS_OFFSET offset


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/evbarm/amlogic/amlogic_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/external/bsd/drm2

2015-02-28 Thread Taylor R Campbell
Module Name:src
Committed By:   riastradh
Date:   Sat Feb 28 18:25:39 UTC 2015

Modified Files:
src/sys/external/bsd/drm2/dist/drm: drm_irq.c
src/sys/external/bsd/drm2/dist/drm/i915: i915_dma.c
src/sys/external/bsd/drm2/dist/drm/via: via_dmablit.c via_drv.h
via_irq.c via_video.c
src/sys/external/bsd/drm2/include/drm: drm_wait_netbsd.h

Log Message:
New macro DRM_SPIN_WAIT_ON better reflects DRM_WAIT_ON.

We still need to adapt all waits from upstream to use an interlock,
so we can't implement DRM_WAIT_ON verbatim, but this more closely
reflects the API of DRM_WAIT_ON than DRM_*WAIT*_UNTIL do.

Major difference is that this polls every tick, like DRM_WAIT_ON,
unlike DRM_*WAIT*_UNTIL.  So it will mask missing wakeups, but it
wouldn't surprise me if there were such things upstream.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/external/bsd/drm2/dist/drm/drm_irq.c
cvs rdiff -u -r1.14 -r1.15 src/sys/external/bsd/drm2/dist/drm/i915/i915_dma.c
cvs rdiff -u -r1.3 -r1.4 src/sys/external/bsd/drm2/dist/drm/via/via_dmablit.c \
src/sys/external/bsd/drm2/dist/drm/via/via_irq.c \
src/sys/external/bsd/drm2/dist/drm/via/via_video.c
cvs rdiff -u -r1.2 -r1.3 src/sys/external/bsd/drm2/dist/drm/via/via_drv.h
cvs rdiff -u -r1.8 -r1.9 \
src/sys/external/bsd/drm2/include/drm/drm_wait_netbsd.h

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



CVS commit: xsrc/external/mit/xsm/dist

2015-02-28 Thread Thomas Klausner
Module Name:xsrc
Committed By:   wiz
Date:   Sat Feb 28 17:27:14 UTC 2015

Modified Files:
xsrc/external/mit/xsm/dist: auth.c choose.c lock.c remote.c restart.c
saveutil.c

Log Message:
Switch to the version of the close-on-exec patch that was committed upstream.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 xsrc/external/mit/xsm/dist/auth.c \
xsrc/external/mit/xsm/dist/choose.c xsrc/external/mit/xsm/dist/lock.c \
xsrc/external/mit/xsm/dist/remote.c xsrc/external/mit/xsm/dist/restart.c \
xsrc/external/mit/xsm/dist/saveutil.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

2015-02-28 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Sat Feb 28 15:45:12 UTC 2015

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

Log Message:
Make this compile where gtmr isn't used.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/arm/cortex/armperiph.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/amlogic

2015-02-28 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sat Feb 28 15:21:07 UTC 2015

Modified Files:
src/sys/arch/evbarm/amlogic: amlogic_machdep.c

Log Message:
set correct a9tmr/a9wdt frequency


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/evbarm/amlogic/amlogic_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/arch/arm/amlogic

2015-02-28 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sat Feb 28 15:20:43 UTC 2015

Modified Files:
src/sys/arch/arm/amlogic: amlogic_board.c amlogic_crureg.h
amlogic_intr.h amlogic_io.c amlogic_reg.h amlogic_var.h
files.amlogic
Added Files:
src/sys/arch/arm/amlogic: amlogic_dwctwo.c

Log Message:
add dwc2 attachment, doesnt quite work yet


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/amlogic/amlogic_board.c \
src/sys/arch/arm/amlogic/amlogic_crureg.h \
src/sys/arch/arm/amlogic/amlogic_intr.h \
src/sys/arch/arm/amlogic/amlogic_io.c \
src/sys/arch/arm/amlogic/amlogic_reg.h \
src/sys/arch/arm/amlogic/files.amlogic
cvs rdiff -u -r0 -r1.1 src/sys/arch/arm/amlogic/amlogic_dwctwo.c
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/amlogic/amlogic_var.h

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



CVS commit: src/sys/external/bsd/drm2/dist/drm/i915

2015-02-28 Thread Taylor R Campbell
Module Name:src
Committed By:   riastradh
Date:   Sat Feb 28 14:10:00 UTC 2015

Modified Files:
src/sys/external/bsd/drm2/dist/drm/i915: intel_i2c.c

Log Message:
Match Linux's wait for gmbus a little more precisely.

Don't just wait up to 50 ms for a gmbus interrupt -- poll every tick
for >=50 ms.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/external/bsd/drm2/dist/drm/i915/intel_i2c.c

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



CVS commit: src/tests/lib/libc/sys

2015-02-28 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sat Feb 28 13:57:08 UTC 2015

Modified Files:
src/tests/lib/libc/sys: t_mmap.c

Log Message:
Make sure to use the values calculated in the loop that is supposed to crash
the client process - so the compiler does not optimize it all away.
Also improve diagnostic in case of common bug: SIGSEGV instead of SIGBUS.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/tests/lib/libc/sys/t_mmap.c

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



CVS commit: src/sys/compat/linux/common

2015-02-28 Thread Nicolas Joly
Module Name:src
Committed By:   njoly
Date:   Sat Feb 28 13:08:00 UTC 2015

Modified Files:
src/sys/compat/linux/common: linux_limit.h

Log Message:
When converting limits from linux32 (int32_t) to native (uint64_t),
cast it to unsigned first to avoid bad side effect for negative
values.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/compat/linux/common/linux_limit.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

2015-02-28 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Sat Feb 28 09:34:35 UTC 2015

Modified Files:
src/sys/arch/arm/broadcom: bcm2835_intr.c bcm2835_obio.c
bcm2835_space.c bcm2835reg.h bcm2835var.h files.bcm2835
src/sys/arch/arm/cortex: armperiph.c gtmr.c gtmr_var.h mpcore_var.h
src/sys/arch/evbarm/conf: RPI mk.rpi std.rpi
src/sys/arch/evbarm/rpi: genassym.cf rpi.h rpi_machdep.c rpi_start.S
Added Files:
src/sys/arch/evbarm/conf: RPI2
src/sys/arch/evbarm/rpi: rpi2_start.S

Log Message:
Initial RPI2 support - it doesn't work yet. The generic timer gets messed
up somehow.

This commit changes the KVA layout of the RPI.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/broadcom/bcm2835_intr.c
cvs rdiff -u -r1.22 -r1.23 src/sys/arch/arm/broadcom/bcm2835_obio.c
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/arm/broadcom/bcm2835_space.c
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/arm/broadcom/bcm2835reg.h
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/broadcom/bcm2835var.h
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/arm/broadcom/files.bcm2835
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/arm/cortex/armperiph.c
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/arm/cortex/gtmr.c
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/cortex/gtmr_var.h
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/cortex/mpcore_var.h
cvs rdiff -u -r1.59 -r1.60 src/sys/arch/evbarm/conf/RPI
cvs rdiff -u -r0 -r1.1 src/sys/arch/evbarm/conf/RPI2
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/evbarm/conf/mk.rpi
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/evbarm/conf/std.rpi
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/evbarm/rpi/genassym.cf
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/evbarm/rpi/rpi.h
cvs rdiff -u -r0 -r1.1 src/sys/arch/evbarm/rpi/rpi2_start.S
cvs rdiff -u -r1.56 -r1.57 src/sys/arch/evbarm/rpi/rpi_machdep.c
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/evbarm/rpi/rpi_start.S

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-02-28 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sat Feb 28 07:59:36 UTC 2015

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

Log Message:
557


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

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