packaging: remove nis/ nss
[platform/upstream/glibc.git] / include / atomic.h
2023-01-06 Joseph MyersUpdate copyright dates with scripts/update-copyrights
2022-01-01 Paul EggertUpdate copyright dates with scripts/update-copyrights
2021-09-03 Siddhesh PoyarekarRemove "Contributed by" lines
2021-01-02 Paul EggertUpdate copyright dates with scripts/update-copyrights
2020-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2019-09-07 Paul EggertPrefer https to http for gnu.org and fsf.org URLs
2019-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2018-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2017-06-06 Stefan LieblerOptimize generic spinlock code and use C11 like atomic...
2017-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2016-12-05 Torvald RiegelUse C11-like atomics instead of plain memory accesses...
2016-10-26 Carlos O'DonellFix atomic_fetch_xor_release.
2016-08-09 Torvald RiegelAdd atomic operations required by the new condition...
2016-08-05 Torvald RiegelAdd atomic_exchange_relaxed.
2016-06-24 Torvald RiegelRemove atomic_compare_and_exchange_bool_rel.
2016-01-04 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2015-09-11 Joseph MyersMove bits/atomic.h to atomic-machine.h (bug 14912).
2015-06-30 Torvald RiegelClean up BUSY_WAIT_NOP and atomic_delay.
2015-01-02 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2014-11-20 Torvald RiegelAdd atomic operations similar to those provided by...
2014-02-10 Ondřej BílkaUse glibc_likely instead __builtin_expect.
2014-01-01 Allan McRaeUpdate copyright notices with scripts/update-copyrights
2013-01-02 Joseph MyersUpdate copyright notices with scripts/update-copyrights.
2012-08-14 Maxim KuvyrkovAdd explicit acquire/release semantics to atomic_exchan...
2012-07-01 Joseph MyersMerge glibc-ports into ports/ directory. glibc-2.16-ports-merge
2012-02-09 Paul EggertReplace FSF snail mail address with URLs.
2010-12-10 Ulrich DrepperFix typo in comment.
2009-07-16 Jakub JelinekUse rel semantics of cas instead of acq semantics with...
2009-05-16 Jakub JelinekAvoid double definition of catomic_compare_and_exchange...
2009-02-08 Ulrich Drepper* include/atomic.h: Define catomic_and if not already...
2007-01-11 Ulrich Drepper[BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426,...
2007-07-31 Jakub Jelinek.
2006-12-21 Ulrich Drepper* include/atomic.h (atomic_forced_read): New macro.
2006-10-18 Ulrich Drepper[BZ #3313]
2006-10-11 Ulrich Drepper* include/atomic.c: Define catomic_* operations.
2006-10-10 Ulrich Drepper Jakub Jelinek <jakub@redhat.com>
2006-02-17 Ulrich Drepper* include/atomic.h (atomic_and, atomic_or): Define.
2005-08-20 Ulrich Drepper* sysdeps/ia64/fpu/libm_error.c (__libm_error_support...
2004-12-22 Ulrich Drepper(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.
2007-07-12 Jakub Jelinek2.5-18.1
2004-09-07 Ulrich DrepperUpdate.
2003-09-22 Ulrich DrepperUpdate.
2003-05-10 Ulrich DrepperUpdate.
2003-04-15 Ulrich DrepperUpdate.
2003-03-26 Roland McGrath* csu/tst-atomic.c (do_test): Add some new
2003-03-25 Andreas Schwab*** empty log message ***
2003-03-25 Ulrich DrepperUpdate.
2003-03-22 Roland McGrath* include/atomic.h: Put parens around all macro arguments.
2003-03-22 Roland McGrath* include/atomic.h (atomic_increment_and_test): Invert...
2003-03-21 Roland McGrath2003-03-21 Roland McGrath <roland@redhat.com>
2003-03-21 Ulrich DrepperDefine atomic_compare_and_exchange_val_acq, atomic_comp...
2003-03-20 Ulrich Drepper(atomic_decrement_if_positive): Adjust for the correct...
2003-03-20 Roland McGrath* sysdeps/powerpc/bits/atomic.h (atomic_exchange):...
2003-03-20 Ulrich DrepperDefine atomic_exchange and atomic_decrement_if_positive...
2003-03-20 Ulrich DrepperUpdate.