1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-13 19:50:59 +00:00
serenity/Userland/Applications
Linus Groh 5391836468 LibC: Remove 'int* aslave' parameter from forkpty()
Only keep track of that (and eventually close() it) internally instead.
This argument is not present on other systems, so we were running into
compatibility issues with ports.
Also bring the implementation closer to Linux and OpenBSD by making sure
to close the slave pty fd in the fork()'d child as well as _exit()'ing
on login_tty() failure - it's non-POSIX, so those are our references
here. :^)
2021-05-06 13:52:46 +01:00
..
About Userland+Base: Add "ladyball" logo for the system :^) 2021-04-25 18:57:10 +02:00
Browser LibGUI: Rename ScrollableWidget => AbstractScrollableWidget 2021-05-03 21:03:13 +02:00
Calculator Everywhere: Rename app_menu to file_menu or game_menu 2021-05-01 17:40:54 +02:00
Calendar Everywhere: Rename app_menu to file_menu or game_menu 2021-05-01 17:40:54 +02:00
CrashReporter Everywhere: Use linusg@serenityos.org for my copyright headers 2021-04-22 22:51:19 +02:00
Debugger Everywhere: "file name" => "filename" 2021-04-29 22:16:18 +02:00
DisplaySettings Userland: Update IPC calls to use proxies 2021-05-03 21:14:40 +02:00
FileManager Everywhere: Rename app_menu to file_menu or game_menu 2021-05-01 17:40:54 +02:00
FontEditor LibGUI: Rename ScrollableWidget => AbstractScrollableWidget 2021-05-03 21:03:13 +02:00
Help Everywhere: Rename app_menu to file_menu or game_menu 2021-05-01 17:40:54 +02:00
HexEditor LibGUI: Rename ScrollableWidget => AbstractScrollableWidget 2021-05-03 21:03:13 +02:00
IRCClient Everywhere: Turn #if *_DEBUG into dbgln_if/if constexpr 2021-05-01 21:25:06 +02:00
KeyboardMapper Everywhere: Rename app_menu to file_menu or game_menu 2021-05-01 17:40:54 +02:00
KeyboardSettings Everywhere: Rename app_menu to file_menu or game_menu 2021-05-01 17:40:54 +02:00
MouseSettings Userland: Make IPC results with one return value available directly 2021-05-03 21:14:40 +02:00
Piano LibGUI: Rename ScrollableWidget => AbstractScrollableWidget 2021-05-03 21:03:13 +02:00
PixelPaint LibGfx: Unify Rect, Point, and Size 2021-05-02 22:48:06 +02:00
QuickShow Everywhere: Rename app_menu to file_menu or game_menu 2021-05-01 17:40:54 +02:00
Run Run: Remove useless serenity.h include 2021-04-27 23:06:16 +02:00
SoundPlayer Everywhere: Rename app_menu to file_menu or game_menu 2021-05-01 17:40:54 +02:00
SpaceAnalyzer LibGUI: Move widget registration to LibCore 2021-05-06 08:50:39 +02:00
Spreadsheet Spreadsheet: Use shrink-to-fit for cell fg/bg color input layout 2021-05-05 15:30:45 +01:00
SystemMonitor Everywhere: Rename app_menu to file_menu or game_menu 2021-05-01 17:40:54 +02:00
Terminal LibC: Remove 'int* aslave' parameter from forkpty() 2021-05-06 13:52:46 +01:00
TextEditor TextEditor: Minor cleanups in the FileArgument class 2021-05-06 12:35:25 +02:00
ThemeEditor WindowServer+LibGfx: Automatic "modified" markers in window titles 2021-05-01 19:42:29 +02:00
Welcome Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
CMakeLists.txt Applications: Rename Serendipity => Welcome 2021-04-15 20:50:24 +02:00