Source-Changes archive

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

CVS commit: src/sys/compat/linux/common



Module Name:    src
Committed By:   erh
Date:           Thu Oct  7 19:30:28 UTC 2004

Modified Files:
        src/sys/compat/linux/common: linux_misc.c linux_misc.h
            linux_misc_notalpha.c

Log Message:
PR kern/27184: Have linux_sys_waitpid() call linux_sys_wait4() so the
  supported options can't get out of sync.  This add support for the
  linux __WCLONE and __WALL options (NetBSD version: WALTSIG and WALLSIG)
Add a diagnostic check to see if the one unhandled option (__WNOTHREAD) is
  specified.
This should prevent linux processes from losing their children and creating
  tons of zombie processes.


To generate a diff of this commit:
cvs rdiff -r1.132 -r1.133 src/sys/compat/linux/common/linux_misc.c
cvs rdiff -r1.9 -r1.10 src/sys/compat/linux/common/linux_misc.h
cvs rdiff -r1.71 -r1.72 src/sys/compat/linux/common/linux_misc_notalpha.c

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