summaryrefslogtreecommitdiff
path: root/atomic
Commit message (Expand)AuthorAgeFilesLines
* Use the native cmpxchg() function for NetWarebnicholes2002-06-111-45/+0
* ignore generated filestrawick2002-04-301-0/+4
* Hopefully close the build problems with atomic on Solaris systemsjim2002-04-231-1/+1
* Removed some extraneous code from the apr_atomic_cas functionbrianp2002-04-221-6/+0
* Style police are on the prowl.jerenkrantz2002-04-221-15/+13
* Add .deps to cvsignore since APR may now generate .deps files.jerenkrantz2002-04-222-0/+2
* Allow VPATH builds to properly generate build dependencies. This requiresjerenkrantz2002-04-223-1/+6
* 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
* Remove unnecessary include of apr_lock.h (untested patch).aaron2002-04-091-1/+0
* Hmmm... this forces srcdir to exist herejim2002-03-291-2/+3
* Typo - thanks RMjim2002-03-291-1/+1
* srcdir is bogus at present... this, at least, allows it tojim2002-03-291-3/+3
* Get VPATH builds to work with solaris atomics again.aaron2002-03-281-2/+2
* Brain dead mistake. I meant to _dec instead of _incbnicholes2002-03-281-1/+1
* Added the NetWare version of atomic.c to the buildbnicholes2002-03-271-0/+110
* adding Makefile.ingregames2002-03-221-0/+12
* apr_atomic_add: sync up parameter types with header filegregames2002-03-221-1/+1
* add apr atomic support for OS/390gregames2002-03-221-0/+82
* 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-132-2/+2
* deal with the case where some processors in a product line are ancient and don'tianh2002-02-213-4/+10
* Allow assembly of atomic/solaris_sparc/apr_atomic_sparc.s with the gnu as.jfclere2002-02-211-4/+6
* get apr_atomic.c to compile (multiple failures seen with gcctrawick2002-02-201-9/+9
* minor fix for solarisianh2002-02-201-0/+3
* linux compatibility checksianh2002-02-201-12/+15
* enable sun-sparc specific codeianh2002-02-191-7/+30
* re-introduce the CAS apr call.ianh2002-02-191-17/+17
* add copyrightianh2002-02-173-0/+128
* The assembly for atomic_add/dec for sun solarisianh2002-02-171-0/+46
* 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