Using only one message queue.
[wsti_so.git] / src / process1.c
2014-06-21 Rafał DługołęckiUsing only one message queue.
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łęckiFix grammar.
2014-06-20 Rafał DługołęckiWorking communication using pipes.
2014-06-17 Rafał DługołęckiWorking communication between process1&process2.
2014-06-16 Rafał DługołęckiCreated named pipe to communicate with the process2.
2014-06-16 Rafał DługołęckiCreated first program.