.. |
nyancat
|
Integrate auto-dep into build system through make file generation
|
2018-04-17 21:49:56 +09:00 |
about.c
|
ToaruOS-NIH => ToaruOS
|
2018-10-06 21:28:43 +09:00 |
background.c
|
Wallpaper should accept USR2 to restore window stack order like panel does
|
2018-10-03 09:40:21 +09:00 |
basename.c
|
add basename
|
2018-10-09 21:04:35 +09:00 |
beep.c
|
Application cleanup
|
2018-08-15 10:07:33 +09:00 |
bim.c
|
Update bim
|
2018-10-26 10:12:20 +09:00 |
cat-img.c
|
cat-img should support scaling to terminal width
|
2018-07-17 22:15:20 +09:00 |
cat.c
|
cat: accept - as an argument
|
2018-10-29 13:47:05 +09:00 |
chmod.c
|
Header comments for a bunch of apps
|
2018-08-14 17:13:38 +09:00 |
clear.c
|
Application cleanup
|
2018-08-15 10:07:33 +09:00 |
compositor.c
|
compositor: fix call to __builin_atan2
|
2018-10-13 19:26:35 +09:00 |
cp.c
|
cp: apply permissions to the right path when copying into directory
|
2018-10-10 22:40:10 +09:00 |
cursor-off.c
|
Header comments for a bunch of apps
|
2018-08-14 17:13:38 +09:00 |
date.c
|
Fixup date
|
2018-08-21 22:31:26 +09:00 |
drawlines.c
|
Add anti-aliased line drawer (slow, but effective)
|
2018-09-15 19:52:25 +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: failed to set start time
|
2018-10-15 11:21:47 +09:00 |
fgrep.c
|
Application cleanup
|
2018-08-15 10:07:33 +09:00 |
file-browser.c
|
Restructure decorations so bounds can be window-specific (for fullscreen)
|
2018-09-12 12:53:08 +09:00 |
font-server.c
|
ToaruOS-NIH => ToaruOS
|
2018-10-06 21:28:43 +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
|
get/sethostname
|
2018-08-02 03:40:43 +09:00 |
glogin.c
|
Exit compositor when last client exits
|
2018-08-02 19:13:16 +09:00 |
gsudo.c
|
Add libc wrappers for some syscalls, remove unused syscall.h imports
|
2018-08-02 13:13:27 +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
|
Restructure decorations so bounds can be window-specific (for fullscreen)
|
2018-09-12 12:53:08 +09:00 |
hexify.c
|
Add reverse (hex-bin) mode to hexify
|
2018-09-10 19:21:35 +09:00 |
hostname.c
|
Application cleanup
|
2018-08-15 10:07:33 +09:00 |
imgviewer.c
|
imgviewer improvements
|
2018-09-17 20:35:28 +09:00 |
init.c
|
init: don't actually open serial by default
|
2018-10-29 20:56:51 +09:00 |
insmod.c
|
insmod: multiple module arguments
|
2018-10-25 23:23:29 +09:00 |
irc.c
|
Fix uninitialized buffer in irc client
|
2018-09-14 10:34:12 +09:00 |
julia.c
|
Restructure decorations so bounds can be window-specific (for fullscreen)
|
2018-09-12 12:53:08 +09:00 |
kcmdline.c
|
Header comments for a bunch of apps
|
2018-08-14 17:13:38 +09:00 |
kdebug.c
|
proper waitpid status values
|
2018-09-28 13:00:51 +09:00 |
kill.c
|
kill: handle multiple pids
|
2018-10-08 10:41:04 +09:00 |
killall.c
|
killall: cleanup, accept multiple process names
|
2018-10-08 10:35:46 +09:00 |
live-session.c
|
Header comments for a bunch of apps
|
2018-08-14 17:13:38 +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
|
ls: lstat args and make sure to check symlinks
|
2018-10-11 19:45:19 +09:00 |
lspci.c
|
Fix more procfs stuff
|
2018-09-12 20:34:25 +09:00 |
migrate.c
|
Header comments for a bunch of apps
|
2018-08-14 17:13:38 +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
|
libc: bad, bsd-style mktemp (also add user app)
|
2018-10-10 10:11:28 +09:00 |
mount.c
|
sys/mount.h
|
2018-08-15 15:49:01 +09:00 |
mv.c
|
Catch obvious mistakes in mv
|
2018-10-02 22:42:24 +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 |
panel.c
|
Rebind keys when panel gets signaled
|
2018-10-03 19:23:03 +09:00 |
piano.c
|
Application cleanup
|
2018-08-15 10:07:33 +09:00 |
pidof.c
|
Application cleanup
|
2018-08-15 10:07:33 +09:00 |
plasma.c
|
Restructure decorations so bounds can be window-specific (for fullscreen)
|
2018-09-12 12:53:08 +09:00 |
play.c
|
Application cleanup
|
2018-08-15 10:07:33 +09:00 |
pong.c
|
Application cleanup
|
2018-08-15 10:07:33 +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 |
reset.c
|
add reset
|
2018-10-29 21:21:26 +09:00 |
rm.c
|
Application cleanup
|
2018-08-15 10:07:33 +09:00 |
sdf-demo.c
|
Restructure decorations so bounds can be window-specific (for fullscreen)
|
2018-09-12 12:53:08 +09:00 |
serial-console.c
|
Add libc wrappers for some syscalls, remove unused syscall.h imports
|
2018-08-02 13:13:27 +09:00 |
session.c
|
Session management improvements; set freetype interpreter
|
2018-09-22 22:37:47 +09:00 |
set-resolution.c
|
lfbvideo: allow display initialize to be triggered by ioctl
|
2018-10-27 16:18:09 +09:00 |
sh.c
|
kernel: setsid should set pgid=pid
|
2018-10-30 15:58:15 +09:00 |
sleep.c
|
Application cleanup
|
2018-08-15 10:07:33 +09:00 |
sort.c
|
Add sort
|
2018-10-04 14:54:05 +09:00 |
stat.c
|
Remove stray vim:s at ends of files
|
2018-08-15 15:47:43 +09:00 |
strings.c
|
add strings
|
2018-10-09 21:41:28 +09:00 |
stty.c
|
stty: setter for VWERASE
|
2018-10-26 13:51:08 +09:00 |
sudo.c
|
sudo: print prompt to stderr
|
2018-10-16 14:12:22 +09:00 |
sysfunc.c
|
Application cleanup
|
2018-08-15 10:07:33 +09:00 |
sysinfo.c
|
Support fancy logo in non-toaru terminals
|
2018-07-06 13:05:58 +09:00 |
t_mbstowcs.c
|
libc: working wcstombs and mbstowcs
|
2018-10-10 11:01:30 +09:00 |
tar.c
|
tar: support symlinks
|
2018-10-15 10:18:23 +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
|
tty: kernel should send SIGWINCH, not terminal
|
2018-10-28 19:03:04 +09:00 |
terminal.c
|
tty: kernel should send SIGWINCH, not terminal
|
2018-10-28 19:03:04 +09:00 |
test-conf.c
|
Header comments for a bunch of apps
|
2018-08-14 17:13:38 +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
|
Application cleanup
|
2018-08-15 10:07:33 +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 |
uname.c
|
uname: accept -p as an alias to -m
|
2018-10-06 11:10:24 +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 |
wc.c
|
add wc
|
2018-10-05 20:04:10 +09:00 |
which.c
|
which: multiple arguments, support -a
|
2018-10-10 07:15:12 +09:00 |
whoami.c
|
Add whoami
|
2018-06-04 11:29:28 +09:00 |
yes.c
|
Application cleanup
|
2018-08-15 10:07:33 +09:00 |
yutani-clipboard.c
|
add option to include a new line when printing clipboard
|
2018-09-16 18:52:00 +09:00 |
yutani-query.c
|
Allow compositor to load Cairo backend later at runtime
|
2018-10-02 18:58:03 +09:00 |
yutani-test.c
|
Application cleanup
|
2018-08-15 10:07:33 +09:00 |