1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-29 11:42:38 +00:00
serenity/Userland/Applications
Liav A 5b3980b040 Userland: Utilize MS_NOREGULAR mount flag
For SystemServer, we simply ensure that the /dev mount is now mounted
with MS_NOREGULAR flag to ensure only non-regular files are created,
thus, achieving what DevTmpFS provided in its implementation, but in a
much more sane and clean way than how DevTmpFS did that.

For other userland applications, we simply make them being aware of this
flag so they can show an indication about this flag being used to the
user.
2022-10-22 19:18:15 +02:00
..
3DFileViewer Userland: Unveil /proc/all in applications which require it 2022-10-03 17:09:21 +01:00
About Userland+LibCore: Remove legacy SERENITY_VERSION from Core::Version 2022-10-14 13:45:33 +02:00
AnalogClock Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
Assistant AK+Everywhere: Replace "protocol" with "scheme" url helpers 2022-09-29 09:39:04 +01:00
Browser Browser: Show SameSite attribute in cookie storage inspector 2022-10-22 18:17:01 +02:00
BrowserSettings Userland: Properly populate GENERATED_SOURCES 2022-10-12 15:55:15 +01:00
Calculator Userland: Properly populate GENERATED_SOURCES 2022-10-12 15:55:15 +01:00
Calendar Userland: Properly populate GENERATED_SOURCES 2022-10-12 15:55:15 +01:00
CalendarSettings Userland: Properly populate GENERATED_SOURCES 2022-10-12 15:55:15 +01:00
CharacterMap Userland: Properly populate GENERATED_SOURCES 2022-10-12 15:55:15 +01:00
ClockSettings Userland: Properly populate GENERATED_SOURCES 2022-10-12 15:55:15 +01:00
CrashReporter AK+Userland: Stub out code that isn't currently implemented on AARCH64 2022-10-14 13:01:13 +02:00
Debugger AK+Userland: Stub out code that isn't currently implemented on AARCH64 2022-10-14 13:01:13 +02:00
DisplaySettings Userland: Properly populate GENERATED_SOURCES 2022-10-12 15:55:15 +01:00
Escalator Escalator: Add new method to privilege escalate within GUI 2022-10-14 11:23:06 +02:00
FileManager WindowServer: Add wallpaper backing bitmap 2022-10-17 01:12:51 +02:00
FontEditor Userland: Properly populate GENERATED_SOURCES 2022-10-12 15:55:15 +01:00
GamesSettings Userland: Properly populate GENERATED_SOURCES 2022-10-12 15:55:15 +01:00
Help Userland: Properly populate GENERATED_SOURCES 2022-10-12 15:55:15 +01:00
HexEditor HexEditor: Render selection background without gaps between rows 2022-10-14 16:24:51 +01:00
ImageViewer AK+Everywhere: Replace "protocol" with "scheme" url helpers 2022-09-29 09:39:04 +01:00
KeyboardMapper AK+Everywhere: Add AK_COMPILER_{GCC,CLANG} and use them most places 2022-10-04 23:35:07 +01:00
KeyboardSettings Userland: Properly populate GENERATED_SOURCES 2022-10-12 15:55:15 +01:00
Magnifier Magnifier: Increase window size 2022-10-21 17:16:01 +01:00
Mail Userland: Properly populate GENERATED_SOURCES 2022-10-12 15:55:15 +01:00
MailSettings Userland: Properly populate GENERATED_SOURCES 2022-10-12 15:55:15 +01:00
MouseSettings Userland: Properly populate GENERATED_SOURCES 2022-10-12 15:55:15 +01:00
NetworkSettings NetworkSettings+SpiceAgent: Update and add required unveil paths 2022-10-15 05:59:39 +00:00
PartitionEditor Userland: Properly populate GENERATED_SOURCES 2022-10-12 15:55:15 +01:00
PDFViewer Userland: Unveil /proc/all in applications which require it 2022-10-03 17:09:21 +01:00
Piano Piano: Replace knob instantiations with ProcessorParameterWidgets 2022-07-25 15:25:13 +02:00
PixelPaint PixelPaint: Add Polygonal Select Tool 2022-10-19 23:04:07 +02:00
Run Userland: Properly populate GENERATED_SOURCES 2022-10-12 15:55:15 +01:00
Settings Settings: Support for launching settings apps as root 2022-10-14 11:23:06 +02:00
SoundPlayer LibAudio: Get rid of unused method Loader::file() 2022-10-14 23:11:23 +02:00
SpaceAnalyzer Userland: Properly populate GENERATED_SOURCES 2022-10-12 15:55:15 +01:00
Spreadsheet Userland: Properly populate GENERATED_SOURCES 2022-10-12 15:55:15 +01:00
SystemMonitor Userland: Utilize MS_NOREGULAR mount flag 2022-10-22 19:18:15 +02:00
Terminal SystemServer+LoginServer+Userland: Switch to sid-based sockets 2022-10-03 11:11:29 +02:00
TerminalSettings Userland: Properly populate GENERATED_SOURCES 2022-10-12 15:55:15 +01:00
TextEditor Userland: Properly populate GENERATED_SOURCES 2022-10-12 15:55:15 +01:00
ThemeEditor Userland: Properly populate GENERATED_SOURCES 2022-10-12 15:55:15 +01:00
VideoPlayer VideoPlayer: Allow display of multiple frames by clicking the image 2022-10-09 20:32:40 -06:00
Welcome Userland: Properly populate GENERATED_SOURCES 2022-10-12 15:55:15 +01:00
CMakeLists.txt Escalator: Add new method to privilege escalate within GUI 2022-10-14 11:23:06 +02:00