summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-08-10LibJS: Reduce copying of string data in RegExp.prototypeTimothy Flynn
2021-08-10LibJS: Reduce copying of string data in String.prototypeTimothy Flynn
2021-08-10AK: Add a formatter overload for Utf16ViewTimothy Flynn
2021-08-10AK+Kernel: Add StringBuilder::append overload for UTF-16 viewsTimothy Flynn
2021-08-10AK: Convert StringBuilder to use east-constTimothy Flynn
2021-08-10LibJS: Replace Vector<u16> usage in PrimitiveString wth Utf16StringTimothy Flynn
2021-08-10LibJS: Add a simple reference-counted UTF-16 stringTimothy Flynn
2021-08-10Kernel: Fix kernel panic when blocking on the process' big lockGunnar Beutner
2021-08-10LibGUI: Draw a focus rect over the row when sel. behavior is SelectRowssin-ack
2021-08-10Profiler: Use SelectionBehavior::SelectRowssin-ack
2021-08-10LibGUI: Partially restore original TreeView column painting behaviorsin-ack
2021-08-10LibGUI: Default TreeView to SelectionBehavior::SelectItemssin-ack
2021-08-10VirtualFileSystem: Return early in rename() when old_path==new_pathLuK1337
2021-08-10Kernel: Add syscall performance event typeJean-Baptiste Boric
2021-08-10Kernel: Properly handle non-blocking I/O on pipesJean-Baptiste Boric
2021-08-10Kernel: Add CLOCK_MONOTONIC_COARSE to the kernel time pageAndreas Kling
2021-08-10Kernel: Only expose CLOCK_REALTIME_COARSE via the kernel time pageAndreas Kling
2021-08-10LibC: Use CLOCK_REALTIME_COARSE for gettimeofday()Andreas Kling
2021-08-10Kernel: Close race window in timestamp update mechanismAndreas Kling
2021-08-10SystemServer: Change group ownership on all framebuffer devicesLiav A
2021-08-10Kernel: Properly implement SO_ERROR optionbrapru
2021-08-10Kernel: Add so_error to keep track of the socket's error statebrapru
2021-08-10LaunchServer: Make sure launching absolute symlinks worksGunnar Beutner
2021-08-10UserspaceEmulator: Fail sys$map_time_page() with ENOSYS for nowAndreas Kling
2021-08-10Kernel+LibC: Allow clock_gettime() to run without syscallsAndreas Kling
2021-08-10LibC+Kernel: Use an enum for clockid_t valuesAndreas Kling
2021-08-10Kernel: Alphabetize the syscall listAndreas Kling
2021-08-10Kernel+UserspaceEmulator: Remove unused sys$gettimeofday()Andreas Kling
2021-08-10LibC: Implement gettimeofday() in terms of clock_gettime(CLOCK_REALTIME)Andreas Kling
2021-08-10Mandelbrot: Only recalculate missing areas after panningsin-ack
2021-08-10Mandelbrot: Add panningsin-ack
2021-08-10Mandelbrot: Add mousewheel zoomingsin-ack
2021-08-10Mandelbrot: Use a GUI::Frame to paint intosin-ack
2021-08-10LaunchServer: Resolve symlinks when querying for handler applicationLuK1337
2021-08-10Spreadsheet: Call SheetModel::update() instead of invalidate()sin-ack
2021-08-10Kernel/SMP: Change critical sections to not disable interruptsAndreas Kling
2021-08-10Kernel/SMP: Skip thread registers in core dump if there is no trap frameAndreas Kling
2021-08-10Kernel/SMP: Make entering/leaving critical sections multi-processor safeAndreas Kling
2021-08-10UserspaceEmulator: Move all the profiling details into the EmulatorAli Mohammad Pur
2021-08-10Profiler: Disassemble the containing function for non-function symbolsAli Mohammad Pur
2021-08-10Profiler: Show the symbol address in object fileAli Mohammad Pur
2021-08-10UserspaceEmulator+LibC: Add support for Region-of-Interest profilingAli Mohammad Pur
2021-08-09LibELF: Remove `(FlatPtr)something.as_ptr()` idiomDaniel Bertalan
2021-08-09LibELF: Fix 'applying offset produced null pointer' UBSAN failureDaniel Bertalan
2021-08-09Kernel/USB: Tighten up USBManagement enumeration code a bitLiav A
2021-08-09LaunchServer: Do not provide file handlers for special filesTetsui Ohkubo
2021-08-09Everywhere: Use tobyase@serenityos.org for my copyright headersTobias Christiansen
2021-08-09Kernel/USB: Create controller base class and introduce USBManagementLuke
2021-08-09USB: Fix wrong port read/write in portscan daemonJesse Buhagiar
2021-08-09Meta: Add SERENITY_CPUS environment variable to control number of CPUsTom