summaryrefslogtreecommitdiff
path: root/atomic/netware
Commit message (Expand)AuthorAgeFilesLines
* atomics: follow up to r1841078: provide specific initializer for generic 64bitylavic2019-01-171-2/+5
* atomic: fix API of atomic_{cas,xchg}ptr() for APR-2.ylavic2016-10-061-2/+2
* Introduce apr_atomic_xchgptr, which atomically exchanges a pair of pointerdavi2007-07-101-0/+5
* Fix the typo.jorton2006-08-031-1/+1
* Update license header.jorton2006-08-031-6/+6
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* Fixed apr_atomic_dec on NetWare to be thread safeclar2004-09-021-2/+1
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* Switch to a pure atomic implementationbnicholes2003-12-081-6/+2
* Fix up the return values for apr_atomic_add32() and apr_atomic_inc32() since ...bnicholes2003-12-041-2/+6
* apr_atomic_add32() and apr_atomic_inc32() now return values (the old value)trawick2003-12-041-4/+4
* move the implementations of apr atomics out of the public header filetrawick2003-12-031-3/+48
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* Use the native cmpxchg() function for NetWarebnicholes2002-06-111-45/+0
* Remove unnecessary include of apr_lock.h (untested patch).aaron2002-04-091-1/+0
* 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