Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F103065588
D19295.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
939 B
Referenced Files
None
Subscribers
None
D19295.diff
View Options
Index: head/usr.bin/truss/syscalls.c
===================================================================
--- head/usr.bin/truss/syscalls.c
+++ head/usr.bin/truss/syscalls.c
@@ -231,6 +231,8 @@
{ Atflags, 4 } } },
{ .name = "fcntl", .ret_type = 1, .nargs = 3,
.args = { { Int, 0 }, { Fcntl, 1 }, { Fcntlflag, 2 } } },
+ { .name = "fdatasync", .ret_type = 1, .nargs = 1,
+ .args = { { Int, 0 } } },
{ .name = "flock", .ret_type = 1, .nargs = 2,
.args = { { Int, 0 }, { Flockop, 1 } } },
{ .name = "fstat", .ret_type = 1, .nargs = 2,
@@ -240,6 +242,8 @@
{ Atflags, 3 } } },
{ .name = "fstatfs", .ret_type = 1, .nargs = 2,
.args = { { Int, 0 }, { StatFs | OUT, 1 } } },
+ { .name = "fsync", .ret_type = 1, .nargs = 1,
+ .args = { { Int, 0 } } },
{ .name = "ftruncate", .ret_type = 1, .nargs = 2,
.args = { { Int | IN, 0 }, { QuadHex | IN, 1 } } },
{ .name = "futimens", .ret_type = 1, .nargs = 2,
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Nov 21, 11:44 AM (22 h, 26 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14760831
Default Alt Text
D19295.diff (939 B)
Attached To
Mode
D19295: Teach truss(1) about fsync(2) and fdatasync(2).
Attached
Detach File
Event Timeline
Log In to Comment