.. |
Tests
|
Kernel: Demonstrate kill's pid/tid confusion bug
|
2020-08-10 11:51:45 +02:00 |
allocate.cpp
|
AK: Implement Span which represents a contiguous sequence of objects.
|
2020-07-26 16:49:06 +02:00 |
aplay.cpp
|
Userland: Use Core::ArgsParser for 'aplay'
|
2020-08-06 20:41:13 +02:00 |
arp.cpp
|
AK: JsonParser improvements
|
2020-06-13 12:43:22 +02:00 |
avol.cpp
|
Userland: Use Core::ArgsParser for 'avol'
|
2020-08-06 20:41:13 +02:00 |
base64.cpp
|
AK: Change the signature of AK::encode_base64() to use Span.
|
2020-07-27 19:58:09 +02:00 |
basename.cpp
|
Userland: Use Core::ArgsParser for 'basename'
|
2020-08-06 20:41:13 +02:00 |
cal.cpp
|
LibCore: Moved cal.cpp functions to DateTime
|
2020-03-18 08:17:01 +01:00 |
cat.cpp
|
Meta: Scale back overly informal user-facing strings
|
2020-06-17 18:35:49 +02:00 |
chgrp.cpp
|
Userland: Use Core::ArgsParser for 'chgrp'
|
2020-08-06 20:41:13 +02:00 |
chmod.cpp
|
chmod: Tweak usage string
|
2020-02-16 09:51:49 +01:00 |
chown.cpp
|
chown: Don't allow "invalid" uid/gid specs (#2596)
|
2020-06-21 09:54:07 +02:00 |
chroot.cpp
|
Kernel+Userland: Support remounting filesystems :^)
|
2020-05-29 07:53:30 +02:00 |
clear.cpp
|
clear: Use pledge()
|
2020-02-18 11:35:47 +01:00 |
CMakeLists.txt
|
LibCompress: Add LibCompress
|
2020-08-04 11:27:07 +02:00 |
copy.cpp
|
LibGUI: Make GUI::Application a Core::Object
|
2020-07-04 14:05:57 +02:00 |
cp.cpp
|
AK: Rename FileSystemPath -> LexicalPath
|
2020-05-26 14:35:10 +02:00 |
crash.cpp
|
Kernel: Move headers intended for userspace use into Kernel/API/
|
2020-07-04 17:22:23 +02:00 |
cut.cpp
|
cut: Accept input from stdin if no files are given
|
2020-07-03 19:30:13 +02:00 |
date.cpp
|
AK: Make string-to-number conversion helpers return Optional
|
2020-06-12 21:28:55 +02:00 |
df.cpp
|
AK: JsonParser improvements
|
2020-06-13 12:43:22 +02:00 |
dirname.cpp
|
Userland: Add a simple dirname(1) utility
|
2020-08-10 21:20:28 +02:00 |
disasm.cpp
|
disasm: Insert symbol names in disassembly stream
|
2020-08-10 11:48:10 +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
|
AK: Use size_t for ByteBuffer sizes
|
2020-02-20 13:20:34 +01:00 |
du.cpp
|
Revert "LibM: Always include <math.h> instead of <LibM/math.h>"
|
2020-08-04 21:17:43 +02:00 |
echo.cpp
|
Userland: Add support for the '-n' flag to 'echo'
|
2020-07-30 18:47:41 +02:00 |
env.cpp
|
env: Use pledge()
|
2020-02-18 13:29:54 +01:00 |
false.cpp
|
Meta: Add license header to source files
|
2020-01-18 09:45:54 +01:00 |
fgrep.cpp
|
Meta: Add license header to source files
|
2020-01-18 09:45:54 +01:00 |
find.cpp
|
AK: Make string-to-number conversion helpers return Optional
|
2020-06-12 21:28:55 +02:00 |
flock.cpp
|
Everywhere: Replace some uses of fork/exec with posix_spawn
|
2020-06-29 12:04:27 +02:00 |
functrace.cpp
|
Revert "LibM: Always include <math.h> instead of <LibM/math.h>"
|
2020-08-04 21:17:43 +02:00 |
gron.cpp
|
AK: JsonParser improvements
|
2020-06-13 12:43:22 +02:00 |
head.cpp
|
Userspace: Add missing #includes now that AK/StdLibExtras.h is smaller
|
2020-03-08 13:06:51 +01:00 |
host.cpp
|
host: Use ArgsParser to parse arguments, and add man page (#1252)
|
2020-02-20 15:12:55 +01:00 |
hostname.cpp
|
Userland: Use Core::ArgsParser for 'hostname'
|
2020-08-06 20:41:13 +02:00 |
html.cpp
|
LibGUI: Make GUI::Application a Core::Object
|
2020-07-04 14:05:57 +02:00 |
id.cpp
|
LibCore: Remove leading C from filenames
|
2020-02-06 15:04:03 +01:00 |
ifconfig.cpp
|
AK: JsonParser improvements
|
2020-06-13 12:43:22 +02:00 |
ini.cpp
|
Userland: Add "ini" command to read and write .ini config files
|
2020-07-11 23:56:33 +02:00 |
jp.cpp
|
Userland: Handle invalid JSON in 'jp'
|
2020-08-06 20:41:13 +02:00 |
js.cpp
|
LibJS: Integrate Symbols into objects as valid keys
|
2020-07-09 23:33:00 +02:00 |
keymap.cpp
|
keymap: Add copyright header
|
2020-06-18 23:00:19 +02:00 |
kill.cpp
|
AK: Make string-to-number conversion helpers return Optional
|
2020-06-12 21:28:55 +02:00 |
killall.cpp
|
AK: Make string-to-number conversion helpers return Optional
|
2020-06-12 21:28:55 +02:00 |
ln.cpp
|
ln: Use pledge()
|
2020-02-18 13:29:54 +01:00 |
ls.cpp
|
Unicode: Try s/codepoint/code_point/g again
|
2020-08-05 22:33:42 +02:00 |
lsirq.cpp
|
AK: JsonParser improvements
|
2020-06-13 12:43:22 +02:00 |
lsof.cpp
|
lsof: Fix some minor issues
|
2020-08-01 16:30:19 +02:00 |
lspci.cpp
|
AK: JsonParser improvements
|
2020-06-13 12:43:22 +02:00 |
man.cpp
|
LibMarkdown: Change MD Document parse API to return a RefPtr
|
2020-05-30 00:32:12 +02:00 |
md.cpp
|
Userland: Use Core::ArgsParser for 'md'
|
2020-08-06 20:41:13 +02:00 |
mkdir.cpp
|
AK: Rename FileSystemPath -> LexicalPath
|
2020-05-26 14:35:10 +02:00 |
mkfifo.cpp
|
Userland: add mkfifo(1)
|
2020-07-19 11:46:37 +02:00 |
mknod.cpp
|
Userland: mknod: Don't use major/minor when creating a pipe
|
2020-07-19 11:46:37 +02:00 |
modload.cpp
|
Userland: Use Core::ArgsParser for 'modload'
|
2020-08-06 20:41:13 +02:00 |
modunload.cpp
|
Userland: Use Core::ArgsParser for 'modunload'
|
2020-08-06 20:41:13 +02:00 |
more.cpp
|
more: Read keystrokes from stdout instead of trying to re-open it
|
2020-02-08 15:50:00 +01:00 |
mount.cpp
|
AK: JsonParser improvements
|
2020-06-13 12:43:22 +02:00 |
mv.cpp
|
AK: Rename FileSystemPath -> LexicalPath
|
2020-05-26 14:35:10 +02:00 |
nc.cpp
|
Userland: Fix nc by not memset()'ing the input address char*
|
2020-07-28 13:19:22 +02:00 |
nl.cpp
|
LibCore: Remove leading C from filenames
|
2020-02-06 15:04:03 +01:00 |
notify.cpp
|
LibGUI: Make GUI::Application a Core::Object
|
2020-07-04 14:05:57 +02:00 |
open.cpp
|
open: Resolve the realpath before passing it to URL()
|
2020-08-08 11:58:57 +02:00 |
pape.cpp
|
LibGUI: Make GUI::Application a Core::Object
|
2020-07-04 14:05:57 +02:00 |
passwd.cpp
|
Userland: Add passwd utility
|
2020-07-28 17:07:22 +02:00 |
paste.cpp
|
LibGUI: Make GUI::Application a Core::Object
|
2020-07-04 14:05:57 +02:00 |
pidof.cpp
|
AK: Make string-to-number conversion helpers return Optional
|
2020-06-12 21:28:55 +02:00 |
ping.cpp
|
Userland: Use Core::ArgsParser for 'ping'
|
2020-08-06 20:41:13 +02:00 |
pro.cpp
|
Userland: Use Core::ArgsParser for 'pro'
|
2020-08-06 20:41:13 +02:00 |
profile.cpp
|
profile: Allow launching a command with profiling enabled
|
2020-02-22 11:01:37 +01:00 |
ps.cpp
|
ps: Widen the username column slightly
|
2020-05-15 00:01:01 +02:00 |
purge.cpp
|
Userland: Use Core::ArgsParser for 'purge'
|
2020-08-06 20:41:13 +02:00 |
readlink.cpp
|
Userland: Add readlink(1)
|
2020-06-17 15:02:03 +02:00 |
realpath.cpp
|
Userland: Use Core::ArgsParser for 'realpath'
|
2020-08-06 20:41:13 +02:00 |
reboot.cpp
|
Meta: Add license header to source files
|
2020-01-18 09:45:54 +01:00 |
rm.cpp
|
rm: Implement a basic -f mode
|
2020-08-11 20:29:14 +02:00 |
rmdir.cpp
|
Userland: Use Core::ArgsParser for 'rmdir'
|
2020-08-06 20:41:13 +02:00 |
seq.cpp
|
Userland: Add a "seq" utility
|
2020-07-16 17:52:18 +02:00 |
shutdown.cpp
|
LibCore: Remove leading C from filenames
|
2020-02-06 15:04:03 +01:00 |
sleep.cpp
|
Userland et al: Pledge sigaction when needed
|
2020-05-26 14:35:10 +02:00 |
sort.cpp
|
Userspace: Add missing #includes now that AK/StdLibExtras.h is smaller
|
2020-03-08 13:06:51 +01:00 |
stat.cpp
|
Kernel+LibC: Fix various build issues introduced by ssize_t
|
2020-05-23 15:27:33 +02:00 |
strace.cpp
|
Kernel: Move headers intended for userspace use into Kernel/API/
|
2020-07-04 17:22:23 +02:00 |
su.cpp
|
Userland: Use Core::ArgsParser for 'su'
|
2020-08-06 20:41:13 +02:00 |
sync.cpp
|
Meta: Add license header to source files
|
2020-01-18 09:45:54 +01:00 |
syscall.cpp
|
Kernel: Tidy up the syscalls list by reorganizing the enumerator macro
|
2020-08-04 18:17:16 +02: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
|
AK: Make Vector use size_t for its size and capacity
|
2020-02-25 14:52:35 +01:00 |
test-bindtodevice.cpp
|
Meta: Add missing copyright headers
|
2020-04-06 11:09:01 +02:00 |
test-compress.cpp
|
LibCompress: Add LibCompress
|
2020-08-04 11:27:07 +02:00 |
test-crypto.cpp
|
Refactor: Expose const_cast by removing ByteBuffer::warp(const void*, size_t)
|
2020-08-06 10:33:16 +02:00 |
test-js.cpp
|
test-js: Show progress in taskbar
|
2020-07-07 10:40:06 +02:00 |
test-web.cpp
|
LibWeb: Move the HTML parser into HTML/Parser/
|
2020-07-28 19:23:18 +02:00 |
test.cpp
|
Userland: Make test exit 1 silently when no arguments are given
|
2020-07-16 16:00:51 +02:00 |
test_efault.cpp
|
Kernel: Fail with EFAULT for any address+size that would wrap around
|
2020-01-29 12:56:07 +01:00 |
test_env.cpp
|
LibC: Add tests for getenv, setenv, putenv
|
2020-08-01 16:46:04 +02:00 |
test_io.cpp
|
Userland: Use Core::File::read_link()
|
2020-06-17 15:02:03 +02:00 |
top.cpp
|
top: Don't print more lines than the terminal can fit
|
2020-07-27 17:04:47 +02:00 |
touch.cpp
|
Userland: "touch" can now handle multiple paths as arguments
|
2020-05-01 17:08:46 +02:00 |
tr.cpp
|
Userland: Use Core::ArgsParser for 'tr'
|
2020-08-06 20:41:13 +02:00 |
tree.cpp
|
Userland: Add a basic version of the tree command
|
2020-07-14 20:15:10 +02:00 |
true.cpp
|
Meta: Add license header to source files
|
2020-01-18 09:45:54 +01:00 |
truncate.cpp
|
AK: Make string-to-number conversion helpers return Optional
|
2020-06-12 21:28:55 +02:00 |
tt.cpp
|
Userland: Use Core::ArgsParser for 'tt'
|
2020-08-06 20:41:13 +02:00 |
tty.cpp
|
Meta: Add license header to source files
|
2020-01-18 09:45:54 +01:00 |
umount.cpp
|
LibCore: Remove leading C from filenames
|
2020-02-06 15:04:03 +01:00 |
uname.cpp
|
Userland: Use Core::ArgsParser for 'uname'
|
2020-08-06 20:41:13 +02:00 |
unzip.cpp
|
Userland: Add missing checks for MappedFile.is_valid()
|
2020-07-31 11:34:06 +02:00 |
uptime.cpp
|
uptime: Use pledge()
|
2020-02-18 13:29:54 +01:00 |
useradd.cpp
|
LibCore: Remove leading C from filenames
|
2020-02-06 15:04:03 +01:00 |
userdel.cpp
|
Everywhere: Replace some uses of fork/exec with posix_spawn
|
2020-06-29 12:04:27 +02:00 |
watch.cpp
|
Userland+MenuApplets: Replace two more fork/exec with posix_spawn
|
2020-07-05 16:03:23 +02:00 |
wc.cpp
|
Userland: Fix wc(1)
|
2020-06-17 15:02:03 +02:00 |
which.cpp
|
Userland: Use Core::ArgsParser for 'which'
|
2020-08-06 20:41:13 +02:00 |
whoami.cpp
|
whoami: Use pledge() and unveil()
|
2020-02-18 11:35:47 +01:00 |
xargs.cpp
|
Userland: Add a basic xargs
|
2020-05-28 11:01:08 +02:00 |
yes.cpp
|
Userland: Use Core::ArgsParser for 'yes'
|
2020-08-06 20:41:13 +02:00 |