.. |
Tests
|
Kernel: Demonstrate kill's pid/tid confusion bug
|
2020-08-10 11:51:45 +02:00 |
allocate.cpp
|
Userland: Mark compilation-unit-only functions as static
|
2020-08-12 20:40:59 +02:00 |
aplay.cpp
|
Userland: Use Core::ArgsParser for 'aplay'
|
2020-08-06 20:41:13 +02:00 |
arp.cpp
|
|
|
avol.cpp
|
Userland: Use Core::ArgsParser for 'avol'
|
2020-08-06 20:41:13 +02:00 |
base64.cpp
|
AK: Change the signature of AK::encode_base64() to use Span.
|
2020-07-27 19:58:09 +02:00 |
basename.cpp
|
Userland: Use Core::ArgsParser for 'basename'
|
2020-08-06 20:41:13 +02:00 |
cal.cpp
|
Userland: Mark compilation-unit-only functions as static
|
2020-08-12 20:40:59 +02:00 |
cat.cpp
|
|
|
chgrp.cpp
|
Userland: Use Core::ArgsParser for 'chgrp'
|
2020-08-06 20:41:13 +02:00 |
chmod.cpp
|
|
|
chown.cpp
|
|
|
chroot.cpp
|
|
|
clear.cpp
|
|
|
CMakeLists.txt
|
LibCompress: Add LibCompress
|
2020-08-04 11:27:07 +02:00 |
copy.cpp
|
Userland: Mark compilation-unit-only functions as static
|
2020-08-12 20:40:59 +02:00 |
cp.cpp
|
|
|
crash.cpp
|
Kernel: Move headers intended for userspace use into Kernel/API/
|
2020-07-04 17:22:23 +02:00 |
cut.cpp
|
|
|
date.cpp
|
|
|
df.cpp
|
|
|
dirname.cpp
|
Userland: Add a simple dirname(1) utility
|
2020-08-10 21:20:28 +02:00 |
disasm.cpp
|
disasm: Insert symbol names in disassembly stream
|
2020-08-10 11:48:10 +02:00 |
disk_benchmark.cpp
|
Userland: Mark compilation-unit-only functions as static
|
2020-08-12 20:40:59 +02:00 |
dmesg.cpp
|
|
|
du.cpp
|
Meta: Replace remaining LibM/math.h includes with math.h
|
2020-08-12 16:18:33 +02:00 |
echo.cpp
|
Userland: Add support for the '-n' flag to 'echo'
|
2020-07-30 18:47:41 +02:00 |
env.cpp
|
|
|
false.cpp
|
|
|
fgrep.cpp
|
|
|
find.cpp
|
Userland: Mark compilation-unit-only functions as static
|
2020-08-12 20:40:59 +02:00 |
flock.cpp
|
|
|
functrace.cpp
|
Userland: Mark compilation-unit-only functions as static
|
2020-08-12 20:40:59 +02:00 |
gron.cpp
|
|
|
head.cpp
|
|
|
host.cpp
|
|
|
hostname.cpp
|
Userland: Use Core::ArgsParser for 'hostname'
|
2020-08-06 20:41:13 +02:00 |
html.cpp
|
LibGUI: Make GUI::Application a Core::Object
|
2020-07-04 14:05:57 +02:00 |
id.cpp
|
Userland: Mark compilation-unit-only functions as static
|
2020-08-12 20:40:59 +02:00 |
ifconfig.cpp
|
Userland: Mark compilation-unit-only functions as static
|
2020-08-12 20:40:59 +02:00 |
ini.cpp
|
Userland: Add "ini" command to read and write .ini config files
|
2020-07-11 23:56:33 +02:00 |
jp.cpp
|
Userland: Handle invalid JSON in 'jp'
|
2020-08-06 20:41:13 +02:00 |
js.cpp
|
Userland: Mark compilation-unit-only functions as static
|
2020-08-12 20:40:59 +02:00 |
keymap.cpp
|
|
|
kill.cpp
|
|
|
killall.cpp
|
|
|
ln.cpp
|
|
|
ls.cpp
|
Userland: Mark compilation-unit-only functions as static
|
2020-08-12 20:40:59 +02:00 |
lsirq.cpp
|
|
|
lsof.cpp
|
Userland: Mark compilation-unit-only functions as static
|
2020-08-12 20:40:59 +02:00 |
lspci.cpp
|
|
|
man.cpp
|
|
|
md.cpp
|
Userland: Use Core::ArgsParser for 'md'
|
2020-08-06 20:41:13 +02:00 |
mkdir.cpp
|
|
|
mkfifo.cpp
|
Userland: add mkfifo(1)
|
2020-07-19 11:46:37 +02:00 |
mknod.cpp
|
Userland: mknod: Don't use major/minor when creating a pipe
|
2020-07-19 11:46:37 +02:00 |
modload.cpp
|
Userland: Use Core::ArgsParser for 'modload'
|
2020-08-06 20:41:13 +02:00 |
modunload.cpp
|
Userland: Use Core::ArgsParser for 'modunload'
|
2020-08-06 20:41:13 +02:00 |
more.cpp
|
Userland: Mark compilation-unit-only functions as static
|
2020-08-12 20:40:59 +02:00 |
mount.cpp
|
Userland: Mark compilation-unit-only functions as static
|
2020-08-12 20:40:59 +02:00 |
mv.cpp
|
mv: Accept (but ignore) -f
|
2020-08-11 20:29:14 +02:00 |
nc.cpp
|
Userland: Fix nc by not memset()'ing the input address char*
|
2020-07-28 13:19:22 +02:00 |
nl.cpp
|
|
|
notify.cpp
|
LibGUI: Make GUI::Application a Core::Object
|
2020-07-04 14:05:57 +02:00 |
open.cpp
|
open: Resolve the realpath before passing it to URL()
|
2020-08-08 11:58:57 +02:00 |
pape.cpp
|
LibGUI: Make GUI::Application a Core::Object
|
2020-07-04 14:05:57 +02:00 |
passwd.cpp
|
Userland: Add passwd utility
|
2020-07-28 17:07:22 +02:00 |
paste.cpp
|
LibGUI: Make GUI::Application a Core::Object
|
2020-07-04 14:05:57 +02:00 |
pidof.cpp
|
|
|
ping.cpp
|
Userland: Mark compilation-unit-only functions as static
|
2020-08-12 20:40:59 +02:00 |
pro.cpp
|
Userland: Use Core::ArgsParser for 'pro'
|
2020-08-06 20:41:13 +02:00 |
profile.cpp
|
|
|
ps.cpp
|
|
|
purge.cpp
|
Userland: Use Core::ArgsParser for 'purge'
|
2020-08-06 20:41:13 +02:00 |
readlink.cpp
|
|
|
realpath.cpp
|
Userland: Use Core::ArgsParser for 'realpath'
|
2020-08-06 20:41:13 +02:00 |
reboot.cpp
|
|
|
rm.cpp
|
Userland: Mark compilation-unit-only functions as static
|
2020-08-12 20:40:59 +02:00 |
rmdir.cpp
|
Userland: Use Core::ArgsParser for 'rmdir'
|
2020-08-06 20:41:13 +02:00 |
seq.cpp
|
Userland: Mark compilation-unit-only functions as static
|
2020-08-12 20:40:59 +02:00 |
shutdown.cpp
|
|
|
sleep.cpp
|
Userland: Mark compilation-unit-only functions as static
|
2020-08-12 20:40:59 +02:00 |
sort.cpp
|
|
|
stat.cpp
|
|
|
strace.cpp
|
Kernel: Move headers intended for userspace use into Kernel/API/
|
2020-07-04 17:22:23 +02:00 |
su.cpp
|
Userland: Use Core::ArgsParser for 'su'
|
2020-08-06 20:41:13 +02:00 |
sync.cpp
|
|
|
syscall.cpp
|
Kernel: Tidy up the syscalls list by reorganizing the enumerator macro
|
2020-08-04 18:17:16 +02:00 |
sysctl.cpp
|
|
|
tail.cpp
|
Userland: Mark compilation-unit-only functions as static
|
2020-08-12 20:40:59 +02:00 |
tee.cpp
|
|
|
test-bindtodevice.cpp
|
|
|
test-compress.cpp
|
LibCompress: Add LibCompress
|
2020-08-04 11:27:07 +02:00 |
test-crypto.cpp
|
LibCrypto+LibTLS+Kernel: Switch the Cipher::Mode interface to use Span
|
2020-08-11 21:37:10 +02:00 |
test-js.cpp
|
test-js: Show progress in taskbar
|
2020-07-07 10:40:06 +02:00 |
test-web.cpp
|
LibWeb: Move the HTML parser into HTML/Parser/
|
2020-07-28 19:23:18 +02:00 |
test.cpp
|
Userland: Make test exit 1 silently when no arguments are given
|
2020-07-16 16:00:51 +02:00 |
test_efault.cpp
|
|
|
test_env.cpp
|
LibC: Add tests for getenv, setenv, putenv
|
2020-08-01 16:46:04 +02:00 |
test_io.cpp
|
|
|
top.cpp
|
top: Don't print more lines than the terminal can fit
|
2020-07-27 17:04:47 +02:00 |
touch.cpp
|
|
|
tr.cpp
|
Userland: Use Core::ArgsParser for 'tr'
|
2020-08-06 20:41:13 +02:00 |
tree.cpp
|
Userland: Mark compilation-unit-only functions as static
|
2020-08-12 20:40:59 +02:00 |
true.cpp
|
|
|
truncate.cpp
|
|
|
tt.cpp
|
Userland: Make 'tt t' spawn a thread and stand still
|
2020-08-12 11:28:45 +02:00 |
tty.cpp
|
|
|
umount.cpp
|
|
|
uname.cpp
|
Userland: Use Core::ArgsParser for 'uname'
|
2020-08-06 20:41:13 +02:00 |
unzip.cpp
|
Userland: Mark compilation-unit-only functions as static
|
2020-08-12 20:40:59 +02:00 |
uptime.cpp
|
|
|
useradd.cpp
|
|
|
userdel.cpp
|
|
|
watch.cpp
|
Userland: Mark compilation-unit-only functions as static
|
2020-08-12 20:40:59 +02:00 |
wc.cpp
|
Userland: Mark compilation-unit-only functions as static
|
2020-08-12 20:40:59 +02:00 |
which.cpp
|
Userland: Use Core::ArgsParser for 'which'
|
2020-08-06 20:41:13 +02:00 |
whoami.cpp
|
|
|
xargs.cpp
|
|
|
yes.cpp
|
Userland: Use Core::ArgsParser for 'yes'
|
2020-08-06 20:41:13 +02:00 |