Re: Process exit codes

2013-02-05 Thread Grzegorz Dwornicki
I guess that there may be a better API that why this thread was created in first place. My project goal is to make process checkpoints like cryopid had. This is for my thesis and will be GPL for everyone after my graduaction. I am researching this subject at this point. 4 lut 2013 17:18,

Re: Process exit codes

2013-02-05 Thread Valdis . Kletnieks
On Tue, 05 Feb 2013 14:07:37 +0100, Grzegorz Dwornicki said: I guess that there may be a better API that why this thread was created in first place. My project goal is to make process checkpoints like cryopid had. This is for my thesis and will be GPL for everyone after my graduaction. I am

Re: Process exit codes

2013-02-05 Thread Grzegorz Dwornicki
Thx for the tips :) 5 lut 2013 18:12, valdis.kletni...@vt.edu napisaƂ(a): On Tue, 05 Feb 2013 14:07:37 +0100, Grzegorz Dwornicki said: I guess that there may be a better API that why this thread was created in first place. My project goal is to make process checkpoints like cryopid had.

Re: Process exit codes

2013-02-05 Thread Mulyadi Santosa
On Tue, Feb 5, 2013 at 8:07 PM, Grzegorz Dwornicki gd1...@gmail.com wrote: I guess that there may be a better API that why this thread was created in first place. My project goal is to make process checkpoints like cryopid had. This is for my thesis and will be GPL for everyone after my

Process exit codes

2013-02-01 Thread Grzegorz Dwornicki
Hi Can I kill process by changing its exit codes in task_struct structure? Lets do this in 2 steps: 1. Modify the exit codes in task_struct 2. Call schedule I want to do something like kill -9 on specyfic process using kernel module Thanks G. ___

Re: Process exit codes

2013-02-01 Thread dsp...@gmail.com
i thought you just need to send a signal to it by a kernel function Sent from my HTC - Reply message - From: Grzegorz Dwornicki gd1...@gmail.com To: kernelnewbies@kernelnewbies.org Subject: Process exit codes Date: Fri, Feb 1, 2013 9:17 pm Hi Can I kill process by changing its exit