..
abench.cpp
adjtime.cpp
adjtime: Port to LibMain
2022-01-21 01:52:22 +01:00
allocate.cpp
aplay.cpp
Userland: Rename IPC ClientConnection => ConnectionFromClient
2022-02-25 22:35:12 +01:00
arp.cpp
Utilities/arp: Propagate errors in JSON decoding
2021-12-30 14:37:02 +01:00
asctl.cpp
Userland: Rename IPC ClientConnection => ConnectionFromClient
2022-02-25 22:35:12 +01:00
base64.cpp
AK+Userland: Make AK::decode_base64 return ErrorOr
2022-01-24 22:36:09 +01:00
basename.cpp
beep.cpp
beep: Port to LibMain :^)
2022-01-09 11:16:00 +03:30
blockdev.cpp
Kernel: Use u64 instead of size_t in the STORAGE_DEVICE_GET_SIZE ioctl
2022-01-25 22:41:17 +02:00
bt.cpp
cal.cpp
Userland: Add promises to programs that will read /etc/timezone
2022-01-23 12:48:26 +00:00
cat.cpp
checksum.cpp
LibCrypto: Make Digest
s able to return bytes
2022-01-05 01:07:21 +03:30
chgrp.cpp
chown+chgrp: Add --no-dereference option
2022-01-01 15:08:49 +01:00
chmod.cpp
chmod: Use FilePermissionsMask to handle mode argument
2022-01-01 17:33:43 +00:00
chown.cpp
chown+chgrp: Add --no-dereference option
2022-01-01 15:08:49 +01:00
chres.cpp
Userland: Rename WindowServerConnection=>ConnectionToWindowServer
2022-02-25 22:35:12 +01:00
cksum.cpp
clear.cpp
CMakeLists.txt
LibXML: Add a fairly basic XML parser
2022-03-28 23:11:48 +02:00
cmp.cpp
cmp: Implement cmp(1)
2022-03-19 11:01:49 -07:00
comm.cpp
config.cpp
copy.cpp
cp.cpp
cp: Print proper error message with strerror
2021-12-20 10:40:02 -08:00
cpp-lexer.cpp
cpp-parser.cpp
cpp-preprocessor.cpp
cut.cpp
date.cpp
date: Allow using a custom format string
2022-03-08 23:30:47 +01:00
dd.cpp
ddate.cpp
Userland: Change static const variables to static constexpr
2022-03-18 19:58:57 +01:00
df.cpp
diff.cpp
diff: Port to LibMain
2021-12-16 02:10:47 -08:00
dirname.cpp
dirname: Port to LibMain
2021-12-16 02:10:47 -08:00
disasm.cpp
disasm: Don't fail when trying to disassemble empty files
2022-01-18 09:08:14 +01:00
disk_benchmark.cpp
disk_benchmark: TRY more stuff :^)
2022-03-27 08:33:24 -04:00
dmesg.cpp
du.cpp
Utilities: Fix du to print stats for regular files
2022-02-14 11:47:52 +01:00
echo.cpp
env.cpp
env: Convert to serenity_main(..)
2021-12-24 14:29:52 -08:00
errno.cpp
errno: Port to LibMain
2022-01-01 14:40:41 +01:00
expr.cpp
Utilities: Use default constructors/destructors
2022-03-24 20:09:26 -07:00
false.cpp
false: Port to LibMain
2022-01-14 19:42:19 +02:00
fdtdump.cpp
fdtdump: Port to LibMain
2021-12-16 02:10:47 -08:00
fgrep.cpp
fgrep: Port fgrep to LibMain
2022-01-01 14:40:41 +01:00
file.cpp
LibELF: Accept Span instead of Pointer+Size in validate_program_headers
2022-01-13 22:40:25 +01:00
find.cpp
Utilities: Use default constructors/destructors
2022-03-24 20:09:26 -07:00
flock.cpp
LibCore+flock: Make Core::System::waitpid more ergonomic
2022-01-11 16:04:29 +01:00
fortune.cpp
Revert "Userland: Invoke tzset in apps that care about time zones"
2022-01-28 15:13:35 +00:00
functrace.cpp
LibDebug+Everywhere: Avoid void* -> FlatPtr -> void* dance
2022-01-28 22:51:27 +00:00
gml-format.cpp
gml-format: Exit with non-0 exit code when the file formatting changes
2022-02-19 02:15:44 +02:00
grep.cpp
grep: Recognize mode based on the program name
2022-03-20 11:50:47 -07:00
gron.cpp
groupadd.cpp
groupadd: Port to LibMain and use the new Core::Group abstraction :^)
2022-01-16 11:19:07 +01:00
groupdel.cpp
groupdel: Port to LibMain
2022-02-28 14:05:04 +01:00
groups.cpp
groups: Do not attempt to open /etc/groups
2022-01-21 22:10:23 +01:00
gunzip.cpp
gunzip: Don't truncate output filename when input file suffix is omitted
2022-01-23 20:52:16 +00:00
gzip.cpp
gzip: Don't fail when trying to compress empty files
2022-01-08 15:29:38 +01:00
head.cpp
head: Port to LibMain
2022-01-14 19:42:19 +02:00
hexdump.cpp
hexdump: Port to LibMain
2022-01-14 19:42:19 +02:00
host.cpp
host: Port to LibMain
2022-01-14 19:42:19 +02:00
hostname.cpp
hostname: Port to LibMain
2022-01-14 19:42:19 +02:00
id.cpp
LibCore+id: Make more use of Core::System wrappers in Core::Account
2022-01-02 18:08:02 +01:00
ifconfig.cpp
Utilities: Port ifconfig to LibMain
2022-01-14 21:38:38 +01:00
ini.cpp
LibCore+Everywhere: Return ErrorOr from ConfigFile::sync()
2022-02-16 19:49:41 -05:00
install.cpp
Utilities: Add support for setting permissions to install
2022-03-19 10:26:33 -07:00
jp.cpp
jp: Use File::standard_input() when reading from stdin
2022-01-08 06:19:09 -08:00
js.cpp
js: Don't try to run empty scripts
2022-03-08 07:47:24 -05:00
kcov-example.cpp
keymap.cpp
LibCore+Everywhere: Return ErrorOr from ConfigFile::sync()
2022-02-16 19:49:41 -05:00
kill.cpp
kill: Parse CLI arguments using Arguments.strings
2022-02-12 10:53:07 -05:00
killall.cpp
killall: Port to LibMain and LibCore
2022-02-19 19:44:29 +01:00
less.cpp
less: Add hotkeys f and b to scroll screen up/down
2022-02-06 13:44:53 +01:00
ln.cpp
Utilities/ln: Port to LibMain
2022-01-06 13:32:22 +01:00
logout.cpp
ls.cpp
ls: Remove leading dashes from ArgsParser argument name
2022-03-26 21:34:56 +04:30
lscpu.cpp
Utilities: Add an lscpu utility
2022-03-15 15:44:17 +00:00
lsirq.cpp
lsirq: Port to LibMain
2022-01-31 15:25:07 +01:00
lsof.cpp
lsof: Use more StringView instead of const char*
2022-01-31 15:25:07 +01:00
lspci.cpp
Userland: Change static const variables to static constexpr
2022-03-18 19:58:57 +01:00
lsusb.cpp
Utilities/lsusb: Propagate errors in JSON decoding
2021-12-30 14:37:02 +01:00
man.cpp
man: Center "SerenityOS manual" title
2022-02-17 19:54:47 +01:00
markdown-check.cpp
Everywhere: Move js/web/wasm tests under /home/anon/Tests
2022-03-20 22:20:59 +01:00
matroska.cpp
matroska: Port to LibMain
2022-03-22 11:39:20 +01:00
md.cpp
md: Port to LibMain
2022-01-25 00:11:14 +00:00
mkdir.cpp
mkdir: Use FilePermissionsMask to handle mode option
2022-01-01 17:33:43 +00:00
mkfifo.cpp
mkfifo: Port to LibMain
2022-01-24 14:01:58 +03:30
mknod.cpp
mknod: Port to LibMain
2022-01-24 14:01:58 +03:30
mktemp.cpp
mktemp: Port to LibMain
2022-01-24 14:01:58 +03:30
mount.cpp
Mount: Implement wxallowed mount option
2022-03-22 12:20:19 +01:00
mv.cpp
mv: Port to LibMain
2022-01-25 00:11:14 +00:00
nc.cpp
Utilities/nc: Add support to -I/--length option like SO_RCVBUF
2022-02-18 10:43:10 +01:00
netstat.cpp
Utilities/netstat: Propagate errors in JSON decoding
2021-12-30 14:37:02 +01:00
nl.cpp
nl: Port to LibMain
2022-01-31 15:25:07 +01:00
notify.cpp
notify: Port to LibMain
2022-01-31 15:25:07 +01:00
nproc.cpp
ntpquery.cpp
ntpquery: Port to LibMain
2022-01-31 15:25:07 +01:00
open.cpp
open: Use more StringView instead of const char*
2022-01-31 15:25:07 +01:00
pape.cpp
pape: Improve error handling during option handling and bitmap loading
2022-02-14 16:38:42 +03:30
passwd.cpp
LibCore+passwd+usermod: Make Core::Account::sync() return ErrorOr<void>
2021-12-16 22:48:17 +01:00
paste.cpp
paste: Port to LibMain and LibCore
2022-02-19 19:44:29 +01:00
pathchk.cpp
Utilities: Port pathchk to LibMain
2022-02-27 17:08:27 +01:00
pgrep.cpp
pgrep: Port to LibMain
2022-02-10 14:10:58 +00:00
pidof.cpp
pidof: Port to LibMain
2022-02-10 14:10:58 +00:00
ping.cpp
ping: Utilize TRY + Core::System wrappers
2022-03-22 11:39:20 +01:00
pls.cpp
pls: Stop on first non option when parsing arguments
2021-12-28 22:03:33 +02:00
pmap.cpp
pmemdump.cpp
Userland: Introduce the pmemdump utility
2022-01-08 13:21:16 +02:00
printf.cpp
printf: Port to LibMain
2022-03-22 11:39:20 +01:00
pro.cpp
pro: Simplify the progress report logic a bit
2022-03-19 22:04:35 +01:00
profile.cpp
profile: Document "read" profiling event
2022-02-14 11:38:13 +01:00
ps.cpp
Utilities/ps: Don't assume the kernel can provide real TTY paths
2022-03-26 11:01:49 +01:00
purge.cpp
purge: Port to LibMain
2022-03-22 11:39:20 +01:00
pwd.cpp
pwd: Add missing rpath pledge
2022-01-21 22:10:23 +01:00
readelf.cpp
readelf: Port to LibMain
2022-03-22 11:39:20 +01:00
readlink.cpp
readlink: Use StringView instead of const char*
2022-03-24 11:57:51 +01:00
realpath.cpp
Utilities: Port realpath to LibMain
2022-02-10 10:25:36 +00:00
reboot.cpp
reboot: Port to LibMain
2022-03-03 15:42:44 -08:00
rev.cpp
rev: Port to LibMain
2022-01-24 05:38:30 +00:00
rm.cpp
rm: Port to LibMain
2022-01-25 02:50:10 +00:00
rmdir.cpp
rmdir: Port to LibMain
2022-01-25 02:50:10 +00:00
run-tests.cpp
LibCore+Everywhere: Return ErrorOr from ConfigFile factory methods
2022-02-16 19:49:41 -05:00
seq.cpp
shot.cpp
Userland: Rename WindowServerConnection=>ConnectionToWindowServer
2022-02-25 22:35:12 +01:00
shuf.cpp
shuf: Port to LibMain
2022-01-24 05:38:30 +00:00
shutdown.cpp
shutdown: Port to LibMain
2022-02-01 04:58:24 +00:00
sleep.cpp
sleep: Port to LibMain
2022-02-01 04:58:24 +00:00
sort.cpp
sort: Port to LibMain
2022-01-24 05:38:30 +00:00
sql.cpp
sql: Re-prompt user for input after unrecognized command
2022-03-24 07:25:04 -04:00
stat.cpp
Everywhere: Add serenity_dev_{makedev,major,minor}
2022-01-09 00:58:44 +01:00
strace.cpp
strace: Add a chdir formatter
2022-02-12 12:16:59 +01:00
stty.cpp
stty: Port to LibMain
2022-02-01 04:58:24 +00:00
su.cpp
su: Port to LibMain :^)
2021-12-16 22:48:17 +01:00
sync.cpp
sync: Port to LibMain
2022-02-01 04:58:24 +00:00
syscall.cpp
syscall: Port to LibMain
2022-02-01 04:58:24 +00:00
sysctl.cpp
sysctl: Port to LibMain
2022-02-01 04:58:24 +00:00
tac.cpp
Userland: Port tac to LibMain
2022-01-09 04:26:16 -08:00
tail.cpp
tail: Port to LibMain
2022-01-25 00:11:14 +00:00
tar.cpp
tar: Implement support for extended headers :^)
2022-03-05 13:17:13 +01:00
tee.cpp
tee: Port to LibMain and move to SerenityOS code patterns
2022-03-26 18:39:58 +00:00
telws.cpp
AK+Userland: Make AK::decode_base64 return ErrorOr
2022-01-24 22:36:09 +01:00
test-bindtodevice.cpp
test-fuzz.cpp
Meta: Add a fuzzer for the QOILoader
2021-12-21 13:27:27 +01:00
test-imap.cpp
LibIMAP+Userland: Convert LibIMAP::Client to the Serenity Stream APIs
2022-01-13 15:16:12 +03:30
test-pthread.cpp
test-unveil.cpp
test.cpp
Utilities: Use default constructors/destructors
2022-03-24 20:09:26 -07:00
test_env.cpp
Everywhere: Fix spelling mistakes
2022-01-07 15:44:42 +01:00
timezone.cpp
Everywhere: Update copyrights with my new serenityos.org e-mail :^)
2022-01-31 18:23:22 +00:00
top.cpp
touch.cpp
touch: Port to LibMain :^)
2021-12-20 22:16:05 +01:00
tr.cpp
traceroute.cpp
traceroute: Port to LibMain
2022-03-22 11:39:20 +01:00
tree.cpp
tree: Port to LibMain
2022-01-25 04:26:56 +00:00
true.cpp
true: Port to LibMain
2022-03-22 11:39:20 +01:00
truncate.cpp
tt.cpp
tty.cpp
umount.cpp
umount: Port to LibMain
2022-01-22 13:31:52 +02:00
uname.cpp
uname: Port to LibMain
2022-01-04 07:33:23 +00:00
uniq.cpp
uniq: Port to LibMain
2022-01-04 07:33:23 +00:00
unzip.cpp
Utilities: Add the 'files' argument to the unzip utility
2022-02-16 10:57:14 +03:30
update-cpp-test-results.cpp
Everywhere: Move cpp-tests under /home/anon/Tests
2022-03-20 22:20:59 +01:00
uptime.cpp
uptime: Port to LibMain :^)
2022-01-02 09:42:56 +00:00
useradd.cpp
useradd: Port to LibMain
2022-02-28 14:05:04 +01:00
userdel.cpp
usermod.cpp
LibCore+passwd+usermod: Make Core::Account::sync() return ErrorOr<void>
2021-12-16 22:48:17 +01:00
utmpupdate.cpp
w.cpp
Revert "Userland: Invoke tzset in apps that care about time zones"
2022-01-28 15:13:35 +00:00
wasm.cpp
Userland: Port wasm to LibMain
2022-01-09 04:26:16 -08:00
watch.cpp
watch: Port to LibMain
2021-12-19 18:26:57 -08:00
wc.cpp
wc: Port to LibMain
2022-01-04 07:33:23 +00:00
which.cpp
Userland: Fail Core::find_executable_in_path on empty inputs
2022-01-04 07:38:42 +00:00
whoami.cpp
wsctl.cpp
Userland: Rename WindowServerConnection=>ConnectionToWindowServer
2022-02-25 22:35:12 +01:00
xargs.cpp
xargs: Port to LibMain
2022-01-04 07:33:23 +00:00
xml.cpp
LibXML: Add a fairly basic XML parser
2022-03-28 23:11:48 +02:00
yes.cpp
yes: Port to LibMain
2022-01-04 07:33:23 +00:00
zip.cpp
zip: Ignore symlinks when recursively zipping files
2022-01-28 19:05:52 +02:00