On Fri, Jan 20, 2023 at 03:44:21PM -0500, Selva Nair wrote:
> On Sun, Jan 8, 2023 at 2:27 PM Gert Doering wrote:
>
> > Hi,
> >
> > On Mon, Jan 02, 2023 at 02:43:22PM -0500, selva.n...@gmail.com wrote:
> > > From: Selva Nair
> > >
> > > Currently we use the old signal API which follows system-V o
On Sun, Jan 8, 2023 at 2:27 PM Gert Doering wrote:
> Hi,
>
> On Mon, Jan 02, 2023 at 02:43:22PM -0500, selva.n...@gmail.com wrote:
> > From: Selva Nair
> >
> > Currently we use the old signal API which follows system-V or
> > BSD semantics depending on the platform and/or feature-set macros.
> >
Hi,
On Mon, Jan 02, 2023 at 02:43:22PM -0500, selva.n...@gmail.com wrote:
> From: Selva Nair
>
> Currently we use the old signal API which follows system-V or
> BSD semantics depending on the platform and/or feature-set macros.
> Further, signal has many weaknesses which makes proper masking
> (
From: Selva Nair
Currently we use the old signal API which follows system-V or
BSD semantics depending on the platform and/or feature-set macros.
Further, signal has many weaknesses which makes proper masking
(blocking) of signals during update not possible.
Improve this:
- Use sigaction to pro