..
adjtime.cpp
adjtime: Drop unnecessary privileges unconditionally
2021-10-21 15:41:22 +01:00
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
AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional)
2021-11-17 00:21:10 +01:00
asctl.cpp
Utilities: Fix asctl volume units
2021-09-19 21:52:32 +02:00
base64.cpp
AK+Everywhere: Make Base64 decoding fallible
2021-10-23 19:16:40 +01:00
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
Userland: Use /proc/kernel_base to determine the kernel base address
2021-07-22 21:38:23 +02:00
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
Utilities: Remove unused header includes
2021-08-01 08:10:16 +02:00
chmod.cpp
chown.cpp
chres.cpp
cksum.cpp
LibCore: Use ErrorOr<T> for Core::File::open()
2021-11-08 00:35:27 +01:00
clear.cpp
CMakeLists.txt
Utilities: Remove misbehaving-application
2021-11-02 11:07:07 +01:00
comm.cpp
Utilities: Add an implementation of 'comm'
2021-07-14 14:13:25 +04:30
config.cpp
config: Add option to remove config key
2021-11-14 22:42:52 +01:00
copy.cpp
cp.cpp
LibCore: Use ErrorOr<T> for Core::File::copy_file()
2021-11-08 00:35:27 +01: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
Utilities: cut: Implement field-based cutting
2021-11-11 09:47:41 +01:00
date.cpp
date: Use DateTime::now() for time, cleanup duplicate returns
2021-08-15 12:20:38 +02:00
dd.cpp
Utilities: Allow filenames containing '=' in dd ( #8766 )
2021-07-15 18:36:46 +04:30
ddate.cpp
ddate: Use DateTime::now() for time
2021-08-15 12:20:38 +02:00
df.cpp
AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional)
2021-11-17 00:21:10 +01:00
diff.cpp
diff: Only color output when stdout is a tty
2021-09-24 14:32:52 +02:00
dirname.cpp
disasm.cpp
AK: Use ErrorOr<T> for MappedFile factories
2021-11-08 00:35:27 +01:00
disk_benchmark.cpp
Utilities: Use ElapsedTimer::start_new() in disk_bechmark
2021-09-12 17:24:44 +00:00
dmesg.cpp
Utilities: Remove unused header includes
2021-08-01 08:10:16 +02:00
du.cpp
Utilities: Remove unused header includes
2021-08-01 08:10:16 +02:00
echo.cpp
echo: Obey -n when text is empty
2021-11-01 10:47:13 +01:00
env.cpp
errno.cpp
LibCore: Use ErrorOr<T> for Core::File::open()
2021-11-08 00:35:27 +01:00
expr.cpp
Everywhere: Pass AK::StringView by value
2021-11-11 01:27:46 +01:00
false.cpp
fdtdump.cpp
AK: Use ErrorOr<T> for MappedFile factories
2021-11-08 00:35:27 +01:00
fgrep.cpp
Utilities: Fix -Wunreachable-code warnings from clang
2021-10-08 23:33:46 +02:00
file.cpp
Userland: Teach the file utility more about ELF files
2021-10-21 01:14:09 +02:00
find.cpp
Userland: Also cache d_type in find(1)
2021-08-18 18:13:59 +02:00
flock.cpp
fortune.cpp
AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional)
2021-11-17 00:21:10 +01:00
functrace.cpp
Utilities: Remove unused header includes
2021-08-01 08:10:16 +02:00
gml-format.cpp
Everywhere: Pass AK::StringView by value
2021-11-11 01:27:46 +01:00
grep.cpp
Utilities/grep: Implement using multiple patterns
2021-11-13 11:42:26 +01:00
gron.cpp
AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional)
2021-11-17 00:21:10 +01:00
groupadd.cpp
Utilities: Remove unused header includes
2021-08-01 08:10:16 +02:00
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
Utilities: Remove unused header includes
2021-08-01 08:10:16 +02:00
hexdump.cpp
LibCore: Use ErrorOr<T> for Core::File::open()
2021-11-08 00:35:27 +01:00
host.cpp
hostname.cpp
id.cpp
Userland: Fix id(1) printing the user's primary group for extra gids
2021-07-31 17:56:53 +02:00
ifconfig.cpp
AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional)
2021-11-17 00:21:10 +01:00
ini.cpp
Everywhere: Use Core::ConfigFile::AllowWriting::Yes to allow writing
2021-08-22 01:32:25 +02:00
jp.cpp
AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional)
2021-11-17 00:21:10 +01:00
js.cpp
AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional)
2021-11-17 00:21:10 +01:00
kcov-example.cpp
Kernel: Add option to build with coverage instrumentation and KCOV
2021-07-26 17:40:28 +02:00
keymap.cpp
Everywhere: Use Core::ConfigFile::AllowWriting::Yes to allow writing
2021-08-22 01:32:25 +02:00
kill.cpp
killall.cpp
Everywhere: Improve CPU usage calculation
2021-07-18 22:08:26 +02:00
less.cpp
Everywhere: Pass AK::StringView by value
2021-11-11 01:27:46 +01:00
ln.cpp
Utilities: Add -f option to ln
2021-10-23 15:06:33 +02:00
logout.cpp
TaskBar+Utilities: Add logout(1) command, and call it in ShutdownDialog
2021-10-17 22:18:48 +02:00
ls.cpp
AK: Make Utf8View constructors inline and remove C string constructor
2021-09-18 19:54:24 +02:00
lsirq.cpp
AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional)
2021-11-17 00:21:10 +01:00
lsof.cpp
AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional)
2021-11-17 00:21:10 +01:00
lspci.cpp
AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional)
2021-11-17 00:21:10 +01:00
lsusb.cpp
AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional)
2021-11-17 00:21:10 +01: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
man.serenityos.org: Use pandoc for listings and landing page
2021-10-22 19:49:28 +03:00
matroska.cpp
md.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
AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional)
2021-11-17 00:21:10 +01:00
mv.cpp
LibCore: Use ErrorOr<T> for Core::File::open()
2021-11-08 00:35:27 +01:00
nc.cpp
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
2021-09-06 01:53:26 +02:00
netstat.cpp
AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional)
2021-11-17 00:21:10 +01:00
nl.cpp
notify.cpp
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
2021-11-08 00:35:27 +01:00
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
pape: Add set-random option
2021-11-08 16:36:02 -08:00
passwd.cpp
LibCore: Change Account::set_password to take a SecretString
2021-10-19 18:19:33 +02:00
paste.cpp
pathchk.cpp
pgrep.cpp
LibRegex: Don't push LibRegex's "Error" into the global namespace
2021-11-08 00:35:27 +01:00
pidof.cpp
Everywhere: Improve CPU usage calculation
2021-07-18 22:08:26 +02:00
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
AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional)
2021-11-17 00:21:10 +01:00
printf.cpp
pro.cpp
Everywhere: Pass AK::StringView by value
2021-11-11 01:27:46 +01:00
profile.cpp
profile: Don't treat '--help' as an error
2021-11-01 21:12:58 +01:00
ps.cpp
Utilities: Show PGID and SID in ps -f
2021-10-17 22:18:48 +02:00
purge.cpp
pwd.cpp
readelf.cpp
LibELF+Userland: Move a few functions to Elf::Image
2021-10-21 01:14:09 +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
rev: Unbreak reading from standard input
2021-10-17 12:07:09 -07:00
rm.cpp
LibCore: Use ErrorOr<T> for Core::File::remove()
2021-11-08 00:35:27 +01:00
rmdir.cpp
Utilities: Remove unused header includes
2021-08-01 08:10:16 +02:00
run-tests.cpp
LibRegex: Don't push LibRegex's "Error" into the global namespace
2021-11-08 00:35:27 +01:00
seq.cpp
shot.cpp
shot: Fix hanging due to zero sized Rect
2021-11-05 00:10:23 +01:00
shuf.cpp
shuf: Fix division by zero when no lines are read
2021-10-17 12:07:09 -07:00
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
LibCore: Use ErrorOr<T> for Core::File::open()
2021-11-08 00:35:27 +01:00
stat.cpp
Kernel+LibC: Use 64 bit values for ino_t
2021-08-12 20:57:32 +02:00
strace.cpp
strace: Interpret errno codes for pointer-like return codes
2021-11-10 14:47:31 +01:00
stty.cpp
Everywhere: Pass AK::StringView by value
2021-11-11 01:27:46 +01:00
su.cpp
LibCore: Make Account::authenticate take a SecretString
2021-09-12 16:36:52 +02:00
sync.cpp
Utilities: Remove unused header includes
2021-08-01 08:10:16 +02:00
syscall.cpp
syscall: Translate errno to something human-readable
2021-11-08 00:34:58 +01:00
sysctl.cpp
Everywhere: Pass AK::StringView by value
2021-11-11 01:27:46 +01:00
tac.cpp
tac: Unbreak reading from standard input
2021-10-17 12:07:09 -07:00
tail.cpp
tar.cpp
Utilities/tar: Ignore directory entry if it already exists
2021-11-13 11:42:08 +01:00
tee.cpp
telws.cpp
AK+Everywhere: Make Base64 decoding fallible
2021-10-23 19:16:40 +01:00
test-bindtodevice.cpp
test-crypto.cpp
AK: Make ByteBuffer::try_* functions return ErrorOr<void>
2021-11-10 21:58:58 +01:00
test-fuzz.cpp
test-imap.cpp
LibCore: Use ErrorOr<T> for Core::get_password()
2021-11-08 00:35:27 +01:00
test-pthread.cpp
test-unveil.cpp
test.cpp
Everywhere: Pass AK::StringView by value
2021-11-11 01:27:46 +01:00
test_env.cpp
top.cpp
Utilities: Fix -Wunreachable-code warnings from clang
2021-10-08 23:33:46 +02:00
touch.cpp
Utilities: Add ignored -f option to touch
2021-10-23 15:06:33 +02:00
tr.cpp
Utilities/tr: Rework squeezing to be supported during more operations
2021-11-13 23:34:49 +01: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
LibCore: Use ErrorOr<T> for Core::File::copy_file()
2021-11-08 00:35:27 +01:00
utmpupdate.cpp
AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional)
2021-11-17 00:21:10 +01:00
w.cpp
AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional)
2021-11-17 00:21:10 +01:00
wasm.cpp
Everywhere: Pass AK::StringView by value
2021-11-11 01:27:46 +01:00
watch.cpp
watch: Add ability to run command on file change
2021-10-23 11:41:18 +02:00
wc.cpp
Revert "wc: Count last line even if it doesn't end in newline"
2021-10-31 21:07:29 +01:00
which.cpp
whoami.cpp
wsctl.cpp
xargs.cpp
Everywhere: Pass AK::StringView by value
2021-11-11 01:27:46 +01:00
yes.cpp
Utilities: Fix -Wunreachable-code warnings from clang
2021-10-08 23:33:46 +02:00
zip.cpp