Re: [PATCH 2.6.13-rc7 2/2] New Syscall: set rlimits of any process (reworked)

2005-08-28 Thread Wieland Gmeiner
On Fri, 2005-08-26 at 16:34 +0100, Alan Cox wrote: > On Gwe, 2005-08-26 at 05:39 +0200, Wieland Gmeiner wrote: > > This is the second of two patches, it implements the setprlimit() > > syscall. > > > > Implementation: This patch provides a new syscall setprlimit() for > > writing a given process

Re: [PATCH 2.6.13-rc7 2/2] New Syscall: set rlimits of any process (reworked)

2005-08-28 Thread Wieland Gmeiner
On Fri, 2005-08-26 at 16:34 +0100, Alan Cox wrote: On Gwe, 2005-08-26 at 05:39 +0200, Wieland Gmeiner wrote: This is the second of two patches, it implements the setprlimit() syscall. Implementation: This patch provides a new syscall setprlimit() for writing a given process resource

Re: [PATCH 2.6.13-rc7 2/2] New Syscall: set rlimits of any process (reworked)

2005-08-26 Thread Alan Cox
On Gwe, 2005-08-26 at 05:39 +0200, Wieland Gmeiner wrote: > This is the second of two patches, it implements the setprlimit() > syscall. > > Implementation: This patch provides a new syscall setprlimit() for > writing a given process resource limits for i386. Its implementation > follows closely

Re: [PATCH 2.6.13-rc7 2/2] New Syscall: set rlimits of any process (reworked)

2005-08-26 Thread Alan Cox
On Gwe, 2005-08-26 at 05:39 +0200, Wieland Gmeiner wrote: This is the second of two patches, it implements the setprlimit() syscall. Implementation: This patch provides a new syscall setprlimit() for writing a given process resource limits for i386. Its implementation follows closely the

[PATCH 2.6.13-rc7 2/2] New Syscall: set rlimits of any process (reworked)

2005-08-25 Thread Wieland Gmeiner
This is the second of two patches, it implements the setprlimit() syscall. Implementation: This patch provides a new syscall setprlimit() for writing a given process resource limits for i386. Its implementation follows closely the setrlimit syscall. It is given a pid as an additional argument. If

[PATCH 2.6.13-rc7 2/2] New Syscall: set rlimits of any process (reworked)

2005-08-25 Thread Wieland Gmeiner
This is the second of two patches, it implements the setprlimit() syscall. Implementation: This patch provides a new syscall setprlimit() for writing a given process resource limits for i386. Its implementation follows closely the setrlimit syscall. It is given a pid as an additional argument. If