toaruos/userspace
Kevin Lange 66a35ba224 Separate out keyboard stuff into a library.
Eventually this will be used to do ALL keyboard interpreting, so we can
ditch the kernel map and support proper input and special keys.
2012-10-08 22:33:46 -07:00
..
lib Separate out keyboard stuff into a library. 2012-10-08 22:33:46 -07:00
argv-tester.c Add or update the heading comments for user apps. 2012-07-06 21:08:28 -07:00
bim.c Updated READMEs, TODOs, fonts, Bim. 2012-09-09 20:48:43 -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 Add or update the heading comments for user apps. 2012-07-06 21:08:28 -07:00
clock.c Add or update the heading comments for user apps. 2012-07-06 21:08:28 -07:00
compare.c Add or update the heading comments for user apps. 2012-07-06 21:08:28 -07:00
compositor.c Environment variables, integrated with newlib. 2012-10-08 00:17:50 -07: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
draw.c Add or update the heading comments for user apps. 2012-07-06 21:08:28 -07:00
drawlines.c Add or update the heading comments for user apps. 2012-07-06 21:08:28 -07: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 Separate out keyboard stuff into a library. 2012-10-08 22:33:46 -07:00
game.c Deprecate full-screen applications 2012-10-08 20:08:02 -07:00
glogin.c Environment variables, integrated with newlib. 2012-10-08 00:17:50 -07:00
gsession.c Environment variables, integrated with newlib. 2012-10-08 00:17:50 -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 Environment variables, integrated with newlib. 2012-10-08 00:17:50 -07:00
julia.c Deprecate full-screen applications 2012-10-08 20:08:02 -07: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 [risky] Try to merge in dirent.h stuff. 2012-09-16 20:37:22 -07:00
Makefile Separate out keyboard stuff into a library. 2012-10-08 22:33:46 -07: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.c Add or update the heading comments for user apps. 2012-07-06 21:08:28 -07:00
panel.c Icons on desktop, no terminal at login 2012-09-19 21:16:21 -07:00
pipe_test.c Fix dozens of build warnings and other oddities. 2012-09-04 20:27:49 -07: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
setscale.c A lot of refactoring 2012-09-07 20:17:00 -07: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
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 Add or update the heading comments for user apps. 2012-07-06 21:08:28 -07:00
sysfunc.c Fix dozens of build warnings and other oddities. 2012-09-04 20:27:49 -07: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 Environment variables, integrated with newlib. 2012-10-08 00:17:50 -07: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 Add or update the heading comments for user apps. 2012-07-06 21:08:28 -07: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 Deprecate full-screen applications 2012-10-08 20:08:02 -07: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