K 10 svn:author V 3 tjr K 8 svn:date V 27 2003-02-15T09:56:09.000000Z K 7 svn:log V 282 Acquire Giant around calls to kern_sigaction() in sigaction(), freebsd4_sigaction() and osigaction() instead of around the whole body of those functions. They now no longer hold Giant around calls to copyin() and copyout(), and it is slightly more obvious what Giant is protecting. END