summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-12-17LibCrypto: Declobber AES header from s-box tablesAlexander Ulmer
2021-12-16LibCore: Use correct underlying syscall in seteuid() and setegid()Andreas Kling
2021-12-16LibCore+passwd+usermod: Make Core::Account::sync() return ErrorOr<void>Andreas Kling
2021-12-16LibCore: Add syscall wrapper for rename()Andreas Kling
2021-12-16LibCore: Add syscall wrapper for fchmod()Andreas Kling
2021-12-16LibCore: Add syscall wrapper for mkstemp()Andreas Kling
2021-12-16SystemServer: Use more LibCore syscall wrappers :^)Andreas Kling
2021-12-16LibCore: Add syscall wrapper for fork()Andreas Kling
2021-12-16LibCore: Add syscall wrapper for mkdir()Andreas Kling
2021-12-16LibCore: Add syscall wrapper for mount()Andreas Kling
2021-12-16SystemServer: Port to LibMain :^)Andreas Kling
2021-12-16su: Port to LibMain :^)Andreas Kling
2021-12-16passwd: Use LibCore syscall wrapper for setegid()Andreas Kling
2021-12-16usermod: Use LibCore syscall wrapper for setegid()Andreas Kling
2021-12-16LibCore: Add syscall wrapper for setgroups()Andreas Kling
2021-12-16LibCore: Add syscall wrapper for isatty()Andreas Kling
2021-12-16pls: Port to LibMain :^)Andreas Kling
2021-12-16LibCore: Add syscall wrappers for setuid/seteuid/setgid/setegidAndreas Kling
2021-12-16LibJS: Add MarkedVector<T>Andreas Kling
2021-12-16LibJS: Add JS::make_handle(T&)Andreas Kling
2021-12-16LibTextCodec: Add alternate Cyrillic (aka Koi8-r) encodingDmitry Petrov
2021-12-16LibCore: Remove LocalServer::on_ready_to_acceptsin-ack
2021-12-16LibCore+Userland: Convert TCPServer to use the Serenity Stream APIsin-ack
2021-12-16LibCore: Implement the Serenity Stream API classessin-ack
2021-12-16Kernel+LibC: Move errno definitions to Kernel/API/POSIXsin-ack
2021-12-16LibCore+LookupServer: Implement and use UDPServer::sendsin-ack
2021-12-16LibC: Implement serenity_opensin-ack
2021-12-16LibGfx: Handle malformed Platform ID during TTF parsingBrian Gianforcaro
2021-12-16Terminal: Fix broken selection after dbl/trp clickryanb-dev
2021-12-16expr: Use StringView literals more (instead of raw C strings)Kenneth Myhra
2021-12-16expr: Port to LibMainKenneth Myhra
2021-12-16functrace: Port to LibMain and move away from raw C stringsKenneth Myhra
2021-12-16flock: Port to LibMainKenneth Myhra
2021-12-16LibCore: Add waitpid() wrapper that return ErrorOr<pid_t>Kenneth Myhra
2021-12-16LibCore: Add posix_spawnp() wrapper that return ErrorOr<pid_t>Kenneth Myhra
2021-12-16file: Port to LibMainKenneth Myhra
2021-12-16fdtdump: Port to LibMainKenneth Myhra
2021-12-16dirname: Port to LibMainKenneth Myhra
2021-12-16diff: Port to LibMainKenneth Myhra
2021-12-16df: Port to LibMainKenneth Myhra
2021-12-16ddate: Port to LibMainKenneth Myhra
2021-12-16Shell: Don't skip over the first brace expansion entry if it's emptyAli Mohammad Pur
2021-12-16Shell: Set subshell flag after checking for its value in parent shellAli Mohammad Pur
2021-12-16LibLine: Switch all files to use east-constAli Mohammad Pur
2021-12-16LibLine: Update the prompt origin after resize + suggestion redisplayAli Mohammad Pur
2021-12-16LibLine: Take the prompt into account when adjusting for a scrolled viewAli Mohammad Pur
2021-12-16Spreadsheet: Handle emptying of cell containing only an '='RasmusNylander
2021-12-15LibSanitizer: Log UBSAN errors in red text to the debug consoleAndrew Kaster
2021-12-15AK+LibSanitizer: Add method to zero out a UBSAN SourceLocationAndrew Kaster
2021-12-15LibSanitizer: Check for halt_on_error=0 in $UBSAN_OPTIONSAndrew Kaster