summaryrefslogtreecommitdiff
path: root/atomic/unix
Commit message (Expand)AuthorAgeFilesLines
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* Add pointer version of apr_atomic_casbrianp2002-10-191-0/+26
* fix an old typo and a bad cut-and-pastebrianp2002-10-191-2/+2
* Fix !APR_HAS_THREADS code path for apr_atomic_cas by always definingjerenkrantz2002-09-011-1/+1
* Minor style nit.jerenkrantz2002-09-011-2/+2
* Cleaner mechanism for using platform-specific atomics on platformsbrianp2002-08-311-20/+40
* fix apr_atomic_init() on systems without threadsbrianp2002-07-051-0/+8
* Style police are on the prowl.jerenkrantz2002-04-221-15/+13
* Add .deps to cvsignore since APR may now generate .deps files.jerenkrantz2002-04-221-0/+1
* Allow VPATH builds to properly generate build dependencies. This requiresjerenkrantz2002-04-221-0/+2
* Add back >>2 that was unintentionally removed in previous commit.jerenkrantz2002-04-191-1/+1
* Ensure that the ATOMIC_HASH can not be negative.jerenkrantz2002-04-181-2/+1
* ** DEPRECATE old lock API: apr_lock.h **aaron2002-04-091-2/+1
* apr_atomic_dec: change the fallback version to return the new value ofgregames2002-03-191-3/+3
* apr_atomic_dec now returns zero if the value is zero.ianh2002-03-161-3/+3
* Update our copyright for this year.fielding2002-03-131-1/+1
* get apr_atomic.c to compile (multiple failures seen with gcctrawick2002-02-201-9/+9
* linux compatibility checksianh2002-02-201-12/+15
* re-introduce the CAS apr call.ianh2002-02-191-17/+17
* add copyrightianh2002-02-171-0/+55
* preperation for solaris sparc additionianh2002-02-171-6/+2
* remove CAS option as linux doesn't support it out of the boxianh2002-02-161-6/+13
* ignore generated filestrawick2002-02-141-0/+3
* get APR to build with --disable-threads... there is notrawick2002-02-131-0/+5
* support files for unixianh2002-02-121-0/+11
* atomic operation.ianh2002-02-121-0/+95