CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/03/10 22:57:16
Modified files:
lib/libc/sys : pledge.2
sys/kern : kern_pledge.c
Log message:
pledge: define the meaning of passing NULL to one arguments of pledge(2) as "I
don't want to change the current value"
it changes only the `request' argument behaviour when NULL is passed:
previously it was traited as "" was passed.
with help from jmc@ for man-page
OK tb@ on previous version
