From e32551b18f4560056d2d482f5e1505b1b98fa82a Mon Sep 17 00:00:00 2001 From: hunt Date: Tue, 29 Mar 2005 18:07:58 +0000 Subject: *** empty log message *** --- runtime/docs/html/bug.html | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'runtime/docs/html/bug.html') diff --git a/runtime/docs/html/bug.html b/runtime/docs/html/bug.html index 6c73243e..4ed1d36b 100644 --- a/runtime/docs/html/bug.html +++ b/runtime/docs/html/bug.html @@ -4,21 +4,19 @@ -
Main Page | Data Structures | Directories | File List | Data Fields | Globals | Related Pages
+
Main Page | Modules | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

Bug List

-
Global _stp_alloc (size_t len)
+
Global _stp_alloc (size_t len)
Currently uses kmalloc (GFP_ATOMIC).

-
Global _stp_calloc (size_t len)
+
Global _stp_calloc (size_t len)
Currently uses kmalloc (GFP_ATOMIC).

-
Global dlog (const char *fmt,...)
-
Lines are limited in length by printk buffer.
+
Global dlog (const char *fmt,...)
+
Lines are limited in length by printk buffer. If there is no newline in the format string, then other syslog output could get appended to the SystemTap line.
-
-Generated on Tue Mar 22 10:27:36 2005 for SystemTap. - + -- cgit