.. |
abench.cpp
|
Userland: Silence warnings from ElapsedTimer::elapsed() type change
|
2023-01-07 14:51:04 +01:00 |
adjtime.cpp
|
Userland: Remove unecessary uses of __serenity__ macro
|
2022-10-10 12:23:12 +02:00 |
allocate.cpp
|
AK+Everywhere: Rename String to DeprecatedString
|
2022-12-06 08:54:33 +01:00 |
aplay.cpp
|
Userland: Remove a bunch of unveil calls on /sys/kernel/processes
|
2023-01-13 13:41:30 +01:00 |
arp.cpp
|
Utilities/arp: Replace uses of JsonObject::get_deprecated()/get_ptr()
|
2023-02-03 07:19:52 -05:00 |
asctl.cpp
|
AK+Everywhere: Rename String to DeprecatedString
|
2022-12-06 08:54:33 +01:00 |
base64.cpp
|
base64: TRY() the fallible function encode_base64()
|
2023-01-08 20:13:32 +00:00 |
basename.cpp
|
|
|
beep.cpp
|
|
|
blockdev.cpp
|
blockdev: Use Core::System::open() instead of LibC open()
|
2023-01-08 15:19:59 +00:00 |
bt.cpp
|
AK+Everywhere: Rename String to DeprecatedString
|
2022-12-06 08:54:33 +01:00 |
cal.cpp
|
|
|
cat.cpp
|
cat: Return a non-null value if an error occurred
|
2022-11-24 21:01:54 -05:00 |
checksum.cpp
|
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2022-12-06 08:54:33 +01:00 |
chgrp.cpp
|
chgrp: Use StringView instead of 'char const*'
|
2023-01-08 19:02:50 +01:00 |
chmod.cpp
|
|
|
chown.cpp
|
AK+Everywhere: Rename String to DeprecatedString
|
2022-12-06 08:54:33 +01:00 |
chres.cpp
|
|
|
cksum.cpp
|
AK+Everywhere: Rename String to DeprecatedString
|
2022-12-06 08:54:33 +01:00 |
clear.cpp
|
|
|
CMakeLists.txt
|
LibGfx+icc: Read cicpType
|
2023-02-08 16:41:58 +00:00 |
cmp.cpp
|
AK+Everywhere: Rename String to DeprecatedString
|
2022-12-06 08:54:33 +01:00 |
comm.cpp
|
AK+Everywhere: Rename String to DeprecatedString
|
2022-12-06 08:54:33 +01:00 |
config.cpp
|
AK+Everywhere: Rename String to DeprecatedString
|
2022-12-06 08:54:33 +01:00 |
copy.cpp
|
LibCore: Rename Stream::read_all to read_until_eof
|
2022-12-12 14:16:42 +01:00 |
cp.cpp
|
AK+Everywhere: Rename String to DeprecatedString
|
2022-12-06 08:54:33 +01:00 |
cpp-lexer.cpp
|
LibCore: Rename Stream::read_all to read_until_eof
|
2022-12-12 14:16:42 +01:00 |
cpp-parser.cpp
|
LibCore: Rename Stream::read_all to read_until_eof
|
2022-12-12 14:16:42 +01:00 |
cpp-preprocessor.cpp
|
LibCore: Rename Stream::read_all to read_until_eof
|
2022-12-12 14:16:42 +01:00 |
cut.cpp
|
AK+Everywhere: Rename String to DeprecatedString
|
2022-12-06 08:54:33 +01:00 |
date.cpp
|
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2022-12-06 08:54:33 +01:00 |
dd.cpp
|
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2022-12-06 08:54:33 +01:00 |
df.cpp
|
Utilities/df: Replace uses of JsonObject::get_deprecated()/get_ptr()
|
2023-02-03 07:19:52 -05:00 |
diff.cpp
|
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
|
2023-01-27 20:38:49 +00:00 |
dirname.cpp
|
AK+Everywhere: Rename String to DeprecatedString
|
2022-12-06 08:54:33 +01:00 |
disasm.cpp
|
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2022-12-06 08:54:33 +01:00 |
disk_benchmark.cpp
|
Utilities: Store per-benchmark timeout in AK::Time rather than integer
|
2023-01-07 14:51:04 +01:00 |
dmesg.cpp
|
LibCore: Rename Stream::read_all to read_until_eof
|
2022-12-12 14:16:42 +01:00 |
du.cpp
|
du: Add an option to print the human readable sizes in powers of 10
|
2023-01-15 19:12:19 +01:00 |
echo.cpp
|
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
|
2023-01-27 20:38:49 +00:00 |
env.cpp
|
AK+Everywhere: Rename String to DeprecatedString
|
2022-12-06 08:54:33 +01:00 |
errno.cpp
|
AK+Everywhere: Rename String to DeprecatedString
|
2022-12-06 08:54:33 +01:00 |
expr.cpp
|
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
|
2023-01-27 20:38:49 +00:00 |
false.cpp
|
|
|
fdtdump.cpp
|
AK+Everywhere: Rename String to DeprecatedString
|
2022-12-06 08:54:33 +01:00 |
file.cpp
|
LibCore: Remove FileStream
|
2023-01-20 20:50:42 +00:00 |
find.cpp
|
AK+Everywhere: Rename String to DeprecatedString
|
2022-12-06 08:54:33 +01:00 |
flock.cpp
|
Everywhere: Remove unused includes of LibC/stdlib.h
|
2023-01-02 20:27:20 -05:00 |
fortune.cpp
|
Utilities/fortune: Replace uses of JsonObject::get_deprecated()/get_ptr
|
2023-02-03 07:19:52 -05:00 |
functrace.cpp
|
Everywhere: Remove "LibC/" includes, add lint-rule against it
|
2023-01-07 10:01:37 -07:00 |
gml-format.cpp
|
AK: Move Stream and SeekableStream from LibCore
|
2023-01-29 19:16:44 -07:00 |
grep.cpp
|
grep: Port to Core::Stream
|
2023-02-03 19:43:41 +01:00 |
gron.cpp
|
gron: Add options for enabling/disabling colored output
|
2022-12-15 12:20:37 +00:00 |
groupadd.cpp
|
|
|
groupdel.cpp
|
|
|
groups.cpp
|
AK+Everywhere: Rename String to DeprecatedString
|
2022-12-06 08:54:33 +01:00 |
gunzip.cpp
|
AK: Move Stream and SeekableStream from LibCore
|
2023-01-29 19:16:44 -07:00 |
gzip.cpp
|
LibCore: Remove FileStream
|
2023-01-20 20:50:42 +00:00 |
head.cpp
|
AK+Everywhere: Rename String to DeprecatedString
|
2022-12-06 08:54:33 +01:00 |
headless-browser.cpp
|
Everywhere: Remove needless copies of Error / ErrorOr instances
|
2023-02-10 09:08:52 +00:00 |
hello-world.jakt
|
|
|
hexdump.cpp
|
AK: Move Stream and SeekableStream from LibCore
|
2023-01-29 19:16:44 -07:00 |
host.cpp
|
AK+Everywhere: Rename String to DeprecatedString
|
2022-12-06 08:54:33 +01:00 |
hostname.cpp
|
|
|
icc.cpp
|
LibGfx+icc: Stringify known signatureType values
|
2023-02-10 15:19:14 +00:00 |
id.cpp
|
AK+Everywhere: Rename String to DeprecatedString
|
2022-12-06 08:54:33 +01:00 |
ifconfig.cpp
|
Utilities/ifconfig: Replace uses of JsonObject::get_deprecated()/get_ptr
|
2023-02-03 07:19:52 -05:00 |
image2bin.cpp
|
LibGfx: Remove try_ prefix from bitmap creation functions
|
2023-01-26 20:24:37 +00:00 |
ini.cpp
|
AK+Everywhere: Rename String to DeprecatedString
|
2022-12-06 08:54:33 +01:00 |
install.cpp
|
AK+Everywhere: Rename String to DeprecatedString
|
2022-12-06 08:54:33 +01:00 |
jail-attach.cpp
|
Userland: Enhance jail-attach utility to support existing and new jails
|
2022-11-26 01:47:50 -07:00 |
jail-create.cpp
|
Userland: Add support for jails
|
2022-11-05 18:00:58 -06:00 |
js.cpp
|
LibJS+Userland: Port the JS Console object and direct callers to String
|
2023-02-10 17:26:20 +00:00 |
json.cpp
|
Utilities/json: Replace uses of JsonObject::get_deprecated()/get_ptr()
|
2023-02-03 07:19:52 -05:00 |
kcov-example.cpp
|
Kernel+Userland: Move LibC/sys/ioctl_numbers to Kernel/API/Ioctl.h
|
2023-01-21 10:43:59 -07:00 |
keymap.cpp
|
Everywhere: Remove needless copies of Error / ErrorOr instances
|
2023-02-10 09:08:52 +00:00 |
kill.cpp
|
AK+Everywhere: Rename String to DeprecatedString
|
2022-12-06 08:54:33 +01:00 |
killall.cpp
|
LibCore: Use Core::Stream for ProcessStatisticsReader
|
2022-12-10 11:49:24 +00:00 |
ldd.cpp
|
Utilities: Introduce the ldd utility
|
2022-12-31 05:06:39 -07:00 |
less.cpp
|
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
|
2023-01-27 20:38:49 +00:00 |
ln.cpp
|
Everywhere: Remove needless copies of Error / ErrorOr instances
|
2023-02-10 09:08:52 +00:00 |
logout.cpp
|
Userland: Remove a bunch of unveil calls on /sys/kernel/processes
|
2023-01-13 13:41:30 +01:00 |
ls.cpp
|
ls: Add an option to print the human readable sizes in powers of 10
|
2023-01-15 19:12:19 +01:00 |
lsblk.cpp
|
LibCore: Rename Stream::read_all to read_until_eof
|
2022-12-12 14:16:42 +01:00 |
lscpu.cpp
|
Utilities/lscpu: Replace uses of JsonObject::get_deprecated()/get_ptr()
|
2023-02-03 07:19:52 -05:00 |
lsirq.cpp
|
Utilities/lsirq: Replace uses of JsonObject::get_deprecated()/get_ptr()
|
2023-02-03 07:19:52 -05:00 |
lsjails.cpp
|
Utilities/lsjails: Replace uses of JsonObject::get_deprecated()/get_ptr
|
2023-02-03 07:19:52 -05:00 |
lsof.cpp
|
Utilities/lsof: Replace uses of JsonObject::get_deprecated()/get_ptr()
|
2023-02-03 07:19:52 -05:00 |
lspci.cpp
|
LibCore: Rename Stream::read_all to read_until_eof
|
2022-12-12 14:16:42 +01:00 |
lsusb.cpp
|
Utilities/lsusb: Replace uses of JsonObject::get_deprecated()/get_ptr()
|
2023-02-03 07:19:52 -05:00 |
man.cpp
|
LibCore: Rename Stream::read_all to read_until_eof
|
2022-12-12 14:16:42 +01:00 |
markdown-check.cpp
|
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
|
2023-01-27 20:38:49 +00:00 |
matroska.cpp
|
AK+Everywhere: Do not implicitly copy variables in TRY macros
|
2023-02-10 09:08:52 +00:00 |
md.cpp
|
LibCore: Rename Stream::read_all to read_until_eof
|
2022-12-12 14:16:42 +01:00 |
mkdir.cpp
|
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
|
2023-01-27 20:38:49 +00:00 |
mkfifo.cpp
|
AK+Everywhere: Rename String to DeprecatedString
|
2022-12-06 08:54:33 +01:00 |
mknod.cpp
|
|
|
mktemp.cpp
|
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2022-12-06 08:54:33 +01:00 |
mount.cpp
|
Utilities/mount: Replace uses of JsonObject::get_deprecated()/get_ptr()
|
2023-02-03 07:19:52 -05:00 |
mv.cpp
|
AK+Everywhere: Rename String to DeprecatedString
|
2022-12-06 08:54:33 +01:00 |
nc.cpp
|
Everywhere: Remove unused includes of LibC/stdlib.h
|
2023-01-02 20:27:20 -05:00 |
netstat.cpp
|
Utilities/netstat: Replace uses of JsonObject::get_deprecated()/get_ptr
|
2023-02-03 07:19:52 -05:00 |
nl.cpp
|
AK+Everywhere: Rename String to DeprecatedString
|
2022-12-06 08:54:33 +01:00 |
nologin.cpp
|
LibCore: Rename Stream::read_all to read_until_eof
|
2022-12-12 14:16:42 +01:00 |
notify.cpp
|
LibGfx: Remove try_ prefix from bitmap creation functions
|
2023-01-26 20:24:37 +00:00 |
nproc.cpp
|
LibCore: Rename Stream::read_all to read_until_eof
|
2022-12-12 14:16:42 +01:00 |
ntpquery.cpp
|
ntpquery: Explicitly zero initialize msghdr and fill in fields
|
2022-12-20 11:04:05 +01:00 |
open.cpp
|
|
|
passwd.cpp
|
passwd: Use StringView instead of DeprecatedString
|
2023-01-08 17:10:53 +01:00 |
paste.cpp
|
AK+Everywhere: Rename String to DeprecatedString
|
2022-12-06 08:54:33 +01:00 |
pathchk.cpp
|
AK+Everywhere: Rename String to DeprecatedString
|
2022-12-06 08:54:33 +01:00 |
pgrep.cpp
|
LibCore: Use Core::Stream for ProcessStatisticsReader
|
2022-12-10 11:49:24 +00:00 |
pidof.cpp
|
Everywhere: Remove unused includes of LibC/stdlib.h
|
2023-01-02 20:27:20 -05:00 |
ping.cpp
|
|
|
pkill.cpp
|
LibCore: Use Core::Stream for ProcessStatisticsReader
|
2022-12-10 11:49:24 +00:00 |
pledge.cpp
|
AK+Everywhere: Rename String to DeprecatedString
|
2022-12-06 08:54:33 +01:00 |
pls.cpp
|
Userland/pls: Use Core::System::exec_command method to execute a command
|
2022-11-05 18:00:58 -06:00 |
pmap.cpp
|
Utilities/pmap: Replace uses of JsonObject::get_deprecated()/get_ptr()
|
2023-02-03 07:19:52 -05:00 |
pmemdump.cpp
|
Everywhere: Remove unused includes of LibC/stdlib.h
|
2023-01-02 20:27:20 -05:00 |
printf.cpp
|
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
|
2023-01-27 20:38:49 +00:00 |
pro.cpp
|
AK: Move Stream and SeekableStream from LibCore
|
2023-01-29 19:16:44 -07:00 |
profile.cpp
|
AK+Everywhere: Rename String to DeprecatedString
|
2022-12-06 08:54:33 +01:00 |
ps.cpp
|
LibCore: Use Core::Stream for ProcessStatisticsReader
|
2022-12-10 11:49:24 +00:00 |
purge.cpp
|
|
|
pwd.cpp
|
AK+Everywhere: Rename String to DeprecatedString
|
2022-12-06 08:54:33 +01:00 |
readelf.cpp
|
Userland: Remove i686 support
|
2022-12-28 11:53:41 +01:00 |
readlink.cpp
|
|
|
realpath.cpp
|
|
|
reboot.cpp
|
AK+Everywhere: Rename String to DeprecatedString
|
2022-12-06 08:54:33 +01:00 |
rev.cpp
|
AK+Everywhere: Rename String to DeprecatedString
|
2022-12-06 08:54:33 +01:00 |
rm.cpp
|
Everywhere: Remove needless copies of Error / ErrorOr instances
|
2023-02-10 09:08:52 +00:00 |
rmdir.cpp
|
AK+Everywhere: Rename String to DeprecatedString
|
2022-12-06 08:54:33 +01:00 |
route.cpp
|
Utilities/route: Replace uses of JsonObject::get_deprecated()/get_ptr()
|
2023-02-03 07:19:52 -05:00 |
run-tests.cpp
|
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2022-12-06 08:54:33 +01:00 |
sed.cpp
|
sed: Perform case insensitive substitutions with "/i"
|
2023-01-06 13:52:21 -07:00 |
seq.cpp
|
AK+Everywhere: Rename String to DeprecatedString
|
2022-12-06 08:54:33 +01:00 |
shot.cpp
|
LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)
|
2023-01-06 13:36:02 -07:00 |
shuf.cpp
|
Everywhere: Remove unused includes of LibC/stdlib.h
|
2023-01-02 20:27:20 -05:00 |
shutdown.cpp
|
AK+Everywhere: Rename String to DeprecatedString
|
2022-12-06 08:54:33 +01:00 |
sleep.cpp
|
|
|
sort.cpp
|
Utilities: Rewrite sort(1) to be more posixy
|
2023-01-19 12:22:24 +01:00 |
sql.cpp
|
LibSQL+Userland: Pass SQL IPC results to clients in a structure
|
2023-02-03 20:34:45 +01:00 |
stat.cpp
|
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2022-12-06 08:54:33 +01:00 |
strace.cpp
|
strace: Fix ignored errors in formatting
|
2023-01-13 21:09:26 +00:00 |
strings.cpp
|
Utilities: Add strings
|
2022-12-04 12:08:48 +00:00 |
stty.cpp
|
Everywhere: Remove unused includes of AK/Array.h
|
2023-01-02 20:08:35 +00:00 |
su.cpp
|
LibCore: Propagate errors from LibCore::Account::login()
|
2022-09-27 21:29:44 +01:00 |
sync.cpp
|
|
|
syscall.cpp
|
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2022-12-06 08:54:33 +01:00 |
sysctl.cpp
|
LibCore: Rename Stream::read_all to read_until_eof
|
2022-12-12 14:16:42 +01:00 |
tac.cpp
|
AK+Everywhere: Rename String to DeprecatedString
|
2022-12-06 08:54:33 +01:00 |
tail.cpp
|
Everywhere: Remove needless copies of Error / ErrorOr instances
|
2023-02-10 09:08:52 +00:00 |
tar.cpp
|
Everywhere: Remove needless copies of Error / ErrorOr instances
|
2023-02-10 09:08:52 +00:00 |
tee.cpp
|
|
|
telws.cpp
|
AK+Everywhere: Rename String to DeprecatedString
|
2022-12-06 08:54:33 +01:00 |
test-bindtodevice.cpp
|
|
|
test-fuzz.cpp
|
Lagom/Fuzzers: Add fuzzer for the TGALoader code
|
2023-01-15 12:43:03 +01:00 |
test-imap.cpp
|
AK+Everywhere: Rename String to DeprecatedString
|
2022-12-06 08:54:33 +01:00 |
test-pthread.cpp
|
Everywhere: Run clang-format
|
2022-12-03 23:52:23 +00:00 |
test-unveil.cpp
|
|
|
test.cpp
|
AK+Everywhere: Rename String to DeprecatedString
|
2022-12-06 08:54:33 +01:00 |
test_env.cpp
|
|
|
timezone.cpp
|
|
|
top.cpp
|
Utilities: Fix top utility not calling exit() on SIGINT
|
2022-12-31 00:04:19 +01:00 |
touch.cpp
|
Everywhere: Make global inline functions not static
|
2023-01-04 20:04:57 +01:00 |
tr.cpp
|
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2022-12-06 08:54:33 +01:00 |
traceroute.cpp
|
AK+Everywhere: Rename String to DeprecatedString
|
2022-12-06 08:54:33 +01:00 |
tree.cpp
|
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
|
2023-01-27 20:38:49 +00:00 |
true.cpp
|
|
|
truncate.cpp
|
AK+Everywhere: Rename String to DeprecatedString
|
2022-12-06 08:54:33 +01:00 |
tsort.cpp
|
tsort: Suppress warnings with -q
|
2022-12-16 10:41:56 -07:00 |
tt.cpp
|
Kernel+LibC: Move LibC/signal_numbers.h to Kernel/API/POSIX
|
2023-01-21 10:43:59 -07:00 |
ttfdisasm.cpp
|
Utilities: Add ttfdisasm for disassembling OpenType instructions
|
2023-01-12 11:27:57 +01:00 |
tty.cpp
|
|
|
umount.cpp
|
|
|
uname.cpp
|
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2022-12-06 08:54:33 +01:00 |
uniq.cpp
|
AK+Everywhere: Rename String to DeprecatedString
|
2022-12-06 08:54:33 +01:00 |
unveil.cpp
|
AK+Everywhere: Rename String to DeprecatedString
|
2022-12-06 08:54:33 +01:00 |
unzip.cpp
|
LibArchive+Utilities: Stop using DeprecatedString
|
2023-01-08 09:54:08 +00:00 |
update-cpp-test-results.cpp
|
AK+Everywhere: Rename String to DeprecatedString
|
2022-12-06 08:54:33 +01:00 |
uptime.cpp
|
uptime: Port to Core::Stream::File, use AK::human_readable_time()
|
2022-12-21 08:41:34 +00:00 |
useradd.cpp
|
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
|
2023-01-27 20:38:49 +00:00 |
userdel.cpp
|
userdel: Use Core::Account::sync() to interact with sensitive files
|
2022-12-31 04:24:05 -07:00 |
usermod.cpp
|
LibCore: Use StringView instead of char * in Account
|
2022-09-27 21:29:44 +01:00 |
utmpupdate.cpp
|
AK: Move Stream and SeekableStream from LibCore
|
2023-01-29 19:16:44 -07:00 |
w.cpp
|
Utilities/w: Replace uses of JsonObject::get_deprecated()/get_ptr()
|
2023-02-03 07:19:52 -05:00 |
wallpaper.cpp
|
LibGfx: Remove try_ prefix from bitmap creation functions
|
2023-01-26 20:24:37 +00:00 |
wasm.cpp
|
AK: Remove the fallible constructor from FixedMemoryStream
|
2023-02-08 17:44:32 +00:00 |
watch.cpp
|
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
|
2023-01-27 20:38:49 +00:00 |
wc.cpp
|
AK+Everywhere: Rename String to DeprecatedString
|
2022-12-06 08:54:33 +01:00 |
which.cpp
|
Userland: Consolidate most PATH resolving into a single implementation
|
2022-08-23 19:00:04 +01:00 |
whoami.cpp
|
|
|
wsctl.cpp
|
|
|
xargs.cpp
|
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2022-12-06 08:54:33 +01:00 |
xml.cpp
|
LibCore: Rename Stream::read_all to read_until_eof
|
2022-12-12 14:16:42 +01:00 |
yes.cpp
|
|
|
zip.cpp
|
LibCompress: Port DeflateCompressor to Core::Stream
|
2023-01-10 10:28:26 +01:00 |