CVS commit: src/doc

2016-01-28 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Thu Jan 28 09:12:17 UTC 2016

Modified Files:
src/doc: 3RDPARTY

Log Message:
binutils-2.26 out.


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

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



CVS commit: src/tests/fs/vfs

2016-01-28 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Thu Jan 28 10:10:09 UTC 2016

Modified Files:
src/tests/fs/vfs: t_vnops.c

Log Message:
The test for PR 50608 works now, remove the expected failure.


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 src/tests/fs/vfs/t_vnops.c

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



CVS commit: src/share/misc

2016-01-28 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Thu Jan 28 10:20:40 UTC 2016

Modified Files:
src/share/misc: acronyms acronyms.comp

Log Message:
Add a couple of entries for NFC

Fixes PR/50718


To generate a diff of this commit:
cvs rdiff -u -r1.243 -r1.244 src/share/misc/acronyms
cvs rdiff -u -r1.157 -r1.158 src/share/misc/acronyms.comp

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



CVS commit: [nick-nhusb] src/sys/dev/usb

2016-01-28 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Thu Jan 28 13:01:30 UTC 2016

Modified Files:
src/sys/dev/usb [nick-nhusb]: uhub.c

Log Message:
Whitespace


To generate a diff of this commit:
cvs rdiff -u -r1.126.2.20 -r1.126.2.21 src/sys/dev/usb/uhub.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/lua/dist

2016-01-28 Thread Lourival Pereira Vieira Neto
Module Name:src
Committed By:   lneto
Date:   Thu Jan 28 14:41:39 UTC 2016

Modified Files:
src/external/mit/lua/dist: Makefile README
src/external/mit/lua/dist/doc: lua.1 lua.css luac.1 manual.html
src/external/mit/lua/dist/src: lapi.c lapi.h lauxlib.c lauxlib.h
lbaselib.c lbitlib.c lcode.c lcode.h lcorolib.c lctype.c lctype.h
ldblib.c ldebug.c ldebug.h ldo.c ldo.h ldump.c lfunc.c lfunc.h
lgc.c lgc.h linit.c liolib.c llex.c llex.h llimits.h lmathlib.c
lmem.c lmem.h loadlib.c lobject.c lobject.h lopcodes.c lopcodes.h
loslib.c lparser.c lparser.h lprefix.h lstate.c lstate.h lstring.c
lstring.h lstrlib.c ltable.c ltable.h ltablib.c ltm.c ltm.h lua.c
lua.h luac.c luaconf.h lualib.h lundump.c lundump.h lutf8lib.c
lvm.c lvm.h lzio.c lzio.h

Log Message:
lua: merged 5.3.2


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/mit/lua/dist/Makefile \
src/external/mit/lua/dist/README
cvs rdiff -u -r1.3 -r1.4 src/external/mit/lua/dist/doc/lua.1
cvs rdiff -u -r1.4 -r1.5 src/external/mit/lua/dist/doc/lua.css \
src/external/mit/lua/dist/doc/manual.html
cvs rdiff -u -r1.2 -r1.3 src/external/mit/lua/dist/doc/luac.1
cvs rdiff -u -r1.5 -r1.6 src/external/mit/lua/dist/src/lapi.c \
src/external/mit/lua/dist/src/lauxlib.c \
src/external/mit/lua/dist/src/lbaselib.c \
src/external/mit/lua/dist/src/ldebug.c \
src/external/mit/lua/dist/src/llimits.h \
src/external/mit/lua/dist/src/lobject.h \
src/external/mit/lua/dist/src/ltable.c \
src/external/mit/lua/dist/src/lua.h src/external/mit/lua/dist/src/luac.c \
src/external/mit/lua/dist/src/lvm.h
cvs rdiff -u -r1.4 -r1.5 src/external/mit/lua/dist/src/lapi.h \
src/external/mit/lua/dist/src/lcode.c \
src/external/mit/lua/dist/src/ldebug.h \
src/external/mit/lua/dist/src/ldo.c src/external/mit/lua/dist/src/ldo.h \
src/external/mit/lua/dist/src/ldump.c src/external/mit/lua/dist/src/lgc.c \
src/external/mit/lua/dist/src/linit.c \
src/external/mit/lua/dist/src/liolib.c \
src/external/mit/lua/dist/src/lmathlib.c \
src/external/mit/lua/dist/src/lmem.c \
src/external/mit/lua/dist/src/loadlib.c \
src/external/mit/lua/dist/src/loslib.c \
src/external/mit/lua/dist/src/lstate.c \
src/external/mit/lua/dist/src/lstate.h \
src/external/mit/lua/dist/src/lstring.c \
src/external/mit/lua/dist/src/lstring.h \
src/external/mit/lua/dist/src/ltablib.c \
src/external/mit/lua/dist/src/ltm.c src/external/mit/lua/dist/src/lua.c
cvs rdiff -u -r1.3 -r1.4 src/external/mit/lua/dist/src/lauxlib.h \
src/external/mit/lua/dist/src/lcode.h \
src/external/mit/lua/dist/src/lfunc.c \
src/external/mit/lua/dist/src/lfunc.h src/external/mit/lua/dist/src/lgc.h \
src/external/mit/lua/dist/src/llex.h src/external/mit/lua/dist/src/lmem.h \
src/external/mit/lua/dist/src/lopcodes.c \
src/external/mit/lua/dist/src/lopcodes.h \
src/external/mit/lua/dist/src/lparser.c \
src/external/mit/lua/dist/src/lparser.h \
src/external/mit/lua/dist/src/ltable.h \
src/external/mit/lua/dist/src/ltm.h \
src/external/mit/lua/dist/src/lundump.c \
src/external/mit/lua/dist/src/lutf8lib.c \
src/external/mit/lua/dist/src/lzio.c src/external/mit/lua/dist/src/lzio.h
cvs rdiff -u -r1.2 -r1.3 src/external/mit/lua/dist/src/lbitlib.c \
src/external/mit/lua/dist/src/lcorolib.c \
src/external/mit/lua/dist/src/lctype.c \
src/external/mit/lua/dist/src/lctype.h \
src/external/mit/lua/dist/src/lprefix.h \
src/external/mit/lua/dist/src/lualib.h \
src/external/mit/lua/dist/src/lundump.h
cvs rdiff -u -r1.6 -r1.7 src/external/mit/lua/dist/src/ldblib.c \
src/external/mit/lua/dist/src/llex.c
cvs rdiff -u -r1.7 -r1.8 src/external/mit/lua/dist/src/lobject.c
cvs rdiff -u -r1.10 -r1.11 src/external/mit/lua/dist/src/lstrlib.c
cvs rdiff -u -r1.15 -r1.16 src/external/mit/lua/dist/src/luaconf.h
cvs rdiff -u -r1.8 -r1.9 src/external/mit/lua/dist/src/lvm.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

2016-01-28 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Jan 28 16:32:40 UTC 2016

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

Log Message:
Don't detach devices if we are dumping core.


To generate a diff of this commit:
cvs rdiff -u -r1.238 -r1.239 src/sys/kern/subr_autoconf.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/lua/dist/src

2016-01-28 Thread Lourival Pereira Vieira Neto
Module Name:src
Committed By:   lneto
Date:   Thu Jan 28 17:23:21 UTC 2016

Modified Files:
src/external/mit/lua/dist/src: lvm.c

Log Message:
fixed metatable access to deallocated field

author: Lua.org 
see: http://www.lua.org/bugs.html#5.3.2-1


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/external/mit/lua/dist/src/lvm.c

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



CVS commit: src/etc

2016-01-28 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Thu Jan 28 19:06:39 UTC 2016

Modified Files:
src/etc: MAKEDEV.tmpl

Log Message:
Create dtrace device as part of "all"


To generate a diff of this commit:
cvs rdiff -u -r1.178 -r1.179 src/etc/MAKEDEV.tmpl

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



CVS commit: src/external/public-domain/xz/bin/lzmainfo

2016-01-28 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Jan 28 19:40:29 UTC 2016

Modified Files:
src/external/public-domain/xz/bin/lzmainfo: Makefile

Log Message:
needs libpthread


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/public-domain/xz/bin/lzmainfo/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/x86/acpi

2016-01-28 Thread Hisashi T Fujinaka
Module Name:src
Committed By:   htodd
Date:   Thu Jan 28 23:50:04 UTC 2016

Modified Files:
src/sys/arch/x86/acpi: acpi_machdep.c

Log Message:
Fix build break.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/x86/acpi/acpi_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/evbmips

2016-01-28 Thread Michael Lorenz
Module Name:src
Committed By:   macallan
Date:   Fri Jan 29 01:54:14 UTC 2016

Modified Files:
src/sys/arch/evbmips/conf: CI20 files.ingenic
src/sys/arch/evbmips/ingenic: clock.c intr.c machdep.c mainbus.c
Added Files:
src/sys/arch/evbmips/ingenic: cpu.c cpu_startup.S

Log Message:
first shot at SMP support, very much broken and experimental
So far the 2nd core wakes up, makes its way to the idle loop, and things lock
up when we start the timer interrupt.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/sys/arch/evbmips/conf/CI20
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/evbmips/conf/files.ingenic
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/evbmips/ingenic/clock.c
cvs rdiff -u -r0 -r1.1 src/sys/arch/evbmips/ingenic/cpu.c \
src/sys/arch/evbmips/ingenic/cpu_startup.S
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/evbmips/ingenic/intr.c \
src/sys/arch/evbmips/ingenic/machdep.c
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/evbmips/ingenic/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/arch/x86/x86

2016-01-28 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Jan 29 02:40:22 UTC 2016

Modified Files:
src/sys/arch/x86/x86: efi.c

Log Message:
fix printf formats


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/x86/x86/efi.c

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



CVS commit: src

2016-01-28 Thread Ryota Ozaki
Module Name:src
Committed By:   ozaki-r
Date:   Fri Jan 29 04:15:46 UTC 2016

Modified Files:
src/distrib/sets/lists/tests: mi
src/tests/net/route: Makefile
Added Files:
src/tests/net/route: t_route.sh

Log Message:
Add tests for a gateway not on the local subnet

The tests are derived from the example at
http://www.netbsd.org/docs/network/#nonsubnetgateway ,
which has come up in PR 50717.


To generate a diff of this commit:
cvs rdiff -u -r1.660 -r1.661 src/distrib/sets/lists/tests/mi
cvs rdiff -u -r1.2 -r1.3 src/tests/net/route/Makefile
cvs rdiff -u -r0 -r1.1 src/tests/net/route/t_route.sh

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