summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-12-05strace: Use new PT_PEEKBUF functionBen Wiederhake
2021-12-05LibCore: Implement new ptrace_peekbuf wrapper for PT_PEEKBUF syscallBen Wiederhake
2021-12-05Kernel+strace: Remove unnecessary indirection for PEEKBen Wiederhake
2021-12-05Applications: Cast unused smart-pointer TRY return values to voidSam Atkins
2021-12-05Demos: Cast unused smart-pointer return values to voidSam Atkins
2021-12-05LibWeb: Cast unused smart-pointer return values to voidSam Atkins
2021-12-05LibVT: Cast unused smart-pointer return value to voidSam Atkins
2021-12-05Games: Cast unused smart-pointer return values to voidSam Atkins
2021-12-05LibGUI: Cast unused smart-pointer return values to voidSam Atkins
2021-12-05DHCP4Client: Cast unused Timer return values to voidSam Atkins
2021-12-05Userland: Cast unused BackgroundAction::construct() results to voidSam Atkins
2021-12-05Services: Cast unused IPC::new_client_connection() results to voidSam Atkins
2021-12-05LibELF: Cast unused smart-pointer return value to voidSam Atkins
2021-12-05LibDSP: Cast unused smart-pointer return value to voidSam Atkins
2021-12-05LibCpp: Cast unused smart-pointer return values to voidSam Atkins
2021-12-05Shell: Cast unused smart-pointer return values to voidSam Atkins
2021-12-05LibC: Add a couple of missing errno codesIdan Horowitz
2021-12-05LibC: Stub out the rest of the getnameinfo flagsIdan Horowitz
2021-12-05Kernel: Add support for the MSG_WAITALL sys$recvmsg flagIdan Horowitz
2021-12-05Kernel: Add support for the MSG_DONTROUTE sys$sendmsg flagIdan Horowitz
2021-12-05Kernel: Add the SIOCATMARK ioctl request macroIdan Horowitz
2021-12-04SoundPlayer: Port to LibMain :^)Elyse
2021-12-04chmod: Port to LibMain :^)Kenneth Myhra
2021-12-04LibCore: Add syscall wrapper for chmod()Kenneth Myhra
2021-12-04LibSQL: Gracefully react to unimplemented valid SQLJan de Visser
2021-12-04LibSQL: Improve error handlingJan de Visser
2021-12-04LibWeb: Stop sending "load" event twice to iframesAndreas Kling
2021-12-04LibWeb: Fix DOMImplementation changing content type of wrong documentAndreas Kling
2021-12-04groups: Port to LibMain :^)Andreas Kling
2021-12-04SystemMonitor: Port to LibMain :^)Andreas Kling
2021-12-04CrashReporter: Port to LibMain and use TRY() while building the UI :^)Andreas Kling
2021-12-04gron: Use StringView literals more (instead of raw C strings)Andreas Kling
2021-12-04gron: Port to LibMain :^)Andreas Kling
2021-12-04jp: Port to LibMain :^)Andreas Kling
2021-12-04Applets/ClipboardHistory: Port to LibMain :^)Andreas Kling
2021-12-04stat: Modernize slightly :^)Andreas Kling
2021-12-04ls: Port to LibMain :^)Andreas Kling
2021-12-04LibCore: Add lstat() syscall wrapperAndreas Kling
2021-12-04HackStudio: Fix cursor not jumping to column 1 in the embedded terminalDaniel Bertalan
2021-12-03find: Implement support for multiple directoriesTim Schumacher
2021-12-03find: Use a Vector for parsing instead of moving optindTim Schumacher
2021-12-03find: Port to LibMainTim Schumacher
2021-12-03LibCpp: Add "ignore invalid statements" option to PreprocessorItamar
2021-12-03HackStudio: Decrease the maximal crash frequency of the server to 10 secItamar
2021-12-03HackStudio: Only send the content of open files to language serverItamar
2021-12-03HackStudio: Add HackStudio::for_each_open_fileItamar
2021-12-02LibGUI: Make FilteringProxyModel reference-count its parent modelMartin Blicha
2021-12-01Kernel+LibC: Implement sigaltstack()Idan Horowitz
2021-12-01LibUnicode: Do not generate data for "generic" calendarsTimothy Flynn
2021-12-01LibUnicode: Fix copy-paste error in calendar_pattern_style_to_stringTimothy Flynn