FreeBSD Bugzilla – Attachment 88712 Details for
Bug 125546
[patch] ktrace(2) contains outdated struct ktr_header
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 739 bytes, created by
Mateusz Guzik
on 2008-07-12 18:30:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Mateusz Guzik
Created:
2008-07-12 18:30:01 UTC
Size:
739 bytes
patch
obsolete
>--- ./lib/libc/sys/ktrace.2.orig 2008-07-12 18:54:22.000000000 +0200 >+++ ./lib/libc/sys/ktrace.2 2008-07-12 19:16:53.000000000 +0200 >@@ -99,11 +99,11 @@ > int ktr_len; /* length of buf */ > short ktr_type; /* trace record type */ > pid_t ktr_pid; /* process id */ > char ktr_comm[MAXCOMLEN+1]; /* command name */ > struct timeval ktr_time; /* timestamp */ >- caddr_t ktr_buf; >+ intptr_t ktr_tid; > }; > .Ed > .Pp > The > .Va ktr_len >@@ -118,12 +118,12 @@ > The > .Va ktr_time > field gives the time (with microsecond resolution) > that the record was generated. > The >-.Va ktr_buf >-is an internal kernel pointer and is not useful. >+.Va ktr_tid >+field holds a threadid. > .Pp > The generic header is followed by > .Va ktr_len > bytes of a > .Va ktr_type
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 125546
: 88712