Module Name: src Committed By: thorpej Date: Wed Nov 3 14:49:21 UTC 2021
Modified Files: src/sys/kern [thorpej-futex2]: kern_lwp.c sys_futex.c src/sys/sys [thorpej-futex2]: futex.h Log Message: Cherry-pick this sys_futex.c revision and associated changes: revision 1.13 date: 2021-09-28 08:05:42 -0700; author: thorpej; state: Exp; lines: +11 -9; commitid: FPndTp2ZDjYuyJaD; 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. ...so make this easier to test this sys_futex.c with trunk. To generate a diff of this commit: cvs rdiff -u -r1.243 -r1.243.12.1 src/sys/kern/kern_lwp.c cvs rdiff -u -r1.12.4.6 -r1.12.4.7 src/sys/kern/sys_futex.c cvs rdiff -u -r1.4 -r1.4.14.1 src/sys/sys/futex.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.