Source-Changes archive

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

CVS commit: src/sys



Module Name:    src
Committed By:   thorpej
Date:           Tue Sep 28 15:05:42 UTC 2021

Modified Files:
        src/sys/kern: kern_exec.c kern_lwp.c sys_futex.c
        src/sys/sys: futex.h

Log Message:
futex_release_all_lwp(): No need to pass the "tid" argument separately; that
is a vestige of an older version of the code.  Also, move a KASSERT() that
both futex_release_all_lwp() call sites had inside of futex_release_all_lwp()
itself.


To generate a diff of this commit:
cvs rdiff -u -r1.507 -r1.508 src/sys/kern/kern_exec.c
cvs rdiff -u -r1.243 -r1.244 src/sys/kern/kern_lwp.c
cvs rdiff -u -r1.12 -r1.13 src/sys/kern/sys_futex.c
cvs rdiff -u -r1.4 -r1.5 src/sys/sys/futex.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