DragonFly commits List (threaded) for 2008-03
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/sys/kern lwkt_msgport.c src/sys/sys msgport.h
sephe 2008/03/05 05:03:29 PST
DragonFly src repository
Modified files:
sys/kern lwkt_msgport.c
sys/sys msgport.h
Log:
Add serializer port backend. Implementation is mainly based on spin
port backend, but unlike spin port backend: users of this port backend
are assumed to have the port's serializer held.
Proper function name is suggested by corecode@, aggelos@, tgen@ and
dillon@
Reviewed-by: tgen@, dillon@
Revision Changes Path
1.45 +176 -0 src/sys/kern/lwkt_msgport.c
1.27 +4 -0 src/sys/sys/msgport.h
http://www.dragonflybsd.org/cvsweb/src/sys/kern/lwkt_msgport.c.diff?r1=1.44&r2=1.45&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/sys/msgport.h.diff?r1=1.26&r2=1.27&f=u
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]