index
:
delta/apache/apr.git
0.9.x
1.0.x
1.1.x
1.2.x
1.3.x
1.4.x
1.5.x
1.6.x
1.7.1-test1
1.7.x
1.8.x
1.8.x-r1896717
1.8.x-r1897895
APR
APR_0_9_BRANCH
evenset
gstein-pocore
pollcb-dev
thread-name
trunk
unlabeled-1.1.1
win32-pollset-wakeup-no-file-socket-emulation
xmllite
github.com: github.com: apache/apr.git. This may lag behind the Subversion repository, mirrored as libapr.git.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
atomic
/
unix
Commit message (
Expand
)
Author
Age
Files
Lines
*
* Fix some gcc compiler warnings on Solaris
Ruediger Pluem
2008-06-04
1
-1
/
+1
*
* Fix compiler warning.
Ruediger Pluem
2007-10-14
1
-1
/
+1
*
* Dereference mem as it is a double pointer.
Ruediger Pluem
2007-10-14
1
-1
/
+1
*
Cleanup asm constraints (+ operand is both read and written by the instruction)
Davi Arnaut
2007-08-04
1
-12
/
+9
*
Prefer solaris builtins even on x86, and fix a compiler warning.
Davi Arnaut
2007-08-04
1
-1
/
+1
*
Fix a mis-merge of PPC memory barriers.
Davi Arnaut
2007-07-11
1
-4
/
+2
*
Introduce apr_atomic_xchgptr, which atomically exchanges a pair of pointer
Davi Arnaut
2007-07-10
6
-0
/
+98
*
New apr_atomic implementation for S/390 native atomic operations.
Davi Arnaut
2007-07-07
1
-0
/
+132
*
New apr_atomic implementation for PowerPC native atomic operations.
Davi Arnaut
2007-07-04
1
-0
/
+178
*
New apr_atomic implementation for Solaris 10 native atomic operations.
Davi Arnaut
2007-07-04
1
-0
/
+74
*
New apr_atomic implementation for ia32 (x86 and x86_64) native atomic operati...
Davi Arnaut
2007-07-04
1
-0
/
+111
*
Given a modern compiler, this patch provides fast atomic operations on various
Davi Arnaut
2007-07-04
1
-0
/
+74
*
This patch tries to address some of the apr_atomic problems by reorganizing
Davi Arnaut
2007-07-04
2
-464
/
+192
*
Avoid overwriting the hash_mutex table for applications that incorrectly calls
Davi Arnaut
2007-06-30
1
-0
/
+16
*
Fix up integer type on Solaris 10 (gcc) compiles.
Justin Erenkrantz
2006-08-31
1
-1
/
+1
*
Fix the typo.
Joe Orton
2006-08-03
1
-1
/
+1
*
Update license header.
Joe Orton
2006-08-03
1
-6
/
+6
*
Implement apr_atomics using Solaris' native atomic API.
Colm MacCarthaigh
2006-06-13
1
-0
/
+55
*
Update copyright year to 2005 and standardize on current copyright owner line.
Justin Erenkrantz
2005-02-04
1
-1
/
+2
*
Remove .cvsignore files.
Joe Orton
2004-11-18
1
-4
/
+0
*
* atomic/unix/apr_atomic.c: Force use of generic atomics if gcc
Joe Orton
2004-09-13
1
-0
/
+6
*
Relicense APR under Apache License, Version 2.0
Justin Erenkrantz
2004-02-13
1
-49
/
+10
*
First whack at switching to a single top-level make. This adds a dependency
Greg Stein
2004-02-05
1
-13
/
+0
*
Clean up configure logic for enabling "nonportable" atomics: don't
Joe Orton
2004-01-06
1
-2
/
+6
*
* atomic/unix/apr_atomic.c: Enable x86 asm on AMD64.
Joe Orton
2004-01-06
1
-1
/
+2
*
* apr_atomic.c: Remove use of atomic_* from FreeBSD's
Joe Orton
2003-12-31
1
-30
/
+0
*
Review of x86 asm, fixing intel_atomic_add32 with gcc 2.7.2.1 which
Joe Orton
2003-12-16
1
-13
/
+10
*
enable i386 atomics for gcc on any platform...
Jeff Trawick
2003-12-15
1
-2
/
+1
*
enable the x86 atomic code on Solaris/x86
Jeff Trawick
2003-12-12
1
-1
/
+1
*
ppc + gcc updates
Greg Ames
2003-12-09
1
-6
/
+29
*
fix an apparent cut-n-paste-o in a comment
Greg Ames
2003-12-09
1
-1
/
+1
*
no functional change. add whitespace to align asm operands
Greg Ames
2003-12-09
1
-1
/
+1
*
changes to the apr atomic implementations for unix-ish boxes
Jeff Trawick
2003-12-08
1
-33
/
+69
*
add apr_atomic_cas32 for ppc with gcc.
Greg Ames
2003-12-08
1
-0
/
+25
*
intel_atomic_add32: re-specify asm inputs and outputs, after RTFMing and
Greg Ames
2003-12-05
1
-4
/
+5
*
use an inlined function to eliminate one copy of the xadd assembler code.
Greg Ames
2003-12-05
1
-8
/
+9
*
* apr_atomic.c: abort() if any mutex locking or unlocking calls fail.
Joe Orton
2003-12-05
1
-51
/
+42
*
be sure that _add and _inc use 32 bit instructions. Also make sure gcc
Greg Ames
2003-12-04
1
-4
/
+4
*
apr_atomic_add32() and apr_atomic_inc32() now return values (the old value)
Jeff Trawick
2003-12-04
1
-16
/
+30
*
move win32 atomic functions out of the unix file (which wasn't built
Jeff Trawick
2003-12-03
1
-70
/
+0
*
apr_atomic_t is dead
Jeff Trawick
2003-12-03
1
-6
/
+0
*
move the implementations of apr atomics out of the public header file
Jeff Trawick
2003-12-03
1
-0
/
+195
*
axing deprecated apr_atomic_foo functions
Jeff Trawick
2003-11-16
1
-100
/
+0
*
Fix default impl of apr_atomic_xchg32, and add a test case for it
Brian Pane
2003-09-26
1
-1
/
+1
*
new version of atomic API that works specifically on apr_uint32_t values for ...
Brian Pane
2003-09-25
1
-1
/
+134
*
Update copyright notices to 2003.
Thom May
2003-01-01
1
-1
/
+1
*
Add pointer version of apr_atomic_cas
Brian Pane
2002-10-19
1
-0
/
+26
*
fix an old typo and a bad cut-and-paste
Brian Pane
2002-10-19
1
-2
/
+2
*
Fix !APR_HAS_THREADS code path for apr_atomic_cas by always defining
Justin Erenkrantz
2002-09-01
1
-1
/
+1
*
Minor style nit.
Justin Erenkrantz
2002-09-01
1
-2
/
+2
[next]