summaryrefslogtreecommitdiff
path: root/atomic/unix
Commit message (Expand)AuthorAgeFilesLines
...
* Cleaner mechanism for using platform-specific atomics on platformsBrian Pane2002-08-311-20/+40
* fix apr_atomic_init() on systems without threadsBrian Pane2002-07-051-0/+8
* Style police are on the prowl.Justin Erenkrantz2002-04-221-15/+13
* Add .deps to cvsignore since APR may now generate .deps files.Justin Erenkrantz2002-04-221-0/+1
* Allow VPATH builds to properly generate build dependencies. This requiresJustin Erenkrantz2002-04-221-0/+2
* Add back >>2 that was unintentionally removed in previous commit.Justin Erenkrantz2002-04-191-1/+1
* Ensure that the ATOMIC_HASH can not be negative.Justin Erenkrantz2002-04-181-2/+1
* ** DEPRECATE old lock API: apr_lock.h **Aaron Bannert2002-04-091-2/+1
* apr_atomic_dec: change the fallback version to return the new value ofGreg Ames2002-03-191-3/+3
* apr_atomic_dec now returns zero if the value is zero.Ian Holsman2002-03-161-3/+3
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* get apr_atomic.c to compile (multiple failures seen with gccJeff Trawick2002-02-201-9/+9
* linux compatibility checksIan Holsman2002-02-201-12/+15
* re-introduce the CAS apr call.Ian Holsman2002-02-191-17/+17
* add copyrightIan Holsman2002-02-171-0/+55
* preperation for solaris sparc additionIan Holsman2002-02-171-6/+2
* remove CAS option as linux doesn't support it out of the boxIan Holsman2002-02-161-6/+13
* ignore generated filesJeff Trawick2002-02-141-0/+3
* get APR to build with --disable-threads... there is noJeff Trawick2002-02-131-0/+5
* support files for unixIan Holsman2002-02-121-0/+11
* atomic operation.Ian Holsman2002-02-121-0/+95