summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-01-12LibGfx: Make it possible to apply an (integer) scale to a PainterNico Weber
2021-01-12LibGfx: Make Painter::draw_pixel() with thickness = 1 work with RGBALinus Groh
2021-01-12Shell: Use lstat instead of access to check if glob target existsAnotherTest
2021-01-12LibCore: Don't create an RPC server when built for lagomAnotherTest
2021-01-12LibPthread: Add pthread_equal()Andreas Kling
2021-01-12LibPthread: Stub pthread_setcancelstate() and pthread_setcanceltype()Andreas Kling
2021-01-12Libraries: Remove LibUnwindAndreas Kling
2021-01-12HexEditor: Hide unnecessary scrollbars in the main file viewAndreas Kling
2021-01-12Demos: Remove HelloWorld demoAndreas Kling
2021-01-12Services: Move to Userland/Services/Andreas Kling
2021-01-12DevTools: Move to Userland/DevTools/Andreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling
2021-01-12Applications: Move to Userland/Applications/Andreas Kling
2021-01-12Games: Move to Userland/Games/Andreas Kling
2021-01-12MenuApplets: Move to Userland/MenuApplets/Andreas Kling
2021-01-12Demos: Move to Userland/Demos/Andreas Kling
2021-01-12Userland: Move command-line utilities to Userland/Utilities/Andreas Kling
2021-01-12Shell: Move to Userland/Shell/Andreas Kling
2021-01-12AK: Simplify constructors and conversions from nullptr_tLenny Maiorani
2021-01-12wc: Remove a memory leak.Emanuele Torre
2021-01-12wc: printf(), fprintf(stderr, ...) -> out(), outln(), warnln().Emanuele Torre
2021-01-12wc: Fix code style.Emanuele Torre
2021-01-12userdel: Use pledge() and unveil()Brendan Coles
2021-01-12useradd: Use pledge()Brendan Coles
2021-01-11strace: Use pledge()Andreas Kling
2021-01-11Kernel: Add dedicated "ptrace" pledge promiseAndreas Kling
2021-01-11Everywhere: Fix incorrect uses of String::format and StringBuilder::appendfSahan Fernando
2021-01-10AK: Make MappedFile heap-allocated and ref-countedAndreas Kling
2021-01-10LibCore: Use OSError in get_password() return typeAndreas Kling
2021-01-10Everywhere: Convert a bunch of dbgprintf() to dbgln()Andreas Kling
2021-01-09passwd: Drop "tty" pledge promise after getting password from userAndreas Kling
2021-01-09su: Drop "tty" pledge promise after getting password from userAndreas Kling
2021-01-09passwd+su: Convert fprintf(stderr, ...) to warnln()Andreas Kling
2021-01-09Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-09Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-09su+passwd: Don't copy Core::Account unnecessarilyAndreas Kling
2021-01-09su: Use pledge() :^)Andreas Kling
2021-01-09passwd: Drop privileges after opening files for writingAndreas Kling
2021-01-09LibCore+passwd+su+Base: Add /etc/shadow to hide hashes from users :^)Andreas Kling
2021-01-09Loader.so+LibELF: Do not read environment variables if AT_SECURE is setItamar
2021-01-09LibDebug: Support shared librariesItamar
2021-01-08Userland: Add ddate utilityBrendan Coles
2021-01-07date: Use ArgsParser and add ISO8601 / RFC3339 / RFC5322 output formatsBrendan Coles
2021-01-07Userland: Rename cp's "-r" flag to "-R"Nico Weber
2021-01-07Userland: Give cp a "-l" flag to make hard linksNico Weber
2021-01-07Userland: Include hard link count in "ls -l" outputNico Weber
2021-01-04Everywhere: Use GUI::CommonActions::make_about_action()Andreas Kling
2021-01-04crash: Remove -x and -y which do not crash (write to / read from freed memory)Linus Groh
2021-01-03LibCore: Report error condition when reading process statistics failedTom
2021-01-03Userland: Add gml-formatLinus Groh