summaryrefslogtreecommitdiff
path: root/atomic/netware
Commit message (Expand)AuthorAgeFilesLines
* 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