Re: Process exit codes

2013-02-05 Thread Mulyadi Santosa
On Tue, Feb 5, 2013 at 8:07 PM, Grzegorz Dwornicki 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 > graduaction. I am r

Re: Process exit codes

2013-02-05 Thread Grzegorz Dwornicki
Thx for the tips :) 5 lut 2013 18:12, 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. This is for my

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 a

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, napisał(a

Re: Process exit codes

2013-02-04 Thread Valdis . Kletnieks
On Fri, 01 Feb 2013 14:17:18 +0100, Grzegorz Dwornicki said: > I want to do something like kill -9 on specyfic process using kernel module Let's take a step back - can you explain *why* you're trying to do a kill -9 from a kernel module? There's a really good chance that there's already a better

Re: Process exit codes

2013-02-02 Thread Jimmy Pan
this is maybe faster method? > > G. > > 1 lut 2013 18:57, "dsp...@gmail.com" napisał(a): > >> >> i thought you just need to send a signal to it by a kernel function >> >> Sent from my HTC >> >> ----- Reply message - >> From:

Re: Process exit codes

2013-02-01 Thread Grzegorz Dwornicki
need to send a signal to it by a kernel function > > Sent from my HTC > > - Reply message - > From: "Grzegorz Dwornicki" > To: > Subject: Process exit codes > Date: Fri, Feb 1, 2013 9:17 pm > > > Hi > > Can I kill process by changing its ex

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" To: Subject: Process exit codes Date: Fri, Feb 1, 2013 9:17 pm Hi Can I kill process by changing its exit codes in task_struct structure? Let

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. ___ Kern