John Baldwin
7d89732757
Decode the arguments passed to the *at() family of system calls. This is
...
especially useful now that libc's open() always calls openat(). While here,
fix a few other things:
- Decode the mode argument passed to access(), eaccess(), and faccessat().
- Decode the atfd paramete to pretty-print AT_FDCWD.
- Decode the special AT_* flags used with some of the *at() system calls.
- Decode arguments for fchmod(), lchmod(), fchown(), lchown(), eaccess(),
and futimens().
- Decode both of the timeval structures passed to futimes() instead of just
the first one.
2015-08-06 19:08:33 +00:00
..
2015-06-16 23:37:19 +00:00
2015-07-29 17:34:26 +00:00
2015-06-16 23:37:19 +00:00
2015-07-31 16:45:42 +00:00
2015-07-13 14:13:15 +00:00
2015-08-01 17:48:35 +00:00
2015-07-07 18:46:41 +00:00
2015-06-16 23:37:19 +00:00
2015-06-16 23:37:19 +00:00
2015-07-29 18:45:38 +00:00
2015-07-24 16:52:21 +00:00
2015-08-05 21:33:30 +00:00
2015-06-16 23:37:19 +00:00
2015-08-01 17:27:47 +00:00
2015-07-26 00:11:04 +00:00
2015-07-27 19:21:23 +00:00
2015-07-30 19:44:46 +00:00
2015-07-02 21:58:10 +00:00
2015-07-21 10:52:05 +00:00
2015-06-16 23:37:19 +00:00
2015-06-16 23:37:19 +00:00
2015-06-16 23:37:19 +00:00
2015-07-24 09:20:02 +00:00
2015-06-16 23:37:19 +00:00
2015-07-15 06:14:04 +00:00
2015-06-14 03:34:09 +00:00
2015-06-30 06:02:42 +00:00
2015-06-14 03:34:09 +00:00
2015-08-03 01:24:48 +00:00
2015-06-16 23:37:19 +00:00
2015-07-21 23:57:38 +00:00
2015-06-16 23:37:19 +00:00
2015-07-11 15:21:37 +00:00
2015-08-05 22:04:54 +00:00
2015-07-07 20:15:09 +00:00
2015-07-14 19:43:10 +00:00
2015-06-16 23:37:19 +00:00
2015-06-16 23:37:19 +00:00
2015-07-17 08:37:13 +00:00
2015-06-16 23:37:19 +00:00
2015-06-16 23:37:19 +00:00
2015-06-16 23:37:19 +00:00
2015-08-06 19:08:33 +00:00
2015-06-28 16:43:07 +00:00
2015-08-03 18:47:45 +00:00
2015-07-14 18:53:24 +00:00
2015-08-04 02:56:31 +00:00
2015-08-04 14:27:25 +00:00
2015-06-26 23:55:02 +00:00
2015-06-16 23:37:19 +00:00
2015-08-04 07:04:36 +00:00
2015-08-04 02:34:51 +00:00
2015-07-29 02:21:35 +00:00
2015-07-26 11:21:36 +00:00