CVS commit: src/lib/libc/string

2015-06-19 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Sat Jun 20 04:18:00 UTC 2015

Modified Files:
src/lib/libc/string: bcopy.3

Log Message:
PR 49988 Kamil Rytarowski: fix pasto


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/lib/libc/string/bcopy.3

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

2015-06-19 Thread Chuck Silvers
Module Name:src
Committed By:   chs
Date:   Fri Jun 19 22:51:57 UTC 2015

Modified Files:
src/sys/external/bsd/drm2/drm: drm_vma_manager.c

Log Message:
plug memory leak in drm_vma_node_revoke().


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/external/bsd/drm2/drm/drm_vma_manager.c

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



CVS commit: src/compat

2015-06-19 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Fri Jun 19 18:17:49 UTC 2015

Modified Files:
src/compat: compatsubdir.mk

Log Message:
Add support for MKCOMPATTESTS


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/compat/compatsubdir.mk

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



CVS commit: src/compat/mips64

2015-06-19 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Fri Jun 19 18:17:26 UTC 2015

Modified Files:
src/compat/mips64/64: bsd.64.mk
src/compat/mips64/o32: bsd.o32.mk

Log Message:
Prevent multi inclusion


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/compat/mips64/64/bsd.64.mk
cvs rdiff -u -r1.10 -r1.11 src/compat/mips64/o32/bsd.o32.mk

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



CVS commit: src/etc/mtree

2015-06-19 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Fri Jun 19 18:16:06 UTC 2015

Modified Files:
src/etc/mtree: Makefile NetBSD.dist.aarch64 NetBSD.dist.earm
NetBSD.dist.mips64eb NetBSD.dist.mips64el NetBSD.dist.powerpc64
NetBSD.dist.riscv64 NetBSD.dist.sparc64 NetBSD.dist.x86_64
Added Files:
src/etc/mtree: NetBSD.dist.compat.in mkcompat.awk mkcompattree.awk

Log Message:
Rework this to auto generate the compat directories using a template
and the information from compat/archdirs.mk.  Also add suport MKCOMPATTESTS
and process the NetBSD.dist.tests to generate appropriate compat directories.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/etc/mtree/Makefile
cvs rdiff -u -r1.2 -r1.3 src/etc/mtree/NetBSD.dist.aarch64 \
src/etc/mtree/NetBSD.dist.earm src/etc/mtree/NetBSD.dist.powerpc64
cvs rdiff -u -r0 -r1.1 src/etc/mtree/NetBSD.dist.compat.in \
src/etc/mtree/mkcompat.awk src/etc/mtree/mkcompattree.awk
cvs rdiff -u -r1.8 -r1.9 src/etc/mtree/NetBSD.dist.mips64eb
cvs rdiff -u -r1.9 -r1.10 src/etc/mtree/NetBSD.dist.mips64el \
src/etc/mtree/NetBSD.dist.sparc64 src/etc/mtree/NetBSD.dist.x86_64
cvs rdiff -u -r1.1 -r1.2 src/etc/mtree/NetBSD.dist.riscv64

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



CVS commit: src/share/mk

2015-06-19 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Fri Jun 19 18:13:52 UTC 2015

Modified Files:
src/share/mk: bsd.README bsd.own.mk

Log Message:
Add MKCOMPATTESTS knob to enable building and installing the NetBSD test
suite as part of doing MKCOMPAT


To generate a diff of this commit:
cvs rdiff -u -r1.343 -r1.344 src/share/mk/bsd.README
cvs rdiff -u -r1.854 -r1.855 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: [netbsd-6] src/doc

2015-06-19 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Fri Jun 19 17:51:18 UTC 2015

Modified Files:
src/doc [netbsd-6]: CHANGES-6.2

Log Message:
tickets 130[23567]


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.219 -r1.1.2.220 src/doc/CHANGES-6.2

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



CVS commit: [netbsd-6] src/lib/libperfuse

2015-06-19 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Fri Jun 19 17:40:47 UTC 2015

Modified Files:
src/lib/libperfuse [netbsd-6]: ops.c

Log Message:
Pull up following revision(s) (requested by manu in ticket #1306):
lib/libperfuse/ops.c: revision 1.84
Fix dot-lookup when readdir does not provide inodes
Some filesystems do not provide inode numbers through readdir (FUSE
mounts
without -o use_ino). We therefore have to lookup each directory entry to
get the missing numbers.
dot and double-dot are exceptions, as we already know the values.
Moreover,
the lookup code does not expect to get requests for dot and will abort
perfused(8) when it gets some. In order to fix that, we just check for
dot and double-dot special case and use the known values instead of
sending
a lookup.


To generate a diff of this commit:
cvs rdiff -u -r1.50.2.22 -r1.50.2.23 src/lib/libperfuse/ops.c

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



CVS commit: [netbsd-6] src/lib/libperfuse

2015-06-19 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Fri Jun 19 17:35:48 UTC 2015

Modified Files:
src/lib/libperfuse [netbsd-6]: ops.c

Log Message:
Pull up following revision(s) (requested by manu in ticket #1305):
lib/libperfuse/ops.c: revision 1.60
When lookup returns a node with null inode number, it means the ENOENT,
with negative caching. We do not implement negative caching yet, but
we honour the ENOENT.


To generate a diff of this commit:
cvs rdiff -u -r1.50.2.21 -r1.50.2.22 src/lib/libperfuse/ops.c

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



CVS commit: src/lib/libperfuse

2015-06-19 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Jun 19 17:33:21 UTC 2015

Modified Files:
src/lib/libperfuse: perfuse.c

Log Message:
Deal with limits properly.
Don't print strerror() 2ice.
XXX: pullup-7


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/lib/libperfuse/perfuse.c

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



CVS commit: [netbsd-6] src/sys/arch/vax/vsa

2015-06-19 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Fri Jun 19 17:23:12 UTC 2015

Modified Files:
src/sys/arch/vax/vsa [netbsd-6]: vsbus.c

Log Message:
Pull up following revision(s) (requested by abs in ticket #1303):
sys/arch/vax/vsa/vsbus.c: revision 1.61
Add missing break - from Felix Deichmann in PR port-vax/49935


To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.59.14.1 src/sys/arch/vax/vsa/vsbus.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/xinstall

2015-06-19 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Jun 19 17:20:02 UTC 2015

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

Log Message:
remove unused label


To generate a diff of this commit:
cvs rdiff -u -r1.123 -r1.124 src/usr.bin/xinstall/xinstall.c

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



CVS commit: [netbsd-6] src/lib/libcurses

2015-06-19 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Fri Jun 19 17:17:59 UTC 2015

Modified Files:
src/lib/libcurses [netbsd-6]: unctrl.h

Log Message:
Pull up following revision(s) (requested by wiz in ticket #1302):
lib/libcurses/unctrl.h: revision 1.5
Fix quoting in macro.
Needed by dialog-1.2-20150513.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.4.36.1 src/lib/libcurses/unctrl.h

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



CVS commit: src/usr.bin/xinstall

2015-06-19 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Jun 19 17:17:24 UTC 2015

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

Log Message:
remove useless assignment and explain why.


To generate a diff of this commit:
cvs rdiff -u -r1.122 -r1.123 src/usr.bin/xinstall/xinstall.c

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



CVS commit: [netbsd-6] src/lib/libcurses

2015-06-19 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Fri Jun 19 17:16:11 UTC 2015

Modified Files:
src/lib/libcurses [netbsd-6]: curses.h

Log Message:
Pull up following revision(s) (requested by joerg in ticket #1307):
lib/libcurses/curses.h: revision 1.107
mvgetnstr should have a length argument as the name implies.


To generate a diff of this commit:
cvs rdiff -u -r1.103 -r1.103.4.1 src/lib/libcurses/curses.h

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



CVS commit: [netbsd-5] src/lib/libcurses

2015-06-19 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Fri Jun 19 17:14:04 UTC 2015

Modified Files:
src/lib/libcurses [netbsd-5]: curses.h

Log Message:
Pull up following revision(s) (requested by joerg in ticket #1970):
lib/libcurses/curses.h: revision 1.107
mvgetnstr should have a length argument as the name implies.


To generate a diff of this commit:
cvs rdiff -u -r1.93.8.1 -r1.93.8.2 src/lib/libcurses/curses.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/amiga/include

2015-06-19 Thread Michael van Elst
Module Name:src
Committed By:   mlelstv
Date:   Fri Jun 19 14:55:51 UTC 2015

Modified Files:
src/sys/arch/amiga/include: vmparam.h

Log Message:
remove obsolete comments


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 src/sys/arch/amiga/include/vmparam.h

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



CVS commit: src/usr.bin/make

2015-06-19 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Jun 19 14:25:34 UTC 2015

Modified Files:
src/usr.bin/make: compat.c metachar.h

Log Message:
create needshell so we don't scan the string multiple times.


To generate a diff of this commit:
cvs rdiff -u -r1.98 -r1.99 src/usr.bin/make/compat.c
cvs rdiff -u -r1.1 -r1.2 src/usr.bin/make/metachar.h

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



CVS commit: src/usr.bin/xinstall

2015-06-19 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Jun 19 14:32:56 UTC 2015

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

Log Message:
restore use of whitespace needing shell.


To generate a diff of this commit:
cvs rdiff -u -r1.121 -r1.122 src/usr.bin/xinstall/xinstall.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/make

2015-06-19 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Jun 19 14:32:04 UTC 2015

Modified Files:
src/usr.bin/make: compat.c metachar.h

Log Message:
make needshell customizable, so that xinstall can use it.


To generate a diff of this commit:
cvs rdiff -u -r1.99 -r1.100 src/usr.bin/make/compat.c
cvs rdiff -u -r1.2 -r1.3 src/usr.bin/make/metachar.h

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



CVS commit: src/usr.bin/make

2015-06-19 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Jun 19 14:25:16 UTC 2015

Modified Files:
src/usr.bin/make: var.c

Log Message:
use isspace()


To generate a diff of this commit:
cvs rdiff -u -r1.194 -r1.195 src/usr.bin/make/var.c

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



CVS commit: src/sys

2015-06-19 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Jun 19 14:24:00 UTC 2015

Modified Files:
src/sys/kern: sys_module.c
src/sys/sys: module.h

Log Message:
Make handle_modctl_load() usable from compat/netbsd32.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/kern/sys_module.c
cvs rdiff -u -r1.36 -r1.37 src/sys/sys/module.h

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



CVS commit: src/usr.sbin/sysinst

2015-06-19 Thread Youri Mouton
Module Name:src
Committed By:   youri
Date:   Fri Jun 19 12:27:02 UTC 2015

Modified Files:
src/usr.sbin/sysinst: msg.mi.fr

Log Message:
Wording.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/usr.sbin/sysinst/msg.mi.fr

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



CVS commit: src/sys

2015-06-19 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Jun 19 10:18:19 UTC 2015

Modified Files:
src/sys/kern: sys_sig.c
src/sys/sys: proc.h

Log Message:
Make kill1 public (we'll need it from compat/netbsd32)


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 src/sys/kern/sys_sig.c
cvs rdiff -u -r1.321 -r1.322 src/sys/sys/proc.h

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



CVS commit: src/usr.bin/make

2015-06-19 Thread Michael van Elst
Module Name:src
Committed By:   mlelstv
Date:   Fri Jun 19 08:03:35 UTC 2015

Modified Files:
src/usr.bin/make: compat.c metachar.c var.c

Log Message:
Adjust metachar handling to previous behaviour:
- space and tab are no shell metachars, remove them from generic
  metachar function
- add space and tab as to-be-quoted characters for :Q modifier
- add = and : as characters that require command handling by the shell


To generate a diff of this commit:
cvs rdiff -u -r1.97 -r1.98 src/usr.bin/make/compat.c
cvs rdiff -u -r1.4 -r1.5 src/usr.bin/make/metachar.c
cvs rdiff -u -r1.193 -r1.194 src/usr.bin/make/var.c

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