1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-20 16:51:00 +00:00
serenity/Userland
Timothy Flynn 8997d825d5 LibSQL: Don't use the SQL socket file path as its descriptor
This is just used to key the socket fd for system server takeover. On
macOS, this file path has a space in it, which trips up the parsing as
it splits on spaces. That parsing should be fixed (probably shouldn't
rely on spaces as a delimter), but for now, we can change the key to
avoid spaces.
2022-12-11 19:05:07 -07:00
..
Applets Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
Applications Help: Link to LibLocale 2022-12-11 13:59:41 -07:00
BuggieBox Userland: Add the BuggieBox program 2022-11-26 12:41:47 -07:00
Demos LibCore: Use Core::Stream for ProcessStatisticsReader 2022-12-10 11:49:24 +00:00
DevTools LibX86: Only pass ProcessorMode to Instruction constructor 2022-12-11 22:06:30 +01:00
DynamicLoader AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
Games MasterWord: Display the last word in a different color for short input 2022-12-11 22:10:37 +01:00
Libraries LibSQL: Don't use the SQL socket file path as its descriptor 2022-12-11 19:05:07 -07:00
Services WindowServer: Remove unused bools in Menu::draw() 2022-12-11 20:25:58 +01:00
Shell Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
Utilities Help+man+LibManual: Move argument handling to LibManual 2022-12-11 16:05:23 +00:00
CMakeLists.txt Userland: Add the BuggieBox program 2022-11-26 12:41:47 -07:00