Re: Introduce killjobc()

2018-02-09 Thread Ted Unangst
Martin Pieuchot wrote: > Diff below moves some job control bits out of exit1(). It is extracted > from guenther@'s proctreelk diff. It's currently a noop so I'd like to > get it in to reduce the locking diff. > > ok? i misread subject as kill objc, but ok anyway.

Re: Introduce killjobc()

2018-02-09 Thread Sebastian Benoit
Martin Pieuchot(m...@openbsd.org) on 2018.02.09 21:31:55 +0100: > Diff below moves some job control bits out of exit1(). It is extracted > from guenther@'s proctreelk diff. It's currently a noop so I'd like to > get it in to reduce the locking diff. > > ok? ok > Index: kern/kern_exit.c >

Introduce killjobc()

2018-02-09 Thread Martin Pieuchot
Diff below moves some job control bits out of exit1(). It is extracted from guenther@'s proctreelk diff. It's currently a noop so I'd like to get it in to reduce the locking diff. ok? Index: kern/kern_exit.c === RCS file: /cvs/src/