CVS commit: src/games/robots

2009-08-04 Thread David A. Holland
Module Name:src Committed By: dholland Date: Wed Aug 5 04:03:47 UTC 2009 Modified Files: src/games/robots: main.c robots.6 Log Message: Use getopt instead of hand-rolled options code. Document all the arguments and options. Don't allow the previously undocumented method t

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

2009-08-04 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Aug 5 00:04:08 UTC 2009 Modified Files: src/sys/rump/librump/rumpvfs: Makefile.rumpvfs vm_vfs.c Log Message: Use uvm_vnode.c instead of homerolled stuff. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/

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

2009-08-04 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Aug 4 23:58:29 UTC 2009 Modified Files: src/sys/rump/librump/rumpkern: vm.c Added Files: src/sys/rump/librump/rumpkern/opt: opt_uvmhist.h Log Message: * support uvm_pagermapin/out(), adapt uvm_pageratop() Instead of

CVS commit: src/sys/uvm

2009-08-04 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Aug 4 23:31:57 UTC 2009 Modified Files: src/sys/uvm: uvm_bio.c uvm_vnode.c Log Message: uvm_vnp_zerorange() logically and by implementation more a part of ubc than uvm_vnode, so move it over. To generate a diff of this commi

CVS commit: src/sys/dev/acpi

2009-08-04 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Aug 4 23:23:39 UTC 2009 Modified Files: src/sys/dev/acpi: asus_acpi.c Log Message: Reading the fan speed is expensive, so set the undocumented SME_POLL_ONLY flag on this sensor to ensure that the data is only refreshed on d

CVS commit: src/sys/uvm

2009-08-04 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Aug 4 23:03:01 UTC 2009 Modified Files: src/sys/uvm: uvm_vnode.c Log Message: kernel opt polish: g/c unnecessary fs_nfs.h and opt_ddb.h To generate a diff of this commit: cvs rdiff -u -r1.90 -r1.91 src/sys/uvm/uvm_vnode.c P

CVS commit: src/sys/netinet6

2009-08-04 Thread David Young
Module Name:src Committed By: dyoung Date: Tue Aug 4 22:04:23 UTC 2009 Modified Files: src/sys/netinet6: mld6.c Log Message: Use malloc(...|M_ZERO) instead of malloc(...) followed by memset(,0,). To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 src/sys/neti

CVS commit: [netbsd-5] src/doc

2009-08-04 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Tue Aug 4 20:37:03 UTC 2009 Modified Files: src/doc [netbsd-5]: CHANGES-5.1 Log Message: Tickets 854, 876, 866, 870, 871, 875. To generate a diff of this commit: cvs rdiff -u -r1.1.2.54 -r1.1.2.55 src/doc/CHANGES-5.1 Please note

CVS commit: [netbsd-5-0] src/doc

2009-08-04 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Tue Aug 4 20:33:01 UTC 2009 Modified Files: src/doc [netbsd-5-0]: CHANGES-5.0.2 Log Message: Tickets 876 and 880. To generate a diff of this commit: cvs rdiff -u -r1.1.2.1 -r1.1.2.2 src/doc/CHANGES-5.0.2 Please note that diffs ar

CVS commit: [netbsd-5-0] src

2009-08-04 Thread Soren Jacobsen
ix. [kardel 20090108] dhcpcd(8): Import 4.0.10 [roy 20090204] + dhcpcd(8): Import 4.0.14 [roy 20090804] Index: src/external/bsd/dhcpcd/dist/client.c diff -u src/external/bsd/dhcpcd/dist/client.c:1.1.1.2.6.2 src/external/bsd/dhcpcd/dist/client.c:1.1.1.2.6.2.2.1 --- src/external/bsd/dhcpcd/dist/client.c

CVS commit: [netbsd-5] src/lib/libterm

2009-08-04 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Tue Aug 4 20:04:40 UTC 2009 Modified Files: src/lib/libterm [netbsd-5]: termcap.3 termcap.c Log Message: Pull up following revision(s) (requested by bad in ticket #875): lib/libterm/termcap.3: revision 1.33 lib/libte

CVS commit: [netbsd-5] src/usr.bin/printenv

2009-08-04 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Tue Aug 4 20:01:54 UTC 2009 Modified Files: src/usr.bin/printenv [netbsd-5]: printenv.c Log Message: Pull up following revision(s) (requested by dholland in ticket #871): usr.bin/printenv/printenv.c: revision 1.10 (1) reject

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

2009-08-04 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Aug 4 20:01:06 UTC 2009 Modified Files: src/sys/rump/librump/rumpvfs: vm_vfs.c Log Message: terminate comment too To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/rump/librump/rumpvfs/vm_vfs.c Please note

CVS commit: [netbsd-5] src/sys/dev/pci

2009-08-04 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Tue Aug 4 19:57:25 UTC 2009 Modified Files: src/sys/dev/pci [netbsd-5]: if_bge.c Log Message: Pull up following revision(s) (requested by msaitoh in ticket #870): sys/dev/pci/if_bge.c: revision 1.167 Call prop_dictionary_set

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

2009-08-04 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Aug 4 19:54:16 UTC 2009 Modified Files: src/sys/rump/librump/rumpvfs: vm_vfs.c Log Message: * supply pager flags in ubc_uiomove() * implement uvm_aio_aiodone() (which is almost identical to the "real" one) To generate a diff

CVS commit: [netbsd-5] src/sys/dev/mii

2009-08-04 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Tue Aug 4 19:47:02 UTC 2009 Modified Files: src/sys/dev/mii [netbsd-5]: miidevs.h miidevs_data.h Log Message: Regen for ticket 866. To generate a diff of this commit: cvs rdiff -u -r1.81.4.1 -r1.81.4.2 src/sys/dev/mii/miidevs.h cv

CVS commit: src/share/man/man9

2009-08-04 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue Aug 4 18:59:05 UTC 2009 Modified Files: src/share/man/man9: workqueue.9 Log Message: Use .Nm instead Xr to itself. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/share/man/man9/workqueue.9 Please note that di

CVS commit: [netbsd-5-0] src/lib/libevent

2009-08-04 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Tue Aug 4 18:41:57 UTC 2009 Modified Files: src/lib/libevent [netbsd-5-0]: Makefile Log Message: Pull up following revision(s) (requested by tls in ticket #876): lib/libevent/Makefile: revision 1.6 via patch According to the

CVS commit: [netbsd-5] src/lib/libevent

2009-08-04 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Tue Aug 4 18:39:31 UTC 2009 Modified Files: src/lib/libevent [netbsd-5]: Makefile Log Message: Pull up following revision(s) (requested by tls in ticket #876): lib/libevent/Makefile: revision 1.6 According to the libevent 1.

CVS commit: src/doc

2009-08-04 Thread Jared D. McNeill
] dhcpcd(8): Import dhcpcd-5.0.7. [roy 20090728] @@ -353,3 +353,4 @@ hw.wake namespace. By default, the following device node types are enabled as wakeup devices if the firmware supports it: lid switch, sleep/power button, PC keyboard controller. + [jmcneill 20090804]

CVS commit: src/doc

2009-08-04 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Aug 4 17:11:14 UTC 2009 Modified Files: src/doc: CHANGES Log Message: acpi wakedev support To generate a diff of this commit: cvs rdiff -u -r1.1266 -r1.1267 src/doc/CHANGES Please note that diffs are not public domain; t

CVS commit: src/sys/dev/acpi

2009-08-04 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Aug 4 17:06:10 UTC 2009 Modified Files: src/sys/dev/acpi: acpi_wakedev.c Log Message: remove extra semicolon, spotted by snj To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/dev/acpi/acpi_wakedev.c Ple

CVS commit: src/sys/dev/acpi

2009-08-04 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Aug 4 14:20:41 UTC 2009 Modified Files: src/sys/dev/acpi: acpi.c acpi_button.c acpi_lid.c files.acpi Added Files: src/sys/dev/acpi: acpi_wakedev.c acpi_wakedev.h Log Message: add hw.wake.* sysctl subtree for togglin

CVS commit: src/lib/libp2k

2009-08-04 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Aug 4 13:39:18 UTC 2009 Modified Files: src/lib/libp2k: p2k.c Log Message: supply proper flags to pager To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/lib/libp2k/p2k.c Please note that diffs are not publi

CVS commit: src/sys/dev/pci

2009-08-04 Thread Christoph Egger
Module Name:src Committed By: cegger Date: Tue Aug 4 13:17:55 UTC 2009 Modified Files: src/sys/dev/pci: if_age.c Log Message: support flow control. from OpenBSD. tested by hans@ To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/sys/dev/pci/if_age.c Plea

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

2009-08-04 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Aug 4 12:40:42 UTC 2009 Modified Files: src/sys/rump/librump/rumpvfs: rumpfs.c Log Message: Do std vnode locking for specnodes located on rumpfs. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/rump/lib

CVS commit: src/lib/libukfs

2009-08-04 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Aug 4 12:37:14 UTC 2009 Modified Files: src/lib/libukfs: ukfs.c Log Message: If opening the device fails, skip etfs registration only if it is because of ENOENT. Otherwise, let the file system handle it. To generate a diff

CVS commit: src/sys/arch

2009-08-04 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Tue Aug 4 12:11:33 UTC 2009 Modified Files: src/sys/arch/arm/xscale: pxa2x0_com.c pxa2x0_gpio.c pxa2x0_gpio.h src/sys/arch/zaurus/zaurus: machdep.c Log Message: Fix GPIO configurations. http://mail-index.netbsd.org/po

CVS commit: src/sys/dev/sbus

2009-08-04 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Aug 4 09:26:26 UTC 2009 Modified Files: src/sys/dev/sbus: if_gem_sbus.c Log Message: Fix small oversight in device_t/softc split. Pointed out by . To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/dev/sb

CVS commit: src/sys/dev/pci

2009-08-04 Thread Takahiro Kambe
Module Name:src Committed By: taca Date: Tue Aug 4 08:49:02 UTC 2009 Modified Files: src/sys/dev/pci: if_bgereg.h Log Message: Fix a bug of BGE_RDMA_MODE_FIFO_LONG_BURST definition. Confirmed by msa...@. To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 src