Re: CVS commit: src/sys/kern

2011-10-02 Thread Adam Hamsik
On Oct,Sunday 2 2011, at 3:00 PM, Juergen Hannken-Illjes wrote: Module Name: src Committed By: hannken Date: Sun Oct 2 13:00:07 UTC 2011 Modified Files: src/sys/kern: vfs_vnode.c Log Message: The path getnewvnode()-getcleanvnode()-vclean()-VOP_LOCK() will panic if the

Re: CVS commit: src/sys/kern

2011-10-02 Thread J. Hannken-Illjes
On Oct 2, 2011, at 3:26 PM, Adam Hamsik wrote: On Oct,Sunday 2 2011, at 3:00 PM, Juergen Hannken-Illjes wrote: Module Name: src Committed By:hannken Date:Sun Oct 2 13:00:07 UTC 2011 Modified Files: src/sys/kern: vfs_vnode.c Log Message: The path

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

2011-10-02 Thread Jared McNeill
You forgot to make the iic driver detachable, modunload iic will panic I think. -Original Message- From: Marc Balmer Sent: Sunday, October 02, 2011 7:38 AM Newsgroups: gmane.os.netbsd.devel.cvs.full To: source-changes-full-qavaossjccednm+yrof...@public.gmane.org Subject: CVS commit:

CVS commit: src

2011-10-02 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Sun Oct 2 09:33:19 UTC 2011 Modified Files: src/share/man/man4: gpio.4 gpioiic.4 src/sys/dev/gpio: gpio.c gpioiic.c gpiovar.h src/sys/sys: gpio.h src/usr.sbin/gpioctl: gpioctl.8 gpioctl.c Log Message:

CVS commit: src/sys/dev/gpio

2011-10-02 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Sun Oct 2 10:01:25 UTC 2011 Modified Files: src/sys/dev/gpio: files.gpio Log Message: Add the flag locator (missed in the previous commit). To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/sys/dev/i2c

2011-10-02 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Sun Oct 2 11:38:48 UTC 2011 Modified Files: src/sys/dev/i2c: i2c.c Log Message: ii2c can be built as module. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/sys/dev/i2c/i2c.c Please note that diffs are not

CVS commit: src/sys/modules

2011-10-02 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Sun Oct 2 11:43:30 UTC 2011 Added Files: src/sys/modules/gpioiic: Makefile gpioiic.ioconf src/sys/modules/iic: Makefile i2c.ioconf Log Message: Modules for iic(4) and gpioiic(4). To generate a diff of this commit: cvs

CVS commit: src

2011-10-02 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Sun Oct 2 12:13:09 UTC 2011 Modified Files: src/distrib/sets/lists/modules: md.evbppc mi src/sys/dev/i2c: i2c.c src/sys/modules: Makefile src/sys/modules/iic: i2c.ioconf Log Message: Build iic(4) and

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

2011-10-02 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Sun Oct 2 12:19:17 UTC 2011 Modified Files: src/sys/arch/i386/conf: GENERIC Log Message: Document gpioiic flag in a comment. To generate a diff of this commit: cvs rdiff -u -r1.1053 -r1.1054 src/sys/arch/i386/conf/GENERIC

CVS commit: src/sys/dev/i2c

2011-10-02 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Sun Oct 2 12:25:40 UTC 2011 Modified Files: src/sys/dev/i2c: i2c.c Log Message: Consistent use of 'return'. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/sys/dev/i2c/i2c.c Please note that diffs are not

CVS commit: src

2011-10-02 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Sun Oct 2 12:43:53 UTC 2011 Modified Files: src/share/man/man4: gpioiic.4 src/usr.sbin/gpioctl: gpioctl.8 gpioctl.c Log Message: It's actually 'the flag locator', not 'flags' (as 'flags' can not be used as a locator

CVS commit: src/sys/kern

2011-10-02 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Sun Oct 2 13:00:07 UTC 2011 Modified Files: src/sys/kern: vfs_vnode.c Log Message: The path getnewvnode()-getcleanvnode()-vclean()-VOP_LOCK() will panic if the vnode we want to clean is a layered vnode and the caller already

CVS commit: src/gnu/usr.bin/gdb6/arch/arm

2011-10-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 2 14:24:09 UTC 2011 Modified Files: src/gnu/usr.bin/gdb6/arch/arm: defs.mk Log Message: add a missing file, found with the new binutils. No chance we are going to run mknative again on this, so the manual fix. To

CVS commit: src/gnu/usr.bin/gdb6/arch/arm

2011-10-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 2 15:04:47 UTC 2011 Modified Files: src/gnu/usr.bin/gdb6/arch/arm: defs.mk Log Message: undo previous, my sources were wrong. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/sys/dev/usb

2011-10-02 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Oct 2 16:30:58 UTC 2011 Modified Files: src/sys/dev/usb: auvitek.c auvitek_i2c.c auvitekvar.h files.usb Log Message: allow attaching an iic to auvitek if AUVITEK_I2C_DEBUG is defined, and change the auvitek i2c lock from

CVS commit: src

2011-10-02 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Oct 2 16:39:47 UTC 2011 Modified Files: src/distrib/sets/lists/comp: mi src/etc: MAKEDEV.tmpl src/share/man/man4: iic.4 options.4 src/sys/arch/i386/conf: ALL src/sys/conf: majors

CVS commit: src

2011-10-02 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Oct 2 16:48:47 UTC 2011 Modified Files: src/distrib/sets/lists/base: mi Added Files: src/usr.sbin/i2cscan: Makefile i2cscan.c Log Message: add userland implementation of I2C_SCAN code To generate a diff of this

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

2011-10-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 2 18:14:25 UTC 2011 Modified Files: src/external/gpl3/gdb/dist/gdb: nbsd-thread.c Log Message: - add objfile hook. - constify. - we cannot run things, so don't lie. To generate a diff of this commit: cvs rdiff -u

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

2011-10-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 2 18:15:23 UTC 2011 Modified Files: src/external/gpl3/gdb/bin/gdb: Makefile src/external/gpl3/gdb/bin/gdbtui: Makefile Log Message: Enable thread debugging support (not completely working yet). To generate a

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

2011-10-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 2 18:16:06 UTC 2011 Modified Files: src/external/gpl3/gdb/lib/libbfd: Makefile src/external/gpl3/gdb/lib/libgdb/arch/x86_64: defs.mk init.c Log Message: enable thread debugging support. To generate a diff of

CVS commit: src/lib/libpthread_dbg

2011-10-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 2 18:18:14 UTC 2011 Modified Files: src/lib/libpthread_dbg: pthread_dbg.h Log Message: constify. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/lib/libpthread_dbg/pthread_dbg.h Please note that

CVS commit: src/lib/libpthread

2011-10-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 2 18:18:56 UTC 2011 Modified Files: src/lib/libpthread: pthread.c Log Message: put back pthread__dbg variable; this is set to no zero by td_open() when debugging to avoid multiple td_open() mess. To generate a diff

CVS commit: src/sys/arch/amiga/stand/bootblock/bootxx_ffs

2011-10-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 2 18:30:50 UTC 2011 Modified Files: src/sys/arch/amiga/stand/bootblock/bootxx_ffs: Makefile Log Message: don't mark vers.c phony. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 \

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

2011-10-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 2 18:32:36 UTC 2011 Modified Files: src/sys/arch/iyonix/conf: GENERIC Log Message: Bump SYMTAB_SPACE To generate a diff of this commit: cvs rdiff -u -r1.66 -r1.67 src/sys/arch/iyonix/conf/GENERIC Please note that

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

2011-10-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 2 18:33:20 UTC 2011 Modified Files: src/sys/arch/netwinder/conf: GENERIC Log Message: Bump SYMTAB_SPACE To generate a diff of this commit: cvs rdiff -u -r1.106 -r1.107 src/sys/arch/netwinder/conf/GENERIC Please note

CVS commit: src/tests/include/sys

2011-10-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 2 18:34:17 UTC 2011 Modified Files: src/tests/include/sys: t_bitops.c Log Message: remove stray underscore. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/tests/include/sys/t_bitops.c Please note

CVS commit: src/sys/dev/i2c

2011-10-02 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Oct 2 18:58:46 UTC 2011 Modified Files: src/sys/dev/i2c: i2c.c Log Message: add support for detaching iic(4) To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/sys/dev/i2c/i2c.c Please note that diffs are

CVS commit: src/sys/dev/i2c

2011-10-02 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Oct 2 19:03:56 UTC 2011 Modified Files: src/sys/dev/i2c: au8522.c cx24227.c dbcool.c lg3303.c mt2131.c nxt2k.c sdtemp.c spdmem_i2c.c tvpll.c xc3028.c xc5k.c zl10353.c Log Message: now that iic is a module, add

CVS commit: src/sys/dev/usb

2011-10-02 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Oct 2 19:15:40 UTC 2011 Modified Files: src/sys/dev/usb: auvitek.c auvitek_dtv.c auvitek_video.c auvitekvar.h Log Message: Attempt to load the xc5k firmware at attach time using config_mountroot. If it is unavailable the

CVS commit: src/lib/libterminfo

2011-10-02 Thread Roy Marples
Module Name:src Committed By: roy Date: Sun Oct 2 19:24:25 UTC 2011 Modified Files: src/lib/libterminfo: Makefile curterm.c term.h terminfo.3 Log Message: Add termname(3) as defined by POSIX. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

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

2011-10-02 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Oct 2 19:29:41 UTC 2011 Modified Files: src/distrib/sets/lists/base: mi Log Message: Now that we're installing i2c/io.h usr/include/dev/i2c/ is no longer obsolete! To generate a diff of this commit: cvs rdiff -u -r1.957

CVS commit: src/etc/mtree

2011-10-02 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Oct 2 19:31:45 UTC 2011 Modified Files: src/etc/mtree: NetBSD.dist.base Log Message: Also re-add usr/include/dev/i2c to the mtree file To generate a diff of this commit: cvs rdiff -u -r1.91 -r1.92

CVS commit: src/usr.bin/xlint/lint1

2011-10-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 2 19:45:10 UTC 2011 Modified Files: src/usr.bin/xlint/lint1: scan.l Log Message: eat the last d in double constants. To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 src/usr.bin/xlint/lint1/scan.l

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

2011-10-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 2 21:10:03 UTC 2011 Modified Files: src/distrib/sets/lists/xserver: md.shark Log Message: fix broken sets. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/distrib/sets/lists/xserver/md.shark Please

CVS commit: src/sys/dev/i2c

2011-10-02 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Oct 2 21:12:43 UTC 2011 Modified Files: src/sys/dev/i2c: i2c.c Log Message: iic_ioctl_exec: initialize cmd before using it To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/sys/dev/i2c/i2c.c Please note

CVS commit: src/sys/modules/iic

2011-10-02 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Oct 2 21:14:22 UTC 2011 Modified Files: src/sys/modules/iic: Makefile Added Files: src/sys/modules/iic: iic.ioconf Removed Files: src/sys/modules/iic: i2c.ioconf Log Message: rename ioconf file to match

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

2011-10-02 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Oct 2 21:19:37 UTC 2011 Modified Files: src/distrib/sets/lists/comp: mi Log Message: Add termname(3) entries To generate a diff of this commit: cvs rdiff -u -r1.1684 -r1.1685 src/distrib/sets/lists/comp/mi Please note

CVS commit: src/sys/kern

2011-10-02 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Sun Oct 2 21:32:48 UTC 2011 Modified Files: src/sys/kern: subr_vmem.c Log Message: - Replace calc_order() with ilog2(), wrap into SIZE2ORDER(). - Inline some functions, reduce some #ifdefs. To generate a diff of this commit:

CVS commit: src/sys/dev/mii

2011-10-02 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Oct 2 21:42:20 UTC 2011 Modified Files: src/sys/dev/mii: atphy.c Log Message: Attansic L2 is 10/100 but the status registers report 1000 Mbps, so don't bother reading MII_EXTSR for this part. Also use MII_ANEGTICKS instead

CVS commit: src/share/mk

2011-10-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 2 22:10:11 UTC 2011 Modified Files: src/share/mk: bsd.own.mk Log Message: No point on keeping hp700 on the old gcc; it is produces broken assembly according to the new binutils. To generate a diff of this commit: cvs

CVS commit: src/sys/dev/acpi

2011-10-02 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Oct 2 22:20:33 UTC 2011 Modified Files: src/sys/dev/acpi: acpi_tz.c Log Message: _ACx is for active cooling policy, using it for envsys temp 'warn max' doesn't make sense To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/pci

2011-10-02 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Oct 2 23:25:20 UTC 2011 Modified Files: src/sys/dev/pci: piixpm.c Log Message: Newer ATI SB800 SMBus controllers don't report the base address in PCI config space. According to the SB800-Series Southbridges Register

CVS commit: othersrc/external/bsd/lamport

2011-10-02 Thread Alistair G. Crooks
Module Name:othersrc Committed By: agc Date: Mon Oct 3 05:41:59 UTC 2011 Update of /cvsroot/othersrc/external/bsd/lamport In directory ivanova.netbsd.org:/tmp/cvs-serv28707 Log Message: Lamport signatures were invented in 1979, and are used as one-time signatures (since

CVS commit: src

2011-10-02 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Sun Oct 2 09:33:19 UTC 2011 Modified Files: src/share/man/man4: gpio.4 gpioiic.4 src/sys/dev/gpio: gpio.c gpioiic.c gpiovar.h src/sys/sys: gpio.h src/usr.sbin/gpioctl: gpioctl.8 gpioctl.c Log Message:

CVS commit: src/sys/dev/gpio

2011-10-02 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Sun Oct 2 10:01:25 UTC 2011 Modified Files: src/sys/dev/gpio: files.gpio Log Message: Add the flag locator (missed in the previous commit). To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/sys/dev/i2c

2011-10-02 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Sun Oct 2 11:38:48 UTC 2011 Modified Files: src/sys/dev/i2c: i2c.c Log Message: ii2c can be built as module. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/sys/dev/i2c/i2c.c Please note that diffs are not

CVS commit: src/sys/modules

2011-10-02 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Sun Oct 2 11:43:30 UTC 2011 Added Files: src/sys/modules/gpioiic: Makefile gpioiic.ioconf src/sys/modules/iic: Makefile i2c.ioconf Log Message: Modules for iic(4) and gpioiic(4). To generate a diff of this commit: cvs

CVS commit: src

2011-10-02 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Sun Oct 2 12:13:09 UTC 2011 Modified Files: src/distrib/sets/lists/modules: md.evbppc mi src/sys/dev/i2c: i2c.c src/sys/modules: Makefile src/sys/modules/iic: i2c.ioconf Log Message: Build iic(4) and

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

2011-10-02 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Sun Oct 2 12:19:17 UTC 2011 Modified Files: src/sys/arch/i386/conf: GENERIC Log Message: Document gpioiic flag in a comment. To generate a diff of this commit: cvs rdiff -u -r1.1053 -r1.1054 src/sys/arch/i386/conf/GENERIC

CVS commit: src/sys/dev/i2c

2011-10-02 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Sun Oct 2 12:25:40 UTC 2011 Modified Files: src/sys/dev/i2c: i2c.c Log Message: Consistent use of 'return'. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/sys/dev/i2c/i2c.c Please note that diffs are not

CVS commit: src

2011-10-02 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Sun Oct 2 12:43:53 UTC 2011 Modified Files: src/share/man/man4: gpioiic.4 src/usr.sbin/gpioctl: gpioctl.8 gpioctl.c Log Message: It's actually 'the flag locator', not 'flags' (as 'flags' can not be used as a locator

CVS commit: src/sys/kern

2011-10-02 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Sun Oct 2 13:00:07 UTC 2011 Modified Files: src/sys/kern: vfs_vnode.c Log Message: The path getnewvnode()-getcleanvnode()-vclean()-VOP_LOCK() will panic if the vnode we want to clean is a layered vnode and the caller already

CVS commit: src/gnu/usr.bin/gdb6/arch/arm

2011-10-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 2 14:24:09 UTC 2011 Modified Files: src/gnu/usr.bin/gdb6/arch/arm: defs.mk Log Message: add a missing file, found with the new binutils. No chance we are going to run mknative again on this, so the manual fix. To

CVS commit: src/gnu/usr.bin/gdb6/arch/arm

2011-10-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 2 15:04:47 UTC 2011 Modified Files: src/gnu/usr.bin/gdb6/arch/arm: defs.mk Log Message: undo previous, my sources were wrong. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/sys/dev/usb

2011-10-02 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Oct 2 16:30:58 UTC 2011 Modified Files: src/sys/dev/usb: auvitek.c auvitek_i2c.c auvitekvar.h files.usb Log Message: allow attaching an iic to auvitek if AUVITEK_I2C_DEBUG is defined, and change the auvitek i2c lock from

CVS commit: src

2011-10-02 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Oct 2 16:39:47 UTC 2011 Modified Files: src/distrib/sets/lists/comp: mi src/etc: MAKEDEV.tmpl src/share/man/man4: iic.4 options.4 src/sys/arch/i386/conf: ALL src/sys/conf: majors

CVS commit: src

2011-10-02 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Oct 2 16:48:47 UTC 2011 Modified Files: src/distrib/sets/lists/base: mi Added Files: src/usr.sbin/i2cscan: Makefile i2cscan.c Log Message: add userland implementation of I2C_SCAN code To generate a diff of this

CVS commit: src/sys/dev/i2c

2011-10-02 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Oct 2 17:39:40 UTC 2011 Modified Files: src/sys/dev/i2c: i2c.c Log Message: I2C_IOCTL_EXEC: only allow i2c write ops if the device was opened for writing To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32

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

2011-10-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 2 18:14:25 UTC 2011 Modified Files: src/external/gpl3/gdb/dist/gdb: nbsd-thread.c Log Message: - add objfile hook. - constify. - we cannot run things, so don't lie. To generate a diff of this commit: cvs rdiff -u

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

2011-10-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 2 18:15:23 UTC 2011 Modified Files: src/external/gpl3/gdb/bin/gdb: Makefile src/external/gpl3/gdb/bin/gdbtui: Makefile Log Message: Enable thread debugging support (not completely working yet). To generate a

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

2011-10-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 2 18:16:06 UTC 2011 Modified Files: src/external/gpl3/gdb/lib/libbfd: Makefile src/external/gpl3/gdb/lib/libgdb/arch/x86_64: defs.mk init.c Log Message: enable thread debugging support. To generate a diff of

CVS commit: src/lib/libpthread_dbg

2011-10-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 2 18:18:14 UTC 2011 Modified Files: src/lib/libpthread_dbg: pthread_dbg.h Log Message: constify. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/lib/libpthread_dbg/pthread_dbg.h Please note that

CVS commit: src/lib/libpthread

2011-10-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 2 18:18:56 UTC 2011 Modified Files: src/lib/libpthread: pthread.c Log Message: put back pthread__dbg variable; this is set to no zero by td_open() when debugging to avoid multiple td_open() mess. To generate a diff

CVS commit: src/sys/arch/amiga/stand/bootblock/bootxx_ffs

2011-10-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 2 18:30:50 UTC 2011 Modified Files: src/sys/arch/amiga/stand/bootblock/bootxx_ffs: Makefile Log Message: don't mark vers.c phony. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 \

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

2011-10-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 2 18:32:36 UTC 2011 Modified Files: src/sys/arch/iyonix/conf: GENERIC Log Message: Bump SYMTAB_SPACE To generate a diff of this commit: cvs rdiff -u -r1.66 -r1.67 src/sys/arch/iyonix/conf/GENERIC Please note that

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

2011-10-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 2 18:33:20 UTC 2011 Modified Files: src/sys/arch/netwinder/conf: GENERIC Log Message: Bump SYMTAB_SPACE To generate a diff of this commit: cvs rdiff -u -r1.106 -r1.107 src/sys/arch/netwinder/conf/GENERIC Please note

CVS commit: src/tests/include/sys

2011-10-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 2 18:34:17 UTC 2011 Modified Files: src/tests/include/sys: t_bitops.c Log Message: remove stray underscore. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/tests/include/sys/t_bitops.c Please note

CVS commit: src/sys/dev/i2c

2011-10-02 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Oct 2 18:58:46 UTC 2011 Modified Files: src/sys/dev/i2c: i2c.c Log Message: add support for detaching iic(4) To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/sys/dev/i2c/i2c.c Please note that diffs are

CVS commit: src/lib/libterminfo

2011-10-02 Thread Roy Marples
Module Name:src Committed By: roy Date: Sun Oct 2 19:24:25 UTC 2011 Modified Files: src/lib/libterminfo: Makefile curterm.c term.h terminfo.3 Log Message: Add termname(3) as defined by POSIX. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

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

2011-10-02 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Oct 2 19:29:41 UTC 2011 Modified Files: src/distrib/sets/lists/base: mi Log Message: Now that we're installing i2c/io.h usr/include/dev/i2c/ is no longer obsolete! To generate a diff of this commit: cvs rdiff -u -r1.957

CVS commit: src/etc/mtree

2011-10-02 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Oct 2 19:31:45 UTC 2011 Modified Files: src/etc/mtree: NetBSD.dist.base Log Message: Also re-add usr/include/dev/i2c to the mtree file To generate a diff of this commit: cvs rdiff -u -r1.91 -r1.92

CVS commit: src/usr.bin/xlint/lint1

2011-10-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 2 19:45:10 UTC 2011 Modified Files: src/usr.bin/xlint/lint1: scan.l Log Message: eat the last d in double constants. To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 src/usr.bin/xlint/lint1/scan.l

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

2011-10-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 2 21:10:03 UTC 2011 Modified Files: src/distrib/sets/lists/xserver: md.shark Log Message: fix broken sets. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/distrib/sets/lists/xserver/md.shark Please

CVS commit: src/sys/dev/i2c

2011-10-02 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Oct 2 21:12:43 UTC 2011 Modified Files: src/sys/dev/i2c: i2c.c Log Message: iic_ioctl_exec: initialize cmd before using it To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/sys/dev/i2c/i2c.c Please note

CVS commit: src/sys/modules/iic

2011-10-02 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Oct 2 21:14:22 UTC 2011 Modified Files: src/sys/modules/iic: Makefile Added Files: src/sys/modules/iic: iic.ioconf Removed Files: src/sys/modules/iic: i2c.ioconf Log Message: rename ioconf file to match

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

2011-10-02 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Oct 2 21:19:37 UTC 2011 Modified Files: src/distrib/sets/lists/comp: mi Log Message: Add termname(3) entries To generate a diff of this commit: cvs rdiff -u -r1.1684 -r1.1685 src/distrib/sets/lists/comp/mi Please note

CVS commit: src/sys/kern

2011-10-02 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Sun Oct 2 21:32:48 UTC 2011 Modified Files: src/sys/kern: subr_vmem.c Log Message: - Replace calc_order() with ilog2(), wrap into SIZE2ORDER(). - Inline some functions, reduce some #ifdefs. To generate a diff of this commit:

CVS commit: src/sys/dev/mii

2011-10-02 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Oct 2 21:42:20 UTC 2011 Modified Files: src/sys/dev/mii: atphy.c Log Message: Attansic L2 is 10/100 but the status registers report 1000 Mbps, so don't bother reading MII_EXTSR for this part. Also use MII_ANEGTICKS instead

CVS commit: src/share/mk

2011-10-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 2 22:10:11 UTC 2011 Modified Files: src/share/mk: bsd.own.mk Log Message: No point on keeping hp700 on the old gcc; it is produces broken assembly according to the new binutils. To generate a diff of this commit: cvs

CVS commit: src/sys/dev/acpi

2011-10-02 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Oct 2 22:20:33 UTC 2011 Modified Files: src/sys/dev/acpi: acpi_tz.c Log Message: _ACx is for active cooling policy, using it for envsys temp 'warn max' doesn't make sense To generate a diff of this commit: cvs rdiff -u

CVS commit: othersrc/external/bsd/lamport

2011-10-02 Thread Alistair G. Crooks
Module Name:othersrc Committed By: agc Date: Mon Oct 3 05:41:59 UTC 2011 Update of /cvsroot/othersrc/external/bsd/lamport In directory ivanova.netbsd.org:/tmp/cvs-serv28707 Log Message: Lamport signatures were invented in 1979, and are used as one-time signatures (since