ladybird/Userland
AnotherTest 5d19509616 Shell: Handle SIGCHLD after sending SIGCONT to job
This fixes `fg` and `bg` causing the shell to go into an infinite loop
of trying to `waitpid` until some current job changes state.

a.k.a. "Fix Shell backgrounding, yet again!" :P
2021-03-31 23:49:26 +02:00
..
Applications FontEditor+TextEditor+Playground: Refuse to load device files 2021-03-30 11:29:52 +02:00
Demos Everywhere: Change font properties to be described in GML 2021-03-29 09:10:23 +02:00
DevTools FontEditor+TextEditor+Playground: Refuse to load device files 2021-03-30 11:29:52 +02:00
DynamicLoader LibC: Add x86_64 Registers 2021-03-21 09:35:23 +01:00
Games Chess: Added option to toggle showing moves 2021-03-27 23:37:06 +01:00
Libraries LibC+ping: Move internet_checksum to serenity header 2021-03-31 23:42:24 +02:00
MenuApplets ResourceGraph.MenuApplet: Make these a little bit smaller 2021-03-30 23:43:24 +02:00
Services WindowServer+LibGfx: Rename menu_bar => menubar 2021-03-31 23:38:26 +02:00
Shell Shell: Handle SIGCHLD after sending SIGCONT to job 2021-03-31 23:49:26 +02:00
Tests Tests: Create stress-writeread 2021-03-17 23:22:42 +01:00
Utilities Utilities: Add simple traceroute utility 2021-03-31 23:42:24 +02:00
CMakeLists.txt Build: Build Userland with -O2, Kernel with -Os 2021-02-24 11:38:52 +01:00