toaruos/userspace
2013-02-01 22:39:57 -08:00
..
lib Fix right shift 2013-02-01 22:39:57 -08:00
argv-tester.c Add or update the heading comments for user apps. 2012-07-06 21:08:28 -07:00
bim.c Terminal fixes 2012-11-30 15:50:06 -08:00
blur_test.c Text shadows in various places. 2012-10-16 19:05:58 -07:00
cat.c Add or update the heading comments for user apps. 2012-07-06 21:08:28 -07:00
clear.c Add or update the heading comments for user apps. 2012-07-06 21:08:28 -07:00
clock-win.c Timed process sleeping (and bug fixes) 2012-12-10 20:28:31 -08:00
clock.c Updated toolchain stuff with some new headers. 2012-10-09 21:02:43 -07:00
compare.c Add or update the heading comments for user apps. 2012-07-06 21:08:28 -07:00
compositor.c Sync old compositor to new compositor 2012-12-02 21:47:44 -08:00
core-tests.c Add a testing framework. 2012-09-02 02:24:25 -07:00
cp.c Super fast terminal scrolling. 2012-09-10 23:42:45 -07:00
cpudet.c CPU detection moved to userspace app 2012-02-19 19:39:18 -06:00
csnow.c terminal snow 2012-12-29 16:36:00 +09:00
draw.c Restructure windowed applications for speed 2012-12-09 23:07:04 -08:00
drawlines.c Restructure windowed applications for speed 2012-12-09 23:07:04 -08:00
dsr_test.c Minor bugfixes and readme updates. 2012-09-06 14:54:05 -07:00
echo-test.c Add or update the heading comments for user apps. 2012-07-06 21:08:28 -07:00
echo.c Add or update the heading comments for user apps. 2012-07-06 21:08:28 -07:00
env.c Rough support for environment variables 2012-10-07 20:46:35 -07:00
esh.c Merge terminal settings commands into esh 2012-10-13 20:17:29 -07:00
game.c Timed process sleeping (and bug fixes) 2012-12-10 20:28:31 -08:00
glogin.c login screen tweaks 2012-12-10 21:53:14 -08:00
gsession.c Local user wallpapers, ignored by git 2012-10-16 20:42:48 -07:00
hello.c Add or update the heading comments for user apps. 2012-07-06 21:08:28 -07:00
hostname.c Fix dozens of build warnings and other oddities. 2012-09-04 20:27:49 -07:00
init.c Support fallback to classic compositor 2012-11-17 12:59:18 -08:00
julia.c Restructure windowed applications for speed 2012-12-09 23:07:04 -08:00
ld.c Add or update the heading comments for user apps. 2012-07-06 21:08:28 -07:00
lock.c Fix dozens of build warnings and other oddities. 2012-09-04 20:27:49 -07:00
login.c Environment variables, integrated with newlib. 2012-10-08 00:17:50 -07:00
ls.c Add time support to vfs 2012-12-09 16:59:55 -08:00
Makefile plasma demo 2013-01-17 22:10:28 -08:00
mkdir.c Add or update the heading comments for user apps. 2012-07-06 21:08:28 -07:00
multitasking-test.c Add or update the heading comments for user apps. 2012-07-06 21:08:28 -07:00
nyancat-animation.h Replace old nyancat with updated version 2012-12-13 19:45:24 -08:00
nyancat.c Replace old nyancat with updated version 2012-12-13 19:45:24 -08:00
panel.c Timed process sleeping (and bug fixes) 2012-12-10 20:28:31 -08:00
pipe_test.c Fix dozens of build warnings and other oddities. 2012-09-04 20:27:49 -07:00
plasma.c plasma demo 2013-01-17 22:10:28 -08:00
readelf.c Add or update the heading comments for user apps. 2012-07-06 21:08:28 -07:00
reboot.c Fix dozens of build warnings and other oddities. 2012-09-04 20:27:49 -07:00
serial-console.c Major terminal improvements. 2012-11-30 23:28:49 -08:00
shm_client.c Fix dozens of build warnings and other oddities. 2012-09-04 20:27:49 -07:00
shm_server.c Fix dozens of build warnings and other oddities. 2012-09-04 20:27:49 -07:00
shmcrash2.c Environment variables, integrated with newlib. 2012-10-08 00:17:50 -07:00
shmcrash.c Fix dozens of build warnings and other oddities. 2012-09-04 20:27:49 -07:00
shmtest2.c Fix dozens of build warnings and other oddities. 2012-09-04 20:27:49 -07:00
shmtest.c Environment variables, integrated with newlib. 2012-10-08 00:17:50 -07:00
shutdown.c A lot of refactoring 2012-09-07 20:17:00 -07:00
sleep.c Timed process sleeping (and bug fixes) 2012-12-10 20:28:31 -08:00
solver.c Minor compilation fixes 2012-02-08 12:01:25 -06:00
stack-overflow.c [user] Simple little test app that triggers a stack overflow 2011-12-14 20:06:09 -06:00
stack-reaper.c Rough support for environment variables 2012-10-07 20:46:35 -07:00
stat.c Updated toolchain stuff with some new headers. 2012-10-09 21:02:43 -07:00
sysfunc.c Fix dozens of build warnings and other oddities. 2012-09-04 20:27:49 -07:00
telnet.h Replace old nyancat with updated version 2012-12-13 19:45:24 -08:00
term_size.c Minor bugfixes and readme updates. 2012-09-06 14:54:05 -07:00
terminal-font.h Pull the font and palette out of the terminal code 2012-09-06 19:46:36 -07:00
terminal-palette.h Pull the font and palette out of the terminal code 2012-09-06 19:46:36 -07:00
terminal.c Fix lock hangs that broke everything 2012-12-13 19:45:39 -08:00
test-borders.c fix test-borders (I moved the decoration files) 2012-12-04 13:06:21 -08:00
test-cpp.cpp Global initializers. 2013-01-25 15:59:33 -08:00
test-env.c Environment variables, integrated with newlib. 2012-10-08 00:17:50 -07:00
test-fs.c Add or update the heading comments for user apps. 2012-07-06 21:08:28 -07:00
test-gfx.c Restructure windowed applications for speed 2012-12-09 23:07:04 -08:00
thrash-process.c Add or update the heading comments for user apps. 2012-07-06 21:08:28 -07:00
threadtest.c Fix dozens of build warnings and other oddities. 2012-09-04 20:27:49 -07:00
touch.c Add or update the heading comments for user apps. 2012-07-06 21:08:28 -07:00
uname.c Fix dozens of build warnings and other oddities. 2012-09-04 20:27:49 -07:00
verify-write.c Environment variables, integrated with newlib. 2012-10-08 00:17:50 -07:00
view.c Fix alpha blending for RGBA destinations. 2012-09-13 23:22:38 -07:00
wallpaper.c Dirty semaphore implementation in userspace 2012-12-10 21:04:18 -08:00
whoami.c Toolchain installer now does freetype 2012-05-17 11:50:25 -04:00
yes.c Add or update the heading comments for user apps. 2012-07-06 21:08:28 -07:00