aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/support/cpu_linux.c
Commit message (Expand)AuthorAge
* clang-format all sourceGravatar Craig Tiller2015-08-18
* Fixed incorrect comment formatGravatar murgatroid992015-06-22
* Reverted incorrect type changeGravatar murgatroid992015-06-22
* Silenced conversion warnings in src/core/supportGravatar murgatroid992015-06-19
* Second batch of feedback.Gravatar Nicolas Noble2015-02-24
* Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
* Update copyright to 2015Gravatar Craig Tiller2015-02-18
* Fix include pathsGravatar Craig Tiller2015-02-09
* undef and endif aren't the same thingGravatar David Klempner2015-02-03
* We should ifdef check the define of _GNU_SOURCEGravatar David Klempner2015-02-03
* Have cpu_linux.c define _GNU_SOURCE at the beginning of the fileGravatar David Klempner2015-02-03
* Re-enabling errors on warning, disabling unused parameter warning, and fixing...Gravatar Nicolas "Pixel" Noble2015-01-30
* () --> (void)Gravatar Craig Tiller2015-01-15
* Avoid clobbering potential defines that were set up externally.Gravatar nnoble2015-01-12
* Provide a port of cpu related code to posix, and linux.Gravatar ctiller2014-12-29