Save nearly working queues.
[wsti_so.git] / src / process3.c
2014-06-21 Rafał DługołęckiSave nearly working queues.
2014-06-21 Rafał DługołęckiInitial message queue communication.
2014-06-21 Rafał DługołęckiAdded initial inter-process communication: Sharing...
2014-06-21 Rafał DługołęckiAdd SIGSTOP in SIGTSTP to properly stop the process.
2014-06-21 Rafał DługołęckiReplace SIGINT with SIGTSTP.
2014-06-21 Rafał DługołęckiReplace SIGQUIT with SIGTERM.
2014-06-21 Rafał DługołęckiMake opening/closing/releasing resources available...
2014-06-20 Rafał DługołęckiAdded signal handlers for all processes.
2014-06-20 Rafał DługołęckiFinishing bootstrap program.
2014-06-20 Rafał DługołęckiAdd comments to the code.
2014-06-20 Rafał DługołęckiRemove not used libraries and macros.
2014-06-20 Rafał DługołęckiFix comments.
2014-06-20 Rafał DługołęckiWorking communication using pipes.