summaryrefslogtreecommitdiff
path: root/atomic
Commit message (Expand)AuthorAgeFilesLines
* Fix apr_atomic_cas on platforms with 64 bit longs.rooneg2006-09-251-8/+8
* Update license header.jorton2006-09-203-18/+18
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-043-3/+6
* Remove .cvsignore files.APR_0_9_BRANCHjorton2004-11-202-8/+0
* Relicense APR under Apache License, Version 2.0.jerenkrantz2004-02-133-147/+30
* As per HEAD: remove leftovers from Solaris/SPARC atomics.jorton2004-01-273-33/+0
* fix type mismatch with picky compiler settings on z/OStrawick2003-11-051-4/+4
* removed the solaris specific atomic code.ianh2003-05-031-132/+0
* This code was licensed under version 1.0 of the Mozilla Public Licensejorton2003-04-301-1/+14
* Update copyright notices to 2003.thommay2003-01-014-4/+4
* remove an extraneous endifbrianp2002-10-191-1/+0
* Add pointer version of apr_atomic_casbrianp2002-10-193-3/+30
* 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
* Fixed the SPARC v8plus version of apr_atomic_dec so thatbrianp2002-09-011-2/+4
* 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
* 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