Module Name: src Committed By: christos Date: Sun Nov 1 20:55:16 UTC 2020
Modified Files: src/sys/kern: kern_condvar.c src/sys/sys: sleepq.h Added Files: src/sys/sys: sleeptab.h Log Message: PR/55664: Ruslan Nikolaev: Split out sleepq guts and turnstiles not used in rump into a separate header file. Add a sleepq_destroy() empty hook. To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 src/sys/kern/kern_condvar.c cvs rdiff -u -r1.32 -r1.33 src/sys/sys/sleepq.h cvs rdiff -u -r0 -r1.1 src/sys/sys/sleeptab.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.