serenity/Userland/Utilities
SeekingBlues 638f39fbc1 sysctl: Allow showing or setting multiple variables
The `-w` option is enforced when setting variables.
2021-10-17 14:46:59 +02:00
..
adjtime.cpp
allocate.cpp Utilities: Use ElapsedTimer::start_new in allocate 2021-09-12 17:24:44 +00:00
aplay.cpp Userland+LibAudio: Make audio applications support dynamic sample rate 2021-08-27 23:35:27 +04:30
arp.cpp arp: Preserve error if only the first ioctl fails 2021-10-13 16:11:30 +02:00
asctl.cpp Utilities: Fix asctl volume units 2021-09-19 21:52:32 +02:00
base64.cpp
basename.cpp
beep.cpp
blockdev.cpp Utilities: Add way to get a storage devices block size in blockdev 2021-10-09 12:06:47 +02:00
bt.cpp
cal.cpp
cat.cpp
checksum.cpp checksum: Stop reusing the same Core::File for multiple files 2021-09-21 20:36:19 +03:00
chgrp.cpp
chmod.cpp
chown.cpp
chres.cpp
cksum.cpp
clear.cpp
CMakeLists.txt markdown-checker: New tool that checks document links 2021-10-10 15:18:55 -07:00
comm.cpp
config.cpp Config CLI: Handle missing config values correctly 2021-08-31 16:52:58 +02:00
copy.cpp
cp.cpp Utilities: Implement -p flag for cp 2021-08-18 20:30:46 +02:00
cpp-lexer.cpp Utilities: Use File.error_string() instead of perror(3) in cpp-* 2021-08-22 02:01:58 +02:00
cpp-parser.cpp Utilities: Use File.error_string() instead of perror(3) in cpp-* 2021-08-22 02:01:58 +02:00
cpp-preprocessor.cpp Utilities: Use File.error_string() instead of perror(3) in cpp-* 2021-08-22 02:01:58 +02:00
cut.cpp
date.cpp date: Use DateTime::now() for time, cleanup duplicate returns 2021-08-15 12:20:38 +02:00
dd.cpp
ddate.cpp ddate: Use DateTime::now() for time 2021-08-15 12:20:38 +02:00
df.cpp
diff.cpp diff: Only color output when stdout is a tty 2021-09-24 14:32:52 +02:00
dirname.cpp
disasm.cpp
disk_benchmark.cpp Utilities: Use ElapsedTimer::start_new() in disk_bechmark 2021-09-12 17:24:44 +00:00
dmesg.cpp
du.cpp
echo.cpp echo: Support octal, hexadecimal and unicode escape sequences 2021-08-31 16:49:45 +02:00
env.cpp
errno.cpp
expr.cpp
false.cpp
fgrep.cpp Utilities: Fix -Wunreachable-code warnings from clang 2021-10-08 23:33:46 +02:00
file.cpp
find.cpp Userland: Also cache d_type in find(1) 2021-08-18 18:13:59 +02:00
flock.cpp
fortune.cpp
functrace.cpp
gml-format.cpp
grep.cpp Everywhere: Behaviour => Behavior 2021-09-07 13:53:14 +02:00
gron.cpp
groupadd.cpp
groupdel.cpp Utilities: Fix null deref in groupdel when given a nonexistent group 2021-10-10 03:10:05 -07:00
groups.cpp
gunzip.cpp
gzip.cpp Utilities: Add -d option to gzip 2021-08-22 16:51:18 +02:00
head.cpp
hexdump.cpp
host.cpp
hostname.cpp
id.cpp
ifconfig.cpp
ini.cpp Everywhere: Use Core::ConfigFile::AllowWriting::Yes to allow writing 2021-08-22 01:32:25 +02:00
jp.cpp
js.cpp js: Implement pretty-printing of ShadowRealm 2021-10-14 00:41:41 +01:00
kcov-example.cpp
keymap.cpp Everywhere: Use Core::ConfigFile::AllowWriting::Yes to allow writing 2021-08-22 01:32:25 +02:00
kill.cpp
killall.cpp
less.cpp Userland: Fix typos 2021-10-01 01:18:52 +01:00
ln.cpp
ls.cpp AK: Make Utf8View constructors inline and remove C string constructor 2021-09-18 19:54:24 +02:00
lsirq.cpp
lsof.cpp
lspci.cpp Kernel/PCI: Simplify the entire subsystem 2021-09-07 13:47:37 +02:00
lsusb.cpp Kernel/Userland: Expose usb device address and use it in lsusb 2021-08-31 16:38:49 +02:00
man.cpp AK: Replace the mutable String::replace API with an immutable version 2021-09-11 20:36:43 +03:00
markdown-check.cpp Manpages+markdown-checker: Permit only specific missing files 2021-10-10 15:18:55 -07:00
matroska.cpp
md.cpp
misbehaving-application.cpp
mkdir.cpp
mkfifo.cpp Everywhere: Use my cool new @serenityos.org email address 2021-09-01 11:37:25 +04:30
mknod.cpp
mktemp.cpp Everywhere: Fix format-vulnerabilities 2021-09-11 15:16:26 +01:00
mount.cpp
mv.cpp
nc.cpp Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe 2021-09-06 01:53:26 +02:00
netstat.cpp Utilities: Add program argument for netstat to display connection pid 2021-08-13 20:03:57 +04:30
nl.cpp
notify.cpp
nproc.cpp nproc: Avoid making StringView of temporary ByteBuffer 2021-09-11 13:22:51 +03:00
ntpquery.cpp Userland: Switch static_assert of type sizes to AK::AssertSize 2021-09-05 20:08:57 +02:00
open.cpp
pape.cpp
passwd.cpp LibCore: Make Account::authenticate take a SecretString 2021-09-12 16:36:52 +02:00
paste.cpp
pathchk.cpp
pgrep.cpp
pidof.cpp
ping.cpp Utilities: Fix -Wunreachable-code warnings from clang 2021-10-08 23:33:46 +02:00
pls.cpp LibCore: Make Account::authenticate take a SecretString 2021-09-12 16:36:52 +02:00
pmap.cpp
printf.cpp
pro.cpp Everywhere: Use OOM-safe ByteBuffer APIs where possible 2021-09-06 01:53:26 +02:00
profile.cpp
ps.cpp ps: Sort using input order in case of -q 2021-08-28 15:08:00 +04:30
purge.cpp
pwd.cpp
readelf.cpp LibELF+readelf: Remove duplicated dtag->string map 2021-09-26 12:45:55 +02:00
readlink.cpp
realpath.cpp
reboot.cpp Kernel+Userland: Introduce a new way to reboot and poweroff the machine 2021-09-12 11:52:16 +02:00
rev.cpp
rm.cpp
rmdir.cpp
run-tests.cpp Everywhere: Rename get in ConfigFile::get_for_{lib,app,system} to open 2021-08-22 01:32:25 +02:00
seq.cpp
shot.cpp shot: Get only cropped region from WindowServer 2021-08-28 08:18:41 +01:00
shuf.cpp
shutdown.cpp Kernel+Userland: Introduce a new way to reboot and poweroff the machine 2021-09-12 11:52:16 +02:00
sleep.cpp
sort.cpp Utilities: Modernize output and comparison in the sort utility 2021-09-05 00:15:26 +02:00
sql.cpp SQL Utility: Implement reading sql files 2021-10-05 02:22:19 +02:00
stat.cpp Kernel+LibC: Use 64 bit values for ino_t 2021-08-12 20:57:32 +02:00
strace.cpp strace: Add command line options to filter syscalls 2021-10-12 10:56:50 -07:00
stty.cpp
su.cpp LibCore: Make Account::authenticate take a SecretString 2021-09-12 16:36:52 +02:00
sync.cpp
syscall.cpp
sysctl.cpp sysctl: Allow showing or setting multiple variables 2021-10-17 14:46:59 +02:00
tac.cpp
tail.cpp
tar.cpp Everywhere: Use my cool new @serenityos.org email address 2021-09-01 11:37:25 +04:30
tee.cpp
telws.cpp
test-bindtodevice.cpp
test-crypto.cpp LibTLS: Use a setter for on_tls_ready_to_write with some more smarts 2021-09-19 21:10:23 +04:30
test-fuzz.cpp
test-imap.cpp LibCore: Make get_password return SecretString instead of String 2021-09-12 16:36:52 +02:00
test-pthread.cpp
test-unveil.cpp
test.cpp
test_env.cpp
top.cpp Utilities: Fix -Wunreachable-code warnings from clang 2021-10-08 23:33:46 +02:00
touch.cpp
tr.cpp AK: Move FormatParser definition from header to implementation file 2021-08-19 23:49:25 +02:00
traceroute.cpp Utilities: Fix incorrect error handling in traceroute 2021-09-12 16:36:52 +02:00
tree.cpp
true.cpp
truncate.cpp
tt.cpp Utilities: Fix -Wunreachable-code warnings from clang 2021-10-08 23:33:46 +02:00
tty.cpp
umount.cpp
uname.cpp
uniq.cpp
unzip.cpp
uptime.cpp
useradd.cpp
userdel.cpp
usermod.cpp
utmpupdate.cpp
w.cpp
wasm.cpp wasm: Avoid making StringView of temporary ByteBuffer 2021-09-11 13:22:51 +03:00
watch.cpp
wc.cpp
which.cpp
whoami.cpp
wsctl.cpp
xargs.cpp
yes.cpp Utilities: Fix -Wunreachable-code warnings from clang 2021-10-08 23:33:46 +02:00
zip.cpp