Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
strace
/
b29569aa1dec998e58768e42f5b99fdbebfe1389
b29569a
evdev.c: fix EVIOCGVERSION decoding
by Dmitry V. Levin
· 9 years ago
563f0ce
evdev.c: fix EVIOCGMTSLOTS decoding
by Dmitry V. Levin
· 9 years ago
14a810e
evdev.c: fix bitset decoding
by Dmitry V. Levin
· 9 years ago
e54f98a
evdev.c: fix decoding of struct input_id
by Dmitry V. Levin
· 9 years ago
13f8e8f
evdev.c: fix decoding of struct input_keymap_entry
by Dmitry V. Levin
· 9 years ago
7954e2a
evdev.c: fix decoding of EVIOCGKEYCODE/EVIOCSKEYCODE
by Dmitry V. Levin
· 9 years ago
e167006
evdev.c: fix decoding of struct input_absinfo
by Dmitry V. Levin
· 9 years ago
3a45eb3
evdev.c: fix decoding of struct ff_effect
by Dmitry V. Levin
· 9 years ago
c758ed0
evdev.c: fix printing of struct ff_envelope.fade_level
by Dmitry V. Levin
· 9 years ago
9635df4
evdev.c: fix decoding of EVIOCGRAB and EVIOCREVOKE
by Dmitry V. Levin
· 9 years ago
0039424
evdev.c: fix EVIOCRMFF decoding
by Dmitry V. Levin
· 9 years ago
53767d8
evdev.c: move handling of EVIOCGBIT to a separate function
by Dmitry V. Levin
· 9 years ago
8a18f80
evdev.c: reorder ioctl command checks
by Dmitry V. Levin
· 9 years ago
2114e08
evdev.c: decode all directions except _IOC_READ on entering syscall
by Dmitry V. Levin
· 9 years ago
8d85c23
evdev.c: fix indentation of preprocessor directives
by Dmitry V. Levin
· 9 years ago
eb36e38
file_ioctl.c: print first two extents for FIDEDUPERANGE in abbrev mode
by Jeff Mahoney
· 9 years ago
1f1559e
ioctl.c: fix typo in decoding of EVIOCSABS's parameter
by Dmitry V. Levin
· 9 years ago
826b797
tests: check decoding of btrfs RDWR ioctls returned data
by Jeff Mahoney
· 9 years ago
fd70b50
tests/btrfs.c: fix live btrfs_test_search_ioctls output
by Jeff Mahoney
· 9 years ago
d32d95a
btrfs.c: don't use print_array in btrfs_print_tree_search
by Jeff Mahoney
· 9 years ago
2060d97
btrfs.c: fix print_array usage in btrfs_print_logical_ino_container
by Jeff Mahoney
· 9 years ago
563a758
tests/btrfs.c: fix btrfs-v for BTRFS_IOC_TREE_SEARCH
by Jeff Mahoney
· 9 years ago
e6d2b56
Fix -yy documentation
by Fabien Siron
· 9 years ago
59b140a
tests/ioctl_block.c: tweak magic constants to make the test more reliable
by Dmitry V. Levin
· 9 years ago
b356ad8
tests/btrfs.c: check basic decoding of read-only ioctls
by Dmitry V. Levin
· 9 years ago
799b22a
tests: check decoding of BLK* ioctls
by Dmitry V. Levin
· 9 years ago
37d1b3d
Mpersify BLK* ioctl parser
by Dmitry V. Levin
· 9 years ago
0c9087c
block.c: optimize decoding of paired ioctls
by Dmitry V. Levin
· 9 years ago
46d25c2
block.c: fix printing of uint64_t pairs
by Dmitry V. Levin
· 9 years ago
0bea528
block.c: fix printing of struct blk_user_trace_setup
by Dmitry V. Levin
· 9 years ago
4dd9f3f
Move parser of 'X' type ioctls to a separate file
by Dmitry V. Levin
· 9 years ago
b3f0040
Move parser of HDIO_* ioctls to a separate file
by Dmitry V. Levin
· 9 years ago
84a979c
Fix explicit casts of signed integer types to unsigned long long
by Dmitry V. Levin
· 9 years ago
5150720
scsi.c: print __u64 types using PRI__u64 format
by Dmitry V. Levin
· 9 years ago
ba35137
tests: check decoding of RTC_* ioctls
by Dmitry V. Levin
· 9 years ago
5d7812a
Mpersify RTC_* ioctl parser
by Dmitry V. Levin
· 9 years ago
7e3a381
rtc.c: fix decoding of struct rtc_wkalrm
by Dmitry V. Levin
· 9 years ago
eea8601
file_ioctl.c: print file descriptors using printfd
by Dmitry V. Levin
· 9 years ago
6085825
rtc.c: do not print argument of ioctls that have no arguments
by Dmitry V. Levin
· 9 years ago
3adf229
rtc.c: decode RTC_PLL_GET and RTC_PLL_SET
by Dmitry V. Levin
· 9 years ago
e0b5e91
rtc.c: optimize decoding of paired ioctls
by Dmitry V. Levin
· 9 years ago
a41fdb5
block.c: handle BLKDAXGET
by Dmitry V. Levin
· 9 years ago
f8da0f3
tests: check decoding of mount syscall
by Dmitry V. Levin
· 9 years ago
1ba5535
tests/vhangup.c: diassociate from the controlling terminal first
by Dmitry V. Levin
· 9 years ago
a41d9f5
tests: add vhangup.test
by Fei Jie
· 9 years ago
0cf24d9
NEWS: Prepare for 4.12 release
by Dmitry V. Levin
· 9 years ago
e79f038
tests/btrfs.c: fix build on x32
by Gleb Fotengauer-Malinovskiy
· 9 years ago
6697d15
tests/btrfs.c: fix build with u64 based BTRFS_IOC_DEFAULT_SUBVOL
by Dmitry V. Levin
· 9 years ago
ea516df
btrfs.c: fix build on systems without BTRFS_IOC_FILE_EXTENT_SAME
by Dmitry V. Levin
· 9 years ago
3f36611
tests/btrfs.c: fix printing struct btrfs_ioctl_clone_range_args
by Dmitry V. Levin
· 9 years ago
57888fa
tests/btrfs.c: tweak magic constants to make the test more reliable
by Dmitry V. Levin
· 9 years ago
6ce6d3b
btrfs.c: print file descriptors using printfd
by Dmitry V. Levin
· 9 years ago
9298c66
tests/btrfs.c: do not print errno in case of fs type mismatch
by Dmitry V. Levin
· 9 years ago
2447de4
tests/btrfs.c: fix indentation
by Dmitry V. Levin
· 9 years ago
28a5f66
tests/btrfs.c: sort included headers
by Dmitry V. Levin
· 9 years ago
45fcc0c
tests/btrfs.c: do not use alloca
by Dmitry V. Levin
· 9 years ago
2212918
tests/btrfs.c: fix build on systems without <linux/btrfs.h> or <linux/fiemap.h>
by Dmitry V. Levin
· 9 years ago
3586679
tests: add testing for btrfs ioctls
by Jeff Mahoney
· 9 years ago
aab00c2
tests/file_ioctl.c: use tail_alloc
by Dmitry V. Levin
· 9 years ago
3b730d4
tests/file_ioctl.c: fix build on systems without <linux/fiemap.h>
by Dmitry V. Levin
· 9 years ago
c05c24c
tests: add testing for FS_IOC_FIEMAP
by Jeff Mahoney
· 9 years ago
fb0c609
Mpersify btrfs.c
by Dmitry V. Levin
· 9 years ago
d57cc26
btrfs.c: use print_array
by Dmitry V. Levin
· 9 years ago
82b9e34
btrfs.c: simplify BTRFS_IOC_GET_FSLABEL parser
by Dmitry V. Levin
· 9 years ago
d67b217
btrfs.c: fix BTRFS_IOC_TREE_SEARCH_V2 output
by Dmitry V. Levin
· 9 years ago
6638a5d
btrfs.c: cleanup use of tcp->auxstr
by Dmitry V. Levin
· 9 years ago
92b9062
btrfs.c: cleanup struct btrfs_ioctl_get_dev_stats.nr_items check
by Dmitry V. Levin
· 9 years ago
0cd7ea0
btrfs.c: do not use BTRFS_SUBVOL_NAME_MAX
by Dmitry V. Levin
· 9 years ago
b85d09f
btrfs.c: mark some function arguments as const
by Dmitry V. Levin
· 9 years ago
90ffbc7
btrfs.c: use umove instead of umoven
by Dmitry V. Levin
· 9 years ago
3ce2dfc
btrfs.c: remove unused variable
by Dmitry V. Levin
· 9 years ago
95577cf
btrfs.c: use printxval/printxval64 instead of printxvals
by Dmitry V. Levin
· 9 years ago
2be39ec
btrfs.c: fix indentation
by Dmitry V. Levin
· 9 years ago
aa7787f
xlat/btrfs_dev_stats_values.in: cleanup
by Dmitry V. Levin
· 9 years ago
d2bd683
file_ioctl.c: use print_array
by Dmitry V. Levin
· 9 years ago
0b13d9c
file_ioctl.c: fix indentation
by Dmitry V. Levin
· 9 years ago
1d2201c
file_ioctl.c: include <linux/ioctl.h> instead of <sys/ioctl.h>
by Dmitry V. Levin
· 9 years ago
c525307
file_ioctl.c: fix build on systems without <linux/fiemap.h>
by Dmitry V. Levin
· 9 years ago
25f3758
ioctl.c: fix build
by Dmitry V. Levin
· 9 years ago
398fe04
ioctl: add decoding for FS_IOC_FIEMAP
by Jeff Mahoney
· 9 years ago
306a261
Add xlat/fiemap_flags.in and xlat/fiemap_extent_flags.in
by Dmitry V. Levin
· 9 years ago
8cc6962
ioctl: add decoding support for btrfs ioctls
by Jeff Mahoney
· 9 years ago
c4d4d3c
x32: update ioctl entries from linux 4.6
by Gleb Fotengauer-Malinovskiy
· 9 years ago
9b49af1
tests/attach-f-p.c: sleep a bit more to let the tracer catch up
by Dmitry V. Levin
· 9 years ago
475d2b5
tests/attach-p-cmd-cmd.c: fix potential errno clobbering
by Dmitry V. Levin
· 9 years ago
4ea65fb
tests/net-yy-netlink.c: robustify against libc specific issues
by Dmitry V. Levin
· 9 years ago
29df035
tests/net-yy-netlink.c: robustify against os specific issues
by Dmitry V. Levin
· 9 years ago
1e9dabe
tests/net-yy-{inet,netlink}.test: cleanup
by Dmitry V. Levin
· 9 years ago
f21a2f4
tests: define PRI__[dux]64 macros to print __s64 and __u64 values
by Jeff Mahoney
· 9 years ago
62a35fa
tests: remove manual creation of memory mapping holes
by Dmitry V. Levin
· 9 years ago
0f303f9
tests: make tail_alloc create additional memory mapping holes
by Dmitry V. Levin
· 9 years ago
a8fce09
mpers: add support of conditionally compiled printers
by Dmitry V. Levin
· 9 years ago
4bf7ab7
Remove redundant declaration of v4l2_ioctl
by Dmitry V. Levin
· 9 years ago
7b69797
Fix one more code pattern that might break gcc strict aliasing rules
by Dmitry V. Levin
· 9 years ago
28e955d
tests: add check for netlink protocol decoding with -yy option
by Fabien Siron
· 9 years ago
814c0d5
Add netlink domain sockets support to socketutils
by Fabien Siron
· 9 years ago
ff2b853
tests/pread64-pwrite64.c: robustify against os specific issues
by Dmitry V. Levin
· 9 years ago
a8e8205
tests/read-write.c: robustify against os specific issues
by Dmitry V. Levin
· 9 years ago
af09d4f
umovestr3.test: extend test coverage
by Dmitry V. Levin
· 9 years ago
81f1b16
tests/timer_create.c: robustify against os specific issues
by Dmitry V. Levin
· 9 years ago
Next »