serenity/Userland
asynts 40b8e21115 Everywhere: Replace a bundle of dbg with dbgln.
These changes are arbitrarily divided into multiple commits to make it
easier to find potentially introduced bugs with git bisect.
2021-01-09 21:11:09 +01:00
..
DynamicLoader Loader.so+LibELF: Do not read environment variables if AT_SECURE is set 2021-01-09 10:55:46 +01:00
Tests Everywhere: Replace a bundle of dbg with dbgln. 2021-01-09 21:11:09 +01:00
adjtime.cpp Userland: Add an "adjtime" utility 2020-11-10 19:03:08 +01:00
allocate.cpp Everywhere: Switch from (void) to [[maybe_unused]] (#4473) 2020-12-21 00:09:48 +01:00
aplay.cpp Applications+Userland: Switch to new Audio::Loader API 2020-12-02 16:31:30 +01:00
arp.cpp Everywhere: Add missing <AK/ByteBuffer.h> includes 2020-11-15 13:11:21 +01:00
avol.cpp
base64.cpp base64: Fix not outputting all decoded data 2020-11-22 16:07:00 +01:00
basename.cpp
beep.cpp Userland: Add beep utility 2020-12-16 17:29:28 +01:00
cal.cpp LibC: Fix some incorrect printf usages 2020-12-26 10:05:50 +01:00
cat.cpp Userland: Write some '--help' descriptions where appropriate 2020-12-06 00:06:53 +01:00
checksum.cpp LibCore: Rename File::ShouldCloseFile{Description => Descriptor} 2020-10-25 13:59:41 +01:00
chgrp.cpp Userland: Write some '--help' descriptions where appropriate 2020-12-06 00:06:53 +01:00
chmod.cpp
chown.cpp
chroot.cpp Userland: Write some '--help' descriptions where appropriate 2020-12-06 00:06:53 +01:00
clear.cpp
CMakeLists.txt Userland: Add gml-format 2021-01-03 22:12:08 +01:00
copy.cpp Everywhere: Replace a bundle of dbg with dbgln. 2021-01-09 21:11:09 +01:00
cp.cpp Userland: Rename cp's "-r" flag to "-R" 2021-01-07 20:00:39 +01:00
crash.cpp crash: Remove -x and -y which do not crash (write to / read from freed memory) 2021-01-04 21:22:15 +01:00
cut.cpp
date.cpp date: Use ArgsParser and add ISO8601 / RFC3339 / RFC5322 output formats 2021-01-07 20:17:44 +01:00
ddate.cpp Userland: Add ddate utility 2021-01-08 09:42:43 +01:00
df.cpp Everywhere: Switch from (void) to [[maybe_unused]] (#4473) 2020-12-21 00:09:48 +01:00
dirname.cpp AK: Eradicate the uses of out(). 2020-10-24 12:56:25 +02:00
disasm.cpp LibELF: Remove ELF::Loader and move everyone to ELF::Image 2020-12-25 02:14:56 +01:00
disk_benchmark.cpp
dmesg.cpp Everywhere: Switch from (void) to [[maybe_unused]] (#4473) 2020-12-21 00:09:48 +01:00
du.cpp Userland: Write some '--help' descriptions where appropriate 2020-12-06 00:06:53 +01:00
echo.cpp
env.cpp LibC: stdlib: Add clearenv() function 2020-12-17 19:39:56 +01:00
expr.cpp Userland: Add support for 'match' in 'expr' 2020-11-27 21:32:41 +01:00
false.cpp
fgrep.cpp
find.cpp Userland: Implement find -name clause 2020-11-28 14:28:58 +01:00
flock.cpp
functrace.cpp LibDebug: Support shared libraries 2021-01-09 10:55:46 +01:00
gml-format.cpp Userland: Add gml-format 2021-01-03 22:12:08 +01:00
grep.cpp Userland: Make grep exit after hitting EOF on stdin 2020-12-24 20:48:54 +01:00
gron.cpp Userland: Write some '--help' descriptions where appropriate 2020-12-06 00:06:53 +01:00
gunzip.cpp
head.cpp Userland: Write some '--help' descriptions where appropriate 2020-12-06 00:06:53 +01:00
hexdump.cpp LibCore: Rename identifiers that can clash with libc macros (#4127) 2020-12-22 23:37:11 +01:00
host.cpp Userland: Write some '--help' descriptions where appropriate 2020-12-06 00:06:53 +01:00
hostname.cpp
html.cpp Everywhere: Use GUI::CommonActions::make_about_action() 2021-01-04 23:51:49 +01:00
id.cpp
ifconfig.cpp Userland: Write some '--help' descriptions where appropriate 2020-12-06 00:06:53 +01:00
ini.cpp
jp.cpp jp: Remove trailing comma at end of object/array to make output valid JSON 2020-12-14 20:25:01 +01:00
js.cpp LibJS: Remove hand-rolled Object is_foo() helpers in favor of RTTI 2021-01-01 17:46:39 +01:00
keymap.cpp
kill.cpp AK: Rename new_out to out and new_warn to warn. 2020-11-09 16:21:29 +01:00
killall.cpp LibCore: Report error condition when reading process statistics failed 2021-01-03 22:12:19 +01:00
ln.cpp ln: Make the 'path' argument optional 2020-12-16 23:26:35 +01:00
ls.cpp Userland: Include hard link count in "ls -l" output 2021-01-07 08:22:10 +01:00
lsirq.cpp Everywhere: Switch from (void) to [[maybe_unused]] (#4473) 2020-12-21 00:09:48 +01:00
lsof.cpp Everywhere: Replace a bundle of dbg with dbgln. 2021-01-09 21:11:09 +01:00
lspci.cpp Everywhere: Switch from (void) to [[maybe_unused]] (#4473) 2020-12-21 00:09:48 +01:00
man.cpp Everywhere: Replace a bundle of dbg with dbgln. 2021-01-09 21:11:09 +01:00
md.cpp Everywhere: Replace a bundle of dbg with dbgln. 2021-01-09 21:11:09 +01:00
misbehaving-application.cpp Everywhere: Replace a bundle of dbg with dbgln. 2021-01-09 21:11:09 +01:00
mkdir.cpp
mkfifo.cpp
mknod.cpp
modload.cpp
modunload.cpp
more.cpp Everywhere: Switch from (void) to [[maybe_unused]] (#4473) 2020-12-21 00:09:48 +01:00
mount.cpp Everywhere: Replace a bundle of dbg with dbgln. 2021-01-09 21:11:09 +01:00
mv.cpp Userland: Make mv capable of moving multiple files 2020-11-29 10:14:43 +01:00
nc.cpp Userland: Write some '--help' descriptions where appropriate 2020-12-06 00:06:53 +01:00
nl.cpp
notify.cpp
ntpquery.cpp Everywhere: Re-format with clang-format-11 2020-12-31 21:51:00 +01:00
open.cpp open: Mention full URL in 'Failed to open' error message 2020-12-24 10:25:18 +01:00
pape.cpp
passwd.cpp su+passwd: Don't copy Core::Account unnecessarily 2021-01-09 19:41:28 +01:00
paste.cpp paste: Don't read past clipboard data buffer size 2020-12-27 01:11:42 +01:00
pidof.cpp LibCore: Report error condition when reading process statistics failed 2021-01-03 22:12:19 +01:00
ping.cpp Userland: Basic statistics for ping 2020-11-10 12:06:04 +01:00
pmap.cpp Userland: Add pmap utility 2020-12-24 13:22:24 +01:00
printf.cpp AK: Remove custom %b format string specifier 2020-12-25 17:04:28 +01:00
pro.cpp Everywhere: Replace a bundle of dbg with dbgln. 2021-01-09 21:11:09 +01:00
profile.cpp Everywhere: Replace a bundle of dbg with dbgln. 2021-01-09 21:11:09 +01:00
ps.cpp LibCore: Report error condition when reading process statistics failed 2021-01-03 22:12:19 +01:00
purge.cpp
readelf.cpp Userland: Add readelf utility 2020-12-29 11:24:23 +01:00
readlink.cpp
realpath.cpp Userland: Write some '--help' descriptions where appropriate 2020-12-06 00:06:53 +01:00
reboot.cpp
rm.cpp Userland: Add -v verbose flag to 'rm' 2020-11-17 09:40:03 +01:00
rmdir.cpp
seq.cpp LibC: Fix some incorrect printf usages 2020-12-26 10:05:50 +01:00
shutdown.cpp
sleep.cpp
sort.cpp Everywhere: Switch from (void) to [[maybe_unused]] (#4473) 2020-12-21 00:09:48 +01:00
stat.cpp
strace.cpp Userland: Add strace parameter for output log file 2020-12-24 20:48:54 +01:00
su.cpp su+passwd: Don't copy Core::Account unnecessarily 2021-01-09 19:41:28 +01:00
sync.cpp
syscall.cpp
sysctl.cpp Userland: Write some '--help' descriptions where appropriate 2020-12-06 00:06:53 +01:00
tail.cpp Userland: Write some '--help' descriptions where appropriate 2020-12-06 00:06:53 +01:00
tar.cpp LibCore: Rename identifiers that can clash with libc macros (#4127) 2020-12-22 23:37:11 +01:00
tee.cpp
test-bindtodevice.cpp
test-compress.cpp AK: Remove redundant compare() functions. 2021-01-02 01:37:22 +01:00
test-crypto.cpp LibTLS+LibCrypto: Remove all remaining uses of ByteBuffer::wrap() 2020-12-19 18:29:13 +01:00
test-gfx-font.cpp LibGfx: Introduce provisional font interface 2020-12-31 23:40:27 +01:00
test-js.cpp Everywhere: Replace a bundle of dbg with dbgln. 2021-01-09 21:11:09 +01:00
test-pthread.cpp LibThread: Improve semantics of Thread::join, and remove Thread::quit. 2021-01-01 23:01:48 +01:00
test-unveil.cpp Kernel: Implement unveil() as a prefix-tree 2020-12-26 11:54:54 +01:00
test-web.cpp Everywhere: Switch from (void) to [[maybe_unused]] (#4473) 2020-12-21 00:09:48 +01:00
test.cpp Userland: Make `test' accept single-digit negative numbers 2020-12-29 16:55:43 +01:00
test_efault.cpp
test_env.cpp
test_io.cpp AK: Eradicate calls to warn(). 2020-10-25 18:52:51 +01:00
top.cpp LibCore: Report error condition when reading process statistics failed 2021-01-03 22:12:19 +01:00
touch.cpp Userland: Write some '--help' descriptions where appropriate 2020-12-06 00:06:53 +01:00
tr.cpp
tree.cpp AK: Rename new_out to out and new_warn to warn. 2020-11-09 16:21:29 +01:00
true.cpp
truncate.cpp
tt.cpp LibPthread: Return errors as positive return values 2020-12-12 21:28:12 +01:00
tty.cpp
umount.cpp
uname.cpp
uniq.cpp Userland/uniq: Add uniq utility 2020-10-25 14:37:39 +01:00
unzip.cpp
uptime.cpp
useradd.cpp Userland: useradd: Add command line option to set user password 2020-12-21 09:57:26 +01:00
userdel.cpp Userland: userdel: Resolve home directory realpath before removal 2020-12-21 12:23:50 +01:00
utmpupdate.cpp Everywhere: Replace a bundle of dbg with dbgln. 2021-01-09 21:11:09 +01:00
w.cpp LibCore: Report error condition when reading process statistics failed 2021-01-03 22:12:19 +01:00
watch.cpp Kernel: Improve time keeping and dramatically reduce interrupt load 2020-12-21 18:26:12 +01:00
wc.cpp
which.cpp
whoami.cpp
xargs.cpp Userland: Write some '--help' descriptions where appropriate 2020-12-06 00:06:53 +01:00
yes.cpp