.. |
allocate.cpp
|
Userspace: Add missing #includes now that AK/StdLibExtras.h is smaller
|
2020-03-08 13:06:51 +01:00 |
aplay.cpp
|
|
|
arp.cpp
|
Userland: Add arp utility (#1962)
|
2020-04-26 12:54:22 +02:00 |
avol.cpp
|
|
|
basename.cpp
|
|
|
cal.cpp
|
LibCore: Moved cal.cpp functions to DateTime
|
2020-03-18 08:17:01 +01:00 |
cat.cpp
|
|
|
chgrp.cpp
|
Userland: Fix null-pointer deref on unknown user/group in chown/chgrp
|
2020-04-04 19:29:30 +02:00 |
chmod.cpp
|
|
|
chown.cpp
|
Userland: Fix null-pointer deref on unknown user/group in chown/chgrp
|
2020-04-04 19:29:30 +02:00 |
chroot.cpp
|
|
|
clear.cpp
|
|
|
copy.cpp
|
copy: Use StringBuilder::join()
|
2020-03-20 14:41:23 +01:00 |
cp.cpp
|
LibCore: Remove all remaining C prefix references
|
2020-03-07 01:33:53 +01:00 |
crash.cpp
|
|
|
cut.cpp
|
Userland: Correction in the the copyright
|
2020-03-11 10:12:36 +01:00 |
date.cpp
|
Userland: Add functionality of changing system date in date utility
|
2020-03-19 15:48:00 +01:00 |
df.cpp
|
Userland: Add optional human readable output to /bin/df
|
2020-03-31 09:08:30 +02:00 |
disasm.cpp
|
LibX86: Run the instruction decoder in 32-bit mode by default
|
2020-04-11 13:24:55 +02:00 |
disk_benchmark.cpp
|
Userspace: Add missing #includes now that AK/StdLibExtras.h is smaller
|
2020-03-08 13:06:51 +01:00 |
dmesg.cpp
|
|
|
du.cpp
|
|
|
echo.cpp
|
|
|
env.cpp
|
|
|
false.cpp
|
|
|
fgrep.cpp
|
|
|
flock.cpp
|
Meta: Add missing copyright headers
|
2020-04-06 11:09:01 +02:00 |
functrace.cpp
|
functrace: Log syscalls
|
2020-04-16 11:17:33 +02:00 |
gron.cpp
|
|
|
head.cpp
|
Userspace: Add missing #includes now that AK/StdLibExtras.h is smaller
|
2020-03-08 13:06:51 +01:00 |
host.cpp
|
|
|
hostname.cpp
|
Kernel: Added the ability to set the hostname via new syscall
|
2020-04-26 12:59:09 +02:00 |
html.cpp
|
LibGUI: Make MenuBar a Core::Object
|
2020-04-21 16:19:18 +02:00 |
id.cpp
|
|
|
ifconfig.cpp
|
Userland: ifconfig can change the IP address of the default gateway
|
2020-03-15 19:09:31 +01:00 |
jp.cpp
|
|
|
js.cpp
|
js: Tighten up ReplConsoleClient::trace() a little bit
|
2020-05-05 11:49:14 +02:00 |
keymap.cpp
|
keymap: Fix crash introduced by 637ecdb
|
2020-05-05 00:12:51 +02:00 |
kill.cpp
|
Userland: Fix kill to support negative pid values.
|
2020-04-26 12:54:10 +02:00 |
killall.cpp
|
|
|
ln.cpp
|
|
|
ls.cpp
|
Userland/ls: Remove unnecessary output
|
2020-04-25 12:09:46 +02:00 |
lsirq.cpp
|
|
|
lspci.cpp
|
|
|
Makefile
|
LibTextCodec: Start fleshing out a simple text codec library
|
2020-05-03 23:01:58 +02:00 |
man.cpp
|
LibMarkdown: Drop MD prefixes and move into "Markdown" namespace :^)
|
2020-04-28 21:04:25 +02:00 |
md.cpp
|
LibMarkdown: Drop MD prefixes and move into "Markdown" namespace :^)
|
2020-04-28 21:04:25 +02:00 |
mkdir.cpp
|
mkdir: Add -p option to create parent directories
|
2020-04-28 09:36:09 +02:00 |
mknod.cpp
|
|
|
modload.cpp
|
|
|
modunload.cpp
|
|
|
more.cpp
|
|
|
mount.cpp
|
Kernel & Userland: Allow to mount image files formatted with Ext2FS
|
2020-04-06 15:36:36 +02:00 |
mv.cpp
|
|
|
nc.cpp
|
|
|
nl.cpp
|
|
|
notify.cpp
|
LibGfx+LibIPC: Add Gfx::ShareableBitmap, a bitmap for easy IPC usage
|
2020-03-29 19:37:23 +02:00 |
open.cpp
|
Userland: Add open(1)
|
2020-04-19 11:14:26 +02:00 |
pape.cpp
|
LibCore: Remove all remaining C prefix references
|
2020-03-07 01:33:53 +01:00 |
paste.cpp
|
|
|
pidof.cpp
|
Userspace: Add missing #includes now that AK/StdLibExtras.h is smaller
|
2020-03-08 13:06:51 +01:00 |
ping.cpp
|
|
|
pro.cpp
|
ProtocolServer: Pass HTTP response headers to the client
|
2020-05-03 23:01:58 +02:00 |
profile.cpp
|
|
|
ps.cpp
|
|
|
purge.cpp
|
|
|
realpath.cpp
|
|
|
reboot.cpp
|
|
|
rm.cpp
|
|
|
rmdir.cpp
|
|
|
shutdown.cpp
|
|
|
sleep.cpp
|
Userspace: Add missing #includes now that AK/StdLibExtras.h is smaller
|
2020-03-08 13:06:51 +01:00 |
sort.cpp
|
Userspace: Add missing #includes now that AK/StdLibExtras.h is smaller
|
2020-03-08 13:06:51 +01:00 |
stat.cpp
|
Userland: Use ArgParser in stat and support multiple files + links
|
2020-03-09 12:37:49 +01:00 |
strace.cpp
|
strace: Update ptrace() usage
|
2020-04-13 00:53:22 +02:00 |
su.cpp
|
Userspace: Add missing #includes now that AK/StdLibExtras.h is smaller
|
2020-03-08 13:06:51 +01:00 |
sync.cpp
|
|
|
syscall.cpp
|
AK: Add global FlatPtr typedef. It's u32 or u64, based on sizeof(void*)
|
2020-03-08 13:06:51 +01:00 |
sysctl.cpp
|
sysctl: Permit 'sysctl -a' invocation
|
2020-05-04 09:41:43 +02:00 |
tail.cpp
|
LibCore: Remove all remaining C prefix references
|
2020-03-07 01:33:53 +01:00 |
tee.cpp
|
|
|
test-bindtodevice.cpp
|
Meta: Add missing copyright headers
|
2020-04-06 11:09:01 +02:00 |
test-crypto.cpp
|
LibCrypto: Small fixes in BigInteger & test-crypto
|
2020-05-03 14:31:26 +02:00 |
test_efault.cpp
|
|
|
test_io.cpp
|
Kernel: rmdir("/") should fail instead of asserting
|
2020-04-19 18:07:16 +02:00 |
top.cpp
|
|
|
touch.cpp
|
Userland: "touch" can now handle multiple paths as arguments
|
2020-05-01 17:08:46 +02:00 |
tr.cpp
|
|
|
true.cpp
|
|
|
truncate.cpp
|
|
|
tt.cpp
|
|
|
tty.cpp
|
|
|
umount.cpp
|
|
|
uname.cpp
|
uname: Remove trailing space character
|
2020-03-25 15:48:35 +01:00 |
uptime.cpp
|
|
|
useradd.cpp
|
|
|
userdel.cpp
|
|
|
wc.cpp
|
|
|
which.cpp
|
|
|
whoami.cpp
|
|
|
yes.cpp
|
|
|