Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: syssrc/sys



Module Name:    syssrc
Committed By:   thorpej
Date:           Wed Jul 18 19:10:27 UTC 2001

Modified Files:
        syssrc/sys/kern: kern_exit.c
        syssrc/sys/sys: wait.h

Log Message:
Add `WALLSIG' which causes wait4(2) to wait for all processes, regardless
of exit signal.  Add Linux-compatible aliases __WCLONE (for WALTSIG) and
__WALL (for WALLSIG), for compatibility with the Linux clone(2) API.


To generate a diff of this commit:
cvs rdiff -r1.90 -r1.91 syssrc/sys/kern/kern_exit.c
cvs rdiff -r1.16 -r1.17 syssrc/sys/sys/wait.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index