marcel 2008-06-23 21:45:04 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/powerpc/include atomic.h
Log:
SVN rev 179964 on 2008-06-23 21:45:04Z by marcel
MFC rev. 173742-178057.
Requested by: mav (twice)
Revision ChangesPath
1.15.2
marcel 2008-04-10 02:37:26 UTC
FreeBSD src repository
Modified files:
sys/powerpc/include atomic.h
Log:
Fix copy-n-paste typos in free text.
Revision ChangesPath
1.22 +3 -3 src/sys/powerpc/include/atomic.h
___
cv
marcel 2008-04-09 01:00:36 UTC
FreeBSD src repository
Modified files:
sys/powerpc/include atomic.h
Log:
Reimplement atomic_add, atomic_clear, atomic_set and atomic_subtract
so that all implemented variants have proper prototypes. The 8-bit,
16-bit and 64-bit variants are no
Modified files:
sys/powerpc/include atomic.h
Log:
Quick fix for the kernel build breakage in netgraph and the
aliasing warning in libthr. A more elaborate fix is in the
works that makes sure that all variants have proper inline
functions with proper types.
Thankyou Marcel !
marcel 2008-04-08 16:34:51 UTC
FreeBSD src repository
Modified files:
sys/powerpc/include atomic.h
Log:
Quick fix for the kernel build breakage in netgraph and the
aliasing warning in libthr. A more elaborate fix is in the
works that makes sure that all variants have proper
jasone 2007-11-27 06:34:15 UTC
FreeBSD src repository
Modified files:
sys/powerpc/include atomic.h
sys/ia64/include atomic.h
Log:
Define atomic_readandclear_ptr.
Revision ChangesPath
1.12 +1 -0 src/sys/ia64/include/atomic.h
1.18 +1 -0
jb 2007-11-26 05:52:45 UTC
FreeBSD src repository
Modified files:
sys/powerpc/include atomic.h
Log:
Implement the _long functions using u_long rather than trying to
cast as uint32_t which is defined as unsigned int. gcc doesn't want to
consider that there might not be m
jb 2007-11-19 03:16:16 UTC
FreeBSD src repository
Modified files:
sys/powerpc/include atomic.h
Log:
Define atomic_cmpset_acq_long and atomic_cmpset_rel_long so that
they use casts rather than just assuming that the compiler will DTRT
without complaining.
Revision
marcel 2007-07-10 04:40:00 UTC
FreeBSD src repository
Modified files:
sys/powerpc/include atomic.h
Log:
Cast the arguments to atomic_*_ptr() when mapping it to atomic_*_32()
This is a minimal fix.
Approved by: re (kensmith)
Revision ChangesPath
1.15 +8 -