CVS commit: src/sbin/gpt

2015-06-17 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Thu Jun 18 01:37:23 UTC 2015

Modified Files:
src/sbin/gpt: recover.c

Log Message:
Instruct user to use resizedisk if media size has changed, as
resizedisk will adjust the media size in the headers, whereas
recover simply copies the existing header over the missing one.

XXX recover and resizedisk should probably be merged (even if just
partially, so that recover can properly handle media size changes).
Also, reading in the GPT should probably be centralised so that
error handling can be centralised, and users aren't given misleading
messages (i.e. they aren't told to run recover when they should be
running resizedisk).  However, something that can be quickly pulled
up to netbsd-7 was needed, and there isn't time for a major overhaul
or rewrite.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sbin/gpt/recover.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-17 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Jun 17 17:43:23 UTC 2015

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

Log Message:
Centralize the "is a meta char" test, instead of using two different arrays.


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 src/usr.bin/make/Makefile
cvs rdiff -u -r1.96 -r1.97 src/usr.bin/make/compat.c
cvs rdiff -u -r1.192 -r1.193 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/usr.bin/xinstall

2015-06-17 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Jun 17 15:52:37 UTC 2015

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

Log Message:
restore unlink file if strip fails (from Takeshi Nakayama)


To generate a diff of this commit:
cvs rdiff -u -r1.120 -r1.121 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-17 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Jun 17 15:34:55 UTC 2015

Added Files:
src/usr.bin/make: metachar.c metachar.h

Log Message:
centralize shell metachar handling.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/usr.bin/make/metachar.c \
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-17 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Jun 17 15:34:08 UTC 2015

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

Log Message:
Use the bourne shell if the after command has shell metachars.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/usr.bin/xinstall/Makefile
cvs rdiff -u -r1.119 -r1.120 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/sys/arch

2015-06-17 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Wed Jun 17 14:32:32 UTC 2015

Modified Files:
src/sys/arch/hppa/include: ansi.h
src/sys/arch/i386/include: ansi.h
src/sys/arch/m68k/include: ansi.h
src/sys/arch/sh3/include: ansi.h
src/sys/arch/sparc/include: ansi.h
src/sys/arch/usermode/include: ansi.h

Log Message:
Make clock_t unsigned int everywhere.
Ok: matt@, mrg@


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/hppa/include/ansi.h
cvs rdiff -u -r1.26 -r1.27 src/sys/arch/i386/include/ansi.h
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/m68k/include/ansi.h
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/sh3/include/ansi.h
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/sparc/include/ansi.h
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/usermode/include/ansi.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/usb

2015-06-17 Thread NONAKA Kimihiro
Module Name:src
Committed By:   nonaka
Date:   Wed Jun 17 14:21:22 UTC 2015

Modified Files:
src/sys/dev/usb: usbdevs.h usbdevs_data.h

Log Message:
regen


To generate a diff of this commit:
cvs rdiff -u -r1.688 -r1.689 src/sys/dev/usb/usbdevs.h
cvs rdiff -u -r1.689 -r1.690 src/sys/dev/usb/usbdevs_data.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/usb

2015-06-17 Thread NONAKA Kimihiro
Module Name:src
Committed By:   nonaka
Date:   Wed Jun 17 14:20:14 UTC 2015

Modified Files:
src/sys/dev/usb: usbdevs

Log Message:
Added ThinkPad Compact USB keyboard with TrackPoint entry.


To generate a diff of this commit:
cvs rdiff -u -r1.696 -r1.697 src/sys/dev/usb/usbdevs

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-06-17 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Wed Jun 17 14:02:47 UTC 2015

Modified Files:
src/sys/arch/alpha/include: ansi.h
src/sys/arch/sparc64/include: ansi.h

Log Message:
Make clock_t unsigned


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sys/arch/alpha/include/ansi.h
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/sparc64/include/ansi.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-06-17 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Wed Jun 17 13:52:51 UTC 2015

Modified Files:
src/sys/arch/mips/include: ansi.h
src/sys/arch/powerpc/include: ansi.h

Log Message:
Make _BSD_CLOCK_T_ unsigned int so it's the same for IPL32 and LP64
environments.  We don't really have a powerpc64 native userland
and the mips64 native userland is IPL32 so this shouldn't affect anything.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/sys/arch/mips/include/ansi.h
cvs rdiff -u -r1.29 -r1.30 src/sys/arch/powerpc/include/ansi.h

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



CVS commit: src/sys/rump

2015-06-17 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Wed Jun 17 11:48:06 UTC 2015

Modified Files:
src/sys/rump: README.compileopts

Log Message:
note RUMP_{,LOCK}DEBUG default values


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/rump/README.compileopts

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



CVS commit: src/sys/rump

2015-06-17 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Wed Jun 17 11:46:34 UTC 2015

Modified Files:
src/sys/rump: README.compileopts
src/sys/rump/librump/rumpkern: Makefile.rumpkern
Removed Files:
src/sys/rump/librump/rumpkern: memalloc.c

Log Message:
Remove unreal allocators, unconditionally use subr_{kmem,pool}.

Will, with other work, allow to tighten the memory allocation hypercall
specification to page-granularity allocations in the future.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/rump/README.compileopts
cvs rdiff -u -r1.159 -r1.160 src/sys/rump/librump/rumpkern/Makefile.rumpkern
cvs rdiff -u -r1.21 -r0 src/sys/rump/librump/rumpkern/memalloc.c

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