Re: CVS commit: src/sys/dev/usb

2010-03-15 Thread enami tsugutomo
Modified Files: src/sys/dev/usb: uyurex.c Log Message: The monitor struct member is gone. Make this compile again. Hmmm, wonder how I missed that one. Thanks for catching. Never mind. Since uyurex(4) isn't enabled on any kernel config file, it's not you fault. enami.

Re: CVS commit: src/sys

2010-03-15 Thread Izumi Tsutsui
I've tested with an i386 kernel. I'd rather not make those changes conditional so I'll see if I can work out why the Atari kernel would have problems. If no CTF section is found then ksyms should behave exactly as it did before the change, just with an empty CTF section. Ok,

Re: CVS commit: src/sys

2010-03-15 Thread Antti Kantee
On Sun Mar 14 2010 at 14:30:07 -0500, David Young wrote: On my console and in /var/log/messages, I find WARNING: module error: use -f to reinstate builtin module compat For example, whenever I type my login: login: dyoung WARNING: module error: use -f to reinstate builtin module

Re: CVS commit: src/sys

2010-03-15 Thread Valeriy E. Ushakov
[Replying to a sort of related message, since I've already deleted the original commit mail] On Mon, Mar 15, 2010 at 22:44:11 +0900, Izumi Tsutsui wrote: I've tested with an i386 kernel. I'd rather not make those changes conditional so I'll see if I can work out why the Atari kernel

Re: CVS commit: src/sys

2010-03-15 Thread Izumi Tsutsui
BTW, a counterpart strncmp(.SUNW_ctf, ...) in libsa broke at least http://releng.netbsd.org/builds/HEAD/20100314Z/mvme68k.build.failed http://releng.netbsd.org/builds/HEAD/20100314Z/mvmeppc.build.failed with loadfile_elf32.c:(.text+0x...): undefined reference to `strncmp'

Re: CVS commit: src/sys

2010-03-15 Thread Darran Hunt
On 16/03/2010, at 2:44 AM, Izumi Tsutsui wrote: I've tested with an i386 kernel. I'd rather not make those changes conditional so I'll see if I can work out why the Atari kernel would have problems. If no CTF section is found then ksyms should behave exactly as it did before the change, just

Re: CVS commit: [uebayasi-xip] src/sys/miscfs/genfs

2010-03-15 Thread YAMAMOTO Takashi
[add cc:tech-kern] hi, what's the point of implementing it in the single VOP? ie. how is it better than having VOP_GETPAGES_XIP and pgo_get_xip? Why not adding VOP_GETPAGES_XIP - because XIP is almost transparent to filesystems. The difference between XIP or not is only where to get

Re: CVS commit: src/sys

2010-03-15 Thread YAMAMOTO Takashi
merge of what? your xip branch? it's better to do it before the merge if you want people review it. I clean up it today then. Masao done? YAMAMOTO Takashi

CVS commit: src/distrib/sets/lists/comp

2010-03-15 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Mar 15 06:45:44 UTC 2010 Modified Files: src/distrib/sets/lists/comp: md.atari Log Message: fix MKDEBUG=yes build for atari. To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 src/distrib/sets/lists/comp/md.atari

CVS commit: src/distrib/sets/lists

2010-03-15 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Mar 15 07:27:05 UTC 2010 Modified Files: src/distrib/sets/lists/comp: md.mmeye Added Files: src/distrib/sets/lists/xcomp: md.newsmips Log Message: fix MKDEBUG=yes builds for newsmips and mmeye. To generate a diff of

CVS commit: src/distrib/sets/lists/xcomp

2010-03-15 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Mar 15 07:28:56 UTC 2010 Added Files: src/distrib/sets/lists/xcomp: md.amiga Log Message: fix MKDEBUG=yes builds on amiga To generate a diff of this commit: cvs rdiff -u -r0 -r1.3 src/distrib/sets/lists/xcomp/md.amiga Please

CVS commit: src/distrib/sets/lists/xcomp

2010-03-15 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Mar 15 08:03:02 UTC 2010 Added Files: src/distrib/sets/lists/xcomp: md.dreamcast Log Message: fix MKDEBUG=yes builds on dreamcast. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1

CVS commit: src/sys/ufs/ufs

2010-03-15 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Mon Mar 15 09:20:10 UTC 2010 Modified Files: src/sys/ufs/ufs: ufs_inode.c Log Message: Allow ufs_inactive() while a file system is suspending. Removes a possible deadlock between vrele() and ffs_sync() during suspension. To

CVS commit: src/sys/arch/evbarm/gumstix

2010-03-15 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Mon Mar 15 13:11:23 UTC 2010 Modified Files: src/sys/arch/evbarm/gumstix: if_sm_gxio.c Log Message: Use bus_space_write_2() instead of _1, because sm(4) is 16bit/word. To generate a diff of this commit: cvs rdiff -u -r1.7

CVS commit: src/lib/libc/citrus/modules

2010-03-15 Thread Takehiko NOZAKI
Module Name:src Committed By: tnozaki Date: Mon Mar 15 15:00:58 UTC 2010 Modified Files: src/lib/libc/citrus/modules: citrus_utf1632.c Log Message: 1. fix wrong byte order mark of utf-16, reported by NARUSE Yui -san. patch provided by tshiozak@ -san. 2. don't eat

CVS commit: src/share/man/man8

2010-03-15 Thread Julio M. Merino Vidal
Module Name:src Committed By: jmmv Date: Mon Mar 15 19:00:20 UTC 2010 Modified Files: src/share/man/man8: rc.subr.8 Log Message: Document that run_rc_command can take extra parameters and will pass those to the command being executed. To generate a diff of this commit:

CVS commit: src/tests

2010-03-15 Thread Julio M. Merino Vidal
Module Name:src Committed By: jmmv Date: Mon Mar 15 19:03:08 UTC 2010 Modified Files: src/tests: Makefile Added Files: src/tests/sys: Atffile Makefile src/tests/sys/rc: Atffile Makefile h_args.sh h_simple.sh t_rc_d_cli.sh Log Message: Add some basic tests

CVS commit: src/distrib/sets/lists/tests

2010-03-15 Thread Julio M. Merino Vidal
Module Name:src Committed By: jmmv Date: Mon Mar 15 19:03:33 UTC 2010 Modified Files: src/distrib/sets/lists/tests: mi Log Message: Register the new tests in sys/rc for rc.d scripts. To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62

CVS commit: src/sys/dev/cardbus

2010-03-15 Thread David Young
Module Name:src Committed By: dyoung Date: Mon Mar 15 19:43:17 UTC 2010 Modified Files: src/sys/dev/cardbus: cardbusvar.h Log Message: Delete unused members ct_rbus_iot and ct_rbus_memt from struct cardbus_devfunc. To generate a diff of this commit: cvs rdiff -u -r1.51

CVS commit: src/sys/dev/cardbus

2010-03-15 Thread David Young
Module Name:src Committed By: dyoung Date: Mon Mar 15 19:50:50 UTC 2010 Modified Files: src/sys/dev/cardbus: cardbusvar.h Log Message: Delete unused member ct_bar[] from struct cardbus_devfunc. To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54

CVS commit: src/sys

2010-03-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Mar 15 20:35:20 UTC 2010 Modified Files: src/sys/conf: files src/sys/kern: exec_elf.c kern_pax.c Log Message: rename DEBUG_ASLR - PAX_ASLR_DEBUG To generate a diff of this commit: cvs rdiff -u -r1.982 -r1.983

CVS commit: src/sys/dev/ic

2010-03-15 Thread David Young
Module Name:src Committed By: dyoung Date: Mon Mar 15 23:21:08 UTC 2010 Modified Files: src/sys/dev/ic: rtw.c rtwreg.h rtwvar.h Log Message: Make this compile on sparc64: 1 s/next_tick/next_tint/ because next_tick shadows a global on sparc64. 2 Fix the bus-barrier

CVS commit: src/crypto/external/bsd/netpgp/dist/src/hkpd

2010-03-15 Thread Alistair G. Crooks
/dist/src/hkpd/hkpd.h:1.1 Mon Mar 1 07:41:56 2010 +++ src/crypto/external/bsd/netpgp/dist/src/hkpd/hkpd.h Tue Mar 16 00:22:52 2010 @@ -27,14 +27,13 @@ * POSSIBILITY OF SUCH DAMAGE. */ #ifndef HKPD_H_ -#define HKPD_H_ 20091022 +#define HKPD_H_ 20100315 #include netpgp.h -#define HKPD_VERSION

CVS commit: src/crypto/external/bsd/netpgp/dist/src/hkpd

2010-03-15 Thread Alistair G. Crooks
Module Name:src Committed By: agc Date: Tue Mar 16 00:24:49 UTC 2010 Modified Files: src/crypto/external/bsd/netpgp/dist/src/hkpd: hkpd.c Log Message: kill 2 benign errors - don't try to listen on a socket if it's not been opened and bound. To generate a diff of this

CVS commit: src/distrib/sets/lists

2010-03-15 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Mar 16 01:48:53 UTC 2010 Modified Files: src/distrib/sets/lists/comp: md.mvme68k md.x68k Added Files: src/distrib/sets/lists/xcomp: md.ofppc md.sun3 md.x68k Log Message: fix MKDEBUG=yes builds for mvme68k, x68k, ofppc

CVS commit: [matt-nb5-mips64] src/sys/arch/sbmips/sbmips

2010-03-15 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Mar 16 02:34:48 UTC 2010 Modified Files: src/sys/arch/sbmips/sbmips [matt-nb5-mips64]: sb1250_icu.c Log Message: Use dclz directly since gcc4.1 doesn't to with clzdi properly. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sbin/raidctl

2010-03-15 Thread Jed Davis
Module Name:src Committed By: jld Date: Tue Mar 16 03:23:47 UTC 2010 Modified Files: src/sbin/raidctl: raidctl.c Log Message: Give a more polite message for `raidctl -m` on a non-parity RAID set. To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48

CVS commit: src/crypto/external/bsd/netpgp/dist

2010-03-15 Thread Alistair G. Crooks
: tst src/crypto/external/bsd/netpgp/dist/src/hkpd: hkpd.c src/crypto/external/bsd/netpgp/dist/src/lib: keyring.h netpgp.c packet-print.c version.h src/crypto/external/bsd/netpgp/dist/src/netpgpverify: verify.c Log Message: Changes to 2.99.2/20100315 + make subkey

CVS commit: src/sys/dev/acpi

2010-03-15 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Tue Mar 16 05:48:43 UTC 2010 Modified Files: src/sys/dev/acpi: acpi.c acpi_wakedev.c acpi_wakedev.h acpivar.h Log Message: With the intent of making 'struct acpi_devnode' as the central place for information related to ACPI

CVS commit: src/distrib/sets/lists/xcomp

2010-03-15 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Mar 15 08:03:02 UTC 2010 Added Files: src/distrib/sets/lists/xcomp: md.dreamcast Log Message: fix MKDEBUG=yes builds on dreamcast. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1

CVS commit: src/sys/arch/evbarm/gumstix

2010-03-15 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Mon Mar 15 13:16:56 UTC 2010 Modified Files: src/sys/arch/evbarm/gumstix: gxio.c Log Message: : More power is necessary for NIC and USB? (no document. from Linux) tested on verdex + console-vx + netCF-vx and

CVS commit: src/sys/arch/evbarm/conf

2010-03-15 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Mon Mar 15 13:18:59 UTC 2010 Modified Files: src/sys/arch/evbarm/conf: GUMSTIX Log Message: More SYMTAB_SPACE. Enable wsmux for udl. To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46

CVS commit: src/tests

2010-03-15 Thread Julio M. Merino Vidal
Module Name:src Committed By: jmmv Date: Mon Mar 15 19:03:08 UTC 2010 Modified Files: src/tests: Makefile Added Files: src/tests/sys: Atffile Makefile src/tests/sys/rc: Atffile Makefile h_args.sh h_simple.sh t_rc_d_cli.sh Log Message: Add some basic tests

CVS commit: src/sys/dev/cardbus

2010-03-15 Thread David Young
Module Name:src Committed By: dyoung Date: Mon Mar 15 19:43:17 UTC 2010 Modified Files: src/sys/dev/cardbus: cardbusvar.h Log Message: Delete unused members ct_rbus_iot and ct_rbus_memt from struct cardbus_devfunc. To generate a diff of this commit: cvs rdiff -u -r1.51

CVS commit: src/sys/dev/pci

2010-03-15 Thread David Young
Module Name:src Committed By: dyoung Date: Mon Mar 15 20:02:56 UTC 2010 Modified Files: src/sys/dev/pci: pccbb.c pccbbvar.h Log Message: rbus is always #defined as 1, so unifdef -D rbus=1. To generate a diff of this commit: cvs rdiff -u -r1.196 -r1.197

CVS commit: src/distrib/sets/lists

2010-03-15 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Mar 16 01:48:53 UTC 2010 Modified Files: src/distrib/sets/lists/comp: md.mvme68k md.x68k Added Files: src/distrib/sets/lists/xcomp: md.ofppc md.sun3 md.x68k Log Message: fix MKDEBUG=yes builds for mvme68k, x68k, ofppc

CVS commit: src/distrib/sets/lists/comp

2010-03-15 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Mar 16 01:49:34 UTC 2010 Modified Files: src/distrib/sets/lists/comp: md.hp300 Log Message: fix MKDEBUG=yes builds for hp300 To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59 src/distrib/sets/lists/comp/md.hp300