Re: Use of SIGXFSZ outside of soft limits

2007-05-20 Thread Micah Cowan
Micah Cowan wrote: > Alan Cox wrote: >>> [XSI] [Option Start] If the request would cause the file size to >>> exceed the soft file size limit for the process and there is no room >>> for any bytes to be written, the request shall fail and the >>> implementation shall generate the SIGXFSZ signal for

Re: Use of SIGXFSZ outside of soft limits

2007-04-10 Thread Micah Cowan
Alan Cox wrote: [XSI] [Option Start] If the request would cause the file size to exceed the soft file size limit for the process and there is no room for any bytes to be written, the request shall fail and the implementation shall generate the SIGXFSZ signal for the thread. [Option End] >>>

Re: Use of SIGXFSZ outside of soft limits

2007-04-10 Thread Alan Cox
> [XSI] [Option Start] If the request would cause the file size to exceed > the soft file size limit for the process and there is no room for any > bytes to be written, the request shall fail and the implementation shall > generate the SIGXFSZ signal for the thread. [Option End] > >>> This all