CVS commit: src/common/lib/libprop

2011-09-27 Thread Jean-Yves Migeon
Module Name:src
Committed By:   jym
Date:   Tue Sep 27 11:12:49 UTC 2011

Modified Files:
src/common/lib/libprop: prop_send_ioctl.3

Log Message:
Indicate type of return variable for prop_dictionary_sendrecv_ioctl.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/common/lib/libprop/prop_send_ioctl.3

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



CVS commit: src

2011-09-27 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Tue Sep 27 11:24:21 UTC 2011

Modified Files:
src/include: paths.h
src/tests/include: t_paths.c
src/usr.sbin/cpuctl: cpuctl.c

Log Message:
Define _PATH_CPUCTL.


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/include/paths.h
cvs rdiff -u -r1.8 -r1.9 src/tests/include/t_paths.c
cvs rdiff -u -r1.18 -r1.19 src/usr.sbin/cpuctl/cpuctl.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/librump/rumpvfs

2011-09-27 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Sep 27 13:53:27 UTC 2011

Modified Files:
src/sys/rump/librump/rumpvfs: rumpfs.c

Log Message:
fix confusion between MAXPATHLEN and MAXNAMLEN


To generate a diff of this commit:
cvs rdiff -u -r1.101 -r1.102 src/sys/rump/librump/rumpvfs/rumpfs.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/librump/rumpvfs

2011-09-27 Thread Marc Balmer
Module Name:src
Committed By:   mbalmer
Date:   Tue Sep 27 14:24:52 UTC 2011

Modified Files:
src/sys/rump/librump/rumpvfs: rumpfs.c

Log Message:
Underscores are sometimes overrated.


To generate a diff of this commit:
cvs rdiff -u -r1.102 -r1.103 src/sys/rump/librump/rumpvfs/rumpfs.c

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



CVS commit: src/external/gpl3/gdb/dist/gdb

2011-09-27 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Sep 27 15:04:19 UTC 2011

Modified Files:
src/external/gpl3/gdb/dist/gdb: i386nbsd-tdep.c

Log Message:
disable kernel trap frame crawling on i386 until it is fixed.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/gpl3/gdb/dist/gdb/i386nbsd-tdep.c

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



CVS commit: src/external/gpl3/gdb/lib

2011-09-27 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Sep 27 15:05:57 UTC 2011

Added Files:
src/external/gpl3/gdb/lib/libbfd/arch/i386: bfd-in3.h bfd.h
bfd_stdint.h bfdver.h config.h defs.mk targmatch.h
src/external/gpl3/gdb/lib/libdecnumber/arch/i386: config.h defs.mk
gstdint.h
src/external/gpl3/gdb/lib/libgdb/arch/i386: config.h defs.mk init.c
observer.h version.c xml-builtin.c
src/external/gpl3/gdb/lib/libiberty/arch/i386: config.h defs.mk
src/external/gpl3/gdb/lib/libopcodes/arch/i386: config.h defs.mk
src/external/gpl3/gdb/lib/libreadline/arch/i386: config.h defs.mk

Log Message:
mknative for i386


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/external/gpl3/gdb/lib/libbfd/arch/i386/bfd-in3.h \
src/external/gpl3/gdb/lib/libbfd/arch/i386/bfd.h \
src/external/gpl3/gdb/lib/libbfd/arch/i386/bfd_stdint.h \
src/external/gpl3/gdb/lib/libbfd/arch/i386/bfdver.h \
src/external/gpl3/gdb/lib/libbfd/arch/i386/config.h \
src/external/gpl3/gdb/lib/libbfd/arch/i386/defs.mk \
src/external/gpl3/gdb/lib/libbfd/arch/i386/targmatch.h
cvs rdiff -u -r0 -r1.1 \
src/external/gpl3/gdb/lib/libdecnumber/arch/i386/config.h \
src/external/gpl3/gdb/lib/libdecnumber/arch/i386/defs.mk \
src/external/gpl3/gdb/lib/libdecnumber/arch/i386/gstdint.h
cvs rdiff -u -r0 -r1.1 src/external/gpl3/gdb/lib/libgdb/arch/i386/config.h \
src/external/gpl3/gdb/lib/libgdb/arch/i386/defs.mk \
src/external/gpl3/gdb/lib/libgdb/arch/i386/init.c \
src/external/gpl3/gdb/lib/libgdb/arch/i386/observer.h \
src/external/gpl3/gdb/lib/libgdb/arch/i386/version.c \
src/external/gpl3/gdb/lib/libgdb/arch/i386/xml-builtin.c
cvs rdiff -u -r0 -r1.1 src/external/gpl3/gdb/lib/libiberty/arch/i386/config.h \
src/external/gpl3/gdb/lib/libiberty/arch/i386/defs.mk
cvs rdiff -u -r0 -r1.1 \
src/external/gpl3/gdb/lib/libopcodes/arch/i386/config.h \
src/external/gpl3/gdb/lib/libopcodes/arch/i386/defs.mk
cvs rdiff -u -r0 -r1.1 \
src/external/gpl3/gdb/lib/libreadline/arch/i386/config.h \
src/external/gpl3/gdb/lib/libreadline/arch/i386/defs.mk

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



CVS commit: src/sys/sys

2011-09-27 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Sep 27 23:04:18 UTC 2011

Modified Files:
src/sys/sys: param.h

Log Message:
Welcome to .56; NAME_MAX bump.


To generate a diff of this commit:
cvs rdiff -u -r1.394 -r1.395 src/sys/sys/param.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/x86/x86

2011-09-27 Thread David Young
Module Name:src
Committed By:   dyoung
Date:   Tue Sep 27 23:25:55 UTC 2011

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

Log Message:
Make the 'size' argument of _bus_dmamap_load_busaddr() a bus_size_t for
consistency's sake.


To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 src/sys/arch/x86/x86/bus_dma.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

2011-09-27 Thread David Young
Module Name:src
Committed By:   dyoung
Date:   Tue Sep 27 23:33:35 UTC 2011

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

Log Message:
In _bus_dmamap_load_busaddr(), change sgsize from an int to a bus_size_t.


To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 src/sys/arch/x86/x86/bus_dma.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

2011-09-27 Thread David Young
Module Name:src
Committed By:   dyoung
Date:   Tue Sep 27 23:44:18 UTC 2011

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

Log Message:
Instead of declaring _bus_dmamap_load_busaddr() static inline, make
it static and let the compiler decide about inlining.  This reduces
the code size on both amd64 and i386, and the smaller code is probably
faster code.


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 src/sys/arch/x86/x86/bus_dma.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

2011-09-27 Thread David Young
Module Name:src
Committed By:   dyoung
Date:   Wed Sep 28 01:33:26 UTC 2011

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

Log Message:
Add an untested implementation of bus_dmamap_load_raw(9).


To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 src/sys/arch/x86/x86/bus_dma.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

2011-09-27 Thread David Young
Module Name:src
Committed By:   dyoung
Date:   Wed Sep 28 01:35:58 UTC 2011

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

Log Message:
In bus_dma_tag_create(9), copy important properties (e.g., bounce
parameters) from the parent tag.

In bus_dma_tag_create(), increase the reference count on a parent
bus_dma_tag_t (if applicable), and decrease the reference count in
bus_dma_tag_destroy().

Don't let bus_dmatag_destroy(9) destroy an overridden bus_dma_tag_t.


To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 src/sys/arch/x86/x86/bus_dma.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

2011-09-27 Thread David Young
Module Name:src
Committed By:   dyoung
Date:   Wed Sep 28 01:38:19 UTC 2011

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

Log Message:
After bouncing in bus_dmamap_load{,_mbuf,_uio}, call bus_dmamap_load(9)
instead of _bus_dmamap_load() so that a bus_dmamap_load(9) override has
a shot at loading the map.

XXX Perhaps bounce buffers should be rewritten in terms of bus_dma(9)
XXX overrides.


To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 src/sys/arch/x86/x86/bus_dma.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

2011-09-27 Thread David Young
Module Name:src
Committed By:   dyoung
Date:   Wed Sep 28 01:45:49 UTC 2011

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

Log Message:
Cosmetic: join some if-statements, remove superfluous parentheses.  No
change in the generated assembly.


To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 src/sys/arch/x86/x86/bus_dma.c

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



CVS commit: src/sys/compat/netbsd32

2011-09-27 Thread Michael Lorenz
Module Name:src
Committed By:   macallan
Date:   Wed Sep 28 01:46:39 UTC 2011

Modified Files:
src/sys/compat/netbsd32: netbsd32_ioctl.c netbsd32_ioctl.h

Log Message:
support WSDISPLAYIO_GCURSOR and WSDISPLAYIO_SCURSOR


To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 src/sys/compat/netbsd32/netbsd32_ioctl.c
cvs rdiff -u -r1.40 -r1.41 src/sys/compat/netbsd32/netbsd32_ioctl.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/ic

2011-09-27 Thread Michael Lorenz
Module Name:src
Committed By:   macallan
Date:   Wed Sep 28 02:33:20 UTC 2011

Modified Files:
src/sys/dev/ic: sm502reg.h

Log Message:
add a couple more registers


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/ic/sm502reg.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/pci/voyager

2011-09-27 Thread Michael Lorenz
Module Name:src
Committed By:   macallan
Date:   Wed Sep 28 02:36:37 UTC 2011

Modified Files:
src/sys/dev/pci/voyager: voyagerfb.c

Log Message:
support a hardware cursor - now X with wsfb on gdium is a little less annoying


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/dev/pci/voyager/voyagerfb.c

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