cvs commit: src/sys/cpu/amd64/include signal.h src/sys/sys msgport.h tls.h
Matthew Dillon
dillon at crater.dragonflybsd.org
Mon Aug 25 16:36:52 PDT 2008
dillon 2008/08/25 16:34:35 PDT
DragonFly src repository
Modified files:
sys/cpu/amd64/include signal.h
sys/sys msgport.h tls.h
Log:
AMD64 Support:
* Move amd64-specific signal.h defs to machine/signal.h
* Change size field in tls_info from 'int' to 'long' to accomodate
64 bit architectures.
Submitted-by: Matthew Dillon
Obtained-from: FreeBSD, Jordan Gordeev <jgordeev at dir.bg>, and Matt
Revision Changes Path
1.2 +53 -0 src/sys/cpu/amd64/include/signal.h
1.28 +7 -0 src/sys/sys/msgport.h
1.9 +8 -1 src/sys/sys/tls.h
http://www.dragonflybsd.org/cvsweb/src/sys/cpu/amd64/include/signal.h.diff?r1=1.1&r2=1.2&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/sys/msgport.h.diff?r1=1.27&r2=1.28&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/sys/tls.h.diff?r1=1.8&r2=1.9&f=u
More information about the Commits
mailing list