strace/linux
Dmitry V. Levin fef09070d6 Implement getrandom syscall decoding
* getrandom.c: New file.
* Makefile.am (strace_SOURCES): Add it.
* linux/dummy.h (sys_getrandom): Remove.
* linux/syscall.h (sys_getrandom): New prototype.
* xlat/getrandom_flags.in: New file.
* tests/getrandom.c: New file.
* tests/getrandom.awk: New file.
* tests/getrandom.test: New test.
* tests/Makefile.am (check_PROGRAMS): Add getrandom.
(TESTS): Add getrandom.test.
(EXTRA_DIST): Add getrandom.awk.
* tests/.gitignore: Add getrandom.
2015-02-05 01:10:47 +00:00
..
32 ioctl: take all 32 bits of ioctl commands into account 2015-01-22 00:27:38 +00:00
64 ioctl: take all 32 bits of ioctl commands into account 2015-01-22 00:27:38 +00:00
aarch64 ioctl: take all 32 bits of ioctl commands into account 2015-01-22 00:27:38 +00:00
alpha ioctl: take all 32 bits of ioctl commands into account 2015-01-22 00:27:38 +00:00
arc ioctl: take all 32 bits of ioctl commands into account 2015-01-22 00:27:38 +00:00
arm ioctl: take all 32 bits of ioctl commands into account 2015-01-22 00:27:38 +00:00
avr32 avr32: fix typo in sys_timerfd syscall entry 2015-01-24 16:42:41 +00:00
bfin ioctl: take all 32 bits of ioctl commands into account 2015-01-22 00:27:38 +00:00
crisv10 process.c: split struct_user_offsets into architecture-specific include files 2014-12-11 19:25:02 +00:00
crisv32 process.c: split struct_user_offsets into architecture-specific include files 2014-12-11 19:25:02 +00:00
hppa hppa: fix typos in getresuid and getresgid syscall entries 2015-01-24 16:42:32 +00:00
i386 ioctl: take all 32 bits of ioctl commands into account 2015-01-22 00:27:38 +00:00
ia64 ioctl: take all 32 bits of ioctl commands into account 2015-01-22 00:27:38 +00:00
m68k ioctl: take all 32 bits of ioctl commands into account 2015-01-22 00:27:38 +00:00
metag ioctl: take all 32 bits of ioctl commands into account 2015-01-22 00:27:38 +00:00
microblaze ioctl: take all 32 bits of ioctl commands into account 2015-01-22 00:27:38 +00:00
mips ioctl: take all 32 bits of ioctl commands into account 2015-01-22 00:27:38 +00:00
or1k ioctl: take all 32 bits of ioctl commands into account 2015-01-22 00:27:38 +00:00
powerpc ioctl: take all 32 bits of ioctl commands into account 2015-01-22 00:27:38 +00:00
powerpc64 ioctl: take all 32 bits of ioctl commands into account 2015-01-22 00:27:38 +00:00
s390 ioctl: take all 32 bits of ioctl commands into account 2015-01-22 00:27:38 +00:00
s390x ioctl: take all 32 bits of ioctl commands into account 2015-01-22 00:27:38 +00:00
sh ioctl: take all 32 bits of ioctl commands into account 2015-01-22 00:27:38 +00:00
sh64 ioctl: take all 32 bits of ioctl commands into account 2015-01-22 00:27:38 +00:00
sparc ioctl: take all 32 bits of ioctl commands into account 2015-01-22 00:27:38 +00:00
sparc64 ioctl: take all 32 bits of ioctl commands into account 2015-01-22 00:27:38 +00:00
tile ioctl: take all 32 bits of ioctl commands into account 2015-01-22 00:27:38 +00:00
x32 ioctl: take all 32 bits of ioctl commands into account 2015-01-22 00:27:38 +00:00
x86_64 ioctl: take all 32 bits of ioctl commands into account 2015-01-22 00:27:38 +00:00
xtensa ioctl: take all 32 bits of ioctl commands into account 2015-01-22 00:27:38 +00:00
dummy_check.sh Remove stray sys_swapon() declaration 2012-02-28 16:39:44 +01:00
dummy.h Implement getrandom syscall decoding 2015-02-05 01:10:47 +00:00
errnoent.h linux: add new errno values for EPROBE_DEFER and EOPENSTALE 2012-10-26 22:55:52 +00:00
fanotify.h Cleanup local copy of linux/fanotify.h 2015-01-09 02:27:57 +00:00
inet_diag.h Add -yy option: print ip and port associated with socket descriptors 2014-09-17 20:03:38 +00:00
inotify.h Cleanup inotify syscalls decoding 2014-02-05 15:43:04 +00:00
kexec.h Implement kexec_load decoding 2014-02-05 14:25:20 +00:00
keyctl.h Implement add_key, keyctl, and request_key decoding 2014-02-05 23:41:50 +00:00
mtd-abi.h Whitespace fix, no code changes 2013-02-14 13:39:53 +01:00
personality.h Use prepared editions of recently imported linux headers 2014-02-05 12:56:26 +00:00
ptp_clock.h Decode ptp ioctls 2014-02-04 00:03:08 +00:00
reboot.h Enhance reboot decoding 2014-02-05 14:51:19 +00:00
signalent.h Regenerated 2001-08-03 21:51:48 +00:00
sock_diag.h Add -yy option: print ip and port associated with socket descriptors 2014-09-17 20:03:38 +00:00
subcall.h Fix indirect ipc subcall handling 2015-01-12 14:27:11 +00:00
syscall.h Implement getrandom syscall decoding 2015-02-05 01:10:47 +00:00
ubi-user.h Decode mtd/ubi ioctls 2013-05-02 22:50:55 +00:00
unix_diag.h Support unix domain sockets in -yy option 2014-12-25 01:00:48 +00:00
userent0.h process.c: split struct_user_offsets into architecture-specific include files 2014-12-11 19:25:02 +00:00
userent.h process.c: split struct_user_offsets into architecture-specific include files 2014-12-11 19:25:02 +00:00