| .. |
|
abench.cpp
|
Utilites: Add abench utility
|
2021-11-28 13:33:51 -08:00 |
|
adjtime.cpp
|
adjtime: Drop unnecessary privileges unconditionally
|
2021-10-21 15:41:22 +01:00 |
|
allocate.cpp
|
allocate: Port to LibMain :^)
|
2021-11-27 11:14:16 +01:00 |
|
aplay.cpp
|
LibAudio: New error propagation API in Loader and Buffer
|
2021-11-28 13:33:51 -08:00 |
|
arp.cpp
|
Everywhere: Use default execpromises argument for Core::System::pledge
|
2021-11-28 08:04:57 +01:00 |
|
asctl.cpp
|
LibAudio: New error propagation API in Loader and Buffer
|
2021-11-28 13:33:51 -08:00 |
|
base64.cpp
|
Everywhere: Use default execpromises argument for Core::System::pledge
|
2021-11-28 08:04:57 +01:00 |
|
basename.cpp
|
Everywhere: Use default execpromises argument for Core::System::pledge
|
2021-11-28 08:04:57 +01:00 |
|
beep.cpp
|
Everything: Move to SPDX license identifiers in all files.
|
2021-04-22 11:22:27 +02:00 |
|
blockdev.cpp
|
Everywhere: Use default execpromises argument for Core::System::pledge
|
2021-11-28 08:04:57 +01:00 |
|
bt.cpp
|
Everywhere: Use default execpromises argument for Core::System::pledge
|
2021-11-28 08:04:57 +01:00 |
|
cal.cpp
|
cal: Port to LibMain :^)
|
2021-12-11 15:10:42 -08:00 |
|
cat.cpp
|
Everywhere: Use default execpromises argument for Core::System::pledge
|
2021-11-28 08:04:57 +01:00 |
|
checksum.cpp
|
checksum: Port to LibMain :^)
|
2021-12-11 15:10:42 -08:00 |
|
chgrp.cpp
|
chgrp: Port to LibMain :^)
|
2021-12-11 15:10:42 -08:00 |
|
chmod.cpp
|
chmod: Port to LibMain :^)
|
2021-12-04 15:05:46 -08:00 |
|
chown.cpp
|
chown: Port to LibMain :^)
|
2021-12-11 15:10:42 -08:00 |
|
chres.cpp
|
chres: Port to LibMain :^)
|
2021-12-11 15:10:42 -08:00 |
|
cksum.cpp
|
cksum: Port to LibMain :^)
|
2021-12-11 15:10:42 -08:00 |
|
clear.cpp
|
clear: Port to LibMain :^)
|
2021-12-11 15:10:42 -08:00 |
|
CMakeLists.txt
|
config: Port to LibMain :^)
|
2021-12-11 15:10:42 -08:00 |
|
comm.cpp
|
comm: Port to LibMain :^)
|
2021-12-11 15:10:42 -08:00 |
|
config.cpp
|
config: Port to LibMain :^)
|
2021-12-11 15:10:42 -08:00 |
|
copy.cpp
|
copy: Port to LibMain :^)
|
2021-11-25 21:41:02 +01:00 |
|
cp.cpp
|
Everywhere: Use default execpromises argument for Core::System::pledge
|
2021-11-28 08:04:57 +01:00 |
|
cpp-lexer.cpp
|
cpp-lexer: Port to LibMain :^)
|
2021-12-11 15:10:42 -08:00 |
|
cpp-parser.cpp
|
cpp-parser: Port to LibMain :^)
|
2021-12-11 15:10:42 -08:00 |
|
cpp-preprocessor.cpp
|
cpp-processor: Port to LibMain :^)
|
2021-12-11 15:10:42 -08:00 |
|
cut.cpp
|
cut: Port to LibMain :^)
|
2021-12-11 15:10:42 -08:00 |
|
date.cpp
|
date: Port to LibMain :^)
|
2021-12-11 15:10:42 -08:00 |
|
dd.cpp
|
dd: Port to LibMain :^)
|
2021-12-11 15:10:42 -08:00 |
|
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
|
AK+Everywhere: Add and use static APIs for LexicalPath
|
2021-06-30 11:13:54 +02:00 |
|
disasm.cpp
|
LibCore+AK: Move MappedFile from AK to LibCore
|
2021-11-23 11:33:36 +01:00 |
|
disk_benchmark.cpp
|
Utilities: Use ElapsedTimer::start_new() in disk_bechmark
|
2021-09-12 17:24:44 +00:00 |
|
dmesg.cpp
|
Everywhere: Use default execpromises argument for Core::System::pledge
|
2021-11-28 08:04:57 +01:00 |
|
du.cpp
|
Utilities: Remove unused header includes
|
2021-08-01 08:10:16 +02:00 |
|
echo.cpp
|
Everywhere: Use default execpromises argument for Core::System::pledge
|
2021-11-28 08:04:57 +01:00 |
|
env.cpp
|
Userland: Let env parse options up to first non-option
|
2021-06-08 11:30:58 +02:00 |
|
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
|
Everything: Move to SPDX license identifiers in all files.
|
2021-04-22 11:22:27 +02:00 |
|
fdtdump.cpp
|
LibCore+AK: Move MappedFile from AK to LibCore
|
2021-11-23 11:33:36 +01:00 |
|
fgrep.cpp
|
Utilities: Fix -Wunreachable-code warnings from clang
|
2021-10-08 23:33:46 +02:00 |
|
file.cpp
|
LibCore+AK: Move MappedFile from AK to LibCore
|
2021-11-23 11:33:36 +01:00 |
|
find.cpp
|
find: Implement support for multiple directories
|
2021-12-03 15:39:00 +01:00 |
|
flock.cpp
|
Userland: Return 1 when help text is shown for insufficient args
|
2021-06-01 21:30:16 +01:00 |
|
fortune.cpp
|
fortune: Port to LibMain :^)
|
2021-11-30 23:34:40 +01:00 |
|
functrace.cpp
|
LibDebug: Add ProcessInspector base class
|
2021-11-20 21:22:24 +00: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
|
gron: Use StringView literals more (instead of raw C strings)
|
2021-12-04 14:24:04 +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
|
groups: Port to LibMain :^)
|
2021-12-04 14:24:04 +01:00 |
|
gunzip.cpp
|
Userland: Use Core::ArgsParser's Vector<StringView> API everywhere
|
2021-11-26 23:27:57 +01:00 |
|
gzip.cpp
|
Userland: Use Core::ArgsParser's Vector<StringView> API everywhere
|
2021-11-26 23:27:57 +01:00 |
|
head.cpp
|
Utilities: Remove unused header includes
|
2021-08-01 08:10:16 +02:00 |
|
hexdump.cpp
|
Hexdump: Add verbose option
|
2021-11-19 12:17:57 +03:30 |
|
host.cpp
|
Userland: Replace most printf-style APIs with AK::Format APIs :^)
|
2021-06-01 21:30:16 +01:00 |
|
hostname.cpp
|
hostname: Handle 'sethostname' errors
|
2021-06-04 19:11:27 +02:00 |
|
id.cpp
|
Everywhere: Use default execpromises argument for Core::System::pledge
|
2021-11-28 08:04:57 +01: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
|
jp: Port to LibMain :^)
|
2021-12-04 14:24:04 +01:00 |
|
js.cpp
|
LibJS: Remove Object::value_of()
|
2021-12-10 22:52:36 +00:00 |
|
kcov-example.cpp
|
kcov-example: Print helpful error if kcov feature is missing
|
2021-11-21 13:52:25 +01:00 |
|
keymap.cpp
|
Everywhere: Use default execpromises argument for Core::System::pledge
|
2021-11-28 08:04:57 +01:00 |
|
kill.cpp
|
Userland: Replace most printf-style APIs with AK::Format APIs :^)
|
2021-06-01 21:30:16 +01:00 |
|
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
|
Everywhere: Use default execpromises argument for Core::System::pledge
|
2021-11-28 08:04:57 +01:00 |
|
ls.cpp
|
ls: Port to LibMain :^)
|
2021-12-04 14:24:04 +01: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
|
lspci: Port to LibMain :^)
|
2021-11-30 23:34:40 +01:00 |
|
lsusb.cpp
|
Everywhere: Use default execpromises argument for Core::System::pledge
|
2021-11-28 08:04:57 +01:00 |
|
man.cpp
|
Everywhere: Use default execpromises argument for Core::System::pledge
|
2021-11-28 08:04:57 +01:00 |
|
markdown-check.cpp
|
man.serenityos.org: Use pandoc for listings and landing page
|
2021-10-22 19:49:28 +03:00 |
|
matroska.cpp
|
LibVideo: Migrate to east-const style & apply other minor fixes
|
2021-06-30 11:03:51 +02:00 |
|
md.cpp
|
md: Improve document parsing error message
|
2021-06-01 21:30:16 +01:00 |
|
mkdir.cpp
|
AK+Everywhere: Use mostly StringView in LexicalPath
|
2021-06-30 11:13:54 +02:00 |
|
mkfifo.cpp
|
Everywhere: Use my cool new @serenityos.org email address
|
2021-09-01 11:37:25 +04:30 |
|
mknod.cpp
|
Userland: Return 1 when help text is shown for insufficient args
|
2021-06-01 21:30:16 +01:00 |
|
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
|
netstat: Port to LibMain :^)
|
2021-11-30 23:34:40 +01:00 |
|
nl.cpp
|
Userland: Replace most printf-style APIs with AK::Format APIs :^)
|
2021-06-01 21:30:16 +01:00 |
|
notify.cpp
|
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
|
2021-11-08 00:35:27 +01:00 |
|
nproc.cpp
|
Everywhere: Use default execpromises argument for Core::System::pledge
|
2021-11-28 08:04:57 +01:00 |
|
ntpquery.cpp
|
Userland: Switch static_assert of type sizes to AK::AssertSize
|
2021-09-05 20:08:57 +02:00 |
|
open.cpp
|
Utilities: Add support for relative paths in open command
|
2021-06-02 17:34:27 +04:30 |
|
pape.cpp
|
pape: Add set-random option
|
2021-11-08 16:36:02 -08:00 |
|
passwd.cpp
|
passwd: Port to LibMain
|
2021-12-11 13:16:55 -08:00 |
|
paste.cpp
|
LibGUI+Everywhere: Make sync requests to Clipboard server more obvious
|
2021-11-21 11:49:06 +00:00 |
|
pathchk.cpp
|
Everywhere: "file name" => "filename"
|
2021-04-29 22:16:18 +02:00 |
|
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
|
Everywhere: Use default execpromises argument for Core::System::pledge
|
2021-11-28 08:04:57 +01:00 |
|
printf.cpp
|
Utilities: Correct non-standard assert macros includes
|
2021-05-17 18:14:05 +01:00 |
|
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
|
Everywhere: Use default execpromises argument for Core::System::pledge
|
2021-11-28 08:04:57 +01:00 |
|
purge.cpp
|
Userland: Replace most printf-style APIs with AK::Format APIs :^)
|
2021-06-01 21:30:16 +01:00 |
|
pwd.cpp
|
Utilities: Implement pwd
|
2021-07-09 20:15:40 +02:00 |
|
readelf.cpp
|
LibCore+AK: Move MappedFile from AK to LibCore
|
2021-11-23 11:33:36 +01:00 |
|
readlink.cpp
|
Userland: Replace most printf-style APIs with AK::Format APIs :^)
|
2021-06-01 21:30:16 +01:00 |
|
realpath.cpp
|
Userland: Replace most printf-style APIs with AK::Format APIs :^)
|
2021-06-01 21:30:16 +01:00 |
|
reboot.cpp
|
Kernel+Userland: Introduce a new way to reboot and poweroff the machine
|
2021-09-12 11:52:16 +02:00 |
|
rev.cpp
|
Userland: Use Core::ArgsParser's Vector<StringView> API everywhere
|
2021-11-26 23:27:57 +01: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
|
Userland: Replace most printf-style APIs with AK::Format APIs :^)
|
2021-06-01 21:30:16 +01:00 |
|
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
|
LibC: Do not include errno.h inside unistd.h
|
2021-05-14 22:24:02 +02:00 |
|
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
|
stat: Modernize slightly :^)
|
2021-12-04 14:24:04 +01:00 |
|
strace.cpp
|
strace: Remove formatting support for SC_select
|
2021-12-12 21:48:50 +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
|
AK: Convert AK::Format formatting helpers to returning ErrorOr<void>
|
2021-11-17 00:21:13 +01:00 |
|
sysctl.cpp
|
Userland: Use Core::ArgsParser's Vector<StringView> API everywhere
|
2021-11-26 23:27:57 +01:00 |
|
tac.cpp
|
Userland: Use Core::ArgsParser's Vector<StringView> API everywhere
|
2021-11-26 23:27:57 +01:00 |
|
tail.cpp
|
Userland: Replace most printf-style APIs with AK::Format APIs :^)
|
2021-06-01 21:30:16 +01:00 |
|
tar.cpp
|
tar: Support extracting symlinks
|
2021-11-22 21:57:42 +01:00 |
|
tee.cpp
|
Everything: Move to SPDX license identifiers in all files.
|
2021-04-22 11:22:27 +02:00 |
|
telws.cpp
|
AK+Everywhere: Make Base64 decoding fallible
|
2021-10-23 19:16:40 +01:00 |
|
test-bindtodevice.cpp
|
Userland: Rename e1k0 to ep0s7
|
2021-05-22 15:42:54 +01:00 |
|
test-crypto.cpp
|
test-crypto: Avoid implicitly copying ByteBuffer
|
2021-12-08 09:46:13 -08:00 |
|
test-fuzz.cpp
|
LibCore+Everywhere: Move OpenMode out of IODevice
|
2021-05-12 11:00:45 +01:00 |
|
test-imap.cpp
|
LibCore: Use ErrorOr<T> for Core::get_password()
|
2021-11-08 00:35:27 +01:00 |
|
test-pthread.cpp
|
test-pthread: Add a mutex test
|
2021-07-07 17:08:40 +02:00 |
|
test-unveil.cpp
|
Utilities: Fix test-unveil INT_MAX include
|
2021-05-23 18:10:29 +02:00 |
|
test.cpp
|
Everywhere: Pass AK::StringView by value
|
2021-11-11 01:27:46 +01:00 |
|
test_env.cpp
|
Userland: Replace most printf-style APIs with AK::Format APIs :^)
|
2021-06-01 21:30:16 +01:00 |
|
top.cpp
|
top: Use Core::System::ioctl()
|
2021-11-30 23:34:40 +01: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
|
AK+Everywhere: Add and use static APIs for LexicalPath
|
2021-06-30 11:13:54 +02:00 |
|
true.cpp
|
Everything: Move to SPDX license identifiers in all files.
|
2021-04-22 11:22:27 +02:00 |
|
truncate.cpp
|
Everywhere: Use default execpromises argument for Core::System::pledge
|
2021-11-28 08:04:57 +01:00 |
|
tt.cpp
|
Utilities: Fix -Wunreachable-code warnings from clang
|
2021-10-08 23:33:46 +02:00 |
|
tty.cpp
|
Userland: Replace most printf-style APIs with AK::Format APIs :^)
|
2021-06-01 21:30:16 +01:00 |
|
umount.cpp
|
Everything: Move to SPDX license identifiers in all files.
|
2021-04-22 11:22:27 +02:00 |
|
uname.cpp
|
Everything: Move to SPDX license identifiers in all files.
|
2021-04-22 11:22:27 +02:00 |
|
uniq.cpp
|
Everything: Move to SPDX license identifiers in all files.
|
2021-04-22 11:22:27 +02:00 |
|
unzip.cpp
|
LibCore+AK: Move MappedFile from AK to LibCore
|
2021-11-23 11:33:36 +01:00 |
|
uptime.cpp
|
Userland: Replace most printf-style APIs with AK::Format APIs :^)
|
2021-06-01 21:30:16 +01:00 |
|
useradd.cpp
|
Utilities: Do not allow creating users with existing usernames
|
2021-06-09 09:00:31 +02:00 |
|
userdel.cpp
|
Everywhere: Use default execpromises argument for Core::System::pledge
|
2021-11-28 08:04:57 +01:00 |
|
usermod.cpp
|
Everywhere: Use default execpromises argument for Core::System::pledge
|
2021-11-28 08:04:57 +01:00 |
|
utmpupdate.cpp
|
Everywhere: Use default execpromises argument for Core::System::pledge
|
2021-11-28 08:04:57 +01:00 |
|
w.cpp
|
Everywhere: Use default execpromises argument for Core::System::pledge
|
2021-11-28 08:04:57 +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
|
which: Replace printf() with outln()/warnln()
|
2021-05-30 14:07:58 +01:00 |
|
whoami.cpp
|
whoami: Port to LibMain :^)
|
2021-11-30 23:34:40 +01:00 |
|
wsctl.cpp
|
WindowServer+wsctl: Add a simple utility for toggling "flash flush"
|
2021-07-07 22:56:46 +02:00 |
|
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
|
Userland: Use Core::ArgsParser's Vector<StringView> API everywhere
|
2021-11-26 23:27:57 +01:00 |