ladybird/Userland/Utilities
2022-11-24 21:01:54 -05:00
..
abench.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
adjtime.cpp Userland: Remove unecessary uses of __serenity__ macro 2022-10-10 12:23:12 +02:00
allocate.cpp
aplay.cpp Utilities: Use new global variables at /sys/kernel/ directory 2022-10-25 15:33:34 -06:00
arp.cpp arp: Port to Core::Stream 2022-11-19 17:00:10 +00:00
asctl.cpp LibAudio: Rename ConnectionFromClient to ConnectionToServer 2022-07-19 11:17:45 +01:00
base64.cpp base64: Port to Core::Stream 2022-11-19 17:00:10 +00:00
basename.cpp
beep.cpp
blockdev.cpp
bt.cpp
cal.cpp
cat.cpp cat: Return a non-null value if an error occurred 2022-11-24 21:01:54 -05:00
checksum.cpp checksum: Support the '--check' option 2022-10-12 12:01:40 -06:00
chgrp.cpp Userland: Convert command line arguments to String/StringView 2022-07-12 23:11:35 +02:00
chmod.cpp chmod: Implement the --recursive flag 2022-07-25 15:32:46 +02:00
chown.cpp AK+Everywhere: Turn bool keep_empty to an enum in split* functions 2022-10-24 23:29:18 +01:00
chres.cpp
cksum.cpp cksum: Manually count file size instead of using stat() 2022-11-19 17:00:10 +00:00
clear.cpp
CMakeLists.txt headless-browser: Add a mode for being controlled by WebDriver 2022-11-24 00:10:56 +00:00
cmp.cpp
comm.cpp comm: Port to Core::Stream 2022-11-19 17:00:10 +00:00
config.cpp config: Enable adding and removing groups 2022-10-01 13:39:10 +03:30
copy.cpp copy: Port to Core::Stream 2022-11-19 17:00:10 +00:00
cp.cpp AK+Everywhere: Turn bool keep_empty to an enum in split* functions 2022-10-24 23:29:18 +01:00
cpp-lexer.cpp Utilities: Port cpp utilities to Core::Stream 2022-11-19 17:00:10 +00:00
cpp-parser.cpp Utilities: Port cpp utilities to Core::Stream 2022-11-19 17:00:10 +00:00
cpp-preprocessor.cpp Utilities: Port cpp utilities to Core::Stream 2022-11-19 17:00:10 +00:00
cut.cpp
date.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
dd.cpp AK+Everywhere: Turn bool keep_empty to an enum in split* functions 2022-10-24 23:29:18 +01:00
df.cpp df: Port to Core::Stream 2022-11-19 17:00:10 +00:00
diff.cpp diff: Port to Core::Stream 2022-11-19 17:00:10 +00:00
dirname.cpp
disasm.cpp Userland: Convert command line arguments to String/StringView 2022-07-12 23:11:35 +02:00
disk_benchmark.cpp LibCore+Userland: Use StringViews when calling Core::System::open 2022-07-09 09:25:20 +01:00
dmesg.cpp dmesg: Port to Core::Stream 2022-11-19 17:00:10 +00:00
du.cpp du: Port to Core::Stream 2022-11-19 17:00:10 +00:00
echo.cpp
env.cpp Userland: Convert command line arguments to String/StringView 2022-07-12 23:11:35 +02:00
errno.cpp
expr.cpp Everywhere: Explicitly specify the size in StringView constructors 2022-07-12 23:11:35 +02:00
false.cpp
fdtdump.cpp
fgrep.cpp Everywhere: Explicitly specify the size in StringView constructors 2022-07-12 23:11:35 +02:00
file.cpp file: Port to Core::Stream 2022-11-19 17:00:10 +00:00
find.cpp Everywhere: Explicitly specify the size in StringView constructors 2022-07-12 23:11:35 +02:00
flock.cpp
fortune.cpp fortune: Port to Core::Stream 2022-11-19 17:00:10 +00:00
functrace.cpp AK+Userland: Stub out code that isn't currently implemented on AARCH64 2022-10-14 13:01:13 +02:00
gml-format.cpp gml-format: Port to Core::Stream 2022-11-19 17:00:10 +00:00
grep.cpp AK+Everywhere: Fix data corruption due to code-point-to-char conversion 2022-10-09 10:37:20 -06:00
gron.cpp gron: Port to Core::Stream 2022-11-19 17:00:10 +00:00
groupadd.cpp
groupdel.cpp Everywhere: Explicitly specify the size in StringView constructors 2022-07-12 23:11:35 +02:00
groups.cpp LibCore: Use StringView instead of char * in Account 2022-09-27 21:29:44 +01:00
gunzip.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
gzip.cpp
head.cpp
headless-browser.cpp headless-browser: Add a mode for being controlled by WebDriver 2022-11-24 00:10:56 +00:00
hello-world.jakt
hexdump.cpp hexdump: Support truncating output with -n 2022-11-14 14:54:45 +00:00
host.cpp Userland: Convert command line arguments to String/StringView 2022-07-12 23:11:35 +02:00
hostname.cpp Userland: Convert command line arguments to String/StringView 2022-07-12 23:11:35 +02:00
id.cpp LibCore: Use StringView instead of char * in Account 2022-09-27 21:29:44 +01:00
ifconfig.cpp ifconfig: Port to Core::Stream and Core::System 2022-11-19 17:00:10 +00:00
ini.cpp
install.cpp
jail-attach.cpp Userland: Add support for jails 2022-11-05 18:00:58 -06:00
jail-create.cpp Userland: Add support for jails 2022-11-05 18:00:58 -06:00
js.cpp Userland+Tests: Remove a few more LibJS/{AST.h,Parser.h} includes 2022-11-23 16:05:59 +00:00
json.cpp json: Port to Core::Stream 2022-11-19 17:00:10 +00:00
kcov-example.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
keymap.cpp
kill.cpp
killall.cpp
less.cpp less: Use LibLine to compute line arrangement with fixed line width 2022-11-10 12:34:21 +03:30
ln.cpp ln: Implement correct handling of directories as link targets 2022-07-25 22:21:01 +01:00
logout.cpp Utilities: Use new global variables at /sys/kernel/ directory 2022-10-25 15:33:34 -06:00
ls.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
lsblk.cpp lsblk: Port to Core::Stream 2022-11-19 17:00:10 +00:00
lscpu.cpp lscpu: Port to Core::Stream 2022-11-19 17:00:10 +00:00
lsirq.cpp lsirq: Port to Core::Stream 2022-11-19 17:00:10 +00:00
lsjails.cpp Userland: Add support for jails 2022-11-05 18:00:58 -06:00
lsof.cpp lsof: Port to Core::Stream 2022-11-19 17:00:10 +00:00
lspci.cpp lspci: Port to Core::Stream 2022-11-19 17:00:10 +00:00
lsusb.cpp lsusb: Port to Core::Stream 2022-11-19 17:00:10 +00:00
man.cpp man: Port to Core::Stream 2022-11-19 17:00:10 +00:00
markdown-check.cpp markdown-check: Port to Core::Stream 2022-11-19 17:00:10 +00:00
matroska.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
md.cpp md: Port to Core::Stream 2022-11-19 17:00:10 +00:00
mkdir.cpp Everywhere: Replace single-char StringView op. arguments with chars 2022-07-12 23:11:35 +02:00
mkfifo.cpp
mknod.cpp
mktemp.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
mount.cpp mount: Port to Core::Stream 2022-11-19 17:00:10 +00:00
mv.cpp mv: Support the '--no-clobber' option 2022-10-24 23:48:14 +01:00
nc.cpp
netstat.cpp netstat: Port to Core::Stream 2022-11-19 17:00:10 +00:00
nl.cpp LibCore: Replace the ArgsParser option argument setting with an enum 2022-07-14 00:24:24 +01:00
nologin.cpp nologin: Use proper format strings with out() and outln() 2022-10-31 11:22:39 -04:00
notify.cpp Userland: Convert command line arguments to String/StringView 2022-07-12 23:11:35 +02:00
nproc.cpp nproc: Port to Core::Stream 2022-11-19 17:00:10 +00:00
ntpquery.cpp ntpquery: Unveil paths after parsing arguments 2022-10-31 22:10:14 +00:00
open.cpp
passwd.cpp LibCore: Use StringView instead of char * in Account 2022-09-27 21:29:44 +01:00
paste.cpp Everywhere: Use default StringView constructor over nullptr 2022-07-12 23:11:35 +02:00
pathchk.cpp
pgrep.cpp Utilities: Use new global variables at /sys/kernel/ directory 2022-10-25 15:33:34 -06:00
pidof.cpp Utilities: Use new global variables at /sys/kernel/ directory 2022-10-25 15:33:34 -06:00
ping.cpp
pkill.cpp Utilities: Use new global variables at /sys/kernel/ directory 2022-10-25 15:33:34 -06:00
pledge.cpp Userland: Consolidate most PATH resolving into a single implementation 2022-08-23 19:00:04 +01:00
pls.cpp Userland/pls: Use Core::System::exec_command method to execute a command 2022-11-05 18:00:58 -06:00
pmap.cpp pmap: Port to Core::Stream 2022-11-19 17:00:10 +00:00
pmemdump.cpp
printf.cpp
pro.cpp pro: Stop closing stdout early 2022-10-11 21:52:13 +02:00
profile.cpp Utilities: Use new global variables at /sys/kernel/ directory 2022-10-25 15:33:34 -06:00
ps.cpp Utilities: Use new global variables at /sys/kernel/ directory 2022-10-25 15:33:34 -06:00
purge.cpp
pwd.cpp
readelf.cpp LibELF: Drop the separate file name member from DynamicLoader 2022-10-31 19:23:02 +00:00
readlink.cpp
realpath.cpp
reboot.cpp Kernel+Userland: Move /sys/firmware/power_state to /sys/kernel directory 2022-10-25 15:33:34 -06:00
rev.cpp rev: Read from stdin if the filename '-' is given 2022-10-06 16:06:50 +01:00
rm.cpp
rmdir.cpp
route.cpp route: Port to Core::Stream 2022-11-19 17:00:10 +00:00
run-tests.cpp Everywhere: Replace uses of __serenity__ with AK_OS_SERENITY 2022-10-10 12:23:12 +02:00
seq.cpp seq: Fix clang-tidy warnings 2022-11-14 14:38:23 +00:00
shot.cpp shot: Port to Core::Stream 2022-11-19 17:00:10 +00:00
shuf.cpp
shutdown.cpp Kernel+Userland: Move /sys/firmware/power_state to /sys/kernel directory 2022-10-25 15:33:34 -06:00
sleep.cpp
sort.cpp
sql.cpp sql: Port to Core::Stream 2022-11-19 17:00:10 +00:00
stat.cpp stat: Show nanosecond part of file timestamps 2022-11-24 16:56:27 +01:00
strace.cpp strace: Port to Core::Stream 2022-11-19 17:00:10 +00:00
stty.cpp Everywhere: Replace single-char StringView op. arguments with chars 2022-07-12 23:11:35 +02:00
su.cpp LibCore: Propagate errors from LibCore::Account::login() 2022-09-27 21:29:44 +01:00
sync.cpp
syscall.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
sysctl.cpp sysctl: Port to Core::Stream 2022-11-19 17:00:10 +00:00
tac.cpp
tail.cpp tail: Port to Core::Stream, use Core::FileWatcher 2022-11-02 21:29:20 -06:00
tar.cpp LibArchive: Simplify error handling 2022-11-23 11:19:16 +01:00
tee.cpp
telws.cpp Everywhere: Replace single-char StringView op. arguments with chars 2022-07-12 23:11:35 +02:00
test-bindtodevice.cpp
test-fuzz.cpp test-fuzz: Port to Core::Stream 2022-11-19 17:00:10 +00:00
test-imap.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
test-pthread.cpp
test-unveil.cpp LibCore: Replace the ArgsParser option argument setting with an enum 2022-07-14 00:24:24 +01:00
test.cpp test: Guard code paths that may lead to a null pointer dereference 2022-10-11 23:38:13 -06:00
test_env.cpp
timezone.cpp
top.cpp Utilities: Use new global variables at /sys/kernel/ directory 2022-10-25 15:33:34 -06:00
touch.cpp
tr.cpp Userland: Convert command line arguments to String/StringView 2022-07-12 23:11:35 +02:00
traceroute.cpp
tree.cpp
true.cpp
truncate.cpp Userland: Convert command line arguments to String/StringView 2022-07-12 23:11:35 +02:00
tt.cpp
tty.cpp
umount.cpp
uname.cpp uname: Report system revision version aka git commit hash 2022-10-14 13:45:33 +02:00
uniq.cpp uniq: Improve POSIX compliance 2022-09-09 14:11:52 +01:00
unzip.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
update-cpp-test-results.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
uptime.cpp Utilities: Use new global variables at /sys/kernel/ directory 2022-10-25 15:33:34 -06:00
useradd.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
userdel.cpp LibCore: Use StringView instead of char * in Account 2022-09-27 21:29:44 +01:00
usermod.cpp LibCore: Use StringView instead of char * in Account 2022-09-27 21:29:44 +01:00
utmpupdate.cpp utmpupdate: Port to Core::Stream 2022-11-19 17:00:10 +00:00
w.cpp Utilities/w: Port to Core::Stream 2022-11-19 17:00:10 +00:00
wallpaper.cpp wallpaper: Add pledge promises 2022-08-02 04:04:08 +00:00
wasm.cpp wasm: Map the entire input wasm file instead of using Core::File 2022-10-24 15:54:20 +02:00
watch.cpp LibCore: Replace the ArgsParser option argument setting with an enum 2022-07-14 00:24:24 +01:00
wc.cpp
which.cpp Userland: Consolidate most PATH resolving into a single implementation 2022-08-23 19:00:04 +01:00
whoami.cpp
wsctl.cpp
xargs.cpp AK+Everywhere: Turn bool keep_empty to an enum in split* functions 2022-10-24 23:29:18 +01:00
xml.cpp xml: Port to Core::Stream 2022-11-19 17:00:10 +00:00
yes.cpp
zip.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00