K 10 svn:author V 6 marcel K 8 svn:date V 27 2004-09-22T19:58:43.000000Z K 7 svn:log V 279 For the atomic_{add|clear|set|subtract} family of inlines, return the old or previous value instead of void. This is not as is documented in atomic(9), but is API (and ABI) compatible and simply makes sense. This feature will primarily be used for atomic PTE updates in PMAP/ng. END