cvs commit: src/sys/powerpc/include atomic.h

2008-06-23 Thread Marcel Moolenaar
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

cvs commit: src/sys/powerpc/include atomic.h

2008-04-09 Thread Marcel Moolenaar
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

cvs commit: src/sys/powerpc/include atomic.h

2008-04-08 Thread Marcel Moolenaar
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

Re: cvs commit: src/sys/powerpc/include atomic.h

2008-04-08 Thread Peter Grehan
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 !

cvs commit: src/sys/powerpc/include atomic.h

2008-04-08 Thread Marcel Moolenaar
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

cvs commit: src/sys/powerpc/include atomic.h src/sys/ia64/include atomic.h

2007-11-26 Thread Jason Evans
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

cvs commit: src/sys/powerpc/include atomic.h

2007-11-25 Thread John Birrell
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

cvs commit: src/sys/powerpc/include atomic.h

2007-11-18 Thread John Birrell
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

cvs commit: src/sys/powerpc/include atomic.h

2007-07-09 Thread Marcel Moolenaar
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 -