1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-11 18:20:43 +09:00
ladybird/Userland
Hendiadyoin1 e8ef10e2a6 Kernel/LibC: Make memset implementations the same
I dont know why we do a fast path in the Kernel, but not in Userspace

Also simplified the byte explosion in memset to "explode_byte"
it even seemed so, that we missed the highest byte when memseting something
2021-04-08 23:57:16 +02:00
..
Applets FontEditor+ClipboardHistory: Use system-wide Clipboard 2021-04-07 19:27:01 +02:00
Applications FontEditor+ClipboardHistory: Use system-wide Clipboard 2021-04-07 19:27:01 +02:00
Demos Everywhere: Change font properties to be described in GML 2021-03-29 09:10:23 +02:00
DevTools UE: Default initialize regionmap 2021-04-08 23:57:16 +02:00
DynamicLoader LibC: Add x86_64 Registers 2021-03-21 09:35:23 +01:00
Games Minesweeper: Fix UI layout and focus behavior 2021-04-06 17:55:47 +02:00
Libraries Kernel/LibC: Make memset implementations the same 2021-04-08 23:57:16 +02:00
Services DHCPClient: Retry DISCOVER for interfaces that fail 2021-04-06 08:38:44 +02:00
Shell Shell: Allow newlines between the function decl and its body 2021-04-08 10:46:39 +02:00
Tests Tests: Merge duplicate TestFormat test into AK directory 2021-04-08 20:30:56 +02:00
Utilities LibWeb: Pass optional status code to ResourceLoader callbacks 2021-04-03 16:34:34 +02:00
CMakeLists.txt Userland: Rename *.MenuApplet => *.Applet 2021-04-04 16:29:55 +02:00