Add procfs/kmm to show the state of the kernel heap

This commit is contained in:
Gregory Nutt
2016-02-06 11:35:30 -06:00
parent 50cf53914c
commit 12f95c6f6b
7 changed files with 347 additions and 29 deletions
+4
View File
@@ -11459,3 +11459,7 @@
* libc/syslog/lib_syslog.c: If syslog timestamping is enabled, don't try to
get the time if the timer hardware has not yet been initialized
(2016-02-05).
* fs/procfs/fs_procfskmm.c: Add /proc/kmm entry that shows that state of
the kernel heap. Only useful in PROTECTED and KERNEL build modes where
there is a kernel heap (2016-02-06).