* Enhanced decoding of getsockopt SO_ERROR option.
* Enhanced error diagnostics when the first exec fails.
* Added %net as a short form of %network in syscall specifications.
+ * Updated the list of FAN_* constants.
* Enhanced manual page.
* Bug fixes
{ F8ILL_KULONG_MASK, "FAN_CLASS_NOTIF" },
{ (kernel_ulong_t) 0xffffffff0000000cULL,
"0xc /* FAN_CLASS_??? */" },
- { (kernel_ulong_t) 0xdec0deddefaced04ULL,
- "FAN_CLASS_CONTENT|0xefaced00 /* FAN_??? */" },
+ { (kernel_ulong_t) 0xdec0deddefacec04ULL,
+ "FAN_CLASS_CONTENT|0xefacec00 /* FAN_??? */" },
{ (kernel_ulong_t) 0xffffffffffffffffULL,
"0xc /* FAN_CLASS_??? */|FAN_CLOEXEC|FAN_NONBLOCK|"
- "FAN_UNLIMITED_QUEUE|FAN_UNLIMITED_MARKS|0xffffffc0" },
+ "FAN_UNLIMITED_QUEUE|FAN_UNLIMITED_MARKS|"
+ "FAN_ENABLE_AUDIT|FAN_REPORT_TID|0xfffffe80" },
};
static const struct strval event_f_flags[] = {
{ F8ILL_KULONG_MASK, "O_RDONLY" },
FAN_NONBLOCK 0x00000002
FAN_UNLIMITED_QUEUE 0x00000010
FAN_UNLIMITED_MARKS 0x00000020
+FAN_ENABLE_AUDIT 0x00000040
+FAN_REPORT_TID 0x00000100