Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src
Module Name: src
Committed By: rmind
Date: Sun May 25 15:34:20 UTC 2014
Modified Files:
src/distrib/sets/lists/comp: mi
src/share/man/man9: Makefile
src/sys/kern: subr_ipi.c
src/sys/sys: cpu_data.h ipi.h
Added Files:
src/share/man/man9: ipi.9
Log Message:
MI IPI interface:
- Implement support for the asynchronous IPI calls.
- Rework synchronous IPI code to reuse the asynchronous mechanism.
- Add ipi(9) manual page; needs wizd(8).
Note: MD code can now provide a low level primitive for the ipi(9) and
reuse this interface instead of open-coding. Portmasters are encouraged
to convert. Ride 6.99.43!
To generate a diff of this commit:
cvs rdiff -u -r1.1892 -r1.1893 src/distrib/sets/lists/comp/mi
cvs rdiff -u -r1.377 -r1.378 src/share/man/man9/Makefile
cvs rdiff -u -r0 -r1.1 src/share/man/man9/ipi.9
cvs rdiff -u -r1.1 -r1.2 src/sys/kern/subr_ipi.c
cvs rdiff -u -r1.36 -r1.37 src/sys/sys/cpu_data.h
cvs rdiff -u -r1.1 -r1.2 src/sys/sys/ipi.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index