about summary refs log tree commit diff
path: root/arch/i386/atomic.h
Commit message (Expand)AuthorAgeFilesLines
* refactor internal atomic.hRich Felker2016-01-211-110/+0
* fix missing earlyclobber flag in i386 a_ctz_64 asmRich Felker2015-09-091-1/+1
* fix missing synchronization in atomic store on i386 and x86_64Rich Felker2015-07-281-1/+1
* fix inconsistency in a_and and a_or argument types on x86[_64]Rich Felker2015-05-201-4/+4
* add explicit barrier operation to internal atomic.h APIRich Felker2014-10-101-0/+5
* clean up unused and inconsistent atomics in arch dirsRich Felker2014-07-271-23/+0
* security hardening: ensure suid programs have valid stdin/out/errRich Felker2011-08-231-0/+5
* add word-sized ctz function to atomic.hRich Felker2011-04-271-2/+8
* optimize contended normal mutex case; add int compare-and-swap atomicRich Felker2011-03-171-0/+7
* move arch-specific internal headers into placeRich Felker2011-02-151-0/+110