summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2021-02-06LookupServer+LibC: Pass IP addresses in binarySergey Bugaev
2021-02-06LookupServer: Switch to LibIPC :^)Sergey Bugaev
2021-02-05LibJS: GlobalObject must mark builtin prototypesAndreas Kling
2021-02-05LibM: Implement nextafter() and nexttoward()Andreas Kling
2021-02-05Userland: Add LibSystem and funnel all syscalls through itAndreas Kling
2021-02-05LibELF: Only set up PLT trampoline for objects with a PLTAndreas Kling
2021-02-05LibM: Build and install the LibM testAndreas Kling
2021-02-05LibJS: Improve correctness of rounding and bitwise operationsAndreas Kling
2021-02-05LibM: Improve accuracy of rounding related functionsAndreas Kling
2021-02-04SymbolServer+LibSymbolClient: Just do one symbol per IPC messageAndreas Kling
2021-02-04LibSymbolClient+bt: Move bt logic to SymbolClient::symbolicate_thread()Andreas Kling
2021-02-04LibSymbolClient: Add helper library for interfacing with SymbolServerAndreas Kling
2021-02-04LibJS: Fix obviously wrong \uXXXX serialization in JSONObjectAndreas Kling
2021-02-04LibELF: Randomize the VM reservation (so we don't break ASLR)Andreas Kling
2021-02-03LibELF: Make a dummy VM reservation before mapping dynamic objectsAndreas Kling
2021-02-03LibELF: Remove dynamic loader syscall exception for libkeyboard.soAndreas Kling
2021-02-03LibC+LibKeyboard: Move getkeymap()+setkeymap() syscall wrappers to LibCAndreas Kling
2021-02-03LibWeb: Basic implementation of global event handlers :^)Andreas Kling
2021-02-03LibWeb: Add enumerator macro for all the "global event handlers"Andreas Kling
2021-02-03LibWeb: Add a whole bunch of onfooevent names to HTML::AttributeNamesAndreas Kling
2021-02-03Everywhere: Remove some bitrotted "#if 0" blocksAndreas Kling
2021-02-03LibWeb: Move main thread JavaScript VM to its own fileAndreas Kling
2021-02-03TextEditor: Implement word wrappingZac
2021-02-03LibC+LibELF: Run clang-formatAndreas Kling
2021-02-02LibELF: Make syscall region exceptions for UE and libkeyboard.soAndreas Kling
2021-02-02LibX86: Don't assert just because insn has no immediate bytesAndreas Kling
2021-02-02LibELF: Mark libc.so and libpthread.so as syscall regionsAndreas Kling
2021-02-02LibCore: Use serenity_readlink() instead of making syscalls directlyAndreas Kling
2021-02-02LibC: Add LibC wrapper for sys$readlink()Andreas Kling
2021-02-02Revert "StatusBar: Allow GML files to set the number of labels to create"Andreas Kling
2021-02-02Revert "TextEditor: Add vim status indicators to the statusbar"Andreas Kling
2021-02-02LibJS: Fix variable name coding style int{Part => _part}Linus Groh
2021-02-02TextEditor: Add vim status indicators to the statusbarZac
2021-02-02StatusBar: Allow GML files to set the number of labels to createZac
2021-02-01LibELF: Close dynamic objects after mapping and linking themAndreas Kling
2021-02-01LibC: Expose various option variables for later usageLiav A
2021-02-01LibIPC: Stop sending client ID to clientsAndreas Kling
2021-02-01LibGUI+WindowServer: Don't use a WM IPC to initiate own window resizeAndreas Kling
2021-02-01LibJS: Use VM::names for Object::invoke() function namesLinus Groh
2021-02-01Kernel+LibKeyboard: Define the default keymap only in one placeBen Wiederhake
2021-02-01LibKeyboard: Don't assert on failureBen Wiederhake
2021-02-01LibKeyboard+keymap: Support querying the keymap via commandlineBen Wiederhake
2021-02-01Kernel+LibKeyboard: Enable querying the current keymapBen Wiederhake
2021-02-01LibTextCodec: Avoid duplicate definition of standard encodingsBen Wiederhake
2021-01-31LibX86: sanity check for Instruction read sizeThomas Mangin
2021-01-31LibLine: Only print ascii characters in caret formAnotherTest
2021-01-31LibWeb: Use URL::to_string_encoded() for the crash error page URL's hrefLinus Groh
2021-01-31LibC: Don't honor LIBC_* malloc debugging flags in AT_SECURE contextAndreas Kling
2021-01-31LibELF: Split the DynamicLoader's loading mechanism into two stepsAndreas Kling
2021-01-31LibELF: Assert on multiple calls to DynamicLoader::load_from_image()Andreas Kling