1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-17 14:01:00 +00:00
serenity/Applications
Andreas Kling 69ca9cfd78 LibPthread: Start working on a POSIX threading library
This patch adds pthread_create() and pthread_exit(), which currently
simply wrap our existing create_thread() and exit_thread() syscalls.

LibThread is also ported to using LibPthread.
2019-11-13 21:49:24 +01:00
..
About GButton: Convert most code to using ObjectPtr for GButton 2019-09-21 19:28:28 +02:00
Browser LibHTML: Paint a magenta rectangle around the currently inspected node 2019-11-09 11:58:50 +01:00
Calculator LibCore: Remove ObjectPtr in favor of RefPtr 2019-09-22 00:31:54 +02:00
ChanViewer LibCore: Remove ObjectPtr in favor of RefPtr 2019-09-22 00:31:54 +02:00
DisplayProperties LibGUI: Rename GEventLoop.{cpp,h} => GWindowServerConnection 2019-11-08 11:40:25 +01:00
Downloader ByteBuffer: Remove pointer() in favor of data() 2019-09-30 08:57:01 +02:00
FileManager FileManager: Remember my last position and size. 2019-11-09 20:50:53 +01:00
FontEditor LibGUI: Convert custom widgets and subclasses to ObjectPtr 2019-09-21 20:04:00 +02:00
Help LibHTML: Rename parse_html() => parse_html_document() 2019-11-06 20:52:18 +01:00
HexEditor HexEditor: Created has_selection() method. 2019-10-27 00:44:42 +02:00
IRCClient IRCClient: Escape HTML entities in nicknames, too, just in case 2019-11-07 18:09:52 +01:00
PaintBrush PaintBrush: Use secondary color for eraser (like in ms_paint) 2019-10-15 19:18:04 +02:00
Piano LibGUI: Rename GEventLoop.{cpp,h} => GWindowServerConnection 2019-11-08 11:40:25 +01:00
QuickShow LibGUI: Convert custom widgets and subclasses to ObjectPtr 2019-09-21 20:04:00 +02:00
SoundPlayer SoundPlayer: Add option to hide scope 2019-11-09 20:55:47 +01:00
SystemDialog LibGUI: Don't create GMessageBox and GInputBox on the stack 2019-09-21 20:32:31 +02:00
SystemMonitor Kernel+SystemMonitor: Publish can_read/write state for open files 2019-11-09 22:42:19 +01:00
Taskbar LibGUI: Rename GEventLoop.{cpp,h} => GWindowServerConnection 2019-11-08 11:40:25 +01:00
Terminal Terminal+HackStudio: Fix leaking PTM fd to child processes 2019-11-13 16:37:04 +01:00
TextEditor LibGUI: Move text search functions from GTextEditor to GTextDocument 2019-11-01 21:31:06 +01:00
Welcome LibCore: Make CObject reference-counted 2019-09-22 00:25:25 +02:00
Makefile.common LibPthread: Start working on a POSIX threading library 2019-11-13 21:49:24 +01:00