aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-12-09ia64: print all ia32 syscalls using printargsDmitry V. Levin
2015-12-09Fix build on architectures for which arch_sigreturn is not implementedDmitry V. Levin
2015-12-09aarch64: swap 64-bit and 32-bit personalitiesDmitry V. Levin
2015-12-08mips: fix fadvise64 syscall entriesDmitry V. Levin
2015-12-08xtensa: wire up syncfs syscallDmitry V. Levin
2015-12-08sh, sh64: fix syscall entriesDmitry V. Levin
2015-12-08powerpc, powerpc64: wire up mlock2 syscallDmitry V. Levin
2015-12-08hppa: fix syscall entriesDmitry V. Levin
2015-12-08avr32: update syscall entriesDmitry V. Levin
2015-12-08m68k: fix syscall namesDmitry V. Levin
2015-12-08sparc: update syscall namesDmitry V. Levin
2015-12-08powerpc, powerpc64: update syscall namesDmitry V. Levin
2015-12-08alpha: update syscall entriesDmitry V. Levin
2015-12-08Fix mmap syscall entriesDmitry V. Levin
2015-12-08Fix select and _newselect syscall entriesDmitry V. Levin
2015-12-08Fix exit syscall entriesDmitry V. Levin
2015-12-08Fix pread64 and pwrite64 syscall entriesDmitry V. Levin
2015-12-08tests: sort the list of testsDmitry V. Levin
2015-12-08ia64: fix remap_file_pages syscall entryDmitry V. Levin
2015-12-08bfin, i386: remove sysentry for nonexistent security syscallDmitry V. Levin
2015-12-08build: add -D_FILE_OFFSET_BITS=64 to _CPPFLAGS instead of _CFLAGSDmitry V. Levin
2015-12-08Move x32 <asm/stat.h> replacement to x32 specific directoryDmitry V. Levin
2015-12-08build: set arch specific -m switches in tests-m*32/Makefile.am files properlyDmitry V. Levin
2015-12-08build: initialize ARCH variable in tests-m*32/Makefile.am files properlyDmitry V. Levin
2015-12-07tests: add umount.test and umount2.testDmitry V. Levin
2015-12-07avr32: fix umount2 syscall entryDmitry V. Levin
2015-12-07Update umount2 flagsDmitry V. Levin
2015-12-07Print the first argument of umount2 syscall as a pathDmitry V. Levin
2015-12-06prctl: add PR_CAP_AMBIENT parserDmitry V. Levin
2015-12-06prctl: finish decoding of several commands on entering syscallDmitry V. Levin
2015-12-06Fix build on systems that lack EM_FRV definitionDmitry V. Levin
2015-12-06times.test: workaround buggy libcDmitry V. Levin
2015-12-06times.test: reduce cpu time consumption, increase struct tms diversityDmitry V. Levin
2015-12-06mips n32, x32: fix printing of times syscall return valueDmitry V. Levin
2015-12-06unix-yy.test: fix portability issueDmitry V. Levin
2015-12-06inet-cmsg.test: skip the test when the network is not functionalDmitry V. Levin
2015-12-05fcntl: skip F_GETLK64, F_SETLK64, and F_SETLKW64 in fcntl syscall parserDmitry V. Levin
2015-12-05print_fcntl: finish with unrecognized commands on entering syscallDmitry V. Levin
2015-12-04fcntl: create a separate parser for fcntl64 syscallElvira Khabirova
2015-12-05travis-ci: add build matrixDmitry V. Levin
2015-12-05tests: replace old stat tests with stat.test and stat64.testDmitry V. Levin
2015-12-05tests: add lstat.test and lstat64.testDmitry V. Levin
2015-12-05tests: add fstat.test and fstat64.testDmitry V. Levin
2015-12-05tests: prepare for detailed testing of stat family syscallsDmitry V. Levin
2015-12-04ioctl: allow to stop decoding numberGabriel Laskar
2015-12-04tests: skip restart_syscall.test on x32Dmitry V. Levin
2015-12-04x32: fix decoding of i386 personality lseek syscallDmitry V. Levin
2015-12-04x86_64, x32: add a replacement for <asm/stat.h>Dmitry V. Levin
2015-12-04Add a wrapper around <asm/stat.h>Dmitry V. Levin
2015-12-04kernel_types.h: protect from double inclusionDmitry V. Levin