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-01-10
Everywhere: Convert a bunch of dbgprintf() to dbgln()
Andreas Kling
2021-01-09
passwd: Drop "tty" pledge promise after getting password from user
Andreas Kling
2021-01-09
su: Drop "tty" pledge promise after getting password from user
Andreas Kling
2021-01-09
passwd+su: Convert fprintf(stderr, ...) to warnln()
Andreas Kling
2021-01-09
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-09
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-09
su+passwd: Don't copy Core::Account unnecessarily
Andreas Kling
2021-01-09
su: Use pledge() :^)
Andreas Kling
2021-01-09
passwd: Drop privileges after opening files for writing
Andreas Kling
2021-01-09
LibCore+passwd+su+Base: Add /etc/shadow to hide hashes from users :^)
Andreas Kling
2021-01-09
Loader.so+LibELF: Do not read environment variables if AT_SECURE is set
Itamar
2021-01-09
LibDebug: Support shared libraries
Itamar
2021-01-08
Userland: Add ddate utility
Brendan Coles
2021-01-07
date: Use ArgsParser and add ISO8601 / RFC3339 / RFC5322 output formats
Brendan Coles
2021-01-07
Userland: Rename cp's "-r" flag to "-R"
Nico Weber
2021-01-07
Userland: Give cp a "-l" flag to make hard links
Nico Weber
2021-01-07
Userland: Include hard link count in "ls -l" output
Nico Weber
2021-01-04
Everywhere: Use GUI::CommonActions::make_about_action()
Andreas Kling
2021-01-04
crash: Remove -x and -y which do not crash (write to / read from freed memory)
Linus Groh
2021-01-03
LibCore: Report error condition when reading process statistics failed
Tom
2021-01-03
Userland: Add gml-format
Linus Groh
2021-01-03
Kernel+Loader.so: Allow dynamic executables without an interpreter
William Marlow
2021-01-03
ls: Use Core::File::real_path_for()
Andreas Kling
2021-01-03
Loader.so+LibELF: Move most of Loader.so's logic into ELF::DynamicLinker
William Marlow
2021-01-02
Build + LibC: Enable -fstack-protector-strong in user space
Brian Gianforcaro
2021-01-02
AK: Remove redundant compare() functions.
asynts
2021-01-01
LibThread: Improve semantics of Thread::join, and remove Thread::quit.
Andrew Kaster
2021-01-01
LibJS: Remove hand-rolled Object is_foo() helpers in favor of RTTI
Andreas Kling
2021-01-01
Meta: Enable RTTI for Userspace programs
Andrew Kaster
2021-01-01
DynamicLoader: Tell the linker to not add a PT_INTERP header
Andrew Kaster
2020-12-31
LibGfx: Introduce provisional font interface
Stephan Unverwerth
2020-12-31
Everywhere: Re-format with clang-format-11
Linus Groh
2020-12-31
DynamicLoader: Handle Loader.so being invoked directly as an executable
William Marlow
2020-12-30
LibGFX: Move default_xxx_font() methods from Font to FontDatabase
Stephan Unverwerth
2020-12-30
ProtocolServer: Stream the downloaded data if possible
AnotherTest
2020-12-30
pro: Add support for sending POST requests and custom headers
AnotherTest
2020-12-29
Userland: Make `test' accept single-digit negative numbers
AnotherTest
2020-12-29
Userland: Add readelf utility
Brendan Coles
2020-12-28
AK/Userland: Use AK/Endian.h for portable byte swapping in ntpquery
Andrew Kaster
2020-12-27
Kernel: Remove the per-process icon_id and sys$set_process_icon()
Andreas Kling
2020-12-27
paste: Don't read past clipboard data buffer size
Linus Groh
2020-12-26
Kernel: Implement unveil() as a prefix-tree
AnotherTest
2020-12-26
LibC: Fix some incorrect printf usages
Sahan Fernando
2020-12-25
AK: Remove custom %b format string specifier
Andreas Kling
2020-12-25
LibELF: Move AuxiliaryValue into the ELF namespace
Andreas Kling
2020-12-25
LibELF: Remove ELF::Loader and move everyone to ELF::Image
Andreas Kling
2020-12-24
Toolchain+LibC: Fix usage of crt files
Itamar
2020-12-24
Loader: Support loading non-position independent executables
Itamar
2020-12-24
DynamicLoader: Call libc's exit when exitting, to flush standard streams
Sahan Fernando
2020-12-24
Userland: Make grep exit after hitting EOF on stdin
Sahan Fernando
[next]