2016-10-28 |
Eugene Syromyatnikov | tests: check decoding of kexec_file_load and kexec_load... |
commit | commitdiff | tree | snapshot |
2016-10-28 |
Eugene Syromyatnikov | kexec: use widen_to_ulong since kexec_load has compat... |
commit | commitdiff | tree | snapshot |
2016-10-28 |
Eugene Syromyatnikov | kexec: fix zeroing of higher bits of flags parameter... |
commit | commitdiff | tree | snapshot |
2016-10-28 |
Eugene Syromyatnikov | kexec: add printing of struct kexec_segment field names |
commit | commitdiff | tree | snapshot |
2016-10-28 |
Eugene Syromyatnikov | tests: check decoding of unshare syscall |
commit | commitdiff | tree | snapshot |
2016-10-28 |
Eugene Syromyatnikov | clone: use kernel_ulong_t as type of flags parameter... |
commit | commitdiff | tree | snapshot |
2016-10-28 |
Eugene Syromyatnikov | clone: use separate flag list for unshare |
commit | commitdiff | tree | snapshot |
2016-10-28 |
Eugene Syromyatnikov | tests: check decoding of setns syscall |
commit | commitdiff | tree | snapshot |
2016-10-28 |
Eugene Syromyatnikov | clone: use separate xlat for nstype parameter of setns... |
commit | commitdiff | tree | snapshot |
2016-10-28 |
Eugene Syromyatnikov | tests: check non-verbose capget/capset output |
commit | commitdiff | tree | snapshot |
2016-10-28 |
Eugene Syromyatnikov | tests: additional capset decoder checks |
commit | commitdiff | tree | snapshot |
2016-10-28 |
Eugene Syromyatnikov | tests: check decoding of fanotify_init syscall |
commit | commitdiff | tree | snapshot |
2016-10-28 |
Eugene Syromyatnikov | tests: some additional checks for fanotify_mark |
commit | commitdiff | tree | snapshot |
2016-10-28 |
Eugene Syromyatnikov | tests: use sprintrc in tests/fanotify_mark.c |
commit | commitdiff | tree | snapshot |
2016-10-28 |
Eugene Syromyatnikov | tests: check decoding of {init,finit,delete}_module... |
commit | commitdiff | tree | snapshot |
2016-10-28 |
Eugene Syromyatnikov | bjm: use getarg_ull for retrieving first two parameters... |
commit | commitdiff | tree | snapshot |
2016-10-28 |
Dmitry V. Levin | Add printaddr_ull, change printaddr into a thin wrapper... |
commit | commitdiff | tree | snapshot |
2016-10-28 |
Eugene Syromyatnikov | xlat: add values for MODULE_INIT_* constants |
commit | commitdiff | tree | snapshot |
2016-10-28 |
Eugene Syromyatnikov | Remove parser of create_module syscall |
commit | commitdiff | tree | snapshot |
2016-10-28 |
Eugene Syromyatnikov | tests: check decoding of process_vm_readv and process_v... |
commit | commitdiff | tree | snapshot |
2016-10-28 |
Eugene Syromyatnikov | process_vm: use widen_to_ulong for local_iovcnt, renote... |
commit | commitdiff | tree | snapshot |
2016-10-28 |
Eugene Syromyatnikov | defs: add widen_to_ulong macro |
commit | commitdiff | tree | snapshot |
2016-10-28 |
Eugene Syromyatnikov | process_vm: print pid argument as int |
commit | commitdiff | tree | snapshot |
2016-10-28 |
Eugene Syromyatnikov | process_vm: remove syserror check for iovec printing |
commit | commitdiff | tree | snapshot |
2016-10-28 |
Eugene Syromyatnikov | io: use umoven_or_printaddr_ignore_syserror as umove... |
commit | commitdiff | tree | snapshot |
2016-10-28 |
Eugene Syromyatnikov | Move umoven_or_printaddr_ignore_syserror to util.c |
commit | commitdiff | tree | snapshot |
2016-10-28 |
Eugene Syromyatnikov | v4l2: check for verbose flag in umoven_or_printaddr_ign... |
commit | commitdiff | tree | snapshot |
2016-10-28 |
Eugene Syromyatnikov | tests: check decoding of kcmp syscall |
commit | commitdiff | tree | snapshot |
2016-10-28 |
Dmitry V. Levin | kcmp: print index parameters of unknown commands as... |
commit | commitdiff | tree | snapshot |
2016-10-27 |
Eugene Syromyatnikov | tests: check decoding of inotify family syscalls |
commit | commitdiff | tree | snapshot |
2016-10-27 |
Eugene Syromyatnikov | xlat: use IN_* prefix for inotify_init1 flag constants |
commit | commitdiff | tree | snapshot |
2016-10-27 |
Eugene Syromyatnikov | tests: check decoding of lookup_dcookie syscall |
commit | commitdiff | tree | snapshot |
2016-10-27 |
Eugene Syromyatnikov | lookup_dcookie: print len parameter as kernel_ulong_t |
commit | commitdiff | tree | snapshot |
2016-10-26 |
Eugene Syromyatnikov | defs.h: add offsetofend macro |
commit | commitdiff | tree | snapshot |
2016-10-26 |
Eugene Syromyatnikov | tests: move ARG_STR and similar macros to tests.h |
commit | commitdiff | tree | snapshot |
2016-10-26 |
Eugene Syromyatnikov | tests: move LL_PAIR and LL_VAL_TO_PAIR macros to tests.h |
commit | commitdiff | tree | snapshot |
2016-10-26 |
Eugene Syromyatnikov | tests: check decoding of ioprio_get and ioprio_set... |
commit | commitdiff | tree | snapshot |
2016-10-26 |
Eugene Syromyatnikov | xlat: provide fallback definitions for CLOCK_* constants |
commit | commitdiff | tree | snapshot |
2016-10-26 |
Eugene Syromyatnikov | tests: move fill_memory and fill_memory_ex into a separ... |
commit | commitdiff | tree | snapshot |
2016-10-26 |
Eugene Syromyatnikov | tests: add period parameter to fill_memory_ex |
commit | commitdiff | tree | snapshot |
2016-10-05 |
Dmitry V. Levin | Post-release administrivia |
commit | commitdiff | tree | snapshot |
2016-10-04 |
Dmitry V. Levin | Prepare for 4.14 release v4.14 |
commit | commitdiff | tree | snapshot |
2016-10-04 |
Dmitry V. Levin | Generate SEN numbers in a locale independent order |
commit | commitdiff | tree | snapshot |
2016-10-04 |
Dmitry V. Levin | Assume that offsetof is provided by stddef.h |
commit | commitdiff | tree | snapshot |
2016-10-03 |
Eugene Syromyatnikov | tests: check decoding of add_key, keyctl, and request_k... |
commit | commitdiff | tree | snapshot |
2016-10-03 |
Eugene Syromyatnikov | keyctl: use kernel_ulong_t and getarg_ull instead of... |
commit | commitdiff | tree | snapshot |
2016-10-03 |
Eugene Syromyatnikov | keyctl: fix parameter signedness |
commit | commitdiff | tree | snapshot |
2016-10-03 |
Eugene Syromyatnikov | keyctl: use printstr_ex for printing out buffer |
commit | commitdiff | tree | snapshot |
2016-10-03 |
Eugene Syromyatnikov | Add printstr_ex which allows for providing user quotati... |
commit | commitdiff | tree | snapshot |
2016-10-03 |
Eugene Syromyatnikov | util: add quote_string flag signalising that string... |
commit | commitdiff | tree | snapshot |
2016-10-03 |
Eugene Syromyatnikov | keyctl: add support for KEYCTL_DH_COMPUTE |
commit | commitdiff | tree | snapshot |
2016-10-03 |
Dmitry V. Levin | x86_64: fix is_negated_errno for x32 personality |
commit | commitdiff | tree | snapshot |
2016-10-03 |
Dmitry V. Levin | tests: fix another regression in qual_syscall.test |
commit | commitdiff | tree | snapshot |
2016-10-03 |
Dmitry V. Levin | Use err_name, print unrecognized errno values as numbers |
commit | commitdiff | tree | snapshot |
2016-10-03 |
Eugene Syromyatnikov | keyctl: print errno name in KEYCTL_REJECT in case it... |
commit | commitdiff | tree | snapshot |
2016-10-03 |
Eugene Syromyatnikov | Add function for getting errno string |
commit | commitdiff | tree | snapshot |
2016-10-03 |
Dmitry V. Levin | struct tcb: change the type of u_error field from int... |
commit | commitdiff | tree | snapshot |
2016-10-02 |
Dmitry V. Levin | Use tprints instead of tprintf in a few more places |
commit | commitdiff | tree | snapshot |
2016-10-02 |
Eugene Syromyatnikov | keyctl: do not print comma for KEYCTL_SESSION_TO_PARENT... |
commit | commitdiff | tree | snapshot |
2016-10-02 |
Eugene Syromyatnikov | keyctl: use getarg_ull for printing generic arguments |
commit | commitdiff | tree | snapshot |
2016-10-02 |
Eugene Syromyatnikov | keyctl: use printuid for printing UID/GID |
commit | commitdiff | tree | snapshot |
2016-10-02 |
Eugene Syromyatnikov | io: handle data_size of -1 as unlimited data in print_iovec |
commit | commitdiff | tree | snapshot |
2016-10-01 |
Dmitry V. Levin | tests: fix typo in qual_syscall.test |
commit | commitdiff | tree | snapshot |
2016-09-30 |
Dmitry V. Levin | Enhance -e abbrev=set, -e raw=set, and -e verbose=set |
commit | commitdiff | tree | snapshot |
2016-09-30 |
Dmitry V. Levin | tests/qual_syscall.test: rewrite without ls |
commit | commitdiff | tree | snapshot |
2016-09-28 |
Eugene Syromyatnikov | tests: check decoding of fadvise64 and fadvise64_64... |
commit | commitdiff | tree | snapshot |
2016-09-28 |
Dmitry V. Levin | mips o32: implement fetching the 7th subcall argument |
commit | commitdiff | tree | snapshot |
2016-09-28 |
Eugene Syromyatnikov | x32: use proper decoder for fadvise64 syscall |
commit | commitdiff | tree | snapshot |
2016-09-28 |
Eugene Syromyatnikov | fadvise: use getarg_ull for obtaining len argument... |
commit | commitdiff | tree | snapshot |
2016-09-28 |
Eugene Syromyatnikov | util: add getarg_ll and getarg_ull functions |
commit | commitdiff | tree | snapshot |
2016-09-28 |
Eugene Syromyatnikov | fadvise: change printing of len argument to unsigned... |
commit | commitdiff | tree | snapshot |
2016-09-28 |
Dmitry V. Levin | sh64, sparc64: use proper decoder for fadvise64_64... |
commit | commitdiff | tree | snapshot |
2016-09-28 |
Eugene Syromyatnikov | tests: check decoding of fallocate syscall |
commit | commitdiff | tree | snapshot |
2016-09-27 |
Eugene Syromyatnikov | fallocate: change print format of offset and len argume... |
commit | commitdiff | tree | snapshot |
2016-09-27 |
Eugene Syromyatnikov | xlat: add default values for falloc_flags constants |
commit | commitdiff | tree | snapshot |
2016-09-27 |
Eugene Syromyatnikov | tests: check decoding of getcpu syscall |
commit | commitdiff | tree | snapshot |
2016-09-27 |
Eugene Syromyatnikov | tests: make magic values in ioctl_block test distinctive |
commit | commitdiff | tree | snapshot |
2016-09-27 |
Eugene Syromyatnikov | tests: additional getcwd decoding checks |
commit | commitdiff | tree | snapshot |
2016-09-27 |
Eugene Syromyatnikov | tests: check decoding of quotactl syscall |
commit | commitdiff | tree | snapshot |
2016-09-27 |
Dmitry V. Levin | quota: ensure that names of structure fields are printe... |
commit | commitdiff | tree | snapshot |
2016-09-27 |
Dmitry V. Levin | Enhance zero_extend_signed_to_ull and sign_extend_unsig... |
commit | commitdiff | tree | snapshot |
2016-09-27 |
Dmitry V. Levin | quota: move Q_QUOTAON handling to subcommand switch... |
commit | commitdiff | tree | snapshot |
2016-09-27 |
Eugene Syromyatnikov | quota: remove legacy subcommand decoding support code |
commit | commitdiff | tree | snapshot |
2016-09-27 |
Eugene Syromyatnikov | quota: add realtime block limits fields to XFS disk... |
commit | commitdiff | tree | snapshot |
2016-09-27 |
Eugene Syromyatnikov | quota: add packed attribute to struct if_dqblk definition |
commit | commitdiff | tree | snapshot |
2016-09-27 |
Eugene Syromyatnikov | quota: Add decoding for Q_XQUOTARM subcommand |
commit | commitdiff | tree | snapshot |
2016-09-27 |
Eugene Syromyatnikov | quota: add dispatch of SYNC subcommands |
commit | commitdiff | tree | snapshot |
2016-09-27 |
Eugene Syromyatnikov | quota: add missing prefixes to struct field names |
commit | commitdiff | tree | snapshot |
2016-09-27 |
Eugene Syromyatnikov | quota: fix indentation inside subcommand dispatching... |
commit | commitdiff | tree | snapshot |
2016-09-27 |
Eugene Syromyatnikov | quota: avoid printing id argument for those commands... |
commit | commitdiff | tree | snapshot |
2016-09-27 |
Eugene Syromyatnikov | quota: use printuid for id parameter printing |
commit | commitdiff | tree | snapshot |
2016-09-27 |
Eugene Syromyatnikov | quota: display quota subcommand as a macro |
commit | commitdiff | tree | snapshot |
2016-09-26 |
Dmitry V. Levin | tests: use VERBOSE macro in waitid and waitid-v tests |
commit | commitdiff | tree | snapshot |
2016-09-26 |
Dmitry V. Levin | tests: use VERBOSE macro in wait4 and wait4-v tests |
commit | commitdiff | tree | snapshot |
2016-09-26 |
Dmitry V. Levin | tests: use VERBOSE macro in msg_control and msg_control... |
commit | commitdiff | tree | snapshot |
2016-09-26 |
Dmitry V. Levin | tests: use VERBOSE macro in mmsg_name and mmsg_name... |
commit | commitdiff | tree | snapshot |
2016-09-26 |
Dmitry V. Levin | tests: use VERBOSE macro in ioctl_rtc and ioctl_rtc... |
commit | commitdiff | tree | snapshot |
2016-09-26 |
Dmitry V. Levin | tests: use VERBOSE macro in ioctl_evdev and ioctl_evdev... |
commit | commitdiff | tree | snapshot |
2016-09-26 |
Dmitry V. Levin | tests: use VERBOSE macro in execveat and execveat-v... |
commit | commitdiff | tree | snapshot |
2016-09-26 |
Dmitry V. Levin | tests: use VERBOSE macro in execve and execve-v tests |
commit | commitdiff | tree | snapshot |
next |