serenity/Userland/Utilities
kleines Filmröllchen 062e0db46c LibCore: Make MappedFile OwnPtr-based
Since it will become a stream in a little bit, it should behave like all
non-trivial stream classes, who are not primarily intended to have
shared ownership to make closing behavior more predictable. Across all
uses of MappedFile, there is only one use case of shared mapped files in
LibVideo, which now uses the thin SharedMappedFile wrapper.
2023-09-27 03:22:56 +02:00
..
pkg PackageManager: Create /usr/Ports directory when updating the ports list 2023-09-17 16:38:21 -06:00
abench.cpp
aconv.cpp aconv: Override encoder in output metadata 2023-08-29 10:43:34 +02:00
adjtime.cpp
allocate.cpp
aplay.cpp
arp.cpp
asctl.cpp
base64.cpp
basename.cpp
beep.cpp
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 find: Print hyperlinks when standard output is attached to a terminal 2023-09-07 11:52:09 -06: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
dirname.cpp
disasm.cpp LibCore: Make MappedFile OwnPtr-based 2023-09-27 03:22:56 +02:00
disk_benchmark.cpp
dmesg.cpp
du.cpp du: Prevent multiple counting of the same file 2023-09-26 21:27:25 +02:00
echo.cpp
env.cpp
errno.cpp
expr.cpp
false.cpp
fdtdump.cpp LibCore: Make MappedFile OwnPtr-based 2023-09-27 03:22:56 +02:00
file.cpp
find.cpp find: Add -uid option to filter by owning user ID 2023-09-17 15:29:44 -06:00
flock.cpp
fortune.cpp
functrace.cpp
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 Utilities: Use new ArgsParser method for enum values 2023-09-24 23:41:22 +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 LibWeb: Remove FrameLoader 2023-09-20 18:29:17 +02:00
hello-world.jakt
hexdump.cpp
host.cpp
hostname.cpp
icc.cpp
id.cpp
ifconfig.cpp
image.cpp LibCore: Make MappedFile OwnPtr-based 2023-09-27 03:22:56 +02:00
image2bin.cpp
ini.cpp
install.cpp
isobmff.cpp
jail-attach.cpp
jail-create.cpp
js.cpp LibJS+LibWeb+WebContent: Stop using ThrowableStringBuilder 2023-09-09 13:03:25 -04:00
json.cpp
kcov-example.cpp
keymap.cpp
kill.cpp
killall.cpp
ldd.cpp
less.cpp less: Allow quitting with uppercase 'Q' 2023-09-17 17:10:50 -06:00
ln.cpp
logout.cpp
ls.cpp ls: Add the -p option to append a trailing slash to directories 2023-09-26 07:19:02 +02:00
lsblk.cpp
lscpu.cpp
lsirq.cpp
lsjails.cpp
lsof.cpp
lspci.cpp
lsusb.cpp
lzcat.cpp
man.cpp
markdown-check.cpp
matroska.cpp
md.cpp
memstat.cpp
mkdir.cpp
mkfifo.cpp
mknod.cpp
mktemp.cpp
mount.cpp
mv.cpp
nc.cpp
netstat.cpp
network-settings.cpp
nl.cpp
nohup.cpp
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
passwd.cpp
paste.cpp
patch.cpp
pathchk.cpp
pdf.cpp
pgrep.cpp
pidof.cpp
ping.cpp
pixelflut.cpp
pkill.cpp
pledge.cpp
pls.cpp
pmap.cpp
pmemdump.cpp
printf.cpp
pro.cpp
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 LibELF+readelf: Add missing constants for dynamic relocations 2023-08-18 16:20:13 +02:00
readlink.cpp
realpath.cpp
reboot.cpp
rev.cpp
rm.cpp
rmdir.cpp
route.cpp
run-tests.cpp
sed.cpp
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
sort.cpp sort: Allow multi-character separators to be given with the -t option 2023-08-27 15:42:46 -04:00
sql.cpp sql: Change the short-name flag for the SQLServer path 2023-08-18 16:10:17 -04:00
stat.cpp
strace.cpp
strings.cpp Utilities: Use new ArgsParser method for enum values 2023-09-24 23:41:22 +02:00
stty.cpp
su.cpp
sync.cpp
syscall.cpp
sysctl.cpp Kernel: Rename /sys/kernel/variables => /sys/kernel/conf 2023-08-27 22:50:22 +02:00
tac.cpp
tail.cpp
tar.cpp
tee.cpp
telws.cpp
test-bindtodevice.cpp
test-fuzz.cpp LibCrypto: Add support for BLAKE2b 2023-09-17 16:49:35 +03:30
test-imap.cpp LibIMAP+Mail+test-imap: Let a Promise result type be non-optional 2023-08-31 11:10:09 +02:00
test-pthread.cpp
test-unveil.cpp
test.cpp
test_env.cpp
timezone.cpp
top.cpp top: Re-enable non-blocking I/O on stdin 2023-08-18 11:09:27 +01:00
touch.cpp
tr.cpp
traceroute.cpp
tree.cpp
true.cpp
truncate.cpp
tsort.cpp
tt.cpp
ttfdisasm.cpp
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
utmpupdate.cpp
w.cpp
wallpaper.cpp
wasm.cpp
watch.cpp
wc.cpp
which.cpp
whoami.cpp
wsctl.cpp
xargs.cpp
xml.cpp
xzcat.cpp
yes.cpp
zip.cpp