History log of /csrg-svn/sys/kern/kern_sig.c (Results 26 – 50 of 116)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 53541 14-May-1992 heideman

vnode interface conversion

# 53218 20-Apr-1992 mckusick

sigstack becomes COMPAT; sigaltstack becomes real

# 52925 13-Mar-1992 mckusick

add cpu_coredump for machine dependent coredump state

# 52400 05-Feb-1992 torek

SunOS compatibility

# 52304 03-Feb-1992 heideman

no longer pass proc to vn_open (now in ndp)

# 52298 03-Feb-1992 mckusick

must init proc pointer

# 52183 14-Jan-1992 mckusick

have to check NFS lease when writing core image

# 52115 07-Jan-1992 karels

fix up comment

# 51759 19-Nov-1991 torek

purge seg.h

# 51019 06-Sep-1991 ralph

add printf if signal ignored in system process.

# 50244 28-Jun-1991 karels

dump core as core.progname (no pid)

# 50128 25-Jun-1991 karels

can't kill zombies even by killpg

# 50105 21-Jun-1991 mckusick

use vn_close rather than vrele after vn_open

# 50099 19-Jun-1991 mckusick

dump core as core.progname.pid rather than just as core

# 49913 28-May-1991 mckusick

vn_open now returns locked, so must unlock when done

# 49102 04-May-1991 karels

u. is gone, pcb is at p_addr; aston => signotify

# 48020 15-Apr-1991 mckusick

add proc pointers to appropriate VOP and vnode operations

# 47650 25-Mar-1991 karels

(in last delta:) use array of signal property flags rather than
wired-in signal names; noproc is history; move fatal signal code to sigexit,
so trap can call directly; rm 386 hacks (save frame type i

(in last delta:) use array of signal property flags rather than
wired-in signal names; noproc is history; move fatal signal code to sigexit,
so trap can call directly; rm 386 hacks (save frame type in pcb); fake up
core dump with kinfo_proc

show more ...

# 47540 17-Mar-1991 karels

more-or-less working with new proc & user structs

# 46008 18-Jan-1991 william

386 trap and syscall frame difference passed thru to sendsig()

# 45741 05-Dec-1990 mckusick

update for new VM

# 45672 01-Dec-1990 karels

tty stop signals shouldn't stop sleeping procs in orphaned pgrps

# 44440 28-Jun-1990 bostic

new copyright notice

# 44405 28-Jun-1990 karels

RETURN => return, remove syscontext.h

# 43895 25-Jun-1990 karels

expunge p_cursig, using p_xstat instead for stop signals;
expunge u_code

12345