subu – light-weight Unix user containers –
GitHub: subu
Makes use of the Unix user account to implement a light container. Each
sub-user is isolated in hardware via PID space, virtual memory, and
its own network namespace. systemd is used so each sub-user gets its
own audio and video sockets, while Unix permissions define which files
and directories are shared.
Harmony – build / environment skeleton –
GitHub: Harmony
A common skeleton used across Reasoning Technology projects so that
team members, often playing multiple roles on the same codebase, can
coordinate work in a consistent environment. Provides role-based
directory layout and tooling for developers, testers, toolsmiths, and
release engineering.
RT-gcc – GCC with RT-oriented cpp extensions –
GitHub: RT-gcc
A modified version of the GCC C compiler that extends the C
preprocessor with additional macros. These additions make
“templated” interfaces straightforward to implement and introduce a
bracketed-body form of
#define so that every line in the
macro body does not need to end with a backslash. Functionality is
enhanced, but the macros do not make cpp recursive.