NetBSD-Bugs archive

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

PR/55664 CVS commit: src/sys



The following reply was made to PR kern/55664; it has been noted by GNATS.

From: "Christos Zoulas" <christos%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/55664 CVS commit: src/sys
Date: Sun, 1 Nov 2020 15:55:16 -0500

 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.
 


Home | Main Index | Thread Index | Old Index