1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 09:48:11 +00:00
serenity/Applications/FileManager
Andreas Kling 274b0260f7 Kernel: Don't send SIGCHLD to parent process if he has SA_NOCLDWAIT set.
Just transfer ownership of the dead process to the colonel and let the
scheduler reap it on next iteration.
2019-03-01 15:52:05 +01:00
..
.gitignore Move apps into a top-level Applications/ directory. 2019-02-10 08:35:01 +01:00
DirectoryTableModel.cpp FileManager: Allow launching processes by activating an executable file. 2019-03-01 14:57:42 +01:00
DirectoryTableModel.h FileManager: Allow launching processes by activating an executable file. 2019-03-01 14:57:42 +01:00
DirectoryTableView.cpp FileManager: Keep the window title in sync with the current path. 2019-03-01 14:34:53 +01:00
DirectoryTableView.h FileManager: Port to GTableModel/GTableView. 2019-03-01 13:55:48 +01:00
main.cpp Kernel: Don't send SIGCHLD to parent process if he has SA_NOCLDWAIT set. 2019-03-01 15:52:05 +01:00
Makefile FileManager: Port to GTableModel/GTableView. 2019-03-01 13:55:48 +01:00