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
2021-12-17
LibCrypto: Declobber AES header from s-box tables
Alexander Ulmer
2021-12-16
LibCore: Use correct underlying syscall in seteuid() and setegid()
Andreas Kling
2021-12-16
LibCore+passwd+usermod: Make Core::Account::sync() return ErrorOr<void>
Andreas Kling
2021-12-16
LibCore: Add syscall wrapper for rename()
Andreas Kling
2021-12-16
LibCore: Add syscall wrapper for fchmod()
Andreas Kling
2021-12-16
LibCore: Add syscall wrapper for mkstemp()
Andreas Kling
2021-12-16
SystemServer: Use more LibCore syscall wrappers :^)
Andreas Kling
2021-12-16
LibCore: Add syscall wrapper for fork()
Andreas Kling
2021-12-16
LibCore: Add syscall wrapper for mkdir()
Andreas Kling
2021-12-16
LibCore: Add syscall wrapper for mount()
Andreas Kling
2021-12-16
SystemServer: Port to LibMain :^)
Andreas Kling
2021-12-16
su: Port to LibMain :^)
Andreas Kling
2021-12-16
passwd: Use LibCore syscall wrapper for setegid()
Andreas Kling
2021-12-16
usermod: Use LibCore syscall wrapper for setegid()
Andreas Kling
2021-12-16
LibCore: Add syscall wrapper for setgroups()
Andreas Kling
2021-12-16
LibCore: Add syscall wrapper for isatty()
Andreas Kling
2021-12-16
pls: Port to LibMain :^)
Andreas Kling
2021-12-16
LibCore: Add syscall wrappers for setuid/seteuid/setgid/setegid
Andreas Kling
2021-12-16
LibJS: Add MarkedVector<T>
Andreas Kling
2021-12-16
LibJS: Add JS::make_handle(T&)
Andreas Kling
2021-12-16
LibTextCodec: Add alternate Cyrillic (aka Koi8-r) encoding
Dmitry Petrov
2021-12-16
LibCore: Remove LocalServer::on_ready_to_accept
sin-ack
2021-12-16
LibCore+Userland: Convert TCPServer to use the Serenity Stream API
sin-ack
2021-12-16
LibCore: Implement the Serenity Stream API classes
sin-ack
2021-12-16
Kernel+LibC: Move errno definitions to Kernel/API/POSIX
sin-ack
2021-12-16
LibCore+LookupServer: Implement and use UDPServer::send
sin-ack
2021-12-16
LibC: Implement serenity_open
sin-ack
2021-12-16
LibGfx: Handle malformed Platform ID during TTF parsing
Brian Gianforcaro
2021-12-16
Terminal: Fix broken selection after dbl/trp click
ryanb-dev
2021-12-16
expr: Use StringView literals more (instead of raw C strings)
Kenneth Myhra
2021-12-16
expr: Port to LibMain
Kenneth Myhra
2021-12-16
functrace: Port to LibMain and move away from raw C strings
Kenneth Myhra
2021-12-16
flock: Port to LibMain
Kenneth Myhra
2021-12-16
LibCore: Add waitpid() wrapper that return ErrorOr<pid_t>
Kenneth Myhra
2021-12-16
LibCore: Add posix_spawnp() wrapper that return ErrorOr<pid_t>
Kenneth Myhra
2021-12-16
file: Port to LibMain
Kenneth Myhra
2021-12-16
fdtdump: Port to LibMain
Kenneth Myhra
2021-12-16
dirname: Port to LibMain
Kenneth Myhra
2021-12-16
diff: Port to LibMain
Kenneth Myhra
2021-12-16
df: Port to LibMain
Kenneth Myhra
2021-12-16
ddate: Port to LibMain
Kenneth Myhra
2021-12-16
Shell: Don't skip over the first brace expansion entry if it's empty
Ali Mohammad Pur
2021-12-16
Shell: Set subshell flag after checking for its value in parent shell
Ali Mohammad Pur
2021-12-16
LibLine: Switch all files to use east-const
Ali Mohammad Pur
2021-12-16
LibLine: Update the prompt origin after resize + suggestion redisplay
Ali Mohammad Pur
2021-12-16
LibLine: Take the prompt into account when adjusting for a scrolled view
Ali Mohammad Pur
2021-12-16
Spreadsheet: Handle emptying of cell containing only an '='
RasmusNylander
2021-12-15
LibSanitizer: Log UBSAN errors in red text to the debug console
Andrew Kaster
2021-12-15
AK+LibSanitizer: Add method to zero out a UBSAN SourceLocation
Andrew Kaster
2021-12-15
LibSanitizer: Check for halt_on_error=0 in $UBSAN_OPTIONS
Andrew Kaster
[next]