2015-12-16 |
Dmitry V. Levin | tests/aio.c: include <time.h> |
commit | commitdiff | tree | snapshot |
2015-12-16 |
Dmitry V. Levin | mpers.sh: switch to DWARF version 2 format for better... |
commit | commitdiff | tree | snapshot |
2015-12-16 |
Dmitry V. Levin | mpers.awk: add support for DWARF version 2 format |
commit | commitdiff | tree | snapshot |
2015-12-16 |
Dmitry V. Levin | Replace %Ld/%Lu printf format specifiers with %lld... |
commit | commitdiff | tree | snapshot |
2015-12-16 |
Szabolcs Nagy | Fix SYS_FUNC and SEN macros for musl |
commit | commitdiff | tree | snapshot |
2015-12-15 |
Dmitry V. Levin | tests/times.test: workaround libc bug on x32 |
commit | commitdiff | tree | snapshot |
2015-12-15 |
Dmitry V. Levin | mpers.awk: make fillers added to the output structure... |
commit | commitdiff | tree | snapshot |
2015-12-15 |
Dmitry V. Levin | Robustify mpers.awk against input containing index... |
commit | commitdiff | tree | snapshot |
2015-12-15 |
Dmitry V. Levin | Robustify mpers.awk against invalid input |
commit | commitdiff | tree | snapshot |
2015-12-14 |
Dmitry V. Levin | Replace HAVE_LITTLE_ENDIAN_LONG_LONG with WORDS_BIGENDIAN |
commit | commitdiff | tree | snapshot |
2015-12-14 |
Dmitry V. Levin | Remove unused parser of xmknod syscall |
commit | commitdiff | tree | snapshot |
2015-12-13 |
Dmitry V. Levin | tests/restart_syscall: add a workaround for old arm... |
commit | commitdiff | tree | snapshot |
2015-12-12 |
Dmitry V. Levin | tests/.gitignore: add ksysent.h |
commit | commitdiff | tree | snapshot |
2015-12-11 |
Dmitry V. Levin | aarch64: make arm registers unsigned |
commit | commitdiff | tree | snapshot |
2015-12-10 |
Dmitry V. Levin | tests: add ksysent.test |
commit | commitdiff | tree | snapshot |
2015-12-09 |
Dmitry V. Levin | Document that syscall names match kernel __NR_* constants |
commit | commitdiff | tree | snapshot |
2015-12-09 |
Dmitry V. Levin | ia64: print all ia32 syscalls using printargs |
commit | commitdiff | tree | snapshot |
2015-12-09 |
Dmitry V. Levin | Fix build on architectures for which arch_sigreturn... |
commit | commitdiff | tree | snapshot |
2015-12-09 |
Dmitry V. Levin | aarch64: swap 64-bit and 32-bit personalities |
commit | commitdiff | tree | snapshot |
2015-12-08 |
Dmitry V. Levin | mips: fix fadvise64 syscall entries |
commit | commitdiff | tree | snapshot |
2015-12-08 |
Dmitry V. Levin | xtensa: wire up syncfs syscall |
commit | commitdiff | tree | snapshot |
2015-12-08 |
Dmitry V. Levin | sh, sh64: fix syscall entries |
commit | commitdiff | tree | snapshot |
2015-12-08 |
Dmitry V. Levin | powerpc, powerpc64: wire up mlock2 syscall |
commit | commitdiff | tree | snapshot |
2015-12-08 |
Dmitry V. Levin | hppa: fix syscall entries |
commit | commitdiff | tree | snapshot |
2015-12-08 |
Dmitry V. Levin | avr32: update syscall entries |
commit | commitdiff | tree | snapshot |
2015-12-08 |
Dmitry V. Levin | m68k: fix syscall names |
commit | commitdiff | tree | snapshot |
2015-12-08 |
Dmitry V. Levin | sparc: update syscall names |
commit | commitdiff | tree | snapshot |
2015-12-08 |
Dmitry V. Levin | powerpc, powerpc64: update syscall names |
commit | commitdiff | tree | snapshot |
2015-12-08 |
Dmitry V. Levin | alpha: update syscall entries |
commit | commitdiff | tree | snapshot |
2015-12-08 |
Dmitry V. Levin | Fix mmap syscall entries |
commit | commitdiff | tree | snapshot |
2015-12-08 |
Dmitry V. Levin | Fix select and _newselect syscall entries |
commit | commitdiff | tree | snapshot |
2015-12-08 |
Dmitry V. Levin | Fix exit syscall entries |
commit | commitdiff | tree | snapshot |
2015-12-08 |
Dmitry V. Levin | Fix pread64 and pwrite64 syscall entries |
commit | commitdiff | tree | snapshot |
2015-12-08 |
Dmitry V. Levin | tests: sort the list of tests |
commit | commitdiff | tree | snapshot |
2015-12-08 |
Dmitry V. Levin | ia64: fix remap_file_pages syscall entry |
commit | commitdiff | tree | snapshot |
2015-12-08 |
Dmitry V. Levin | bfin, i386: remove sysentry for nonexistent security... |
commit | commitdiff | tree | snapshot |
2015-12-08 |
Dmitry V. Levin | build: add -D_FILE_OFFSET_BITS=64 to _CPPFLAGS instead... |
commit | commitdiff | tree | snapshot |
2015-12-08 |
Dmitry V. Levin | Move x32 <asm/stat.h> replacement to x32 specific directory |
commit | commitdiff | tree | snapshot |
2015-12-08 |
Dmitry V. Levin | build: set arch specific -m switches in tests-m*32... |
commit | commitdiff | tree | snapshot |
2015-12-08 |
Dmitry V. Levin | build: initialize ARCH variable in tests-m*32/Makefile... |
commit | commitdiff | tree | snapshot |
2015-12-07 |
Dmitry V. Levin | tests: add umount.test and umount2.test |
commit | commitdiff | tree | snapshot |
2015-12-07 |
Dmitry V. Levin | avr32: fix umount2 syscall entry |
commit | commitdiff | tree | snapshot |
2015-12-07 |
Dmitry V. Levin | Update umount2 flags |
commit | commitdiff | tree | snapshot |
2015-12-07 |
Dmitry V. Levin | Print the first argument of umount2 syscall as a path |
commit | commitdiff | tree | snapshot |
2015-12-06 |
Dmitry V. Levin | prctl: add PR_CAP_AMBIENT parser |
commit | commitdiff | tree | snapshot |
2015-12-06 |
Dmitry V. Levin | prctl: finish decoding of several commands on entering... |
commit | commitdiff | tree | snapshot |
2015-12-06 |
Dmitry V. Levin | Fix build on systems that lack EM_FRV definition |
commit | commitdiff | tree | snapshot |
2015-12-06 |
Dmitry V. Levin | times.test: workaround buggy libc |
commit | commitdiff | tree | snapshot |
2015-12-06 |
Dmitry V. Levin | times.test: reduce cpu time consumption, increase struc... |
commit | commitdiff | tree | snapshot |
2015-12-06 |
Dmitry V. Levin | mips n32, x32: fix printing of times syscall return... |
commit | commitdiff | tree | snapshot |
2015-12-06 |
Dmitry V. Levin | unix-yy.test: fix portability issue |
commit | commitdiff | tree | snapshot |
2015-12-06 |
Dmitry V. Levin | inet-cmsg.test: skip the test when the network is not... |
commit | commitdiff | tree | snapshot |
2015-12-05 |
Dmitry V. Levin | fcntl: skip F_GETLK64, F_SETLK64, and F_SETLKW64 in... |
commit | commitdiff | tree | snapshot |
2015-12-05 |
Dmitry V. Levin | print_fcntl: finish with unrecognized commands on enter... |
commit | commitdiff | tree | snapshot |
2015-12-04 |
Elvira Khabirova | fcntl: create a separate parser for fcntl64 syscall |
commit | commitdiff | tree | snapshot |
2015-12-05 |
Dmitry V. Levin | travis-ci: add build matrix |
commit | commitdiff | tree | snapshot |
2015-12-05 |
Dmitry V. Levin | tests: replace old stat tests with stat.test and stat64... |
commit | commitdiff | tree | snapshot |
2015-12-05 |
Dmitry V. Levin | tests: add lstat.test and lstat64.test |
commit | commitdiff | tree | snapshot |
2015-12-05 |
Dmitry V. Levin | tests: add fstat.test and fstat64.test |
commit | commitdiff | tree | snapshot |
2015-12-05 |
Dmitry V. Levin | tests: prepare for detailed testing of stat family... |
commit | commitdiff | tree | snapshot |
2015-12-04 |
Gabriel Laskar | ioctl: allow to stop decoding number |
commit | commitdiff | tree | snapshot |
2015-12-04 |
Dmitry V. Levin | tests: skip restart_syscall.test on x32 |
commit | commitdiff | tree | snapshot |
2015-12-04 |
Dmitry V. Levin | x32: fix decoding of i386 personality lseek syscall |
commit | commitdiff | tree | snapshot |
2015-12-04 |
Dmitry V. Levin | x86_64, x32: add a replacement for <asm/stat.h> |
commit | commitdiff | tree | snapshot |
2015-12-04 |
Dmitry V. Levin | Add a wrapper around <asm/stat.h> |
commit | commitdiff | tree | snapshot |
2015-12-04 |
Dmitry V. Levin | kernel_types.h: protect from double inclusion |
commit | commitdiff | tree | snapshot |
2015-12-03 |
Dmitry V. Levin | fstatat64.test: lift /proc requirement |
commit | commitdiff | tree | snapshot |
2015-12-02 |
Dmitry V. Levin | tests: add fstatat64.test and newfstatat.test |
commit | commitdiff | tree | snapshot |
2015-12-01 |
Dmitry V. Levin | alpha, ppc, sh, sh64: fix fstatat64 syscall entries |
commit | commitdiff | tree | snapshot |
2015-12-01 |
Dmitry V. Levin | ppc64: clone syscallent.h from ppc |
commit | commitdiff | tree | snapshot |
2015-12-01 |
Dmitry V. Levin | tests: add lseek.test and llseek.test |
commit | commitdiff | tree | snapshot |
2015-12-01 |
Dmitry V. Levin | tests: add ftruncate64.test and truncate64.test |
commit | commitdiff | tree | snapshot |
2015-12-01 |
Dmitry V. Levin | tests: add ftruncate.test and truncate.test |
commit | commitdiff | tree | snapshot |
2015-11-30 |
Dmitry V. Levin | build: robustify linux/fcntl.h check |
commit | commitdiff | tree | snapshot |
2015-11-30 |
Dmitry V. Levin | syscall.c: move inclusion of arch specific files to... |
commit | commitdiff | tree | snapshot |
2015-11-30 |
Dmitry V. Levin | x86_64: change getregs_old to forward ptrace return... |
commit | commitdiff | tree | snapshot |
2015-11-30 |
Dmitry V. Levin | Cleanup print_pc |
commit | commitdiff | tree | snapshot |
2015-11-30 |
Dmitry V. Levin | cleanup: make get_scno.c files more readable |
commit | commitdiff | tree | snapshot |
2015-11-30 |
Dmitry V. Levin | cleanup: make get_syscall_args.c files more readable |
commit | commitdiff | tree | snapshot |
2015-11-30 |
Dmitry V. Levin | cleanup: make get_syscall_result.c files more readable |
commit | commitdiff | tree | snapshot |
2015-11-29 |
Dmitry V. Levin | cleanup: make get_error.c files more readable |
commit | commitdiff | tree | snapshot |
2015-11-28 |
Dmitry V. Levin | cleanup: make arch_sigreturn.c files more readable |
commit | commitdiff | tree | snapshot |
2015-11-26 |
Dmitry V. Levin | Add initial Travis CI support |
commit | commitdiff | tree | snapshot |
2015-11-27 |
Dmitry V. Levin | tests: remove temporary files left after two tests |
commit | commitdiff | tree | snapshot |
2015-11-27 |
Dmitry V. Levin | tests: skip stat32-v.test on x32 |
commit | commitdiff | tree | snapshot |
2015-11-27 |
Dmitry V. Levin | tests: fix ipc_msgbuf.test on x32 |
commit | commitdiff | tree | snapshot |
2015-11-27 |
Dmitry V. Levin | x32: fix pselect6 decoding |
commit | commitdiff | tree | snapshot |
2015-11-27 |
Dmitry V. Levin | x32: fix sigreturn decoding |
commit | commitdiff | tree | snapshot |
2015-11-27 |
Dmitry V. Levin | x32: fix struct dirent decoding |
commit | commitdiff | tree | snapshot |
2015-11-26 |
Elvira Khabirova | Refer to -h on incorrect usage |
commit | commitdiff | tree | snapshot |
2015-11-26 |
Elvira Khabirova | Rearrange flags descriptions in the usage text |
commit | commitdiff | tree | snapshot |
2015-11-26 |
Dmitry V. Levin | tests: run in "set -x" mode if VERBOSE variable is... |
commit | commitdiff | tree | snapshot |
2015-11-26 |
Dmitry V. Levin | tests: fix match_diff usage |
commit | commitdiff | tree | snapshot |
2015-11-26 |
Dmitry V. Levin | x86_64: fix x32 personality support in print_llu_from_l... |
commit | commitdiff | tree | snapshot |
2015-11-26 |
Dmitry V. Levin | x86_64: fix x32 personality support in getllval |
commit | commitdiff | tree | snapshot |
2015-11-26 |
Dmitry V. Levin | tests/file_handle: fix expected output |
commit | commitdiff | tree | snapshot |
2015-11-26 |
Dmitry V. Levin | startup_attach: fix compilation warning |
commit | commitdiff | tree | snapshot |
2015-11-26 |
Dmitry V. Levin | .gitignore: add mpers_xlat.h |
commit | commitdiff | tree | snapshot |
2015-11-26 |
Dmitry V. Levin | tests: add struct_flock.test |
commit | commitdiff | tree | snapshot |
2015-11-26 |
Dmitry V. Levin | Convert parsers of flock structures to new mpers infras... |
commit | commitdiff | tree | snapshot |
next |