CVS commit: src/sys/netinet
Module Name:src Committed By: pooka Date: Wed Aug 11 09:36:45 UTC 2010 Modified Files: src/sys/netinet: ip_carp.c Log Message: Use kpause() instead of DELAY() and sleep a minimum of 1 tick. This is possible now since softints have a thread context. It's also not a very frequent code path. Addresses ABI issue with delay (kern/40505). I'm not entire sure what this delay is meant to accomplish, though. To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 src/sys/netinet/ip_carp.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [uebayasi-xip] src/sys/uvm
Module Name:src Committed By: uebayasi Date: Wed Aug 11 09:50:01 UTC 2010 Modified Files: src/sys/uvm [uebayasi-xip]: uvm_page.c uvm_page.h Log Message: s/vm_physseg_find_direct/vm_physseg_find_device/ To generate a diff of this commit: cvs rdiff -u -r1.153.2.51 -r1.153.2.52 src/sys/uvm/uvm_page.c cvs rdiff -u -r1.59.2.27 -r1.59.2.28 src/sys/uvm/uvm_page.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/librumpuser
Module Name:src Committed By: pooka Date: Wed Aug 11 10:25:59 UTC 2010 Modified Files: src/lib/librumpuser: rumpuser.c Log Message: * if kevent() fails with EINTR, try again instead of returning an error * stuff rumpuser_dprintf to stderr instead of stdout To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/lib/librumpuser/rumpuser.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/rump/net/lib/libshmif
Module Name:src Committed By: pooka Date: Wed Aug 11 10:30:30 UTC 2010 Modified Files: src/sys/rump/net/lib/libshmif: if_shmem.c Log Message: Change bus header a little: reserve only 32bits for the lock and use 32bit atomic ops to handle it. Begin data from 0x10 instead of 0x14. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/rump/net/lib/libshmif/if_shmem.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/acpi
Module Name:src Committed By: gsutre Date: Wed Aug 11 10:32:42 UTC 2010 Modified Files: src/sys/dev/acpi: acpi_verbose.c Log Message: acpi_print_tree: print ACPI and PCI autoconf(9) device names. ok jruoho@ To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/dev/acpi/acpi_verbose.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/acpi
Module Name:src Committed By: jruoho Date: Wed Aug 11 10:44:07 UTC 2010 Modified Files: src/sys/dev/acpi: acpi_cpu_cstate.c acpi_cpu_pstate.c Log Message: Pretty printing. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/dev/acpi/acpi_cpu_cstate.c cvs rdiff -u -r1.7 -r1.8 src/sys/dev/acpi/acpi_cpu_pstate.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/netinet
Module Name:src Committed By: pooka Date: Wed Aug 11 11:06:42 UTC 2010 Modified Files: src/sys/netinet: ip_carp.c Log Message: ahem, min -> max in previous To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/sys/netinet/ip_carp.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/x86/x86
Module Name:src Committed By: pgoyette Date: Wed Aug 11 11:31:45 UTC 2010 Modified Files: src/sys/arch/x86/x86: ipmi.c Log Message: Keep condvar wmesg within 8-char limit. To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 src/sys/arch/x86/x86/ipmi.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/xen/xen
Module Name:src Committed By: pgoyette Date: Wed Aug 11 11:32:58 UTC 2010 Modified Files: src/sys/arch/xen/xen: balloon.c Log Message: Keep condvar wmesg within 8-char limit To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/xen/xen/balloon.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/isa
Module Name:src Committed By: pgoyette Date: Wed Aug 11 11:35:08 UTC 2010 Modified Files: src/sys/dev/isa: fd.c Log Message: Keep condvar wmesg within 8-char limit To generate a diff of this commit: cvs rdiff -u -r1.97 -r1.98 src/sys/dev/isa/fd.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/tprof
Module Name:src Committed By: pgoyette Date: Wed Aug 11 11:36:03 UTC 2010 Modified Files: src/sys/dev/tprof: tprof.c Log Message: Keep condvar wmesg within 8-char limit To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/dev/tprof/tprof.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dist/ipf/netinet
Module Name:src Committed By: pgoyette Date: Wed Aug 11 11:40:51 UTC 2010 Modified Files: src/sys/dist/ipf/netinet: ip_auth.c ip_log.c ip_sync.c Log Message: Keep condvar wmesg's within 8-char limit. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/dist/ipf/netinet/ip_auth.c cvs rdiff -u -r1.12 -r1.13 src/sys/dist/ipf/netinet/ip_log.c cvs rdiff -u -r1.13 -r1.14 src/sys/dist/ipf/netinet/ip_sync.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/fs/nilfs
Module Name:src Committed By: pgoyette Date: Wed Aug 11 11:43:13 UTC 2010 Modified Files: src/sys/fs/nilfs: nilfs_subr.c nilfs_vfsops.c Log Message: Keep condvar wmesg's within 8-char limit To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/fs/nilfs/nilfs_subr.c cvs rdiff -u -r1.3 -r1.4 src/sys/fs/nilfs/nilfs_vfsops.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/kern
Module Name:src Committed By: pgoyette Date: Wed Aug 11 11:46:32 UTC 2010 Modified Files: src/sys/kern: sys_pipe.c Log Message: Keep condvar wmesg within 8-char limit To generate a diff of this commit: cvs rdiff -u -r1.127 -r1.128 src/sys/kern/sys_pipe.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/net/agr
Module Name:src Committed By: pgoyette Date: Wed Aug 11 11:47:30 UTC 2010 Modified Files: src/sys/net/agr: if_agr.c Log Message: Keep condvar wmesg within 8 char limit To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/sys/net/agr/if_agr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/acpi
Module Name:src Committed By: jruoho Date: Wed Aug 11 11:48:21 UTC 2010 Modified Files: src/sys/dev/acpi: acpi_cpu.h acpi_cpu_pstate.c Log Message: Use a define instead of a magic constant for the arbitrary P-state limit. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/dev/acpi/acpi_cpu.h cvs rdiff -u -r1.8 -r1.9 src/sys/dev/acpi/acpi_cpu_pstate.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/opencrypto
Module Name:src Committed By: pgoyette Date: Wed Aug 11 11:49:09 UTC 2010 Modified Files: src/sys/opencrypto: crypto.c Log Message: Keep condvar wmesg within 8 char limit. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/sys/opencrypto/crypto.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/rump/librump/rumpkern
Module Name:src Committed By: pgoyette Date: Wed Aug 11 11:51:06 UTC 2010 Modified Files: src/sys/rump/librump/rumpkern: sysproxy_socket.c Log Message: Keep condvar wmesg within 8 char limit To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/rump/librump/rumpkern/sysproxy_socket.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dist/ipf/netinet
Module Name:src Committed By: pgoyette Date: Wed Aug 11 11:57:36 UTC 2010 Modified Files: src/sys/dist/ipf/netinet: ip_auth.c ip_log.c ip_sync.c Log Message: Revert previous - changes here are irrelevant to NetBSD Need more caffeine. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/dist/ipf/netinet/ip_auth.c cvs rdiff -u -r1.13 -r1.14 src/sys/dist/ipf/netinet/ip_log.c cvs rdiff -u -r1.14 -r1.15 src/sys/dist/ipf/netinet/ip_sync.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/kern
Module Name:src Committed By: pgoyette Date: Wed Aug 11 12:04:49 UTC 2010 Modified Files: src/sys/kern: kern_module.c Log Message: Keep condvar wmesg within 8 char limit To generate a diff of this commit: cvs rdiff -u -r1.70 -r1.71 src/sys/kern/kern_module.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/rump/net/lib/libshmif
Module Name:src Committed By: pooka Date: Wed Aug 11 12:10:39 UTC 2010 Modified Files: src/sys/rump/net/lib/libshmif: if_shmem.c Log Message: * remove some magic numbers from the code * include bus version number in header just in case we want to examine bus traffic at some point in the future To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/rump/net/lib/libshmif/if_shmem.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/rump/net/lib/libshmif
Module Name:src Committed By: pooka Date: Wed Aug 11 12:41:09 UTC 2010 Added Files: src/sys/rump/net/lib/libshmif: dumpbus.c Log Message: Add a little utility to convert shmif bus traffic to a pcap file which can be then examined with tcpdump -r, wireshark, etc. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/sys/rump/net/lib/libshmif/dumpbus.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/acpi
Module Name:src Committed By: jruoho Date: Wed Aug 11 13:03:00 UTC 2010 Modified Files: src/sys/dev/acpi: acpi_cpu_pstate.c Log Message: Add a small additional check for the validity of the GAS register. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/dev/acpi/acpi_cpu_pstate.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/net/carp
Module Name:src Committed By: pooka Date: Wed Aug 11 13:10:03 UTC 2010 Modified Files: src/tests/net/carp: t_basic.c Log Message: Put some sleeps between forking the hosts. Otherwise a race may be triggered which appears to cause one host to go berzerk with sending carp advertisements and ignore ping requests. I'll get to the bottom of this eventually, but this is a stopgap to prevent the test from failing, hopefully -- the race doesn't appear to trigger for me even with 0.1s on a loaded machine, so 0.5s should be better than fine. (hi jmmv ;) To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/net/carp/t_basic.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [uebayasi-xip] src/sys/uvm
Module Name:src Committed By: uebayasi Date: Wed Aug 11 13:14:55 UTC 2010 Modified Files: src/sys/uvm [uebayasi-xip]: uvm_page.c uvm_pmap.h Log Message: If both __HAVE_PMAP_PHYSSEG and __HAVE_PMAP_PHYSSEG_INIT is defined, call per-vm_physseg initialization/finalization hooks. To generate a diff of this commit: cvs rdiff -u -r1.153.2.52 -r1.153.2.53 src/sys/uvm/uvm_page.c cvs rdiff -u -r1.32.2.2 -r1.32.2.3 src/sys/uvm/uvm_pmap.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [uebayasi-xip] src/sys/arch/powerpc
Module Name:src Committed By: uebayasi Date: Wed Aug 11 13:20:08 UTC 2010 Modified Files: src/sys/arch/powerpc/conf [uebayasi-xip]: files.powerpc src/sys/arch/powerpc/include [uebayasi-xip]: bus.h src/sys/arch/powerpc/powerpc [uebayasi-xip]: bus_space.c Log Message: Support bus_space_physload(9) and friends. To generate a diff of this commit: cvs rdiff -u -r1.71.4.1 -r1.71.4.2 src/sys/arch/powerpc/conf/files.powerpc cvs rdiff -u -r1.20 -r1.20.20.1 src/sys/arch/powerpc/include/bus.h cvs rdiff -u -r1.20.20.1 -r1.20.20.2 src/sys/arch/powerpc/powerpc/bus_space.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [uebayasi-xip] src/sys
Module Name:src Committed By: uebayasi Date: Wed Aug 11 13:24:48 UTC 2010 Modified Files: src/sys/conf [uebayasi-xip]: files src/sys/dev [uebayasi-xip]: flash.c flashvar.h Log Message: Export flash_init() correctly. Calculate disk partition correctly. Correct dmesg. Correct conditional compilation. To generate a diff of this commit: cvs rdiff -u -r1.974.2.5 -r1.974.2.6 src/sys/conf/files cvs rdiff -u -r1.1.2.11 -r1.1.2.12 src/sys/dev/flash.c cvs rdiff -u -r1.1.2.3 -r1.1.2.4 src/sys/dev/flashvar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/fs/nilfs
Module Name:src Committed By: pgoyette Date: Wed Aug 11 13:26:25 UTC 2010 Modified Files: src/sys/fs/nilfs: nilfs_vfsops.c Log Message: Remove extra char - not sure where that came from (duplicated vi command?) I really need more caffeine. Thanks pooka@ for noticing. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/fs/nilfs/nilfs_vfsops.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [uebayasi-xip] src/sys/arch/evbppc/compile
Module Name:src Committed By: uebayasi Date: Wed Aug 11 13:30:50 UTC 2010 Modified Files: src/sys/arch/evbppc/compile [uebayasi-xip]: walnut-mkimg.sh Log Message: Support files other than kernel executables. For filesystem images, embed (not prepend) OpenBIOS image headers to the images, so that alignment is kept in the resulting files. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.3.98.1 src/sys/arch/evbppc/compile/walnut-mkimg.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [uebayasi-xip] src/sys/miscfs/genfs
Module Name:src Committed By: uebayasi Date: Wed Aug 11 13:33:03 UTC 2010 Modified Files: src/sys/miscfs/genfs [uebayasi-xip]: genfs_io.c Log Message: In XIP vnode pager, assert that filesystem blocks and pages are aligned. To generate a diff of this commit: cvs rdiff -u -r1.36.2.18 -r1.36.2.19 src/sys/miscfs/genfs/genfs_io.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [uebayasi-xip] src/sys/arch/powerpc/ibm4xx
Module Name:src Committed By: uebayasi Date: Wed Aug 11 13:46:28 UTC 2010 Modified Files: src/sys/arch/powerpc/ibm4xx [uebayasi-xip]: pmap.c Log Message: Support XIP; look up "device" vm_physseg for managed pages. Initialize vm_physseg MD part. To generate a diff of this commit: cvs rdiff -u -r1.60.2.3 -r1.60.2.4 src/sys/arch/powerpc/ibm4xx/pmap.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [uebayasi-xip] src/sys/arch/powerpc/include/ibm4xx
Module Name:src Committed By: uebayasi Date: Wed Aug 11 13:50:05 UTC 2010 Modified Files: src/sys/arch/powerpc/include/ibm4xx [uebayasi-xip]: vmparam.h Log Message: Hook pmap_physseg_{init,fini} on powerpc/ibm4xx. To generate a diff of this commit: cvs rdiff -u -r1.6.2.1 -r1.6.2.2 \ src/sys/arch/powerpc/include/ibm4xx/vmparam.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [uebayasi-xip] src/sys/arch/powerpc
Module Name:src Committed By: uebayasi Date: Wed Aug 11 13:53:23 UTC 2010 Modified Files: src/sys/arch/powerpc/conf [uebayasi-xip]: files.ibm4xx src/sys/arch/powerpc/ibm4xx/dev [uebayasi-xip]: plb.c src/sys/arch/powerpc/include/ibm4xx [uebayasi-xip]: dcr4xx.h Added Files: src/sys/arch/powerpc/ibm4xx/dev [uebayasi-xip]: exb.c exbvar.h Log Message: Implement 405GPr's "External Bus" as exb(4). To generate a diff of this commit: cvs rdiff -u -r1.10.88.1 -r1.10.88.2 src/sys/arch/powerpc/conf/files.ibm4xx cvs rdiff -u -r0 -r1.1.2.1 src/sys/arch/powerpc/ibm4xx/dev/exb.c \ src/sys/arch/powerpc/ibm4xx/dev/exbvar.h cvs rdiff -u -r1.14.98.1 -r1.14.98.2 src/sys/arch/powerpc/ibm4xx/dev/plb.c cvs rdiff -u -r1.1.2.2 -r1.1.2.3 src/sys/arch/powerpc/include/ibm4xx/dcr4xx.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [uebayasi-xip] src/sys/arch
Module Name:src Committed By: uebayasi Date: Wed Aug 11 13:56:28 UTC 2010 Modified Files: src/sys/arch/evbppc/conf [uebayasi-xip]: majors.evbppc src/sys/arch/powerpc/conf [uebayasi-xip]: files.ibm4xx Added Files: src/sys/arch/powerpc/ibm4xx/dev [uebayasi-xip]: flash_exb.c Log Message: Implement flash(4) glue at exb(4). To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.28.6.1 src/sys/arch/evbppc/conf/majors.evbppc cvs rdiff -u -r1.10.88.2 -r1.10.88.3 src/sys/arch/powerpc/conf/files.ibm4xx cvs rdiff -u -r0 -r1.1.2.1 src/sys/arch/powerpc/ibm4xx/dev/flash_exb.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [uebayasi-xip] src/sys/arch/evbppc/obs405
Module Name:src Committed By: uebayasi Date: Wed Aug 11 14:02:45 UTC 2010 Modified Files: src/sys/arch/evbppc/obs405 [uebayasi-xip]: obs266_machdep.c Log Message: Map the NOR FlashROM region into kernel using a reserved TLB. This is touched to synchronize I-cache an executable page by pmap_enter(). To generate a diff of this commit: cvs rdiff -u -r1.10.2.1 -r1.10.2.2 \ src/sys/arch/evbppc/obs405/obs266_machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [uebayasi-xip] src/sys/arch/evbppc/conf
Module Name:src Committed By: uebayasi Date: Wed Aug 11 14:03:10 UTC 2010 Added Files: src/sys/arch/evbppc/conf [uebayasi-xip]: OPENBLOCKS266_XIP Log Message: XIP test kernel. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1.2.1 src/sys/arch/evbppc/conf/OPENBLOCKS266_XIP Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [uebayasi-xip] src/sys/arch/evbppc/conf
Module Name:src Committed By: uebayasi Date: Wed Aug 11 14:03:58 UTC 2010 Modified Files: src/sys/arch/evbppc/conf [uebayasi-xip]: OPENBLOCKS266 Log Message: Build net-bootable kernel (emac0) for test. To generate a diff of this commit: cvs rdiff -u -r1.46.2.1 -r1.46.2.2 src/sys/arch/evbppc/conf/OPENBLOCKS266 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/modules/acpiverbose
Module Name:src Committed By: pooka Date: Wed Aug 11 14:50:39 UTC 2010 Modified Files: src/sys/modules/acpiverbose: Makefile Added Files: src/sys/modules/acpiverbose: ACPIVERBOSE.ioconf Log Message: Define ioconf to create locators.h, which is now required by acpiverbose. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/sys/modules/acpiverbose/ACPIVERBOSE.ioconf cvs rdiff -u -r1.2 -r1.3 src/sys/modules/acpiverbose/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/acpi
Module Name:src Committed By: jruoho Date: Wed Aug 11 16:22:19 UTC 2010 Modified Files: src/sys/dev/acpi: acpi_cpu.c acpi_cpu_pstate.c Log Message: Check the 'sc->sc_cold' flag also in P-state code, and set this flag once we start the detachment routine. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/dev/acpi/acpi_cpu.c cvs rdiff -u -r1.10 -r1.11 src/sys/dev/acpi/acpi_cpu_pstate.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/acpi
Module Name:src Committed By: jruoho Date: Wed Aug 11 16:41:19 UTC 2010 Modified Files: src/sys/dev/acpi: acpi_cpu_cstate.c acpi_cpu_pstate.c Log Message: Print the state information only once. The per-CPU information was quite pointless as identical parameters are expected across processors. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sys/dev/acpi/acpi_cpu_cstate.c cvs rdiff -u -r1.11 -r1.12 src/sys/dev/acpi/acpi_cpu_pstate.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/adb
Module Name:src Committed By: macallan Date: Wed Aug 11 16:54:10 UTC 2010 Modified Files: src/sys/dev/adb: adb_ms.c Log Message: Make the movement-while-tapping threshold smaller so moving the cursor by a few pixels won't trigger a button event. This should probably become a sysctl knob. While there, remove some commented out stuff and fix a typo. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/dev/adb/adb_ms.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man4
Module Name:src Committed By: jruoho Date: Wed Aug 11 17:29:00 UTC 2010 Modified Files: src/share/man/man4: acpicpu.4 Log Message: Document the sysctl(8) controls with a note that these may be removed in future versions without further notice. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/share/man/man4/acpicpu.4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/acpi
Module Name:src Committed By: jruoho Date: Wed Aug 11 18:15:52 UTC 2010 Modified Files: src/sys/dev/acpi: acpi_cpu_pstate.c Log Message: Properly protect against garbage values. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/dev/acpi/acpi_cpu_pstate.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man9
Module Name:src Committed By: pgoyette Date: Wed Aug 11 18:20:10 UTC 2010 Modified Files: src/share/man/man9: Makefile module.9 Log Message: Add documentation for the various module system initialization routines. To generate a diff of this commit: cvs rdiff -u -r1.339 -r1.340 src/share/man/man9/Makefile cvs rdiff -u -r1.10 -r1.11 src/share/man/man9/module.9 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/sets/lists/comp
Module Name:src Committed By: pgoyette Date: Wed Aug 11 18:20:43 UTC 2010 Modified Files: src/distrib/sets/lists/comp: mi Log Message: Include new module.9 MLINKS in set lists To generate a diff of this commit: cvs rdiff -u -r1.1494 -r1.1495 src/distrib/sets/lists/comp/mi Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/sets/lists/comp
Module Name:src Committed By: pgoyette Date: Wed Aug 11 18:46:33 UTC 2010 Modified Files: src/distrib/sets/lists/comp: mi Log Message: Fix cut&paste errors To generate a diff of this commit: cvs rdiff -u -r1.1495 -r1.1496 src/distrib/sets/lists/comp/mi Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/sparc64/sparc64
Module Name:src Committed By: macallan Date: Wed Aug 11 19:14:26 UTC 2010 Modified Files: src/sys/arch/sparc64/sparc64: autoconf.c Log Message: look for DDC data in both EDID and edid properties so we can use firmware provided data on my XVR-100 To generate a diff of this commit: cvs rdiff -u -r1.175 -r1.176 src/sys/arch/sparc64/sparc64/autoconf.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man9
Module Name:src Committed By: wiz Date: Wed Aug 11 20:10:55 UTC 2010 Modified Files: src/share/man/man9: module.9 Log Message: We usually write "file system", so change it to this version here. Also, fix a typo, and remove a line only consisting of ".Fn ". To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/share/man/man9/module.9 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [uebayasi-xip] src/sys/miscfs/genfs
Module Name:src Committed By: uebayasi Date: Thu Aug 12 02:53:10 UTC 2010 Modified Files: src/sys/miscfs/genfs [uebayasi-xip]: genfs_io.c Log Message: vm_physseg::start is PFN, not mdpgno, so don't decode it using pmap_phys_address(). To generate a diff of this commit: cvs rdiff -u -r1.36.2.19 -r1.36.2.20 src/sys/miscfs/genfs/genfs_io.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [uebayasi-xip] src/sys/uvm
Module Name:src Committed By: uebayasi Date: Thu Aug 12 03:41:55 UTC 2010 Modified Files: src/sys/uvm [uebayasi-xip]: uvm_fault.c Log Message: Fix a #if/#ifdef miuse. To generate a diff of this commit: cvs rdiff -u -r1.166.2.19 -r1.166.2.20 src/sys/uvm/uvm_fault.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/acpi
Module Name:src Committed By: jruoho Date: Thu Aug 12 06:17:15 UTC 2010 Modified Files: src/sys/dev/acpi: acpi_cpu_pstate.c Log Message: Three small things: (1) fix off by one, (2) protect the cached P-state (required for interaction with T-states), and (3) use aprint_debug(9) instead of the ACPI_DEBUG_PRINT(x) macro for the dynamic frequency changes (for the time being, people need easier way to observe the dynamic changes). To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/dev/acpi/acpi_cpu_pstate.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.