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 rd

CVS commit: src/etc

2011-01-03 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Jan 4 06:55:00 UTC 2011 Modified Files: src/etc: protocols Log Message: Make the alternate name for "manet" caps so it's not a duplicate. Gives the impression of closing PR 44311. To generate a diff of this commit: cvs rd

CVS commit: src/share/misc

2011-01-03 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Jan 4 06:18:51 UTC 2011 Modified Files: src/share/misc: acronyms acronyms.comp Log Message: fsck should be in acronyms.comp, not the regular acronyms file. To generate a diff of this commit: cvs rdiff -u -r1.197 -r1.198 s

CVS commit: src/share/misc

2011-01-03 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Jan 4 06:17:38 UTC 2011 Modified Files: src/share/misc: acronyms Log Message: If we're going to have non-acronyms like "1337" and "noob" in here, at least define them properly. In particular, don't define "noob" as "noob".

CVS commit: src/sys/dev/acpi

2011-01-03 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Tue Jan 4 05:48:49 UTC 2011 Modified Files: src/sys/dev/acpi: acpi_acad.c acpi_bat.c acpi_cpu_cstate.c Log Message: Revert the changes made in the commit: "Do not queue functions via sysmon_taskq(9) in the pmf(9) resume hooks.

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 p

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 this

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 src/sys/arch/hp

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 -r1.128

CVS commit: src/sys/dev/sysmon

2011-01-03 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Jan 4 01:51:06 UTC 2011 Modified Files: src/sys/dev/sysmon: sysmon_wdog.c sysmonvar.h Log Message: add support for autostarting watchdogs (wdog was started by firmware and can't be disabled). Add critical pool hooks for kernel

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 actual

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 Pl

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 a

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

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 a

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 Freescal

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

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 commi

CVS commit: src/tests/lib/libc

2011-01-03 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Jan 3 20:51:26 UTC 2011 Modified Files: src/tests/lib/libc/gen: t_ldexp.c t_siginfo.c src/tests/lib/libc/ieeefp: t_except.c Log Message: Don't run FP Exception tests under qemu - they don't work. While here, proper

CVS commit: src/tests/lib/libc

2011-01-03 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Jan 3 19:25:48 UTC 2011 Modified Files: src/tests/lib/libc: Makefile Log Message: Ooopppsss - locale/ tests are not yet ready - don't SUBIDR yet To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/tests/lib/

CVS commit: src/sys/arch/hp700/include

2011-01-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Jan 3 19:20:12 UTC 2011 Modified Files: src/sys/arch/hp700/include: autoconf.h Log Message: Reformat comment. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/arch/hp700/include/autoconf.h Please note t

CVS commit: src

2011-01-03 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Jan 3 19:01:47 UTC 2011 Modified Files: src/distrib/sets/lists/tests: mi src/tests/lib/libc: Makefile Added Files: src/tests/lib/libc: h_atexit.c t_atexit.sh Log Message: Atf-ify the atexit test To generat

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 src/crypto/external/bsd/openssh/dist

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

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 Messa

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

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 src/usr.bin/rump_allserver/rump_allser

CVS commit: src/doc

2011-01-03 Thread Roy Marples
Module Name:src Committed By: roy Date: Mon Jan 3 11:35:04 UTC 2011 Modified Files: src/doc: 3RDPARTY CHANGES Log Message: Document import of dhcpcd-5.2.10 To generate a diff of this commit: cvs rdiff -u -r1.801 -r1.802 src/doc/3RDPARTY cvs rdiff -u -r1.1482 -r1.1483 sr

CVS commit: src/external/bsd/dhcpcd/sbin/dhcpcd

2011-01-03 Thread Roy Marples
Module Name:src Committed By: roy Date: Mon Jan 3 11:33:44 UTC 2011 Modified Files: src/external/bsd/dhcpcd/sbin/dhcpcd: Makefile Log Message: Don't build the getline shim anymore as the NetBSD libc getline(3) has proven itself now. To generate a diff of this commit: cv

CVS commit: src/external/bsd/dhcpcd/dist

2011-01-03 Thread Roy Marples
Module Name:src Committed By: roy Date: Mon Jan 3 11:28:28 UTC 2011 Update of /cvsroot/src/external/bsd/dhcpcd/dist In directory ivanova.netbsd.org:/tmp/cvs-serv16364 Log Message: Import dhcpcd-5.2.10 with the following change: * -r, --request now works again Status: Vendor T

CVS commit: src/usr.bin/rump_allserver

2011-01-03 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Jan 3 10:44:40 UTC 2011 Modified Files: src/usr.bin/rump_allserver: rump_allserver.1 rump_allserver.c Log Message: Add -c to control the number of CPUs configured in the kernel. To generate a diff of this commit: cvs rdiff -

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; t

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 diffs

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

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/lib/libc/ieeefp

2011-01-03 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jan 3 09:10:54 UTC 2011 Modified Files: src/tests/lib/libc/ieeefp: t_except.c Log Message: fix this properly. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/lib/libc/ieeefp/t_except.c Please note t

CVS commit: src/sys/dev/acpi

2011-01-03 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon Jan 3 08:50:23 UTC 2011 Modified Files: src/sys/dev/acpi: acpi.c acpi_verbose.c Log Message: Scan for devices that are "hot-pluggable". To generate a diff of this commit: cvs rdiff -u -r1.224 -r1.225 src/sys/dev/acpi/acpi.c