remove MPSAFE from makesyscalls.sh

2016-09-01 Thread Michal Mazurek
This was OKd but forgotten: http://openbsd-archive.7691.n7.nabble.com/remove-MPSAFE-from-makesyscalls-sh-td293382.html Index: sys/sys/systm.h === RCS file: /cvs/src/sys/sys/systm.h,v retrieving revision 1.113 diff -u -p -r1.113

Re: remove MPSAFE from makesyscalls.sh

2016-05-06 Thread Martin Pieuchot
On 02/05/16(Mon) 12:07, Michal Mazurek wrote: > On 10:22:58, 7.04.16, Martin Natano wrote: > > On Wed, Apr 06, 2016 at 03:42:20PM +0200, Michal Mazurek wrote: > > > MPSAFE is never used, and doesn't look like it's even supported (no > > > matching SY_MPSAFE anywhere). > > > > SY_MPSAFE seems to

Re: remove MPSAFE from makesyscalls.sh

2016-05-02 Thread Michal Mazurek
On 10:22:58, 7.04.16, Martin Natano wrote: > On Wed, Apr 06, 2016 at 03:42:20PM +0200, Michal Mazurek wrote: > > MPSAFE is never used, and doesn't look like it's even supported (no > > matching SY_MPSAFE anywhere). > > SY_MPSAFE seems to be unused since it's introduction in 2007 and it > doesn't

Re: remove MPSAFE from makesyscalls.sh

2016-04-07 Thread Martin Natano
On Wed, Apr 06, 2016 at 03:42:20PM +0200, Michal Mazurek wrote: > MPSAFE is never used, and doesn't look like it's even supported (no > matching SY_MPSAFE anywhere). SY_MPSAFE seems to be unused since it's introduction in 2007 and it doesn't have any effect; ok natano@, if no one comes up with a

remove MPSAFE from makesyscalls.sh

2016-04-06 Thread Michal Mazurek
MPSAFE is never used, and doesn't look like it's even supported (no matching SY_MPSAFE anywhere). Index: sys/kern/makesyscalls.sh === RCS file: /cvs/src/sys/kern/makesyscalls.sh,v retrieving revision 1.11 diff -u -p -r1.11