index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
Age
Commit message (
Expand
)
Author
2020-08-06
Userland: Use Core::ArgsParser for 'aplay'
Linus Groh
2020-08-06
Userland: Use Core::ArgsParser for 'avol'
Linus Groh
2020-08-06
Userland: Use Core::ArgsParser for 'basename'
Linus Groh
2020-08-06
Userland: Use Core::ArgsParser for 'chgrp'
Linus Groh
2020-08-06
Userland: Use Core::ArgsParser for 'disasm'
Linus Groh
2020-08-06
Userland: Use Core::ArgsParser for 'hostname'
Linus Groh
2020-08-06
Userland: Handle invalid JSON in 'jp'
Linus Groh
2020-08-06
Userland: Use Core::ArgsParser for 'jp'
Linus Groh
2020-08-06
Userland: Use Core::ArgsParser for 'md'
Linus Groh
2020-08-06
Userland: Use Core::ArgsParser for 'modload'
Linus Groh
2020-08-06
Userland: Use Core::ArgsParser for 'modunload'
Linus Groh
2020-08-06
Userland: Use Core::ArgsParser for 'ping'
Linus Groh
2020-08-06
Userland: Use Core::ArgsParser for 'pro'
Linus Groh
2020-08-06
Userland: Use Core::ArgsParser for 'purge'
Linus Groh
2020-08-06
Userland: Use Core::ArgsParser for 'realpath'
Linus Groh
2020-08-06
Userland: Use Core::ArgsParser for 'rmdir'
Linus Groh
2020-08-06
Userland: Use Core::ArgsParser for 'su'
Linus Groh
2020-08-06
Userland: Use Core::ArgsParser for 'tr'
Linus Groh
2020-08-06
Userland: Use Core::ArgsParser for 'tt'
Linus Groh
2020-08-06
Userland: Use Core::ArgsParser for 'uname'
Linus Groh
2020-08-06
Userland: Use Core::ArgsParser for 'which'
Linus Groh
2020-08-06
Userland: Use Core::ArgsParser for 'yes'
Linus Groh
2020-08-06
Refactor: Expose const_cast by removing ByteBuffer::warp(const void*, size_t)
asynts
2020-08-05
Unicode: Try s/codepoint/code_point/g again
Nico Weber
2020-08-05
Revert "Unicode: s/codepoint/code_point/g"
Nico Weber
2020-08-05
LibTLS + LibCrypto: Suppress unobserved Optoinal<T> return values.
Brian Gianforcaro
2020-08-04
Revert "LibM: Always include <math.h> instead of <LibM/math.h>"
Andreas Kling
2020-08-04
LibM: Always include <math.h> instead of <LibM/math.h>
Andreas Kling
2020-08-04
Kernel: Tidy up the syscalls list by reorganizing the enumerator macro
Andreas Kling
2020-08-04
LibCompress: Add LibCompress
stelar7
2020-08-03
Unicode: s/codepoint/code_point/g
Andreas Kling
2020-08-02
Tests: License headers, clang-format, clearer output
Ben Wiederhake
2020-08-02
Tests: Build automatically, fix compilation errors
Ben Wiederhake
2020-08-01
LibC: Add tests for getenv, setenv, putenv
Ben Wiederhake
2020-08-01
lsof: Fix some minor issues
Andreas Kling
2020-07-31
Userland: Add basic `lsof' command
Maciej Zygmanowski
2020-07-31
LibCrypto: Do not trim leading zeros in export_data by default
AnotherTest
2020-07-31
Userland: Add missing checks for MappedFile.is_valid()
Ben Wiederhake
2020-07-30
Userland: Add support for the '-n' flag to 'echo'
AnotherTest
2020-07-30
LibCrypto: Add some checksum algorithms
stelar7
2020-07-28
LibWeb: Move the HTML parser into HTML/Parser/
Andreas Kling
2020-07-28
LibCrypto: Implement and test CTR decryption
Ben Wiederhake
2020-07-28
LibCrypto: Fix broken CTR mode, implement RFC 3686 Test Vectors
Ben Wiederhake
2020-07-28
LibWeb: Move HTML classes into the Web::HTML namespace
Andreas Kling
2020-07-28
Userland: Make su require passwords
Peter Elliott
2020-07-28
Userland: Add passwd utility
Peter Elliott
2020-07-28
Userland: Fix nc by not memset()'ing the input address char*
Linus Groh
2020-07-27
LibCrypto: Change [XXX]BigInteger::export_data() to use Span.
asynts
2020-07-27
AK: Change the signature of AK::encode_base64() to use Span.
asynts
2020-07-27
top: Don't print more lines than the terminal can fit
Andreas Kling
[next]