OpenAFS Master Repository branch, openafs-stable-1_4_x, updated. f2feb011a5be03db178d3de0bf82aa9af086adde

Gerrit Code Review gerrit@openafs.org
Sun, 9 Aug 2009 20:27:05 -0700 (PDT)


The following commit has been merged in the openafs-stable-1_4_x branch:
commit f2feb011a5be03db178d3de0bf82aa9af086adde
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Tue Jul 14 11:29:01 2009 -0500

    Ignore SIGSYS when issuing pioctl syscall
    
    Ignore SIGSYS when we issue the pioctl syscall, so we don't dump core
    when the kernel module hasn't yet been installed on several platforms.
    Also, restore the old SIGSYS signal handler afterwards, so we don't
    cause any side-effects.
    
    Reviewed-on: http://gerrit.openafs.org/81
    Verified-by: Andrew Deason <adeason@sinenomine.net>
    Verified-by: Derrick Brashear <shadow@dementia.org>
    Reviewed-by: Russ Allbery <rra@stanford.edu>
    (cherry picked from commit 4f36dd089a9c7187f94f77516a486245c057f7f4)
    Reviewed-on: http://gerrit.openafs.org/274
    Tested-by: Andrew Deason <adeason@sinenomine.net>

 src/sys/afssyscalls.c |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

-- 
OpenAFS Master Repository