CVS commit: src/games/robots

2009-08-03 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Aug 3 06:04:13 UTC 2009 Modified Files: src/games/robots: score.c Log Message: don't ignore errors from read(); found by lint To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/games/robots/score.c Please

CVS commit: src/sys/dev/scsipi

2009-08-03 Thread John Nemeth
Module Name:src Committed By: jnemeth Date: Mon Aug 3 09:40:46 UTC 2009 Modified Files: src/sys/dev/scsipi: sd.c Log Message: Fix previous where the call of sd_set_properties was moved from the end of sdattach() to the end of sd_get_parms(). The code at the bottom of

CVS commit: src/sys/dev/acpi

2009-08-03 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Aug 3 10:30:30 UTC 2009 Modified Files: src/sys/dev/acpi: asus_acpi.c files.acpi Log Message: - add experimental cpu fan/voltage switching support (sysctl hw.asus0.*) - add fan sensor - rename asus_softc_t - struct

CVS commit: src/sys/dev/gpio

2009-08-03 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Mon Aug 3 12:42:45 UTC 2009 Modified Files: src/sys/dev/gpio: gpioow.c Log Message: A better match routine that checks also the number of pins instead of checking the pins in the attach routine; malconfigured devices will no

CVS commit: src/sys/dev/gpio

2009-08-03 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Mon Aug 3 12:43:56 UTC 2009 Modified Files: src/sys/dev/gpio: gpio.c Log Message: Be more careful when attaching drivers at runtime, call the drivers match routine before attaching the device. Prevents non-working driver

CVS commit: src/sys/rump

2009-08-03 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Aug 3 14:23:30 UTC 2009 Modified Files: src/sys/rump/include/rump: rump.h src/sys/rump/librump/rumpvfs: rump_vfs.c rump_vfs_private.h rumpblk.c rumpfs.c Log Message: * get rid of the old fakeblk

CVS commit: src/lib/libukfs

2009-08-03 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Aug 3 14:24:58 UTC 2009 Modified Files: src/lib/libukfs: ukfs.c Log Message: * use new etfs interface + attempt to register only if we can stat() the devpath. this works around e.g. nfs devpath, which is useless to

CVS commit: src/tests/fs/ffs

2009-08-03 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Aug 3 14:25:24 UTC 2009 Modified Files: src/tests/fs/ffs: t_renamerace.c Log Message: rump_fakeblk - rump_etfs To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/tests/fs/ffs/t_renamerace.c Please note that

CVS commit: src/lib/libukfs

2009-08-03 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Aug 3 15:08:37 UTC 2009 Modified Files: src/lib/libukfs: ukfs.c Log Message: fix errno reporting To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/lib/libukfs/ukfs.c Please note that diffs are not public

CVS commit: src

2009-08-03 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Mon Aug 3 15:59:42 UTC 2009 Modified Files: src/distrib/sets/lists/base: md.amd64 md.sparc64 shl.mi src/distrib/sets/lists/comp: mi src/lib/libbluetooth: Makefile bluetooth.3 bluetooth.h shlib_version Added Files:

CVS commit: src/doc

2009-08-03 Thread Iain Hibbert
20090728] xen: dropped Xen 2 support. [cegger 20090728] + libbluetooth: add device access API bt_dev(3). [plunky 20090803]

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

2009-08-03 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Aug 3 16:22:00 UTC 2009 Modified Files: src/sys/rump/librump/rumpvfs: Makefile.rumpvfs rumpblk.c Log Message: Support read/write in rumpblk via physio() To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/sys/dev/acpi

2009-08-03 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Aug 3 16:33:55 UTC 2009 Modified Files: src/sys/dev/acpi: asus_acpi.c Log Message: don't call asus_sysctl_setup from asus_init because that is called from the resume handler, instead call it directly from asus_attach To

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

2009-08-03 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Aug 3 17:10:51 UTC 2009 Modified Files: src/sys/rump/librump/rumpkern: vm.c Log Message: track number of pages associated with vm object To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59

CVS commit: src/sys/dev/gpio

2009-08-03 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Mon Aug 3 17:24:40 UTC 2009 Modified Files: src/sys/dev/gpio: gpioow.c Log Message: unfold short line; debracket To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/dev/gpio/gpioow.c Please note that diffs

CVS commit: src/etc/rc.d

2009-08-03 Thread Perry E. Metzger
Module Name:src Committed By: perry Date: Mon Aug 3 17:45:48 UTC 2009 Modified Files: src/etc/rc.d: named ntpdate Log Message: ntpdate can't work without named because a modern ntp.conf has dns names in it. We therefore now depend on it. However, this would have then

CVS commit: src

2009-08-03 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Mon Aug 3 19:08:48 UTC 2009 Modified Files: src/distrib/sets/lists/comp: mi src/share/man/man9: Makefile uvm.9 Added Files: src/share/man/man9: ubc.9 Log Message: Split descriptions of UBC functions from uvm(9)

CVS commit: src/share/man/man9

2009-08-03 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Mon Aug 3 19:18:27 UTC 2009 Modified Files: src/share/man/man9: ubc.9 Log Message: ubc(9): add core references and see also, ubc_unmap - ubc_release. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/share/man/man9

2009-08-03 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Mon Aug 3 19:30:32 UTC 2009 Modified Files: src/share/man/man9: kmem_alloc.9 Log Message: kmem_alloc(9): make notes under NOTES section. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/lib/libm/complex

2009-08-03 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Mon Aug 3 19:41:32 UTC 2009 Modified Files: src/lib/libm/complex: cacosh.c cacoshf.c Log Message: As noticed by Stathis Kamperis, the original implementation does not always return the correct principal value (with real=0).

CVS commit: src/doc

2009-08-03 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Mon Aug 3 19:48:36 UTC 2009 Modified Files: src/doc: CHANGES Log Message: Fix date for mvsata(4) entry. To generate a diff of this commit: cvs rdiff -u -r1.1265 -r1.1266 src/doc/CHANGES Please note that diffs are not public

CVS commit: src/share/man/man9

2009-08-03 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Mon Aug 3 19:57:40 UTC 2009 Modified Files: src/share/man/man9: malloc.9 pool_cache.9 sockopt.9 Log Message: Mention kmem(9). To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/share/man/man9/malloc.9 cvs rdiff

CVS commit: src/bin/ps

2009-08-03 Thread David Laight
Module Name:src Committed By: dsl Date: Mon Aug 3 20:00:39 UTC 2009 Modified Files: src/bin/ps: ps.1 Log Message: Remove reference to P_SYSTRACE. Fixes PR/41426 (leave defn in sys/sysctl.h since the bit shouldn't be reused!) To generate a diff of this commit: cvs rdiff

CVS commit: src/share/man/man9

2009-08-03 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Mon Aug 3 20:02:55 UTC 2009 Modified Files: src/share/man/man9: memoryallocators.9 Log Message: Sync with reality a little, drop description of obsolete interface. XXX: man page needs better wording. To generate a diff of this

CVS commit: src/sys/dev/ic

2009-08-03 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Mon Aug 3 20:06:36 UTC 2009 Modified Files: src/sys/dev/ic: mvsata.c Log Message: Fix a typo inside a comment. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/dev/ic/mvsata.c Please note that diffs are not

CVS commit: src/share/man/man9

2009-08-03 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Mon Aug 3 20:10:16 UTC 2009 Modified Files: src/share/man/man9: kmem.9 Log Message: kmem(9): add code references, improve a little. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/share/man/man9/kmem.9 Please

CVS commit: src/sys/arch/x86/x86

2009-08-03 Thread David Laight
Module Name:src Committed By: dsl Date: Mon Aug 3 20:15:14 UTC 2009 Modified Files: src/sys/arch/x86/x86: x86_autoconf.c Log Message: Only define x86_genfb_set_mapreg() and found_console when NPCI 0 Fixes PR/41451 To generate a diff of this commit: cvs rdiff -u -r1.40

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

2009-08-03 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Aug 3 20:56:26 UTC 2009 Modified Files: src/crypto/external/bsd/openssh/lib: Makefile Log Message: Use OpenSSL's SHA256 support directly. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/lib/libbluetooth

2009-08-03 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Aug 3 22:13:47 UTC 2009 Modified Files: src/lib/libbluetooth: bt_dev.3 Log Message: Formatting nits. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/lib/libbluetooth/bt_dev.3 Please note that diffs are not

CVS commit: src/share/man/man9

2009-08-03 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Aug 3 22:16:01 UTC 2009 Modified Files: src/share/man/man9: Makefile Log Message: I guess ubc(9) should be used for all ubc_*(9) man pages, not only for some. Make it so. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/share/man/man9

2009-08-03 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Aug 3 22:17:11 UTC 2009 Modified Files: src/share/man/man9: pool_cache.9 Log Message: Remove trailing whitespace, and fix a typo. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/share/man/man9/pool_cache.9

CVS commit: src/share/man/man9

2009-08-03 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Aug 3 22:20:07 UTC 2009 Modified Files: src/share/man/man9: kmem.9 Log Message: Fix typo. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/share/man/man9/kmem.9 Please note that diffs are not public domain;

CVS commit: src/bin/ps

2009-08-03 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Aug 3 22:22:10 UTC 2009 Modified Files: src/bin/ps: ps.1 Log Message: Bump date for previous. To generate a diff of this commit: cvs rdiff -u -r1.88 -r1.89 src/bin/ps/ps.1 Please note that diffs are not public domain; they

CVS commit: src/share/man/man9

2009-08-03 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Aug 3 22:08:57 UTC 2009 Modified Files: src/share/man/man9: pmap.9 Log Message: play the make signature match implementation-after-churn game To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38

CVS commit: src/share/man/man9

2009-08-03 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Mon Aug 3 23:03:05 UTC 2009 Modified Files: src/share/man/man9: Makefile workqueue.9 Removed Files: src/share/man/man9: workqueue_create.9 workqueue_destroy.9 workqueue_enqueue.9 Log Message: Merge

CVS commit: src/share/man/man9

2009-08-03 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Mon Aug 3 23:15:29 UTC 2009 Modified Files: src/share/man/man9: Makefile vmem.9 Removed Files: src/share/man/man9: vmem_alloc.9 vmem_create.9 vmem_destroy.9 vmem_free.9 vmem_xalloc.9 vmem_xfree.9 Log Message:

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

2009-08-03 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Aug 3 23:32:06 UTC 2009 Modified Files: src/sys/rump/librump/rumpkern: vm.c Log Message: g/c cachepgmtx, i have no idea what it was supposed to be useful for. To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60