- Feb 09, 2015
-
-
Donggyu Kim authored
-
- Jan 12, 2015
-
-
Donggyu Kim authored
-
Donggyu Kim authored
-
Donggyu Kim authored
-
- Jan 11, 2015
-
-
Donggyu Kim authored
-
- Jan 06, 2015
-
-
Donggyu Kim authored
-
Donggyu Kim authored
-
- Dec 04, 2014
-
-
Andrew Waterman authored
-
- Nov 07, 2014
-
-
Andrew Waterman authored
-
- Sep 05, 2014
-
-
Yunsup Lee authored
-
- Aug 28, 2014
-
-
Scott Beamer authored
-
- Aug 26, 2014
-
-
Scott Beamer authored
-
Scott Beamer authored
-
- Aug 22, 2014
-
-
Scott Beamer authored
can be built for one place and installed in another
-
- Aug 16, 2014
-
-
Scott Beamer authored
these syscalls will be available in osx 10.10
-
- Aug 07, 2014
-
-
Yunsup Lee authored
-
- Jun 13, 2014
-
-
Andrew Waterman authored
-
Andrew Waterman authored
-
- May 23, 2014
-
-
Colin Schmidt authored
syscalls added (openat, access, accessat, faccessat, etc.)
-
- May 07, 2014
-
-
Christopher Celio authored
-
- Mar 29, 2014
-
-
Andrew Waterman authored
Use __thread for compatibility with gcc <= 4.7.
-
Darius Rad authored
Use __thread in place of thread_local. This is necessary to compile using gcc version 4.7.2, the version of gcc present in Debian stable (wheezy).
-
- Mar 19, 2014
-
-
Andrew Waterman authored
It's way faster than pthreads, but it's deprecated and not always available.
-
- Mar 09, 2014
-
-
Rimas Avizienis authored
-
- Feb 05, 2014
-
-
Andrew Waterman authored
Use Linux convention that reserves top 4K of return values for errors; negate errno to produce value in that range.
-
- Feb 01, 2014
-
-
Andrew Waterman authored
-
- Jan 28, 2014
-
-
Andrew Waterman authored
-
- Jan 27, 2014
-
-
Andrew Waterman authored
-
Andrew Waterman authored
-
Andrew Waterman authored
-
- Jan 25, 2014
-
-
Andrew Waterman authored
Since apparently ucontext.h is deprecated on Mac OS.
-
Andrew Waterman authored
Why must they think different?
-
- Jan 24, 2014
-
-
Andrew Waterman authored
-
Andrew Waterman authored
Instead, search {install prefix}/riscv-elf/bin/. Thank you, Palmer.
-
- Jan 23, 2014
-
-
Yunsup Lee authored
-
- Jan 14, 2014
-
-
Andrew Waterman authored
-
- Dec 05, 2013
-
-
Andrew Waterman authored
-
- Nov 25, 2013
-
-
Andrew Waterman authored
Current implementations automatically zero the tohost register when the host reads it. This is overkill, since we provide an atomic swap operation, which can accomplish the same thing without an additional special case. Future implementations will not support the auto-reset behavior.
-
Andrew Waterman authored
-
- Nov 14, 2013
-
-
Yunsup Lee authored
-