summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2020-12-24DynamicLoader: Call libc's exit when exitting, to flush standard streamsSahan Fernando
2020-12-24Userland: Make grep exit after hitting EOF on stdinSahan Fernando
2020-12-24Userland: Add strace parameter for output log fileSahan Fernando
2020-12-24Userland: Add pmap utilityBrendan Coles
2020-12-24open: Mention full URL in 'Failed to open' error messageLinus Groh
2020-12-24open: Handle file:// URLs properlyLinus Groh
2020-12-24open: Remove extraneous newline from error outputLinus Groh
2020-12-23cp: Don't copy the set-uid or set-gid bitsAndreas Kling
2020-12-22LibCore: Rename identifiers that can clash with libc macros (#4127)Érico Nogueira Rolim
2020-12-21Kernel: Improve time keeping and dramatically reduce interrupt loadTom
2020-12-21Userland: userdel: Resolve home directory realpath before removalBrendan Coles
2020-12-21Userland: useradd: Add command line option to set user passwordBrendan Coles
2020-12-21Everywhere: Switch from (void) to [[maybe_unused]] (#4473)Lenny Maiorani
2020-12-19LibTLS+Userland: Remove all uses of ByteBuffer::slice_view()Andreas Kling
2020-12-19LibTLS+LibCrypto: Remove all remaining uses of ByteBuffer::wrap()Andreas Kling
2020-12-19LibCrypto: Yet more ByteBuffer::wrap() removal. Not much left now!Andreas Kling
2020-12-19LibTLS: Even more ByteBuffer -> Span conversionAndreas Kling
2020-12-19LibTLS+LibCrypto: More ByteBuffer -> Span conversionAndreas Kling
2020-12-19LibTLS+LibCrypto: Replace a whole bunch of ByteBuffers with SpansAndreas Kling
2020-12-19LibProtocol: Remove use of ByteBuffer::wrap() in protocol APIAndreas Kling
2020-12-17LibC: stdlib: Add clearenv() functionBrendan Coles
2020-12-16ln: Make the 'path' argument optionalAndreas Kling
2020-12-16Userland: Add beep utilityBrendan Coles
2020-12-14Loader: Don't re-load self-dependant librariesItamar
2020-12-14UserspaceEmulator: Support dynamically loaded programsItamar
2020-12-14Loader: Take main program name from auxiliary vectorItamar
2020-12-14Loader: Stabilize loader & Use shared libraries everywhere :^)Itamar
2020-12-14Loader: Add dynamic loader programItamar
2020-12-14jp: Remove trailing comma at end of object/array to make output valid JSONLinus Groh
2020-12-14jp: Only output colors when stdout is a TTYLinus Groh
2020-12-14jp: Use new format functionsLinus Groh
2020-12-13LibWeb: Make HTMLDocumentParser take an existing documentAndreas Kling
2020-12-13LibCore: Make IODevice::read_line() return a StringAndreas Kling
2020-12-12LibPthread: Return errors as positive return valuesTom
2020-12-09Userland: Fix overly-eager loop detection in cp (#4368)Sahan Fernando
2020-12-09Userland: Fix segfault in sortSahan Fernando
2020-12-06Userland: Fix typo in 'pro' helpBen Wiederhake
2020-12-06Userland: Write some '--help' descriptions where appropriateBen Wiederhake
2020-12-05js: Improve pretty-printing of various objectsLinus Groh
2020-12-03test-js: Use new format functionsLinus Groh
2020-12-03test-js: Set test root correctly when specified as positional argLinus Groh
2020-12-02Applications+Userland: Switch to new Audio::Loader APIJulian Offenhäuser
2020-11-30Kernel: Move block condition evaluation out of the SchedulerTom
2020-11-29Userland: Implement -I/-a (binary-mode) and -i (insensitive) for grepAnotherTest
2020-11-29LibCore: Do not try to null-terminate a ByteBuffer in read_line()AnotherTest
2020-11-29Tests/Kernel: Remove redundant `if` (#4111)Lenny Maiorani
2020-11-29Userland: Make `mv` capable of moving multiple filesAnotherTest
2020-11-28Userland: Implement find -name clauseSergey Bugaev
2020-11-28Tests: Add Kernel tests for unveil system call browse 'b' flagBrendan Coles
2020-11-27LibJS+js: Rename RegExp.{content => pattern}AnotherTest