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-12
LibGfx: Make it possible to apply an (integer) scale to a Painter
Nico Weber
2021-01-12
LibGfx: Make Painter::draw_pixel() with thickness = 1 work with RGBA
Linus Groh
2021-01-12
Shell: Use lstat instead of access to check if glob target exists
AnotherTest
2021-01-12
LibCore: Don't create an RPC server when built for lagom
AnotherTest
2021-01-12
LibPthread: Add pthread_equal()
Andreas Kling
2021-01-12
LibPthread: Stub pthread_setcancelstate() and pthread_setcanceltype()
Andreas Kling
2021-01-12
Libraries: Remove LibUnwind
Andreas Kling
2021-01-12
HexEditor: Hide unnecessary scrollbars in the main file view
Andreas Kling
2021-01-12
Demos: Remove HelloWorld demo
Andreas Kling
2021-01-12
Services: Move to Userland/Services/
Andreas Kling
2021-01-12
DevTools: Move to Userland/DevTools/
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling
2021-01-12
Applications: Move to Userland/Applications/
Andreas Kling
2021-01-12
Games: Move to Userland/Games/
Andreas Kling
2021-01-12
MenuApplets: Move to Userland/MenuApplets/
Andreas Kling
2021-01-12
Demos: Move to Userland/Demos/
Andreas Kling
2021-01-12
Userland: Move command-line utilities to Userland/Utilities/
Andreas Kling
2021-01-12
Shell: Move to Userland/Shell/
Andreas Kling
2021-01-12
AK: Simplify constructors and conversions from nullptr_t
Lenny Maiorani
2021-01-12
wc: Remove a memory leak.
Emanuele Torre
2021-01-12
wc: printf(), fprintf(stderr, ...) -> out(), outln(), warnln().
Emanuele Torre
2021-01-12
wc: Fix code style.
Emanuele Torre
2021-01-12
userdel: Use pledge() and unveil()
Brendan Coles
2021-01-12
useradd: Use pledge()
Brendan Coles
2021-01-11
strace: Use pledge()
Andreas Kling
2021-01-11
Kernel: Add dedicated "ptrace" pledge promise
Andreas Kling
2021-01-11
Everywhere: Fix incorrect uses of String::format and StringBuilder::appendf
Sahan Fernando
2021-01-10
AK: Make MappedFile heap-allocated and ref-counted
Andreas Kling
2021-01-10
LibCore: Use OSError in get_password() return type
Andreas Kling
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
[next]