Module Name:src
Committed By: ryo
Date: Sat Dec 3 08:20:12 UTC 2011
Modified Files:
src/sys/dev/pci: esa.c
Log Message:
the argument of esa_get_locks() is struct esa_voice *, not struct esa_softc *.
ok by mrg@ jmcneill@
To generate a diff of this commit:
cvs rdiff -u -
Module Name:src
Committed By: hannken
Date: Sat Dec 3 10:53:10 UTC 2011
Modified Files:
src/sys/dev/pci: ld_virtio.c
Log Message:
Don't try to set ld->sc_maxxfer below MAXPHYS.
At least genfs_io assumes 'ld->sc_maxxfer == MAXPHYS'.
To generate a diff of this commit:
cvs
Module Name:src
Committed By: christos
Date: Sat Dec 3 16:25:50 UTC 2011
Modified Files:
src/sys/ddb: db_xxx.c
Log Message:
If we are DIAGNOSTIC don't try to go further if we failed to take the
lock, because we are going to trigger a KASSERT. Also hold the lock
longer and
Module Name:src
Committed By: bouyer
Date: Sat Dec 3 22:36:29 UTC 2011
Modified Files:
src/sys/arch/xen/xen: xbdback_xenbus.c
Log Message:
xbdback_disconnect() can be called twice, from XenbusStateClosing then from
xbdback_xenbus_destroy(). The second call will wait fore
Module Name:src
Committed By: bouyer
Date: Sat Dec 3 22:41:40 UTC 2011
Modified Files:
src/sys/arch/xen/x86: hypervisor_machdep.c
src/sys/arch/xen/xen: xenevt.c
Log Message:
hypervisor_unmask_event(): don't check/update evtchn_pending_sel for the
current CPU, bu
Module Name:src
Committed By: rkujawa
Date: Sat Dec 3 23:09:42 UTC 2011
Modified Files:
src/share/man/man4/man4.amiga: mppb.4
Log Message:
Extend the mppb(4) man page.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/share/man/man4/man4.amiga/mppb.4
Plea
Module Name:src
Committed By: cherry
Date: Sun Dec 4 04:28:41 UTC 2011
Modified Files:
src/sys/arch/x86/x86: pmap_tlb.c
Log Message:
Split out the cross-CPU tlb flushing code between XEN and non-XEN.
x86 tlb flushing is asynchronous and uses x86_ipi()
XEN tlb flushing use