History log of /csrg-svn/sys/kern/kern_sig.c (Results 76 – 100 of 116)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 23374 08-Jun-1985 mckusick

Add copyright

# 21016 22-May-1985 mckusick

only dump core if user has read permission on the text

# 20998 22-May-1985 mckusick

make signal semantics more like system V;
non-super user can do `kill -1 1' to kill all processes run by them,
return ESRCH instaed of EINVAL for `kill 0 1' when not in a process group

# 18440 19-Mar-1985 mckusick

eliminate extraneous include of conf.h

# 18336 13-Mar-1985 mckusick

rewritten kill code from sun!shannon

# 18331 13-Mar-1985 karels

give SIGCHLD on stop even if traced (once only)

# 18308 12-Mar-1985 mckusick

add another bit to sigvec() flags to disable system call restart

# 18306 12-Mar-1985 mckusick

eliminate signal() system call interface

# 17597 31-Dec-1984 bloom

Added SIGWINCH for windows

# 17399 20-Nov-1984 karels

remove unused code

# 17153 04-Sep-1984 bloom

mask macro moved to header file and name changed to sigmask

# 17092 29-Aug-1984 bloom

Change to includes. no more ../h

# 17013 24-Aug-1984 mckusick

add `signal' as a system call

# 16692 08-Jul-1984 mckusick

rework `namei' interface to eliminate global variables

# 16531 22-May-1984 karels

linked lists of active, zombie and free procs; avoid linear proc
searches wherever possible

# 14926 08-Sep-1983 mckusick

If a process exists but has a different uid than the killer it should return
EPERM rather than ESRCH. (Bill Shanon)

# 14783 20-Aug-1983 sam

4.2 distribution

# 14782 20-Aug-1983 sam

from shannon; can't allow masked signals to be presented;
also, beware of ptrace taking child signal, then changing it to something

# 13265 24-Jun-1983 sam

crud from previous interface not deleted

# 13227 21-Jun-1983 sam

change NOCOMPAT to COMPAT and make it work

# 12969 10-Jun-1983 sam

beware of masked signals with STRC

# 12951 09-Jun-1983 sam

"final" sigvec interface?

# 12882 02-Jun-1983 sam

new signals

# 12835 30-May-1983 sam

kill with signal 0 allows for error checking without sending a signal
from shannon@sun.UUCP

# 12750 27-May-1983 sam

merge of bill's code plus lint (plus, of course, cleanup of bill's bugs)

12345