summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-10SystemServer+LibCore: Move /tmp/rpc/ directory creation to SystemServerAndreas Kling
2021-01-10Kernel: Don't allow non-root, non-owners to rmdir any child of stickyAndreas Kling
2021-01-10Everywhere: Convert a bunch of dbgprintf() to dbgln()Andreas Kling
2021-01-10LibVT: Don't assert if ioctl(TIOCSWINSZ) failsAndreas Kling
2021-01-10LibELF: Convert many dbgprintf() to dbgln() and tweak debug macro nameAndreas Kling
2021-01-10LibLine: It's okay to be interrupted while reading the DSR responseAnotherTest
2021-01-10Shell: Fix completing barewords with escapesAnotherTest
2021-01-10LibLine: Don't clear the displayed buffer when interruptedAnotherTest
2021-01-10LibLine: Unregister signal handlers on destructionAnotherTest
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-09Ext2FS: Zero out new space when growing an inodeAndreas Kling
2021-01-09Ext2FS: Convert dbg() to dbgln()Andreas Kling
2021-01-09LibCore: Harden signal handling code to be called in global destrcutorsTom
2021-01-09AK: Add static Singleton::get function to allow destructible globalsTom
2021-01-09LibCore: Allow adding/removing signal handlers while handling signalsTom
2021-01-09Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-09Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-09Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-09Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-09LibGUI: Add formatter for Widget.asynts
2021-01-09AK: Add Formatter<FormatString> as helper class.asynts
2021-01-09LibC: Add explicit_bzero()Andreas Kling
2021-01-09AK: Add release_value() and release_error() to AK::ResultAndreas Kling
2021-01-09LibC: Move bzero() and bcopy() per Dr. POSIXAndreas Kling
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-09Meta: Unify build-and-test jobs using a matrix buildAndrew Kaster
2021-01-09Meta: Use /usr/bin/env for python3 in newline checker scriptAndrew Kaster
2021-01-09Meta: Add flake8 to lint python filesAndrew Kaster
2021-01-09LibJS: Add tests for bitwise NOT operatorLinus Groh
2021-01-09LibJS: Make bitwise NOT work correctly with NaN and InfinityLinus Groh
2021-01-09LibJS: Use INVALID some more in abstract operationsLinus Groh
2021-01-09Kernel: Defer switching the paging scope in ptrace(PT_POKE) a littleAndreas Kling
2021-01-09LibWeb: No need to report that we encountered <svg> or <math>Andreas Kling
2021-01-09LibWeb: Coalesce layouts that happen in response to style changesAndreas Kling
2021-01-09LibDebug: Convert a bunch of dbg() to dbgln()Andreas Kling
2021-01-09WindowServer: Don't enter invalid state when using resize corner.Mart G
2021-01-09Chess: Fix button size in the piece promotion dialogAndreas Kling
2021-01-09LibWeb: Convert a bunch of dbg() to dbgln()Andreas Kling
2021-01-09Kernel: Don't put gratuitous cursing in kernel logAndreas Kling
2021-01-09LibVT+Terminal: Resize terminal when font changesAndreas Kling
2021-01-09Everywhere: Colour => ColorAndreas Kling
2021-01-09SpaceAnalyzer: use "Proper Noun" name styleTheMorc
2021-01-09Kernel/USB: Implement test transferJesse Buhagiar
2021-01-09Kernel/USB: Simplify scheduleJesse Buhagiar
2021-01-09Kernel/USB: Ignore shared IRQsJesse Buhagiar