FreeBSD Bugzilla – Attachment 200906 Details for
Bug 219715
devel/valgrind: unhandled syscall (ino64 fallout?)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Add st_birthtim to vki_stat64
valgrind_stat64_st_birthtim.diff (text/plain), 1.90 KB, created by
Roman Bogorodskiy
on 2019-01-08 09:19:30 UTC
(
hide
)
Description:
Add st_birthtim to vki_stat64
Filename:
MIME Type:
Creator:
Roman Bogorodskiy
Created:
2019-01-08 09:19:30 UTC
Size:
1.90 KB
patch
obsolete
>Index: files/extra-patch-ino64 >=================================================================== >--- files/extra-patch-ino64 (revision 489646) >+++ files/extra-patch-ino64 (working copy) >@@ -5,10 +5,10 @@ > > --- > coregrind/m_syswrap/priv_syswrap-freebsd.h | 4 ++ >- coregrind/m_syswrap/syswrap-freebsd.c | 65 ++++++++++++++++++++++++++++++ >- include/vki/vki-freebsd.h | 56 +++++++++++++++++++++++++ >+ coregrind/m_syswrap/syswrap-freebsd.c | 65 ++++++++++++++++++++++ >+ include/vki/vki-freebsd.h | 54 ++++++++++++++++++ > include/vki/vki-scnums-freebsd.h | 4 ++ >- 4 files changed, 129 insertions(+) >+ 4 files changed, 127 insertions(+) > > diff --git a/coregrind/m_syswrap/priv_syswrap-freebsd.h b/coregrind/m_syswrap/priv_syswrap-freebsd.h > index 63d122f..715ad48 100644 >@@ -148,10 +148,10 @@ > > }; > diff --git a/include/vki/vki-freebsd.h b/include/vki/vki-freebsd.h >-index aee453e..f20833a 100644 >+index aee453e..318a207 100644 > --- a/include/vki/vki-freebsd.h > +++ b/include/vki/vki-freebsd.h >-@@ -367,6 +367,38 @@ struct vki_stat { >+@@ -367,6 +367,36 @@ struct vki_stat { > unsigned int :(8 / 2) * (16 - (int)sizeof(struct vki_timespec)); > }; > >@@ -177,6 +177,7 @@ > + vki_time_t st_ctime; > + long st_ctime_nsec; > +#endif >++ struct vki_timespec st_birthtim; > + vki_off_t st_size; > + vki_blkcnt_t st_blocks; > + vki_blksize_t st_blksize; >@@ -183,14 +184,11 @@ > + vki_fflags_t st_flags; > + vki_uint64_t st_gen; > + vki_int64_t st_spare[10]; >-+// struct vki_timespec st_birthtimespec; >-+// unsigned int :(8 / 2) * (16 - (int)sizeof(struct vki_timespec)); >-+// unsigned int :(8 / 2) * (16 - (int)sizeof(struct vki_timespec)); > +}; > > //---------------------------------------------------------------------- > // From linux-2.6.8.1/include/linux/sched.h >-@@ -941,6 +973,30 @@ struct vki_statfs { >+@@ -941,6 +971,30 @@ struct vki_statfs { > char f_mntonname[VKI_MNAMELEN]; > }; >
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 219715
:
186198
|
186200
| 200906