summaryrefslogtreecommitdiff
path: root/src/pkg/runtime/lfstack.c
Commit message (Expand)AuthorAgeFilesLines
* runtime: convert lfstack to GoDmitriy Vyukov2014-08-211-0/+87
* runtime: use goc2c as much as possibleRuss Cox2014-02-201-79/+0
* runtime: add support for GOOS=solarisAram H?v?rneanu2014-01-171-0/+14
* runtime: make cas64 like cas32 and caspRuss Cox2013-07-121-4/+4
* runtime: use new CNT_MASK in lfstackIan Lance Taylor2013-01-261-5/+6
* runtime: add lock-free stackDmitriy Vyukov2012-04-121-0/+64