toaruos/apps
K. Lange 97d02d6e23 kuroko: Updates for 1.1-preview and threading support 2021-02-16 18:56:27 +09:00
..
nyancat Integrate auto-dep into build system through make file generation 2018-04-17 21:49:56 +09:00
about.c png: replace several BMP assets with PNGs 2020-04-24 14:30:12 +09:00
basename.c basename: libc function 2018-11-18 09:47:23 +09:00
beep.c beep: help text 2018-11-29 20:56:16 +09:00
bim-core.h bim: Preview of Bim 3 2021-01-29 16:45:52 +09:00
bim.c kuroko: Updates for 1.1-preview and threading support 2021-02-16 18:56:27 +09:00
cal.c add cal 2019-01-12 20:44:39 +09:00
cat-img.c bmp: Set ALPHA_EMBEDDED on load 2020-04-23 20:15:56 +09:00
cat.c libc: set errno on read, write 2018-12-11 09:42:21 +09:00
chmod.c chmod: fix infinite loop parsing octal modes 2018-11-07 11:54:42 +09:00
chown.c add (bad) chown 2018-11-27 20:26:33 +09:00
clear.c Application cleanup 2018-08-15 10:07:33 +09:00
compositor.c png: replace several BMP assets with PNGs 2020-04-24 14:30:12 +09:00
cp.c cp: somewhat real implementation 2018-11-21 15:31:30 +09:00
crc32.c crc32: use a different table 2018-12-08 11:30:16 +09:00
cursor-off.c libc: add more toaru-specific syscall wrappers 2018-12-10 18:47:18 +09:00
date.c Fixup date 2018-08-21 22:31:26 +09:00
dirname.c dirname: add command and libc function 2018-11-18 09:56:43 +09:00
drawlines.c drawlines: single-threaded with fswait 2018-10-30 21:20:10 +09:00
du.c du: fixes and -c 2018-11-25 23:04:30 +09:00
echo.c echo: XSI escapes, include \0nnn 2018-10-05 19:15:08 +09:00
env.c Make env more normal 2018-10-02 21:52:51 +09:00
false.c Header comments for a bunch of apps 2018-08-14 17:13:38 +09:00
fetch.c fetch: pedantic asshattery 2018-11-22 13:20:23 +09:00
fgrep.c Application cleanup 2018-08-15 10:07:33 +09:00
file-browser.c menu: Changes to support Kuroko bindings 2021-01-25 20:12:13 +09:00
font-server.c libc: add more toaru-specific syscall wrappers 2018-12-10 18:47:18 +09:00
free.c Add getopt, getopt_long 2018-05-02 18:58:47 +09:00
getty.c getty: ensure tty is sane 2018-10-29 20:56:41 +09:00
glogin-provider.c png: replace several BMP assets with PNGs 2020-04-24 14:30:12 +09:00
glogin.c Exit compositor when last client exits 2018-08-02 19:13:16 +09:00
go-video.sh go-video.sh: bail when failed to set video mode 2018-11-02 14:44:45 +09:00
gsudo.c gsudo: Redesign 2020-03-30 17:48:17 +09:00
gunzip.c gunzip: support decompressing from stdin 2020-05-05 10:03:09 +09:00
head.c Add head 2018-10-02 22:36:44 +09:00
hello.c Header comments for a bunch of apps 2018-08-14 17:13:38 +09:00
help-browser.c menu: Changes to support Kuroko bindings 2021-01-25 20:12:13 +09:00
hexify.c Add reverse (hex-bin) mode to hexify 2018-09-10 19:21:35 +09:00
highlight-source.krk kuroko: more upstream updates 2021-01-23 20:00:36 +09:00
hostname.c sudo: support euids with setuid binaries 2018-10-31 10:28:41 +09:00
imgviewer.c bmp: Set ALPHA_EMBEDDED on load 2020-04-23 20:15:56 +09:00
init.c init: don't actually open serial by default 2018-10-29 20:56:51 +09:00
insmod.c libc: add more toaru-specific syscall wrappers 2018-12-10 18:47:18 +09:00
irc.c meta: add /etc/os-release and swap links back to github 2018-12-20 14:25:25 +09:00
json-test.c json: remove weather test 2020-03-29 20:38:57 +09:00
julia.c Restructure decorations so bounds can be window-specific (for fullscreen) 2018-09-12 12:53:08 +09:00
kbd-test.c kbd-test: raw vga text version of kbd tester 2020-04-30 19:42:50 +09:00
kcmdline.c Header comments for a bunch of apps 2018-08-14 17:13:38 +09:00
kdebug.c libc: add more toaru-specific syscall wrappers 2018-12-10 18:47:18 +09:00
kill.c kill: fix bad signal specifier check 2020-12-21 10:07:23 +09:00
killall.c killall: cleanup, accept multiple process names 2018-10-08 10:35:46 +09:00
krk_test_noise.krk kuroko: Updates for 1.1-preview and threading support 2021-02-16 18:56:27 +09:00
krk_yutani_test.krk kuroko[yutani]: Update demo app 2021-01-25 20:13:52 +09:00
kuroko.c kuroko: Updates for 1.1-preview and threading support 2021-02-16 18:56:27 +09:00
live-session.c apps: signal usage cleanup 2018-10-31 18:58:10 +09:00
ln.c symlink stuff 2018-07-18 15:43:17 +09:00
login-loop.c Application cleanup 2018-08-15 10:07:33 +09:00
login.c kernel: setsid should set pgid=pid 2018-10-30 15:58:15 +09:00
logname.c add logname, getlogin() 2018-10-09 20:35:53 +09:00
ls.c kernel: more directory permissions 2018-11-01 13:46:59 +09:00
lspci.c lspci: Add some class codes 2020-11-10 09:53:12 +09:00
migrate.c migrate: fix silly macro derp 2018-12-26 00:06:42 +09:00
mixerctl.c Make mixerctl usage output comply with the rest of the system 2018-05-09 19:31:46 +09:00
mkdir.c mkdir -p 2018-10-05 18:48:24 +09:00
mktemp.c mktemp: in /tmp by default 2018-10-30 16:45:03 +09:00
mount.c sys/mount.h 2018-08-15 15:49:01 +09:00
msk.c msk: use native inflater for tgz packages (slow, but nicer) 2020-05-08 11:24:33 +09:00
mv.c mv: uh, probably should be recursive on both of those 2018-11-21 17:50:45 +09:00
nslookup.c Application cleanup 2018-08-15 10:07:33 +09:00
nyancat.c Application cleanup 2018-08-15 10:07:33 +09:00
package-manager.c menu: Changes to support Kuroko bindings 2021-01-25 20:12:13 +09:00
panel.c png: replace icons 2020-06-12 18:12:33 +09:00
petty.c petty: re-add old getty 2018-11-08 18:02:54 +09:00
piano.c piano: sustain until space 2018-11-29 20:56:07 +09:00
pidof.c apps: signal usage cleanup 2018-10-31 18:58:10 +09:00
plasma.c plasma: handle SIGINT (#186) 2019-07-05 16:46:58 +09:00
play.c Application cleanup 2018-08-15 10:07:33 +09:00
pong.c png: replace several BMP assets with PNGs 2020-04-24 14:30:12 +09:00
ps.c Also calculate rough percentage 2018-09-14 21:11:26 +09:00
pstree.c Application cleanup 2018-08-15 10:07:33 +09:00
pwd.c Application cleanup 2018-08-15 10:07:33 +09:00
qemu-display-hack.c Header comments for a bunch of apps 2018-08-14 17:13:38 +09:00
qemu-fwcfg.c add /dev/port 2018-09-28 13:59:14 +09:00
readelf.c Catch bad file in readelf 2018-08-15 17:27:03 +09:00
readlink.c Import some apps from mainline/core that at least compile (fgrep may not work due to stdio brokenness) 2018-05-04 13:01:55 +09:00
reboot.c Application cleanup 2018-08-15 10:07:33 +09:00
reload_desktop.sh file-browser: pid file 2018-11-27 20:27:01 +09:00
reset.c add reset 2018-10-29 21:21:26 +09:00
rm.c rm: rewrite; recursive directory deletion; TODO: unlink should fail on non-empty directories 2018-11-21 17:49:18 +09:00
sdf-demo.c sdf-demo: add missing decor handling 2019-12-23 21:20:33 +09:00
serial-console.c apps: signal usage cleanup 2018-10-31 18:58:10 +09:00
session.c file-browser: desktop support 2018-11-19 21:16:28 +09:00
set-resolution.c set-resolution: should bail with bad arguments 2018-11-02 09:07:58 +09:00
set_wallpaper.sh add set_wallpaper.sh 2018-12-05 13:35:55 +09:00
sh.c rline: officially adopt rline_exp as the only rline, and bring in some improvements from kuroko 2021-01-01 18:08:30 +09:00
showdialog.c png: replace icons 2020-06-12 18:12:33 +09:00
sleep.c sleep: don't just crash on missing arg 2020-12-16 10:15:03 +09:00
snow.c bmp: Set ALPHA_EMBEDDED on load 2020-04-23 20:15:56 +09:00
sort.c Add sort 2018-10-04 14:54:05 +09:00
splash-log.c splash-log: support for submessages with : 2018-12-21 17:47:19 +09:00
stat.c stat: handle multiple arguments 2018-11-25 12:57:58 +09:00
strings.c add strings 2018-10-09 21:41:28 +09:00
stty.c stty: order was backwards for size... 2019-01-14 20:32:16 +09:00
sudo.c sudo: need to actually *write* to file to update mtime - this is possibly a kernel issue 2018-12-27 21:16:02 +09:00
sysfunc.c libc: add more toaru-specific syscall wrappers 2018-12-10 18:47:18 +09:00
sysinfo.c sysinfo: show package manager info 2018-11-17 13:52:08 +09:00
t_mbstowcs.c libc: working wcstombs and mbstowcs 2018-10-10 11:01:30 +09:00
tar.c tar: fix handling of hardlinks 2020-05-08 11:22:43 +09:00
tee.c Throw a return value on a bad open in tee 2018-10-02 23:05:58 +09:00
terminal-font.h Application cleanup 2018-08-15 10:07:33 +09:00
terminal-palette.h Use #000000 for terminal black color 2018-08-20 21:44:39 +09:00
terminal-vga.c terminal: improve the appearance of the mouse cursor in terminal-vga 2019-12-26 21:59:14 +09:00
terminal.c menu: Changes to support Kuroko bindings 2021-01-25 20:12:13 +09:00
test-conf.c Header comments for a bunch of apps 2018-08-14 17:13:38 +09:00
test-localtime.c libc: fix off-by-one errors in localtime 2019-12-20 20:20:23 +09:00
test-lock.c kernel: handle O_EXCL... correctly... 2018-11-22 16:50:21 +09:00
test-printf.c libc: support not printing 0 digit with precision of 0 2020-04-30 20:25:08 +09:00
test-tls.c kernel, linker, libc: Initial, probably horribly broken, support for some TLS situations 2021-02-16 18:49:34 +09:00
test.sh More shoddy shell stuff 2018-08-08 10:14:59 +09:00
toaru_logo.h Application cleanup 2018-08-15 10:07:33 +09:00
toggle-abs-mouse.c toggle-relative-mouse: add query option 'get' 2018-11-27 20:40:46 +09:00
touch.c Application cleanup 2018-08-15 10:07:33 +09:00
true.c Application cleanup 2018-08-15 10:07:33 +09:00
tty.c kernel, libc: tty names 2018-10-09 19:56:45 +09:00
ttysize.c Application cleanup 2018-08-15 10:07:33 +09:00
tutorial.c png: replace icons 2020-06-12 18:12:33 +09:00
uname.c uname: accept -p as an alias to -m 2018-10-06 11:10:24 +09:00
ununicode.h sdf: handle input string as utf8 2019-12-05 19:13:16 +09:00
uptime.c Header comments for a bunch of apps 2018-08-14 17:13:38 +09:00
vga-palette.h Application cleanup 2018-08-15 10:07:33 +09:00
wallpaper-picker.c graphics: make jpg/png support seamless with load_sprite 2020-04-23 18:44:07 +09:00
wc.c add wc 2018-10-05 20:04:10 +09:00
weather-configurator.c weather: Add weather-tool and weather-configurator 2020-03-28 23:21:25 +09:00
weather-tool.c weather: fix derp with spaces 2020-03-28 23:27:17 +09:00
which.c which: multiple arguments, support -a 2018-10-10 07:15:12 +09:00
whoami.c sudo: support euids with setuid binaries 2018-10-31 10:28:41 +09:00
yes.c Application cleanup 2018-08-15 10:07:33 +09:00
yutani-clipboard.c terminal: use an async thread to handle input 2019-12-23 17:01:57 +09:00
yutani-kbd.c yutani-kbd: keyboard test tool 2020-04-30 19:02:40 +09:00
yutani-query.c yutani-query: add command-based interface 2018-11-17 13:51:48 +09:00
yutani-test.c yutani-test: show modifiers on mouse events 2018-12-07 11:16:09 +09:00