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 sr

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.3

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

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/

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.

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

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

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 -

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 sr

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

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

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 re

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

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 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 -r

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

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.