.. |
abench.cpp
|
|
|
adjtime.cpp
|
|
|
allocate.cpp
|
|
|
aplay.cpp
|
Userland: Rename IPC ClientConnection => ConnectionFromClient
|
2022-02-25 22:35:12 +01:00 |
arp.cpp
|
|
|
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
|
|
|
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
|
|
|
cat.cpp
|
|
|
checksum.cpp
|
|
|
chgrp.cpp
|
|
|
chmod.cpp
|
|
|
chown.cpp
|
|
|
chres.cpp
|
Userland: Rename WindowServerConnection=>ConnectionToWindowServer
|
2022-02-25 22:35:12 +01:00 |
cksum.cpp
|
|
|
clear.cpp
|
|
|
CMakeLists.txt
|
test: Port to LibMain
|
2022-03-30 09:53:11 +01:00 |
cmp.cpp
|
cmp: Implement cmp(1)
|
2022-03-19 11:01:49 -07:00 |
comm.cpp
|
|
|
config.cpp
|
|
|
copy.cpp
|
|
|
cp.cpp
|
|
|
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
|
|
|
dirname.cpp
|
|
|
disasm.cpp
|
|
|
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
|
|
|
errno.cpp
|
|
|
expr.cpp
|
Utilities: Use default constructors/destructors
|
2022-03-24 20:09:26 -07:00 |
false.cpp
|
|
|
fdtdump.cpp
|
|
|
fgrep.cpp
|
|
|
file.cpp
|
|
|
find.cpp
|
Utilities: Use default constructors/destructors
|
2022-03-24 20:09:26 -07:00 |
flock.cpp
|
|
|
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
|
|
|
groupdel.cpp
|
groupdel: Port to LibMain
|
2022-02-28 14:05:04 +01:00 |
groups.cpp
|
|
|
gunzip.cpp
|
|
|
gzip.cpp
|
|
|
head.cpp
|
|
|
hexdump.cpp
|
|
|
host.cpp
|
|
|
hostname.cpp
|
|
|
id.cpp
|
|
|
ifconfig.cpp
|
|
|
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
|
|
|
js.cpp
|
js: Don't try to run empty scripts
|
2022-03-08 07:47:24 -05:00 |
kcov-example.cpp
|
kcov-example: Port to LibMain
|
2022-03-29 21:28:29 -07:00 |
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
|
|
|
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
|
|
|
man.cpp
|
man: Center "SerenityOS manual" title
|
2022-02-17 19:54:47 +01:00 |
markdown-check.cpp
|
markdown-check: Use Core::ArgsParser
|
2022-03-29 21:28:29 -07: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
|
|
|
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
|
|
|
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
|
|
|
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
|
|
|
pmap.cpp
|
|
|
pmemdump.cpp
|
|
|
printf.cpp
|
AK: Allow printing wide characters using %ls modifier
|
2022-03-30 11:30:43 +04:30 |
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
|
|
|
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
|
|
|
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
|
run-tests: Port to LibMain
|
2022-03-29 21:28:29 -07:00 |
seq.cpp
|
seq: Port to LibMain
|
2022-03-29 21:28:29 -07:00 |
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
|
|
|
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
|
|
|
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
|
|
|
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
|
telws: Port to LibMain
|
2022-03-29 21:28:29 -07:00 |
test-bindtodevice.cpp
|
test-bindtodevice: Port to LibMain
|
2022-03-29 21:28:29 -07:00 |
test-fuzz.cpp
|
test-fuzz: Allow listing fuzzing targets without specifying input file
|
2022-03-29 21:28:29 -07:00 |
test-imap.cpp
|
|
|
test-pthread.cpp
|
test-pthread: Port to LibMain and let local functions return ErrorOr<T>
|
2022-03-29 21:28:29 -07:00 |
test-unveil.cpp
|
test-unveil: Port to LibMain
|
2022-03-29 21:28:29 -07:00 |
test.cpp
|
test: Port to LibMain
|
2022-03-30 09:53:11 +01:00 |
test_env.cpp
|
test_env: Port to LibMain
|
2022-03-29 21:28:29 -07: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
|
|
|
tr.cpp
|
tr: Utilize TRY more
|
2022-03-29 21:28:29 -07:00 |
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
|
tt: Port to LibMain
|
2022-03-29 21:28:29 -07:00 |
tty.cpp
|
tty: Port to LibMain
|
2022-03-29 21:28:29 -07:00 |
umount.cpp
|
|
|
uname.cpp
|
|
|
uniq.cpp
|
|
|
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
|
|
|
useradd.cpp
|
useradd: Port to LibMain
|
2022-02-28 14:05:04 +01:00 |
userdel.cpp
|
|
|
usermod.cpp
|
|
|
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
|
|
|
watch.cpp
|
|
|
wc.cpp
|
|
|
which.cpp
|
|
|
whoami.cpp
|
|
|
wsctl.cpp
|
Userland: Rename WindowServerConnection=>ConnectionToWindowServer
|
2022-02-25 22:35:12 +01:00 |
xargs.cpp
|
|
|
xml.cpp
|
LibXML: Add a fairly basic XML parser
|
2022-03-28 23:11:48 +02:00 |
yes.cpp
|
|
|
zip.cpp
|
zip: Ignore symlinks when recursively zipping files
|
2022-01-28 19:05:52 +02:00 |