ladybird/Userland/Utilities
Ben Wiederhake f38a6b18b5 crash: Fix more typos in check logic
These caused no test to run for '-f' and mmap to fail, respectively.
2021-03-11 12:32:53 +01:00
..
adjtime.cpp Userland: Move command-line utilities to Userland/Utilities/ 2021-01-12 12:04:09 +01:00
allocate.cpp Userland: Move command-line utilities to Userland/Utilities/ 2021-01-12 12:04:09 +01:00
aplay.cpp Userland: Move command-line utilities to Userland/Utilities/ 2021-01-12 12:04:09 +01:00
arp.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
avol.cpp Userland: Move command-line utilities to Userland/Utilities/ 2021-01-12 12:04:09 +01:00
base64.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
basename.cpp Userland: Move command-line utilities to Userland/Utilities/ 2021-01-12 12:04:09 +01:00
beep.cpp Userland: Move command-line utilities to Userland/Utilities/ 2021-01-12 12:04:09 +01:00
bt.cpp bt: Hyperlink filenames in backtraces if available :^) 2021-02-05 00:56:00 +01:00
cal.cpp Userland: Move command-line utilities to Userland/Utilities/ 2021-01-12 12:04:09 +01:00
cat.cpp Userland: Move command-line utilities to Userland/Utilities/ 2021-01-12 12:04:09 +01:00
checksum.cpp Everywhere: Convert a handful of String::format() => formatted() 2021-01-16 14:52:04 +01:00
chgrp.cpp Userland: Move command-line utilities to Userland/Utilities/ 2021-01-12 12:04:09 +01:00
chmod.cpp Userland: Remove superfluous headers 2021-03-11 12:32:53 +01:00
chown.cpp Userland: Move command-line utilities to Userland/Utilities/ 2021-01-12 12:04:09 +01:00
chres.cpp WindowServer: Add a "scale" parameter to the SetResolution message and plumb it through 2021-01-15 22:05:08 +01:00
chroot.cpp Userland: Move command-line utilities to Userland/Utilities/ 2021-01-12 12:04:09 +01:00
clear.cpp Userland: Move command-line utilities to Userland/Utilities/ 2021-01-12 12:04:09 +01:00
CMakeLists.txt Utilities: Provide fuzzers as a utility in serenity 2021-02-21 22:34:09 +01:00
copy.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
cp.cpp cp: Use Core::File::copy_file_or_directory 2021-02-21 18:14:29 +01:00
CppParserTest.cpp LibCpp: Store filename in ASTNodes 2021-02-20 15:53:37 +01:00
crash.cpp crash: Fix more typos in check logic 2021-03-11 12:32:53 +01:00
cut.cpp Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes 2021-02-26 16:59:56 +01:00
date.cpp Userland: Move command-line utilities to Userland/Utilities/ 2021-01-12 12:04:09 +01:00
ddate.cpp Userland: Move command-line utilities to Userland/Utilities/ 2021-01-12 12:04:09 +01:00
df.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
dirname.cpp Userland: Move command-line utilities to Userland/Utilities/ 2021-01-12 12:04:09 +01:00
disasm.cpp Everywhere: Debug macros instead of constexpr. 2021-01-25 09:47:36 +01:00
disk_benchmark.cpp disk_benchmark: Modernize this code a little bit 2021-02-26 14:05:18 +01:00
dmesg.cpp Userland: Move command-line utilities to Userland/Utilities/ 2021-01-12 12:04:09 +01:00
du.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
echo.cpp Userland: Move command-line utilities to Userland/Utilities/ 2021-01-12 12:04:09 +01:00
env.cpp Userland: Move command-line utilities to Userland/Utilities/ 2021-01-12 12:04:09 +01:00
expr.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
false.cpp Userland: Move command-line utilities to Userland/Utilities/ 2021-01-12 12:04:09 +01:00
fgrep.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
find.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
flock.cpp Userland: Move command-line utilities to Userland/Utilities/ 2021-01-12 12:04:09 +01:00
fortune.cpp Utilities: Add a quotes database and 'fortunes' program 2021-03-09 22:10:30 +01:00
functrace.cpp Userland: Remove superfluous headers 2021-03-11 12:32:53 +01:00
gml-format.cpp Userland: Move command-line utilities to Userland/Utilities/ 2021-01-12 12:04:09 +01:00
grep.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
gron.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
gunzip.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
head.cpp Userland: Move command-line utilities to Userland/Utilities/ 2021-01-12 12:04:09 +01:00
hexdump.cpp Userland: Move command-line utilities to Userland/Utilities/ 2021-01-12 12:04:09 +01:00
host.cpp Userland: Use INET_ADDRSTRLEN for inet_ntop() buffers 2021-02-09 22:58:19 +01:00
hostname.cpp Userland: Move command-line utilities to Userland/Utilities/ 2021-01-12 12:04:09 +01:00
html.cpp Userland: Move command-line utilities to Userland/Utilities/ 2021-01-12 12:04:09 +01:00
id.cpp Userland: Move command-line utilities to Userland/Utilities/ 2021-01-12 12:04:09 +01:00
ifconfig.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
ini.cpp Userland: Move command-line utilities to Userland/Utilities/ 2021-01-12 12:04:09 +01:00
jp.cpp Userland: Move command-line utilities to Userland/Utilities/ 2021-01-12 12:04:09 +01:00
js.cpp Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes 2021-02-26 16:59:56 +01:00
keymap.cpp Base: Rename some keymaps to use xx-xx format where appropriate 2021-02-02 16:53:11 +01:00
kill.cpp Userland: Move command-line utilities to Userland/Utilities/ 2021-01-12 12:04:09 +01:00
killall.cpp Userland: Move command-line utilities to Userland/Utilities/ 2021-01-12 12:04:09 +01:00
ln.cpp Userland: Move command-line utilities to Userland/Utilities/ 2021-01-12 12:04:09 +01:00
ls.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
lsirq.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
lsof.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
lspci.cpp Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes 2021-02-26 16:59:56 +01:00
man.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
md.cpp Userland: Move command-line utilities to Userland/Utilities/ 2021-01-12 12:04:09 +01:00
misbehaving-application.cpp Userland: Move command-line utilities to Userland/Utilities/ 2021-01-12 12:04:09 +01:00
mkdir.cpp Userland: Move command-line utilities to Userland/Utilities/ 2021-01-12 12:04:09 +01:00
mkfifo.cpp Userland: Move command-line utilities to Userland/Utilities/ 2021-01-12 12:04:09 +01:00
mknod.cpp Userland: Move command-line utilities to Userland/Utilities/ 2021-01-12 12:04:09 +01:00
mktemp.cpp Userland: Add a simple mktemp(1) utility 2021-02-28 15:30:49 +01:00
modload.cpp Userland: Move command-line utilities to Userland/Utilities/ 2021-01-12 12:04:09 +01:00
modunload.cpp Userland: Move command-line utilities to Userland/Utilities/ 2021-01-12 12:04:09 +01:00
more.cpp Userland: Move command-line utilities to Userland/Utilities/ 2021-01-12 12:04:09 +01:00
mount.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
mv.cpp mv: Use Core::File::copy_file_or_directory 2021-02-21 18:14:29 +01:00
nc.cpp Userland: Use uniform initialization instead of memset 2021-02-21 11:52:47 +01:00
nl.cpp Userland: Move command-line utilities to Userland/Utilities/ 2021-01-12 12:04:09 +01:00
notify.cpp Userland: Move command-line utilities to Userland/Utilities/ 2021-01-12 12:04:09 +01:00
ntpquery.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
open.cpp open: Fix opening "." (again) 2021-03-07 17:39:58 +01:00
pape.cpp Userland: Move command-line utilities to Userland/Utilities/ 2021-01-12 12:04:09 +01:00
passwd.cpp passwd: Drop "rpath" pledge after opening files 2021-01-22 19:39:44 +01:00
paste.cpp Userland: Move command-line utilities to Userland/Utilities/ 2021-01-12 12:04:09 +01:00
pidof.cpp Userland: Move command-line utilities to Userland/Utilities/ 2021-01-12 12:04:09 +01:00
ping.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
pmap.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
PreprocessorTest.cpp PreprocessorTest: Convert dbgprintf() => dbgln() 2021-02-17 15:50:34 +01:00
printf.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
pro.cpp pro: Use a rolling average for the download rate calculation 2021-01-30 14:12:14 +01:00
profile.cpp Userland: Move command-line utilities to Userland/Utilities/ 2021-01-12 12:04:09 +01:00
ps.cpp Userland: Move command-line utilities to Userland/Utilities/ 2021-01-12 12:04:09 +01:00
purge.cpp Userland: Add LibSystem and funnel all syscalls through it 2021-02-05 12:23:39 +01:00
readelf.cpp Userland: Move command-line utilities to Userland/Utilities/ 2021-01-12 12:04:09 +01:00
readlink.cpp Userland: Move command-line utilities to Userland/Utilities/ 2021-01-12 12:04:09 +01:00
realpath.cpp Userland: Move command-line utilities to Userland/Utilities/ 2021-01-12 12:04:09 +01:00
reboot.cpp Userland: Move command-line utilities to Userland/Utilities/ 2021-01-12 12:04:09 +01:00
rm.cpp rm: Use Core::File::remove 2021-02-21 18:14:29 +01:00
rmdir.cpp Userland: Move command-line utilities to Userland/Utilities/ 2021-01-12 12:04:09 +01:00
seq.cpp Userland: Move command-line utilities to Userland/Utilities/ 2021-01-12 12:04:09 +01:00
shuf.cpp Userland: Don't leak buffer from getline in shuf program 2021-02-28 18:19:37 +01:00
shutdown.cpp Userland: Move command-line utilities to Userland/Utilities/ 2021-01-12 12:04:09 +01:00
sleep.cpp sleep: Support fractional sleep lengths 2021-01-23 08:53:32 +01:00
sort.cpp Userland: Fix broken newlines in 'sort' 2021-01-20 19:19:34 +01:00
stat.cpp Userland: Move command-line utilities to Userland/Utilities/ 2021-01-12 12:04:09 +01:00
strace.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
su.cpp su: Drop "id" pledge after switching user 2021-01-22 19:40:30 +01:00
sync.cpp Userland: Move command-line utilities to Userland/Utilities/ 2021-01-12 12:04:09 +01:00
syscall.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
sysctl.cpp Base: Add sysctl man page 2021-03-08 09:48:34 +01:00
tail.cpp Userland: Move command-line utilities to Userland/Utilities/ 2021-01-12 12:04:09 +01:00
tar.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
tee.cpp Userland: Move command-line utilities to Userland/Utilities/ 2021-01-12 12:04:09 +01:00
test_efault.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
test_env.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
test_io.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
test-bindtodevice.cpp Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes 2021-02-26 16:59:56 +01:00
test-compress.cpp Userland: Move command-line utilities to Userland/Utilities/ 2021-01-12 12:04:09 +01:00
test-crypto.cpp Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes 2021-02-26 16:59:56 +01:00
test-fuzz.cpp Utilities: Provide fuzzers as a utility in serenity 2021-02-21 22:34:09 +01:00
test-js.cpp Userland: Gate OSC 9 usage in test-js behind an argument 2021-03-02 09:00:21 +01:00
test-pthread.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
test-unveil.cpp Userland: Move command-line utilities to Userland/Utilities/ 2021-01-12 12:04:09 +01:00
test-web.cpp test-web: Utilize new LibTest types from test-web 2021-03-01 11:17:05 +01:00
test.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
top.cpp Userland: Move command-line utilities to Userland/Utilities/ 2021-01-12 12:04:09 +01:00
touch.cpp Userland: Move command-line utilities to Userland/Utilities/ 2021-01-12 12:04:09 +01:00
tr.cpp Userland: Move command-line utilities to Userland/Utilities/ 2021-01-12 12:04:09 +01:00
tree.cpp Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes 2021-02-26 16:59:56 +01:00
true.cpp Userland: Move command-line utilities to Userland/Utilities/ 2021-01-12 12:04:09 +01:00
truncate.cpp Userland: Move command-line utilities to Userland/Utilities/ 2021-01-12 12:04:09 +01:00
tt.cpp Userland: Move command-line utilities to Userland/Utilities/ 2021-01-12 12:04:09 +01:00
tty.cpp Userland: Move command-line utilities to Userland/Utilities/ 2021-01-12 12:04:09 +01:00
umount.cpp Userland: Move command-line utilities to Userland/Utilities/ 2021-01-12 12:04:09 +01:00
uname.cpp Userland: Move command-line utilities to Userland/Utilities/ 2021-01-12 12:04:09 +01:00
uniq.cpp Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes 2021-02-26 16:59:56 +01:00
unzip.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
uptime.cpp Userland: Move command-line utilities to Userland/Utilities/ 2021-01-12 12:04:09 +01:00
useradd.cpp Userland: Move command-line utilities to Userland/Utilities/ 2021-01-12 12:04:09 +01:00
userdel.cpp Userland: Move command-line utilities to Userland/Utilities/ 2021-01-12 12:04:09 +01:00
utmpupdate.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
w.cpp Userland: Move command-line utilities to Userland/Utilities/ 2021-01-12 12:04:09 +01:00
watch.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
wc.cpp Userland: Move command-line utilities to Userland/Utilities/ 2021-01-12 12:04:09 +01:00
which.cpp Userland: Move command-line utilities to Userland/Utilities/ 2021-01-12 12:04:09 +01:00
whoami.cpp Userland: Move command-line utilities to Userland/Utilities/ 2021-01-12 12:04:09 +01:00
xargs.cpp xargs: Fix boring memory leak 2021-03-11 12:32:53 +01:00
yes.cpp Userland: Move command-line utilities to Userland/Utilities/ 2021-01-12 12:04:09 +01:00