ladybird/Userland/Utilities
Andreas Kling 8b7d27b349 LibJS+LibWeb: More bringing module loading closer to spec
In particular, this patch removes three host hooks on JS::VM in favor
of the new JS-side module loading stuff.
2023-12-03 20:46:55 +01:00
..
pkg pkg: Parse dependencies as part of the main port entry 2023-10-04 22:28:05 +02:00
abench.cpp
aconv.cpp aconv: Override encoder in output metadata 2023-08-29 10:43:34 +02:00
adjtime.cpp
allocate.cpp Utilities/allocate: Modernize the code a bit 2023-07-05 08:34:51 +02:00
aplay.cpp
arp.cpp
asctl.cpp
base64.cpp
basename.cpp
beep.cpp Utilities/beep: Restrict possible capabilities 2023-11-03 15:19:33 +01:00
blockdev.cpp
bt.cpp AK: Port URL::m_query from DeprecatedString to String 2023-08-13 15:03:53 -06:00
cal.cpp Userland: Don't use String::from_utf8() for literal strings 2023-09-15 08:44:52 +02:00
cat.cpp
checksum.cpp checksum: Add support for BLAKE2b 2023-09-17 16:49:35 +03:30
chgrp.cpp
chmod.cpp
chown.cpp
chres.cpp
cksum.cpp
clear.cpp
CMakeLists.txt Utilities: Implement slugify using AK/Slugify 2023-10-30 10:39:59 +00:00
cmp.cpp
comm.cpp
config.cpp
copy.cpp
cp.cpp
cpp-lexer.cpp
cpp-parser.cpp
cpp-preprocessor.cpp
cut.cpp
date.cpp
dd.cpp
df.cpp
diff.cpp Everywhere: Update copyrights with my new serenityos.org e-mail :^) 2023-07-15 16:21:29 +02:00
dirname.cpp
disasm.cpp LibCore: Make MappedFile a Stream 2023-09-27 03:22:56 +02:00
disk_benchmark.cpp
dmesg.cpp
du.cpp AK: Rename GenericTraits to DefaultTraits 2023-11-09 10:05:51 -05:00
echo.cpp
env.cpp
errno.cpp
expr.cpp
false.cpp
fdtdump.cpp LibCore: Make MappedFile a Stream 2023-09-27 03:22:56 +02:00
file.cpp Everywhere: Replace ElfW(type) macro usage with Elf_type 2023-12-01 10:02:39 +02:00
find.cpp find: Add the -path and -ipath options 2023-10-18 06:36:34 -04:00
flock.cpp
fortune.cpp fortune: Use simple formatting when stdout isn't connected to a terminal 2023-08-06 08:58:00 +02:00
functrace.cpp Userland+Tests: Add initial riscv64 support 2023-11-10 10:30:08 -07:00
glsl-compiler.cpp Userland: Add glsl-compiler utility that prints parsed AST 2023-08-18 15:29:48 +02:00
gml-format.cpp
grep.cpp grep: Hyperlink filenames in tty 2023-10-06 08:10:00 +02:00
gron.cpp
groupadd.cpp
groupdel.cpp
groups.cpp
gunzip.cpp Utilities: Add zcat 2023-08-13 10:16:03 +01:00
gzip.cpp
head.cpp
headless-browser.cpp Ladybird+LibWebView: Move options used to launch WebContent to a struct 2023-12-01 20:07:27 -05:00
hello-world.jakt
hexdump.cpp
host.cpp
hostname.cpp
icc.cpp
id.cpp
ifconfig.cpp
image.cpp LibGfx: Remove indexed palette formats from Bitmap and Painter 2023-10-12 07:39:05 +02:00
image2bin.cpp
ini.cpp AK+Everywhere: Remove the null state of DeprecatedString 2023-10-13 18:33:21 +03:30
install.cpp
isobmff.cpp LibGfx: Add initial ISO BMFF parsing and a utility to print file info 2023-07-27 12:02:37 +01:00
jail-attach.cpp
jail-create.cpp
js.cpp LibJS+LibWeb: More bringing module loading closer to spec 2023-12-03 20:46:55 +01:00
json.cpp
kcov-example.cpp
keymap.cpp
kill.cpp
killall.cpp
ldd.cpp Everywhere: Replace ElfW(type) macro usage with Elf_type 2023-12-01 10:02:39 +02:00
less.cpp less: Add the -F option to quit if the input fits on one screen 2023-09-27 20:00:34 +02:00
ln.cpp
logout.cpp
ls.cpp ls: Use indicator for sockets and pipes 2023-11-04 22:08:56 +01:00
lsblk.cpp
lscpu.cpp Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
lsirq.cpp
lsjails.cpp
lsof.cpp
lspci.cpp
lsusb.cpp
lzcat.cpp
man.cpp Utilities: Fix title formatting in man 2023-08-12 01:50:49 +02:00
markdown-check.cpp AK+Everywhere: Remove the null state of DeprecatedString 2023-10-13 18:33:21 +03:30
matroska.cpp
md.cpp
memstat.cpp Utilities: Add the memstat utility 2023-07-05 08:34:51 +02:00
mkdir.cpp
mkfifo.cpp
mknod.cpp
mktemp.cpp AK+Everywhere: Remove the null state of DeprecatedString 2023-10-13 18:33:21 +03:30
mount.cpp
mv.cpp
nc.cpp Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
netstat.cpp Userland: Prefer _string over _short_string 2023-08-08 07:37:21 +02:00
network-settings.cpp
nl.cpp
nohup.cpp nohup: Don't leak fd used to open nohup.out 2023-07-31 10:47:59 +02:00
nologin.cpp
notify.cpp Userland: Prefer non-fallible construction for LibGUI objects 2023-09-18 18:00:45 +02:00
nproc.cpp
ntpquery.cpp Utilities: Fix building ntpquery without SO_TIMESTAMP 2023-09-06 11:41:16 -06:00
open.cpp open: Display a meaningful error if the specified file doesn't exist 2023-10-06 08:20:28 +02:00
passwd.cpp
paste.cpp AK+Everywhere: Remove the null state of DeprecatedString 2023-10-13 18:33:21 +03:30
patch.cpp LibDiff+patch: Support multiple patches in a single patch file 2023-07-30 07:47:22 +01:00
pathchk.cpp
pdf.cpp pdf: Add a --json flag that currently affects only --debugging-stats 2023-11-10 14:46:06 +01:00
pgrep.cpp
pidof.cpp
ping.cpp Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
pixelflut.cpp Userland: Return empty if ImageDecoder client receives an invalid frame 2023-10-03 08:33:53 +02:00
pkill.cpp
pledge.cpp
pls.cpp
pmap.cpp
pmemdump.cpp
printf.cpp
pro.cpp AK: Serialize URL hosts with 'concept-host-serializer' 2023-07-31 05:18:51 +02:00
profile.cpp Kernel+ProfileViewer: Display additional filesystem events 2023-09-09 11:26:51 -06:00
ps.cpp Utilities/ps: Add process start time column in full format mode 2023-08-27 22:53:22 +02:00
purge.cpp
pwd.cpp
readelf.cpp Everywhere: Replace ElfW(type) macro usage with Elf_type 2023-12-01 10:02:39 +02:00
readlink.cpp
realpath.cpp realpath: Add the -q option to suppress error messages 2023-10-02 20:56:38 +02:00
reboot.cpp
rev.cpp
rm.cpp
rmdir.cpp
route.cpp
run-tests.cpp run-tests: Correct logic for calculating number of skipped/xfail tests 2023-07-30 07:47:22 +01:00
sed.cpp Userland: Prefer _string over _short_string 2023-08-08 07:37:21 +02:00
seq.cpp
shot.cpp Userland: Make Window::set_main_widget() non-fallible 2023-09-21 10:20:23 +02:00
shuf.cpp
shutdown.cpp
sleep.cpp
slugify.cpp Utilities: Implement slugify using AK/Slugify 2023-10-30 10:39:59 +00:00
sort.cpp AK: Rename GenericTraits to DefaultTraits 2023-11-09 10:05:51 -05:00
sql.cpp sql: Change the short-name flag for the SQLServer path 2023-08-18 16:10:17 -04:00
stat.cpp stat: Show the device ID for the given file 2023-10-01 13:34:41 +02:00
strace.cpp Userland+Tests: Add initial riscv64 support 2023-11-10 10:30:08 -07:00
strings.cpp Utilities: Use new ArgsParser method for enum values 2023-09-24 23:41:22 +02:00
stty.cpp
su.cpp AK+Everywhere: Remove the null state of DeprecatedString 2023-10-13 18:33:21 +03:30
sync.cpp
syscall.cpp
sysctl.cpp AK+Everywhere: Remove the null state of DeprecatedString 2023-10-13 18:33:21 +03:30
tac.cpp
tail.cpp
tar.cpp
tee.cpp
telws.cpp
test-bindtodevice.cpp
test-fuzz.cpp AK: Add roundtrip fuzzer for Base64 2023-11-18 10:01:29 +01:00
test-imap.cpp LibIMAP: Stop parsing immediately on error 2023-10-13 11:12:18 -06:00
test-pthread.cpp
test-unveil.cpp
test.cpp
test_env.cpp
timezone.cpp LibTimeZone+Userland: Include Link entries when returning all time zones 2023-10-05 17:01:02 +02:00
top.cpp AK: Rename GenericTraits to DefaultTraits 2023-11-09 10:05:51 -05:00
touch.cpp
tr.cpp
traceroute.cpp
tree.cpp
true.cpp
truncate.cpp truncate: Clamp file size to 0 when using the -s option 2023-07-26 08:42:05 +02:00
tsort.cpp
tt.cpp
ttfdisasm.cpp LibGfx+Utilities: Add helpers to load vector fonts from Core::Resources 2023-10-29 13:12:28 -06:00
tty.cpp
umount.cpp
uname.cpp
uniq.cpp
unveil.cpp
unzip.cpp LibCore: Make MappedFile OwnPtr-based 2023-09-27 03:22:56 +02:00
update-cpp-test-results.cpp
uptime.cpp
useradd.cpp useradd: Simplify uid validation 2023-08-26 19:01:22 -04:00
userdel.cpp
usermod.cpp usermod: Make error message less verbose 2023-08-08 15:15:43 +02:00
utmpupdate.cpp
w.cpp Userland: Prefer _string over _short_string 2023-08-08 07:37:21 +02:00
wallpaper.cpp AK+Everywhere: Remove the null state of DeprecatedString 2023-10-13 18:33:21 +03:30
wasm.cpp LibCore: Make MappedFile a Stream 2023-09-27 03:22:56 +02:00
watch.cpp watch: Use alternate buffer to display output 2023-08-04 05:25:44 +02:00
wc.cpp
which.cpp
whoami.cpp
wsctl.cpp
xargs.cpp
xml.cpp AK: Rename URLParser::parse to URLParser::basic_parse 2023-07-15 09:45:16 +02:00
xzcat.cpp
yes.cpp
zip.cpp zip: Move away from DeprecatedString 2023-07-08 13:14:50 +01:00