GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/glibc.git
gentoo/2.19
gentoo/2.25
gentoo/2.26
gentoo/2.27
gentoo/2.28
gentoo/2.29
gentoo/2.29-hygiene
gentoo/2.30
gentoo/2.31
gentoo/2.32
gentoo/2.32-rv32
gentoo/2.33
gentoo/2.34
gentoo/2.35
gentoo/2.36
gentoo/2.37
gentoo/2.38
gentoo/2.39
gentoo/2.40
master
Gentoo vendor branches of the glibc code
Gentoo toolchain team <toolchain@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
atomic.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2020-01-01
1
-1
/
+1
*
Prefer https to http for gnu.org and fsf.org URLs
Paul Eggert
2019-09-07
1
-1
/
+1
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2019-01-01
1
-1
/
+1
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2018-01-01
1
-1
/
+1
*
Optimize generic spinlock code and use C11 like atomic macros.
Stefan Liebler
2017-06-06
1
-4
/
+12
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2017-01-01
1
-1
/
+1
*
Use C11-like atomics instead of plain memory accesses in x86 lock elision.
Torvald Riegel
2016-12-05
1
-4
/
+20
*
Fix atomic_fetch_xor_release.
Carlos O'Donell
2016-10-26
1
-8
/
+11
*
Add atomic operations required by the new condition variable.
Torvald Riegel
2016-08-09
1
-0
/
+47
*
Add atomic_exchange_relaxed.
Torvald Riegel
2016-08-05
1
-0
/
+9
*
Remove atomic_compare_and_exchange_bool_rel.
Torvald Riegel
2016-06-24
1
-17
/
+0
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2016-01-04
1
-1
/
+1
*
Move bits/atomic.h to atomic-machine.h (bug 14912).
Joseph Myers
2015-09-11
1
-1
/
+1
*
Clean up BUSY_WAIT_NOP and atomic_delay.
Torvald Riegel
2015-06-30
1
-3
/
+4
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2015-01-02
1
-1
/
+1
*
Add atomic operations similar to those provided by C11.
Torvald Riegel
2014-11-20
1
-0
/
+212
*
Use glibc_likely instead __builtin_expect.
Ondřej Bílka
2014-02-10
1
-1
/
+1
*
Update copyright notices with scripts/update-copyrights
Allan McRae
2014-01-01
1
-1
/
+1
*
Update copyright notices with scripts/update-copyrights.
Joseph Myers
2013-01-02
1
-1
/
+1
*
Add explicit acquire/release semantics to atomic_exchange_and_add.
Maxim Kuvyrkov
2012-08-13
1
-2
/
+16
*
Replace FSF snail mail address with URLs.
Paul Eggert
2012-02-09
1
-3
/
+2
*
Fix typo in comment.
Ulrich Drepper
2010-12-09
1
-1
/
+1
*
Use rel semantics of cas instead of acq semantics with full barrier before it...
Jakub Jelinek
2009-07-16
1
-11
/
+21
*
Avoid double definition of catomic_compare_and_exchange_val_acq.
Jakub Jelinek
2009-05-15
1
-9
/
+10
*
* include/atomic.h: Define catomic_and if not already defined.
Ulrich Drepper
2009-02-08
1
-1
/
+17
*
[BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...
Ulrich Drepper
2007-01-11
1
-96
/
+269
*
.
Jakub Jelinek
2007-07-31
1
-269
/
+96
*
* include/atomic.h (atomic_forced_read): New macro.
Ulrich Drepper
2006-12-21
1
-0
/
+6
*
[BZ #3313]
Ulrich Drepper
2006-10-18
1
-144
/
+142
*
* include/atomic.c: Define catomic_* operations.
Ulrich Drepper
2006-10-11
1
-0
/
+139
*
Jakub Jelinek <jakub@redhat.com>
Ulrich Drepper
2006-10-10
1
-1
/
+37
*
* include/atomic.h (atomic_and, atomic_or): Define.
Ulrich Drepper
2006-02-17
1
-1
/
+36
*
* sysdeps/ia64/fpu/libm_error.c (__libm_error_support): Don't abort.
Ulrich Drepper
2005-08-20
1
-3
/
+38
*
(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.
Ulrich Drepper
2004-12-22
1
-79
/
+3
*
2.5-18.1
Jakub Jelinek
2007-07-12
1
-3
/
+79
*
Update.
Ulrich Drepper
2004-09-07
1
-1
/
+16
*
Update.
Ulrich Drepper
2003-09-22
1
-4
/
+4
*
Update.
Ulrich Drepper
2003-05-10
1
-2
/
+6
*
Update.
Ulrich Drepper
2003-04-15
1
-15
/
+15
*
* csu/tst-atomic.c (do_test): Add some new
Roland McGrath
2003-03-26
1
-6
/
+6
*
*** empty log message ***
Andreas Schwab
2003-03-25
1
-1
/
+1
*
Update.
Ulrich Drepper
2003-03-25
1
-2
/
+4
*
* include/atomic.h: Put parens around all macro arguments.
Roland McGrath
2003-03-22
1
-48
/
+58
*
* include/atomic.h (atomic_increment_and_test): Invert sense of test.
Roland McGrath
2003-03-22
1
-8
/
+17
*
2003-03-21 Roland McGrath <roland@redhat.com>
Roland McGrath
2003-03-21
1
-1
/
+1
*
Define atomic_compare_and_exchange_val_acq, atomic_compare_and_exchange_val_r...
Ulrich Drepper
2003-03-21
1
-25
/
+63
*
(atomic_decrement_if_positive): Adjust for the correct atomic_compare_and_exc...
Ulrich Drepper
2003-03-20
1
-10
/
+9
*
* sysdeps/powerpc/bits/atomic.h (atomic_exchange): Remove unused
Roland McGrath
2003-03-20
1
-1
/
+2
*
Define atomic_exchange and atomic_decrement_if_positive if not already define...
Ulrich Drepper
2003-03-20
1
-5
/
+47
*
Update.
Ulrich Drepper
2003-03-20
1
-0
/
+141