summaryrefslogtreecommitdiff
path: root/common/lib/libc/atomic/atomic_init_testset.c
AgeCommit message (Expand)Author
2019-02-18Add some atomic_cas_64_ni aliasesmartin
2014-02-27Add atomic_cas_64 support for ARM EABI on V5TE and V5TEJ cpus.matt
2014-02-24Provide CAS variants for 16 and 8 bit when running with more that 1 cpumartin
2014-02-22Try to hide the C runtime implementation specific __sync_* ops from librump,martin
2014-01-29Fix a few more copy&pastos - now it actually builds.martin
2014-01-29Fix copy&pastomartin
2014-01-27Add _atomic_cas_16 and _atomic_cas_8 and their aliasesmatt
2013-08-21Use __section(".test.startup") for the init routinesmatt
2012-02-28Make sure to create the right aliases.joerg
2009-12-14Merge from matt-nb5-mips64matt
2009-01-30Make sure _atomic_cas_fn is initialised for "weirdo environments" suchskrll
2008-04-29Implement _atomic_cas_up() in assembly code as the compiler cannot bescw
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-02-11Put back a __predict_false removed during testing and fix atomic_cas_mp().ad
2008-02-10Add atomic_cas_foo_ni().ad
2008-02-09Some glue for atomic ops in userspace.ad
d>christos 2015-07-10merge conflicts..christos 2015-07-10Import ntp 4.2.8p3christos 2015-04-07merge conflictschristos 2015-04-07---christos 2014-12-19Merge conflictschristos 2014-12-19Import ntp 4.2.8christos 2013-12-28remove (void *) casts when passing const pointers to a const void *mrg 2013-12-28resolve conflictschristos 2013-12-27import devel ntpd to avoid amplification attacks.christos 2012-02-09fix printf format.christos 2012-02-01back to WARNS=4 (constify and signedness corrections)kardel 2012-02-01merge import ntp-4-2-6p5kardel 2012-01-31Import ntp 4.2.6p5kardel 2010-12-04Pretending that %d can print size_t on __LP64__, by turning off warningschristos 2009-12-13Import ntp 4.2.6kardel