Document Jonathan Mini's sysctl locking work. I'm not sure I understand
exactly what MEMLOCK() protects, so there should really be more comments in kern_sysctl.c. Once they're there, I'll update the task. Document Jake's addition of a userland tool to manage KTR event dumps.
This commit is contained in:
parent
792de08ef6
commit
e4331a8c29
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=12657
1 changed files with 16 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/en/smp/index.sgml,v 1.60 2002/04/02 03:33:54 rwatson Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/smp/index.sgml,v 1.61 2002/04/02 04:41:57 rwatson Exp $">
|
||||
<!ENTITY title "FreeBSD SMP Project">
|
||||
<!ENTITY email 'freebsd-smp'>
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
|
@ -684,6 +684,21 @@
|
|||
<td> &status.done; </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td> Move from flags/tsleep lock to sx locks to protect sysctl
|
||||
memory data. </td>
|
||||
<td> Jonathan Mini </td>
|
||||
<td> 1 April 2002 </td>
|
||||
<td> &status.done; </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td> Create/port userland tool to manage KTR event dumps. </td>
|
||||
<td> &a.jake; </td>
|
||||
<td> 1 April 2002 </td>
|
||||
<td> &status.done; </td>
|
||||
</tr>
|
||||
|
||||
<!-- WIP -->
|
||||
|
||||
<tr>
|
||||
|
|
Loading…
Reference in a new issue