scsh-users
[Top] [All Lists]

0.4.3 on AIX

To: scsh@martigny.ai.mit.edu
Subject: 0.4.3 on AIX
From: sperber@informatik.uni-tuebingen.de (Michael Sperber [Mr. Preprocessor])
Date: 03 Nov 1996 11:28:46 +0100
Sender: sperber@informatik.uni-tuebingen.de
You guys forgot something (and I spotted some typos I'd made ages ago
...)

Cheers =8-} Mike

*** scsh/aix/signals.scm.orig   Sun Nov  3 10:32:48 1996
--- scsh/aix/signals.scm        Sun Nov  3 10:39:50 1996
***************
*** 14,29 ****
    (iot        5)      ; IOT instruction 
    (abrt 6)    ; used by abort, replace SIGIOT in the future 
    (fpe        8)      ; floating point exception 
!   (igemt 7)   ; EMT intruction
!   (igfpe 8)   ; floating point exception
    (kill       9)      ; kill (cannot be caught or ignored) 
    (bus 10)    ; bus error (specification exception)
    (segv       11)     ; segmentation violation
!   (igsys 12)  ; bad argument to system call
    (pipe       13)     ; write on a pipe with no one to read it 
    (alrm       14)     ; alarm clock 
    (term       15)     ; software termination signal from kill 
!   (igurg 16)  ; urgent contition on I/O channel
    (stop       17)     ; sendable stop signal not from tty 
    (tstp       18)     ; stop signal from tty 
    (cont       19)     ; continue a stopped process 
--- 14,29 ----
    (iot        5)      ; IOT instruction 
    (abrt 6)    ; used by abort, replace SIGIOT in the future 
    (fpe        8)      ; floating point exception 
!   (emt 7)     ; EMT intruction
!   (fpe 8)     ; floating point exception
    (kill       9)      ; kill (cannot be caught or ignored) 
    (bus 10)    ; bus error (specification exception)
    (segv       11)     ; segmentation violation
!   (sys 12)    ; bad argument to system call
    (pipe       13)     ; write on a pipe with no one to read it 
    (alrm       14)     ; alarm clock 
    (term       15)     ; software termination signal from kill 
!   (urg 16)    ; urgent contition on I/O channel
    (stop       17)     ; sendable stop signal not from tty 
    (tstp       18)     ; stop signal from tty 
    (cont       19)     ; continue a stopped process 
***************
*** 47,51 ****
    (virt 37)   ; AIX virtual time alarm
    )
  
! 
! 
--- 47,53 ----
    (virt 37)   ; AIX virtual time alarm
    )
  
! (define signals-ignored-by-default
!   (list signal/chld signal/cont               ; These are Posix.
!       signal/urg signal/io signal/winch signal/pwr ; These are AIX
!       signal/danger))

<Prev in Thread] Current Thread [Next in Thread>
  • 0.4.3 on AIX, Michael Sperber [Mr. Preprocessor] <=