CVS commit: src/tests/lib/libc/ieeefp

2011-01-03 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jan 3 09:14:21 UTC 2011 Modified Files: src/tests/lib/libc/ieeefp: t_except.c Log Message: remove another extraneous static To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tests/lib/libc/ieeefp/t_except.c

CVS commit: src/tests/fs/vfs

2011-01-03 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Jan 3 09:35:33 UTC 2011 Modified Files: src/tests/fs/vfs: t_io.c Log Message: Give this a chance of working on non-4kB pagesize. from martin's sparc64 test run To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/tests/dev/cgd

2011-01-03 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Jan 3 09:37:43 UTC 2011 Modified Files: src/tests/dev/cgd: t_cgd.sh Log Message: make this work when rawpart != d To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/tests/dev/cgd/t_cgd.sh Please note that

CVS commit: src/tests/dev/md

2011-01-03 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Jan 3 09:39:46 UTC 2011 Modified Files: src/tests/dev/md: t_md.sh Log Message: use rawpart To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/tests/dev/md/t_md.sh Please note that diffs are not public domain;

CVS commit: src/doc

2011-01-03 Thread Roy Marples
every change made to the NetBSD source tree. @@ -815,3 +815,4 @@ dm(4): Make LVM use non 512-byte sector devices. [mlelstv 20101223] auvitek(4): Add a driver for Auvitek AU0828 family USB video capture controllers. [jmcneill 20101227] + dhcpcd(8): Import dhcpcd-5.2.10. [roy 20110103]

CVS commit: src/usr.bin/rump_allserver

2011-01-03 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Jan 3 12:18:25 UTC 2011 Modified Files: src/usr.bin/rump_allserver: rump_allserver.c Log Message: Fix usage (8th bit begone!) To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

CVS commit: src/sys/fs/udf

2011-01-03 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Mon Jan 3 13:12:40 UTC 2011 Modified Files: src/sys/fs/udf: udf_strat_sequential.c Log Message: destroy mutex/cv before freeing the struct holding them, fixes LOCKDEBUG panic To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/kern

2011-01-03 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Jan 3 13:22:32 UTC 2011 Modified Files: src/sys/kern: kern_synch.c Log Message: update comment To generate a diff of this commit: cvs rdiff -u -r1.285 -r1.286 src/sys/kern/kern_synch.c Please note that diffs are not public

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

2011-01-03 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Jan 3 14:07:10 UTC 2011 Added Files: src/distrib/sets/lists/tests: md.alpha md.i386 md.ia64 md.sparc md.sparc64 Removed Files: src/distrib/sets/lists/tests: ad.alpha ad.i386 ad.sparc ad.sparc64 Log

CVS commit: src/sys/rump/librump/rumpkern

2011-01-03 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Jan 3 14:57:06 UTC 2011 Modified Files: src/sys/rump/librump/rumpkern: signals.c Log Message: kqueue signal filters are not supported, so be explicit about it. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

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

2011-01-03 Thread Arnaud Ysmal
Module Name:src Committed By: stacktic Date: Mon Jan 3 18:55:42 UTC 2011 Modified Files: src/crypto/external/bsd/openssh/dist: sshconnect2.c Log Message: Fixed strvisx usage To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/sys/rump/librump/rumpvfs

2011-01-03 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Jan 4 00:09:43 UTC 2011 Modified Files: src/sys/rump/librump/rumpvfs: rumpfs.c Log Message: Don't try to change the size of non-reg nodes or when vattr doesn't contain a new size. from njoly To generate a diff of this

CVS commit: src/sys/dev/i2c

2011-01-03 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Jan 4 01:24:56 UTC 2011 Modified Files: src/sys/dev/i2c: files.i2c Log Message: Add a generic Motorola/Freescale i2c driver. This was taken from sandpoint and heavily modified. It works on most Freescale PowerPC and ARM

CVS commit: src/sys/dev/i2c

2011-01-03 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Jan 4 01:25:17 UTC 2011 Added Files: src/sys/dev/i2c: motoi2c.c motoi2creg.h motoi2cvar.h Log Message: Add a generic Motorola/Freescale i2c driver. This was taken from sandpoint and heavily modified. It works on most

CVS commit: src/sys/dev

2011-01-03 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Jan 4 01:26:22 UTC 2011 Modified Files: src/sys/dev: DEVNAMES Log Message: Add the new mpc85xx/booke device names. To generate a diff of this commit: cvs rdiff -u -r1.261 -r1.262 src/sys/dev/DEVNAMES Please note that diffs

CVS commit: src/sys/dev/ic

2011-01-03 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Jan 4 01:28:15 UTC 2011 Modified Files: src/sys/dev/ic: mk48txx.c mk48txxreg.h mk48txxvar.h Log Message: Make this support the DS1553 as well. Add support for the centry reg which newer RTCs seem to have. To generate a diff

CVS commit: src/sys/dev/usb

2011-01-03 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Jan 4 01:29:01 UTC 2011 Modified Files: src/sys/dev/usb: usb_mem.c Log Message: Use LIST_FOREACH when possible. To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/sys/dev/usb/usb_mem.c Please note that diffs

CVS commit: src/sys/dev/usb

2011-01-03 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Jan 4 01:37:55 UTC 2011 Modified Files: src/sys/dev/usb: usb_mem.c Log Message: Switch back to malloc since kmem isn't softintr safe. To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/sys/dev/usb/usb_mem.c

CVS commit: src/sys/kern

2011-01-03 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Jan 4 01:40:19 UTC 2011 Modified Files: src/sys/kern: kern_ksyms.c Log Message: When determining max/min sym value, ignore ABS symbols which don't have a type. This stops ksym thinking that the _KERNEL_OPT symbols could

CVS commit: src/sys/conf

2011-01-03 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Jan 4 01:52:31 UTC 2011 Modified Files: src/sys/conf: Makefile.kern.inc Log Message: If using a kernel ldscript, make sure it's added to the list of kernel dependencies. To generate a diff of this commit: cvs rdiff -u

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

2011-01-03 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Tue Jan 4 02:19:32 UTC 2011 Modified Files: src/sys/arch/hpcarm/conf: IPAQ JORNADA720 JORNADA820 WZERO3 Log Message: Add options P1003_1B_SEMAPHORE. To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63

CVS commit: src/sys/dev/i2c

2011-01-03 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Tue Jan 4 02:50:08 UTC 2011 Modified Files: src/sys/dev/i2c: motoi2c.c motoi2creg.h motoi2cvar.h Log Message: withdraw my name from the copyright notice as there is little code substance made by me. To generate a diff of

CVS commit: src/sys/dev/acpi

2011-01-03 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Tue Jan 4 04:28:49 UTC 2011 Modified Files: src/sys/dev/acpi: acpi_timer.c Log Message: Fix previous. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/dev/acpi/acpi_timer.c Please note that diffs are not

CVS commit: src/sys/kern

2011-01-03 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Jan 4 07:43:42 UTC 2011 Modified Files: src/sys/kern: vfs_lookup.c Log Message: Tsort functions and remove a small #if 0 block leftover from earlier cleanup. No functional change. To generate a diff of this commit: cvs