CVS commit: src/sys/kern

2014-04-13 Thread Masao Uebayashi
Module Name:src
Committed By:   uebayasi
Date:   Sun Apr 13 09:19:43 UTC 2014

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

Log Message:
copyinargs: Refactor.  Share code.


To generate a diff of this commit:
cvs rdiff -u -r1.391 -r1.392 src/sys/kern/kern_exec.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

2014-04-13 Thread Masao Uebayashi
Module Name:src
Committed By:   uebayasi
Date:   Sun Apr 13 12:11:01 UTC 2014

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

Log Message:
Revert braces.


To generate a diff of this commit:
cvs rdiff -u -r1.392 -r1.393 src/sys/kern/kern_exec.c

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



CVS commit: src/sys/rump/dev/lib/libpci

2014-04-13 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Sun Apr 13 12:40:00 UTC 2014

Modified Files:
src/sys/rump/dev/lib/libpci: pci_at_mainbus.c

Log Message:
create /dev/pci device nodes


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/rump/dev/lib/libpci/pci_at_mainbus.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/i2c

2014-04-13 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Apr 13 12:42:47 UTC 2014

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

Log Message:
fix statement with no effect (Dave Tyson)


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/i2c/w83795g.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/openssl/dist/ssl

2014-04-13 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Apr 13 13:14:15 UTC 2014

Modified Files:
src/crypto/external/bsd/openssl/dist/ssl: s3_pkt.c

Log Message:
Fix use after free:
https://rt.openssl.org/Ticket/Display.html?id=2167&user=guest&pass=guest
https://rt.openssl.org/Ticket/Display.html?id=3265&user=guest&pass=guest


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/crypto/external/bsd/openssl/dist/ssl/s3_pkt.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/sysmon

2014-04-13 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Sun Apr 13 13:19:50 UTC 2014

Modified Files:
src/sys/dev/sysmon: swwdog.c

Log Message:
If we pmf_register on attach, we should pmf_deregister on detach.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/dev/sysmon/swwdog.c

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



CVS commit: src/sys/rump/dev/lib/libpci

2014-04-13 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Sun Apr 13 15:43:26 UTC 2014

Modified Files:
src/sys/rump/dev/lib/libpci: rumpdev_bus_space.c

Log Message:
add some sort of bus_space_barrier()


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/rump/dev/lib/libpci/rumpdev_bus_space.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/hp300/stand

2014-04-13 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Sun Apr 13 15:45:27 UTC 2014

Modified Files:
src/sys/arch/hp300/stand: Makefile.buildboot
src/sys/arch/hp300/stand/common: ite.c itevar.h
Added Files:
src/sys/arch/hp300/stand/common: ite_sti.c

Log Message:
Add sti(4) at sgc screen console support.  From (the late) OpenBSD/hp300.

Tested on HP9000/425e, which was sent from Miod Vallat and
demonstrated at Open Source unConference 2014 Kagawa.


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/sys/arch/hp300/stand/Makefile.buildboot
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/hp300/stand/common/ite.c
cvs rdiff -u -r0 -r1.1 src/sys/arch/hp300/stand/common/ite_sti.c
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/hp300/stand/common/itevar.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/samsung

2014-04-13 Thread Reinoud Zandijk
Module Name:src
Committed By:   reinoud
Date:   Sun Apr 13 17:06:03 UTC 2014

Modified Files:
src/sys/arch/arm/samsung: exynos_var.h

Log Message:
Redefine IS_EXYNOS4_P() to check for the product family instead of summing up
variants


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

2014-04-13 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Sun Apr 13 17:13:27 UTC 2014

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

Log Message:
The ctf tools are controlled by MKCTF now. Mark the debug files
accordingly.


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 src/distrib/sets/lists/debug/mi

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



CVS commit: src/sys/lib/libunwind

2014-04-13 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Sun Apr 13 19:04:02 UTC 2014

Modified Files:
src/sys/lib/libunwind: Registers.hpp libunwind.cxx

Log Message:
Move definition of what the native register layout is into
Registers.hpp.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/lib/libunwind/Registers.hpp
cvs rdiff -u -r1.7 -r1.8 src/sys/lib/libunwind/libunwind.cxx

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



CVS commit: src/sys/arch

2014-04-13 Thread Reinoud Zandijk
Module Name:src
Committed By:   reinoud
Date:   Sun Apr 13 20:45:25 UTC 2014

Modified Files:
src/sys/arch/arm/samsung: exynos_soc.c exynos_var.h files.exynos
src/sys/arch/evbarm/odroid: odroid_machdep.c

Log Message:
Remove trustzone firmware indirect calls by explicit calling the exynos
routines in exynos_soc.c

While here, also remove unused variable conaddr


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/samsung/exynos_soc.c \
src/sys/arch/arm/samsung/files.exynos
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/samsung/exynos_var.h
cvs rdiff -u -r1.2 -r1.3 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/sys/arch/evbarm/conf

2014-04-13 Thread Reinoud Zandijk
Module Name:src
Committed By:   reinoud
Date:   Sun Apr 13 20:47:20 UTC 2014

Added Files:
src/sys/arch/evbarm/conf: ODROID-U

Log Message:
Split off Odroid-U* kernel from combined config file


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/sys/arch/evbarm/conf/ODROID-U

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-04-13 Thread Reinoud Zandijk
Module Name:src
Committed By:   reinoud
Date:   Sun Apr 13 20:53:35 UTC 2014

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

Log Message:
Remove old trustzone headerfile inclusion


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 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/sys/arch/arm/samsung

2014-04-13 Thread Reinoud Zandijk
Module Name:src
Committed By:   reinoud
Date:   Sun Apr 13 20:49:36 UTC 2014

Modified Files:
src/sys/arch/arm/samsung: exynos_soc.c

Log Message:
Remove old trustzone headerfile inclusion


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

2014-04-13 Thread Reinoud Zandijk
Module Name:src
Committed By:   reinoud
Date:   Sun Apr 13 20:52:29 UTC 2014

Modified Files:
src/sys/arch/arm/samsung: exynos_soc.c

Log Message:
Remove unused code snippet


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arm/samsung/exynos_soc.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/libexecinfo

2014-04-13 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Sun Apr 13 20:58:26 UTC 2014

Modified Files:
src/tests/lib/libexecinfo: t_backtrace.c

Log Message:
Bail out if backtrace(3) failed.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/tests/lib/libexecinfo/t_backtrace.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/acpi

2014-04-13 Thread Jonathan A. Kollasch
Module Name:src
Committed By:   jakllsch
Date:   Mon Apr 14 01:56:18 UTC 2014

Modified Files:
src/sys/dev/acpi: acpi_pci_link.c

Log Message:
don't run off the end of the source resource buffer


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/sys/dev/acpi/acpi_pci_link.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

2014-04-13 Thread Masao Uebayashi
Module Name:src
Committed By:   uebayasi
Date:   Mon Apr 14 05:39:19 UTC 2014

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

Log Message:
copyinargs: Replace a hand-written string copy loop with strlcpy(3).  Carefully
reuse return value of strlcpy(3) to iterate.


To generate a diff of this commit:
cvs rdiff -u -r1.393 -r1.394 src/sys/kern/kern_exec.c

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