Module Name:src
Committed By: uebayasi
Date: Mon Apr 26 06:42:57 UTC 2010
Modified Files:
src/sys/uvm [uebayasi-xip]: uvm_page.c
Log Message:
Collect a garbage.
To generate a diff of this commit:
cvs rdiff -u -r1.153.2.20 -r1.153.2.21 src/sys/uvm/uvm_page.c
Please note
Module Name:src
Committed By: uebayasi
Date: Mon Apr 26 06:37:38 UTC 2010
Modified Files:
src/sys/uvm [uebayasi-xip]: uvm_page.c
Log Message:
Clean up: move memory segment specific code from uvm_page_physload_common()
to uvm_page_physload().
To generate a diff of this co
Module Name:src
Committed By: uebayasi
Date: Mon Apr 26 06:19:06 UTC 2010
Modified Files:
src/sys/arch/acorn26/include [uebayasi-xip]: vmparam.h
src/sys/arch/acorn32/include [uebayasi-xip]: vmparam.h
src/sys/arch/alpha/include [uebayasi-xip]: vmparam.h
Module Name:src
Committed By: rmind
Date: Mon Apr 26 04:48:50 UTC 2010
Modified Files:
src/sys/arch/amd64/amd64 [rmind-uvmplock]: genassym.cf vector.S
src/sys/arch/x86/include [rmind-uvmplock]: pmap.h
src/sys/arch/x86/x86 [rmind-uvmplock]: pmap.c
Log Messag
Module Name:src
Committed By: jruoho
Date: Mon Apr 26 04:31:09 UTC 2010
Modified Files:
src/sys/dev/acpi: acpi.c
Log Message:
Move the ACPIVERBOSE blocks to a single place.
Also print non-devices in the EISAID/HID/UID/ADR-block
To generate a diff of this commit:
cvs rdi
Module Name:src
Committed By: lukem
Date: Mon Apr 26 03:46:00 UTC 2010
Modified Files:
src/share/mk: bsd.lib.mk
Log Message:
fix comment (so bracket matching works as intended)
To generate a diff of this commit:
cvs rdiff -u -r1.305 -r1.306 src/share/mk/bsd.lib.mk
Pleas
Module Name:src
Committed By: rmind
Date: Mon Apr 26 02:43:35 UTC 2010
Modified Files:
src/sys/arch/i386/i386 [rmind-uvmplock]: genassym.cf vector.S
src/sys/arch/x86/include [rmind-uvmplock]: cpu.h i82489var.h pmap.h
src/sys/arch/x86/x86 [rmind-uvmplock]: cp
Module Name:src
Committed By: rmind
Date: Mon Apr 26 02:20:59 UTC 2010
Modified Files:
src/sys/uvm [rmind-uvmplock]: uvm_bio.c uvm_extern.h uvm_object.c
uvm_object.h
Log Message:
Add ubc_purge() and purge/deassociate any related UBC entries during
object (usual
Module Name:src
Committed By: tonnerre
Date: Sun Apr 25 22:50:11 UTC 2010
Modified Files:
src/external/bsd/ntp/dist/ntpd: ntp_request.c
Log Message:
Prevent ntpd instances from sending MODE_PRIVATE error responses back and
forth. This resolves CVE-2009-3563, but it should
Module Name:src
Committed By: rmind
Date: Sun Apr 25 22:48:27 UTC 2010
Modified Files:
src/sys/uvm [rmind-uvmplock]: uvm_bio.c
Log Message:
ubc_alloc: when replacing a cache entry, lock the old object from which we
are deassociating and removing the old mapping.
To gener
Module Name:src
Committed By: rmind
Date: Sun Apr 25 21:08:45 UTC 2010
Modified Files:
src/sys/arch/hp700/hp700 [rmind-uvmplock]: machdep.c
src/sys/arch/shark/ofw [rmind-uvmplock]: ofrom.c
src/sys/arch/sparc/sparc [rmind-uvmplock]: pmap.c
src/sys/arc
Module Name:src
Committed By: rmind
Date: Sun Apr 25 20:20:57 UTC 2010
Modified Files:
src/sys/arch/hp300/hp300 [rmind-uvmplock]: machdep.c
Log Message:
Fix hp300, missed in previous.
To generate a diff of this commit:
cvs rdiff -u -r1.211.2.2 -r1.211.2.3 src/sys/arch/hp
Module Name:src
Committed By: rmind
Date: Sun Apr 25 19:39:00 UTC 2010
Modified Files:
src/sys/arch/acorn26/acorn26 [rmind-uvmplock]: machdep.c
src/sys/arch/arm/arm32 [rmind-uvmplock]: arm32_machdep.c
src/sys/arch/hp700/hp700 [rmind-uvmplock]: machdep.c
Module Name:src
Committed By: jruoho
Date: Sun Apr 25 18:01:09 UTC 2010
Modified Files:
src/share/man/man4: coretemp.4
Log Message:
Remove the incorrect table. Fix grammar.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/share/man/man4/coretemp.4
Please
Module Name:src
Committed By: jruoho
Date: Sun Apr 25 17:50:13 UTC 2010
Modified Files:
src/share/man/man4: acpi.4
Log Message:
Mention the ACPICA debugger and the way to enter to it from ddb(4).
To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 src/share/man
Module Name:src
Committed By: jruoho
Date: Sun Apr 25 17:06:23 UTC 2010
Modified Files:
src/sys/dev/acpi: acpi.c
Log Message:
Returning instead of breaking out if the sleep state is not available.
To generate a diff of this commit:
cvs rdiff -u -r1.190 -r1.191 src/sys/de
Module Name:src
Committed By: jruoho
Date: Sun Apr 25 17:03:09 UTC 2010
Modified Files:
src/sys/dev/acpi: acpi.c
Log Message:
As noted by jmcneill@, the specifications specifically mention that the _TTS
should be invoked before the system has notified any native mode devic
Module Name:src
Committed By: ad
Date: Sun Apr 25 16:10:51 UTC 2010
Modified Files:
src/sys/arch/x86/include: intr.h
src/sys/arch/x86/x86: ipi.c
Log Message:
Nothing uses x86_multicast_ipi() right now and it complicates many
CPU support, so remove it.
To generate
Module Name:src
Committed By: ad
Date: Sun Apr 25 15:57:59 UTC 2010
Modified Files:
src/sys/kern: kern_cpu.c
Log Message:
Allocate the cpu_infos array dynamically.
To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 src/sys/kern/kern_cpu.c
Please note that dif
Module Name:src
Committed By: ad
Date: Sun Apr 25 15:56:00 UTC 2010
Modified Files:
src/sys/kern: vfs_subr.c
Log Message:
- console spam.
- atomic_dec_uint -> vfs_destroy.
To generate a diff of this commit:
cvs rdiff -u -r1.398 -r1.399 src/sys/kern/vfs_subr.c
Please not
Module Name:src
Committed By: ad
Date: Sun Apr 25 15:55:24 UTC 2010
Modified Files:
src/sys/kern: sys_select.c
src/sys/sys: cpu_data.h lwp.h selinfo.h
Log Message:
Make select/poll work with more than 32 CPUs.
No ABI change.
To generate a diff of this commit:
cvs
Module Name:src
Committed By: ad
Date: Sun Apr 25 15:54:14 UTC 2010
Modified Files:
src/sys/uvm: uvm.h uvm_emap.c uvm_page.c
Log Message:
Reduce memory spent on bookkeeping for large values of MAXCPUS.
To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 src/sys
Module Name:src
Committed By: rmind
Date: Sun Apr 25 15:51:39 UTC 2010
Modified Files:
src/sys/lib/libkern [rmind-uvmplock]: libkern.h
Log Message:
Pull-up rev 1.94
To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.93.4.1 src/sys/lib/libkern/libkern.h
Please no
Module Name:src
Committed By: rmind
Date: Sun Apr 25 15:47:52 UTC 2010
Modified Files:
src/sys/arch/x86/include [rmind-uvmplock]: pmap_pv.h
src/sys/arch/x86/x86 [rmind-uvmplock]: pmap.c
Log Message:
Drop per-"MD page" (i.e. struct pmap_page) locking i.e. pp_lock/pp
Module Name:src
Committed By: rmind
Date: Sun Apr 25 15:39:41 UTC 2010
Modified Files:
src/sys/arch/mips/mips: syscall.c
src/sys/dev/ic: siisata.c
src/sys/lib/libkern: libkern.h
Log Message:
Fix KASSERTMSG() to be consistent with KASSERT() logic, not invert
Module Name:src
Committed By: rmind
Date: Sun Apr 25 15:27:38 UTC 2010
Modified Files:
src/sys/arch/acorn26/acorn26 [rmind-uvmplock]: machdep.c
src/sys/arch/alpha/alpha [rmind-uvmplock]: machdep.c
src/sys/arch/amd64/amd64 [rmind-uvmplock]: machdep.c
Module Name:src
Committed By: uebayasi
Date: Sun Apr 25 15:23:28 UTC 2010
Modified Files:
src/sys/uvm [uebayasi-xip]: uvm_page.c
Log Message:
Refactor uvm_page_physload_common(). Memory allocation failure here is
critical; panic if it happens.
To generate a diff of this
Module Name:src
Committed By: kiyohara
Date: Sun Apr 25 12:26:07 UTC 2010
Modified Files:
src/sys/arch/powerpc/include: intr.h
src/sys/arch/rs6000/include: intr.h
Log Message:
Fix forgot to commit.
Support 64-bit imask for powerpc/pic.
To generate a diff of thi
Module Name:src
Committed By: ad
Date: Sun Apr 25 11:49:36 UTC 2010
Modified Files:
src/sys/kern: sys_pset.c
Log Message:
MAXCPUS -> maxcpus
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/kern/sys_pset.c
Please note that diffs are not public domai
Module Name:src
Committed By: ad
Date: Sun Apr 25 11:49:22 UTC 2010
Modified Files:
src/sys/kern: subr_spldebug.c
Log Message:
MAXCPUS -> maxcpus
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/kern/subr_spldebug.c
Please note that diffs are not publ
Module Name:src
Committed By: ad
Date: Sun Apr 25 11:49:04 UTC 2010
Modified Files:
src/sys/kern: subr_pool.c
Log Message:
MAXCPUS -> __arraycount
To generate a diff of this commit:
cvs rdiff -u -r1.182 -r1.183 src/sys/kern/subr_pool.c
Please note that diffs are not pub
Module Name:src
Committed By: ad
Date: Sun Apr 25 11:24:46 UTC 2010
Modified Files:
src/sys/dev/pci: if_bge.c
Log Message:
console spam
To generate a diff of this commit:
cvs rdiff -u -r1.182 -r1.183 src/sys/dev/pci/if_bge.c
Please note that diffs are not public domain;
Module Name:src
Committed By: ad
Date: Sun Apr 25 11:23:34 UTC 2010
Modified Files:
src/sys/dev/gpio: gpio.c
Log Message:
console spam
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/sys/dev/gpio/gpio.c
Please note that diffs are not public domain; the
Module Name:src
Committed By: wiz
Date: Sun Apr 25 10:35:07 UTC 2010
Modified Files:
src/share/man/man4: acpilid.4
Log Message:
Sort sections, make HTML-ready.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/share/man/man4/acpilid.4
Please note that diff
Module Name:src
Committed By: wiz
Date: Sun Apr 25 10:32:44 UTC 2010
Modified Files:
src/lib/libc/cdb: cdb.5 cdbr.3 cdbw.3
Log Message:
Various fixes, mostly for typos.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/libc/cdb/cdb.5 src/lib/libc/cdb/cd
Module Name:src
Committed By: uebayasi
Date: Sun Apr 25 10:15:41 UTC 2010
Modified Files:
src/sys/uvm [uebayasi-xip]: uvm_page.c
Log Message:
Make uvm_page_physload() return the registered struct vm_physseg *.
To generate a diff of this commit:
cvs rdiff -u -r1.153.2.16
Module Name:src
Committed By: jruoho
Date: Sun Apr 25 10:05:23 UTC 2010
Modified Files:
src/sys/dev/acpi: acpi.c
Log Message:
Evaluate _TTS on sleep state transitions. This is mainly to pro-actively
support some weird BIOS, which may require the evaluation. Ok jmcne...@.
Module Name:src
Committed By: matthias
Date: Sun Apr 25 09:14:39 UTC 2010
Modified Files:
src/sys/dev/usb: usb_subr.c
Log Message:
Fix for PR#42572. I was running with this patch for several month without
any problems.
To generate a diff of this commit:
cvs rdiff -u -r1.
Module Name:src
Committed By: jruoho
Date: Sun Apr 25 09:12:38 UTC 2010
Modified Files:
src/sys/dev/acpi: acpi.c
Log Message:
Add a note about AcpiEnterSleepStatePrep().
To generate a diff of this commit:
cvs rdiff -u -r1.187 -r1.188 src/sys/dev/acpi/acpi.c
Please note
Module Name:src
Committed By: jruoho
Date: Sun Apr 25 07:12:10 UTC 2010
Modified Files:
src/share/man/man4: acpibut.4
Log Message:
Update.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/share/man/man4/acpibut.4
Please note that diffs are not public doma
Module Name:src
Committed By: jruoho
Date: Sun Apr 25 07:00:50 UTC 2010
Modified Files:
src/share/man/man4: acpilid.4
Log Message:
No need to spread bad shell script practices in manual pages...
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/share/man/ma
41 matches
Mail list logo