Go to file
Chris Copeland 81095f97c3
BreakAfterAttributes: Leave
2023-09-19 22:42:54 -07:00
arch add __attribute__((weak)) to pthread.c so rust tests build 2023-09-19 08:44:50 -07:00
cxx miscellaneous cleanup of C++ interface 2023-09-17 22:03:30 -07:00
examples use atomics instead of volatile in once and queue examples 2023-09-09 11:09:36 -07:00
include/rt move syscall records out of the task and put tasks in privileged memory 2023-09-17 21:47:58 -07:00
rust move syscall records out of the task and put tasks in privileged memory 2023-09-17 21:47:58 -07:00
src use rt_syscall_pend_from_task in rt_mutex_unlock in the has-waiters path 2023-09-19 06:13:11 -07:00
.clang-format BreakAfterAttributes: Leave 2023-09-19 22:42:54 -07:00
.dockerignore add docker setup 2022-08-02 02:21:14 -07:00
.gitignore add rust interfaces and examples 2023-07-30 20:52:18 -07:00
.rustfmt.toml add rust interfaces and examples 2023-07-30 20:52:18 -07:00
Cargo.toml bump rust version to 0.0.5 2023-09-19 08:46:05 -07:00
Dockerfile add C++ interfaces 2023-07-15 22:46:40 -07:00
LICENSE add apache v2 license 2018-09-28 00:50:06 -07:00
SConstruct add *COMSTR to Environment 2023-09-16 13:59:08 -07:00
docker.bash remove docker username argument 2022-12-24 16:36:54 -08:00
test.bash remove newtask from test script 2023-08-26 00:53:28 -07:00