ladybird/Userland
Linus Groh bfbd6df892 test-js: Show progress in taskbar
This was a nice feature the old run-tests.sh script had - let's add it
to test-js as well! :^)
2020-07-07 10:40:06 +02:00
..
allocate.cpp AK: Make string-to-number conversion helpers return Optional 2020-06-12 21:28:55 +02:00
aplay.cpp
arp.cpp AK: JsonParser improvements 2020-06-13 12:43:22 +02:00
avol.cpp
base64.cpp Userland: Add base64 tool 2020-06-18 23:21:41 +02:00
basename.cpp AK: Rename FileSystemPath -> LexicalPath 2020-05-26 14:35:10 +02:00
cal.cpp
cat.cpp Meta: Scale back overly informal user-facing strings 2020-06-17 18:35:49 +02:00
chgrp.cpp AK: Make string-to-number conversion helpers return Optional 2020-06-12 21:28:55 +02:00
chmod.cpp
chown.cpp chown: Don't allow "invalid" uid/gid specs (#2596) 2020-06-21 09:54:07 +02:00
chroot.cpp Kernel+Userland: Support remounting filesystems :^) 2020-05-29 07:53:30 +02:00
clear.cpp
CMakeLists.txt LibJS/test-js: Create test-js program, prepare for test suite refactor 2020-07-06 23:40:35 +02:00
copy.cpp LibGUI: Make GUI::Application a Core::Object 2020-07-04 14:05:57 +02:00
cp.cpp AK: Rename FileSystemPath -> LexicalPath 2020-05-26 14:35:10 +02:00
crash.cpp Kernel: Move headers intended for userspace use into Kernel/API/ 2020-07-04 17:22:23 +02:00
cut.cpp cut: Accept input from stdin if no files are given 2020-07-03 19:30:13 +02:00
date.cpp AK: Make string-to-number conversion helpers return Optional 2020-06-12 21:28:55 +02:00
df.cpp AK: JsonParser improvements 2020-06-13 12:43:22 +02:00
disasm.cpp Userland: Add missing copyright header to disasm.cpp 2020-05-09 23:45:16 +02:00
disk_benchmark.cpp
dmesg.cpp
du.cpp AK: Rename FileSystemPath -> LexicalPath 2020-05-26 14:35:10 +02:00
echo.cpp
env.cpp
false.cpp
fgrep.cpp
find.cpp AK: Make string-to-number conversion helpers return Optional 2020-06-12 21:28:55 +02:00
flock.cpp Everywhere: Replace some uses of fork/exec with posix_spawn 2020-06-29 12:04:27 +02:00
functrace.cpp Kernel: Move headers intended for userspace use into Kernel/API/ 2020-07-04 17:22:23 +02:00
gron.cpp AK: JsonParser improvements 2020-06-13 12:43:22 +02:00
head.cpp
host.cpp
hostname.cpp Kernel: Tighten up some promise checks 2020-05-31 21:38:50 +02:00
html.cpp LibGUI: Make GUI::Application a Core::Object 2020-07-04 14:05:57 +02:00
id.cpp
ifconfig.cpp AK: JsonParser improvements 2020-06-13 12:43:22 +02:00
jp.cpp AK: JsonParser improvements 2020-06-13 12:43:22 +02:00
js.cpp js: Remove test mode 2020-07-07 00:21:30 +02:00
keymap.cpp keymap: Add copyright header 2020-06-18 23:00:19 +02:00
kill.cpp AK: Make string-to-number conversion helpers return Optional 2020-06-12 21:28:55 +02:00
killall.cpp AK: Make string-to-number conversion helpers return Optional 2020-06-12 21:28:55 +02:00
ln.cpp
ls.cpp Userland: Use Core::File::read_link() 2020-06-17 15:02:03 +02:00
lsirq.cpp AK: JsonParser improvements 2020-06-13 12:43:22 +02:00
lspci.cpp AK: JsonParser improvements 2020-06-13 12:43:22 +02:00
man.cpp LibMarkdown: Change MD Document parse API to return a RefPtr 2020-05-30 00:32:12 +02:00
md.cpp LibMarkdown: Change internal MD API to return OwnPtrs 2020-05-30 00:32:12 +02:00
mkdir.cpp AK: Rename FileSystemPath -> LexicalPath 2020-05-26 14:35:10 +02:00
mknod.cpp
modload.cpp
modunload.cpp
more.cpp
mount.cpp AK: JsonParser improvements 2020-06-13 12:43:22 +02:00
mv.cpp AK: Rename FileSystemPath -> LexicalPath 2020-05-26 14:35:10 +02:00
nc.cpp Userland: Port nc(1) to use Core::ArgsParser 2020-05-30 15:01:18 +02:00
nl.cpp
notify.cpp LibGUI: Make GUI::Application a Core::Object 2020-07-04 14:05:57 +02:00
open.cpp open: Create a Core::EventLoop before using Desktop::Launcher 2020-05-14 20:22:20 +02:00
pape.cpp LibGUI: Make GUI::Application a Core::Object 2020-07-04 14:05:57 +02:00
paste.cpp LibGUI: Make GUI::Application a Core::Object 2020-07-04 14:05:57 +02:00
pidof.cpp AK: Make string-to-number conversion helpers return Optional 2020-06-12 21:28:55 +02:00
ping.cpp
pro.cpp ProtocolServer+LibProtocol: Propagate HTTP status codes to clients 2020-06-13 22:20:37 +02:00
profile.cpp
ps.cpp ps: Widen the username column slightly 2020-05-15 00:01:01 +02:00
purge.cpp Kernel: Move headers intended for userspace use into Kernel/API/ 2020-07-04 17:22:23 +02:00
readlink.cpp Userland: Add readlink(1) 2020-06-17 15:02:03 +02:00
realpath.cpp
reboot.cpp
rm.cpp
rmdir.cpp
shutdown.cpp
sleep.cpp Userland et al: Pledge sigaction when needed 2020-05-26 14:35:10 +02:00
sort.cpp
stat.cpp Kernel+LibC: Fix various build issues introduced by ssize_t 2020-05-23 15:27:33 +02:00
strace.cpp Kernel: Move headers intended for userspace use into Kernel/API/ 2020-07-04 17:22:23 +02:00
su.cpp su: Tweak informal string 2020-06-17 18:41:59 +02:00
sync.cpp
syscall.cpp Kernel: Move headers intended for userspace use into Kernel/API/ 2020-07-04 17:22:23 +02:00
sysctl.cpp sysctl: Permit 'sysctl -a' invocation 2020-05-04 09:41:43 +02:00
tail.cpp
tee.cpp
test-bindtodevice.cpp
test-crypto.cpp Meta: Run Crypto tests in CI 2020-06-07 19:29:40 +02:00
test-js.cpp test-js: Show progress in taskbar 2020-07-07 10:40:06 +02:00
test.cpp Userland: Add a 'test' utility 2020-06-27 16:08:52 +02:00
test_efault.cpp
test_io.cpp Userland: Use Core::File::read_link() 2020-06-17 15:02:03 +02:00
top.cpp
touch.cpp Userland: "touch" can now handle multiple paths as arguments 2020-05-01 17:08:46 +02:00
tr.cpp
true.cpp
truncate.cpp AK: Make string-to-number conversion helpers return Optional 2020-06-12 21:28:55 +02:00
tt.cpp
tty.cpp
umount.cpp
uname.cpp
unzip.cpp Userland: Add unzip command 2020-05-09 23:50:44 +02:00
uptime.cpp
useradd.cpp
userdel.cpp Everywhere: Replace some uses of fork/exec with posix_spawn 2020-06-29 12:04:27 +02:00
watch.cpp Userland+MenuApplets: Replace two more fork/exec with posix_spawn 2020-07-05 16:03:23 +02:00
wc.cpp Userland: Fix wc(1) 2020-06-17 15:02:03 +02:00
which.cpp
whoami.cpp
xargs.cpp Userland: Add a basic xargs 2020-05-28 11:01:08 +02:00
yes.cpp