1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-08 23:17:35 +00:00
serenity/Shell
AnotherTest 254d66cd81 Shell: Assert that the same pid is not given to waitpid()
Theoretically, this assertion should never trip (at least, on serenity
where we don't really reuse PIDs).
This change should be considered temporary, until we figure out whether
waitpid() is being called twice (and succeeding) for one given PID.
2020-10-01 21:20:14 +02:00
..
Tests Shell: Fix a FIXME in the a test about using functions 2020-09-26 21:28:35 +02:00
AST.cpp Shell: Track line numbers and the positions of some keywords 2020-09-30 20:05:24 +02:00
AST.h Shell: Track line numbers and the positions of some keywords 2020-09-30 20:05:24 +02:00
Builtin.cpp Shell: Make 'editor' a member of Shell, and provide a LibShell 2020-09-30 20:05:24 +02:00
CMakeLists.txt Shell: Make 'editor' a member of Shell, and provide a LibShell 2020-09-30 20:05:24 +02:00
Execution.h Shell: Allow redirections and pipes on builtins 2020-08-15 20:48:17 +02:00
Formatter.cpp Shell: Add a (very basic) formatter 2020-09-26 21:28:35 +02:00
Formatter.h Shell: Add a (very basic) formatter 2020-09-26 21:28:35 +02:00
Forward.h Shell: Add a (very basic) formatter 2020-09-26 21:28:35 +02:00
Job.cpp Shell: Fix job control and backgrounding 2020-09-09 20:35:21 +02:00
Job.h Shell: Wait for *any* child to change state when receiving a SIGCHLD 2020-10-01 21:20:14 +02:00
main.cpp Shell: Wait for *any* child to change state when receiving a SIGCHLD 2020-10-01 21:20:14 +02:00
NodeVisitor.cpp Shell: Add a (very basic) formatter 2020-09-26 21:28:35 +02:00
NodeVisitor.h Shell: Add a (very basic) formatter 2020-09-26 21:28:35 +02:00
Parser.cpp Shell: Track line numbers and the positions of some keywords 2020-09-30 20:05:24 +02:00
Parser.h Shell: Track line numbers and the positions of some keywords 2020-09-30 20:05:24 +02:00
Shell.cpp Shell: Assert that the same pid is not given to waitpid() 2020-10-01 21:20:14 +02:00
Shell.h Shell: Wait for *any* child to change state when receiving a SIGCHLD 2020-10-01 21:20:14 +02:00