Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
NetBSD master CVS tree commits
thorpej
Fri Feb 13 16:37:29 PST 1998
Update of /cvsroot/src/sys/sys
In directory netbsd1:/var/slash-tmp/cvs-serv20436/sys
Modified Files:
proc.h sysctl.h
Log Message:
Prevent the session ID from disappearing if the session leader exits
(thus causing s_leader to become NULL) by storing the session ID separately
in the session structure. Export the session ID to userspace in the
eproc structure.
Submitted by Tom Proett <proett%nas.nasa.gov@localhost>.
thorpej
Fri Feb 13 16:37:34 PST 1998
Update of /cvsroot/src/sys/kern
In directory netbsd1:/var/slash-tmp/cvs-serv20436/kern
Modified Files:
init_main.c kern_fork.c kern_proc.c kern_sysctl.c
Log Message:
Prevent the session ID from disappearing if the session leader exits
(thus causing s_leader to become NULL) by storing the session ID separately
in the session structure. Export the session ID to userspace in the
eproc structure.
Submitted by Tom Proett <proett%nas.nasa.gov@localhost>.
thorpej
Fri Feb 13 16:37:36 PST 1998
Update of /cvsroot/src/sys/miscfs/procfs
In directory netbsd1:/var/slash-tmp/cvs-serv20436/miscfs/procfs
Modified Files:
procfs_status.c
Log Message:
Prevent the session ID from disappearing if the session leader exits
(thus causing s_leader to become NULL) by storing the session ID separately
in the session structure. Export the session ID to userspace in the
eproc structure.
Submitted by Tom Proett <proett%nas.nasa.gov@localhost>.
thorpej
Fri Feb 13 16:39:35 PST 1998
Update of /cvsroot/src/sys/kern
In directory netbsd1:/var/slash-tmp/cvs-serv20622
Modified Files:
syscalls.master
Log Message:
Reserve syscalls 283, 284, and 285 for 3 up-coming POSIX systems calls,
per kleink. Add XPG4.2's getsid(2) at #286.
Home |
Main Index |
Thread Index |
Old Index