CVS commit: src/sys/dev

2015-07-26 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Sun Jul 26 07:23:10 UTC 2015

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

Log Message:
Whitespace


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/sys/dev/ldvar.h

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



CVS commit: src/sys/ufs/lfs

2015-07-26 Thread Juergen Hannken-Illjes
Module Name:src
Committed By:   hannken
Date:   Sun Jul 26 08:13:24 UTC 2015

Modified Files:
src/sys/ufs/lfs: lfs_vnops.c

Log Message:
lfs_flush_pchain: replace vget() with vcache_get().


To generate a diff of this commit:
cvs rdiff -u -r1.276 -r1.277 src/sys/ufs/lfs/lfs_vnops.c

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



CVS commit: src/sys/ufs/lfs

2015-07-26 Thread Juergen Hannken-Illjes
Module Name:src
Committed By:   hannken
Date:   Sun Jul 26 08:33:53 UTC 2015

Modified Files:
src/sys/ufs/lfs: ulfs_quota1.c

Log Message:
Remove bogus "mutex_enter(&mntvnode_lock)".


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/ufs/lfs/ulfs_quota1.c

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



CVS commit: src/external/mit/xorg/server/xorg-server/GL

2015-07-26 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sun Jul 26 09:04:15 UTC 2015

Removed Files:
src/external/mit/xorg/server/xorg-server/GL: Makefile
src/external/mit/xorg/server/xorg-server/GL/GLcore: Makefile
Makefile.GLcore
src/external/mit/xorg/server/xorg-server/GL/glx: Makefile Makefile.glx

Log Message:
remove unused files.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r0 src/external/mit/xorg/server/xorg-server/GL/Makefile
cvs rdiff -u -r1.1 -r0 \
src/external/mit/xorg/server/xorg-server/GL/GLcore/Makefile
cvs rdiff -u -r1.3 -r0 \
src/external/mit/xorg/server/xorg-server/GL/GLcore/Makefile.GLcore
cvs rdiff -u -r1.2 -r0 \
src/external/mit/xorg/server/xorg-server/GL/glx/Makefile
cvs rdiff -u -r1.6 -r0 \
src/external/mit/xorg/server/xorg-server/GL/glx/Makefile.glx

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-07-26 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sun Jul 26 10:09:53 UTC 2015

Modified Files:
src/sys/arch/evbarm/conf: JETSONTK1

Log Message:
disable DEBUG and LOCKDEBUG


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/sys/arch/evbarm/conf/JETSONTK1

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



CVS commit: src/sys/arch/amd64

2015-07-26 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sun Jul 26 10:49:05 UTC 2015

Modified Files:
src/sys/arch/amd64/amd64: kgdb_machdep.c
src/sys/arch/amd64/include: db_machdep.h

Log Message:
properly copy regs for kgdb, and define the number of registers properly.
from openbsd via Vicente Chaves and PR port-amd64/50091.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/amd64/amd64/kgdb_machdep.c
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/amd64/include/db_machdep.h

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



CVS commit: src/tools/compat

2015-07-26 Thread Kamil Rytarowski
Module Name:src
Committed By:   kamil
Date:   Sun Jul 26 14:01:53 UTC 2015

Modified Files:
src/tools/compat: Makefile compat_defs.h configure configure.ac
nbtool_config.h.in

Log Message:
Add reallocarr(3) to tools/compat

This should unbreak libutil(3) creation on systems withot reallocarr(3).


To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 src/tools/compat/Makefile
cvs rdiff -u -r1.101 -r1.102 src/tools/compat/compat_defs.h
cvs rdiff -u -r1.82 -r1.83 src/tools/compat/configure
cvs rdiff -u -r1.83 -r1.84 src/tools/compat/configure.ac
cvs rdiff -u -r1.36 -r1.37 src/tools/compat/nbtool_config.h.in

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



CVS commit: src/sys/arch/macppc/stand/ofwboot

2015-07-26 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Sun Jul 26 14:24:29 UTC 2015

Modified Files:
src/sys/arch/macppc/stand/ofwboot: Locore.c

Log Message:
Don't set garbages into BAT registers, which was broken in rev 1.25.

Should fix PR port-macppc/50018 (though there is no response for 3 weeks),
and should be pulled up to netbsd-7.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/sys/arch/macppc/stand/ofwboot/Locore.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/nvidia

2015-07-26 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sun Jul 26 15:12:03 UTC 2015

Modified Files:
src/sys/arch/arm/nvidia: tegra_hdmi.c

Log Message:
fix a few typos in the audio infoframe we build


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/arm/nvidia/tegra_hdmi.c

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



CVS commit: src

2015-07-26 Thread Kamil Rytarowski
Module Name:src
Committed By:   kamil
Date:   Sun Jul 26 15:15:31 UTC 2015

Modified Files:
src/distrib/sets/lists/base: shl.mi
src/distrib/sets/lists/debug: shl.mi
src/lib/libutil: shlib_version

Log Message:
Bump shalib minor for new function: ereallocarr(3)

Noted by 


To generate a diff of this commit:
cvs rdiff -u -r1.743 -r1.744 src/distrib/sets/lists/base/shl.mi
cvs rdiff -u -r1.104 -r1.105 src/distrib/sets/lists/debug/shl.mi
cvs rdiff -u -r1.51 -r1.52 src/lib/libutil/shlib_version

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-07-26 Thread David Brownlee
Module Name:src
Committed By:   abs
Date:   Sun Jul 26 15:30:36 UTC 2015

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

Log Message:
Avoid NULL dev_priv->vlv_pctx-> deref in a WARN check on Lenovo B50-30,
add an additional check for the NULL dev_priv->vlv_pctx.
System now boots (though does not recognise any of the USB(3) ports)
pullup#7


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/external/bsd/drm2/dist/drm/i915/intel_pm.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/stdlib

2015-07-26 Thread Kamil Rytarowski
Module Name:src
Committed By:   kamil
Date:   Sun Jul 26 17:00:37 UTC 2015

Modified Files:
src/lib/libc/stdlib: malloc.3

Log Message:
mandoc lint


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 src/lib/libc/stdlib/malloc.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/stdlib

2015-07-26 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Jul 26 17:03:06 UTC 2015

Modified Files:
src/lib/libc/stdlib: quick_exit.3

Log Message:
>From Timo Buhrmester: Fix wrong parameter description


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/lib/libc/stdlib/quick_exit.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/stdlib

2015-07-26 Thread Kamil Rytarowski
Module Name:src
Committed By:   kamil
Date:   Sun Jul 26 17:09:29 UTC 2015

Modified Files:
src/lib/libc/stdlib: malloc.3

Log Message:
Add history of allocators

Idea accepted by 
No objctions from 


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/lib/libc/stdlib/malloc.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/stdlib

2015-07-26 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sun Jul 26 17:21:55 UTC 2015

Modified Files:
src/lib/libc/stdlib: jemalloc.c

Log Message:
Defer using pthread keys until we are threaded.
>From Christos, fixes PR port-arm/50087 by allowing malloc calls prior
to libpthread initialization.


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/lib/libc/stdlib/jemalloc.c

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



CVS commit: src/lib/libutil

2015-07-26 Thread Kamil Rytarowski
Module Name:src
Committed By:   kamil
Date:   Sun Jul 26 17:36:38 UTC 2015

Modified Files:
src/lib/libutil: efun.3

Log Message:
Sync parameter name with efun.c

This change is non-functional.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/lib/libutil/efun.3

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



CVS commit: src/lib/libutil

2015-07-26 Thread Kamil Rytarowski
Module Name:src
Committed By:   kamil
Date:   Sun Jul 26 17:37:38 UTC 2015

Modified Files:
src/lib/libutil: efun.3

Log Message:
Bump date for recent changes


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/lib/libutil/efun.3

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

2015-07-26 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sun Jul 26 17:54:46 UTC 2015

Modified Files:
src/sys/arch/arm/nvidia: tegra_hdaudio.c

Log Message:
set HDAUDIO_FLAG_NO_STREAM_RESET quirk


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

2015-07-26 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sun Jul 26 17:54:33 UTC 2015

Modified Files:
src/sys/dev/hdaudio: hdaudio.c hdaudiovar.h

Log Message:
Skip stream reset if HDAUDIO_FLAG_NO_STREAM_RESET flag is set.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/hdaudio/hdaudio.c
cvs rdiff -u -r1.3 -r1.4 src/sys/dev/hdaudio/hdaudiovar.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/hdaudio

2015-07-26 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sun Jul 26 19:06:26 UTC 2015

Modified Files:
src/sys/dev/hdaudio: hdafg.c

Log Message:
- Support multi-channel (> 2) output to HDMI sinks.
- Fix a bug in hdafg_set_params that could program converters using the
  wrong audio_params_t if auconv is in use
- Force Tegra124 HDMI codec to a fixed rate 44.1kHz


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/hdaudio/hdafg.c

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



CVS commit: src/doc

2015-07-26 Thread Kamil Rytarowski
Module Name:src
Committed By:   kamil
Date:   Sun Jul 26 19:31:19 UTC 2015

Modified Files:
src/doc: 3RDPARTY

Log Message:
Update the ACPICA entry

Version:   20150410
Current Vers:  20150717


To generate a diff of this commit:
cvs rdiff -u -r1.1237 -r1.1238 src/doc/3RDPARTY

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



CVS commit: xsrc/external/mit/libxcb/dist/src

2015-07-26 Thread Thomas Klausner
Module Name:xsrc
Committed By:   wiz
Date:   Sun Jul 26 22:13:33 UTC 2015

Modified Files:
xsrc/external/mit/libxcb/dist/src: xcb_in.c

Log Message:
Reduce diffs to upstream.
Probably merge issue, mostly whitespace.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 xsrc/external/mit/libxcb/dist/src/xcb_in.c

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



CVS commit: src/games/atc

2015-07-26 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Jul 26 22:22:24 UTC 2015

Modified Files:
src/games/atc: atc.6

Log Message:
Use An in AUTHORS section.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/games/atc/atc.6

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



CVS commit: src/lib/libc/stdlib

2015-07-26 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Jul 26 22:32:03 UTC 2015

Modified Files:
src/lib/libc/stdlib: malloc.3

Log Message:
Spacing; Fn -> Xr for jemalloc.


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 src/lib/libc/stdlib/malloc.3

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

2015-07-26 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Mon Jul 27 04:50:50 UTC 2015

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

Log Message:
 Add ACPI_RESOURCE_TYPE_END_TAG and ACPI_RESOURCE_TYPE_ADDRESS64.


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/sys/dev/acpi/acpi_resource.c

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