Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
sun-lamp CVS commits
- To: source-changes
- Subject: sun-lamp CVS commits
- From: The Source of All Evil <source>
- Date: Sun, 13 Aug 1995 19:00:01 -0400
mycroft
Sun Aug 13 18:51:25 EDT 1995
Update of /a/cvsroot/src/sys/sys
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv3249
Modified Files:
signal.h
Log Message:
Add SA_RESETHAND and SA_NODEFER, as in SVR4.
Rename bits in ss_flags to SS_ONSTACK and SS_DISABLE; this makes more sense,
and it's what SVR4 does.
mycroft
Sun Aug 13 18:54:00 EDT 1995
Update of /a/cvsroot/src/sys/kern
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv3288
Modified Files:
kern_sig.c
Log Message:
Implement SA_RESETHAND and SA_NODEFER.
Only return SA_NOCLDSTOP in the sigaction struct for SIGCHLD.
Rename ss_flags bits.
mycroft
Sun Aug 13 18:55:29 EDT 1995
Update of /a/cvsroot/src/sys/compat/linux
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv3318
Modified Files:
linux_signal.c
Log Message:
Convert SA_NOMASK and SA_ONESHOT.
Clean up this code a bit.
mycroft
Sun Aug 13 18:57:13 EDT 1995
Update of /a/cvsroot/src/sys/compat/svr4
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv3350
Modified Files:
svr4_signal.c svr4_signal.h
Log Message:
Convert SA_RESETHAND and SA_NODEFER.
Scrub this code a bit.
Home |
Main Index |
Thread Index |
Old Index