]> granicus.if.org Git - strace/shortlog
strace
2017-01-28 Elvira KhabirovaImplement success injection
2017-01-26 Dmitry V. Levinmips: rewrite configure check without sgidefs.h
2017-01-20 Elvira Khabirova.gitignore: add missing files that should be ignored
2017-01-20 Andre McCurdymips: use <asm/sgidefs.h>
2017-01-20 JingPiao ChenImplement decoding of ustat syscall
2017-01-20 JingPiao ChenMakefile.am: allow indented DEF_MPERS_TYPE includes
2017-01-20 JingPiao Chenstrace.1: fix formatting
2017-01-13 Dmitry V. Levintests: drop non-USE_ASM_STAT case support
2017-01-13 Dmitry V. Levintests: call newfstatat and fstatat64 syscalls directly
2017-01-13 Dmitry V. Levintests: remove redundant SAMPLE_SIZE definitions
2017-01-13 Dmitry V. Levintests: change SAMPLE_SIZE type to libc_off_t
2017-01-13 Alexey Neymanioctlsort: get ioctl definitions from host, not build
2017-01-13 Dmitry V. Levintests: treat struct stat mismatch as an error
2017-01-12 Dmitry V. Levintests: rewrite diagnostics about struct stat mismatch
2017-01-12 Dmitry V. Levintests: fix typo in tests/xstatx.c
2017-01-12 JingPiao Chentests: fix typo in mlock.c
2017-01-12 JingPiao Chenstrace: move description of -k option to the appropriat...
2017-01-11 Dmitry V. LevinRemove redundant commas at the end of structure initial...
2017-01-10 Dmitry V. Levintests: check decoding of scsi ioctl commands
2017-01-10 Dmitry V. Levinscsi: implement decoding of all SG_* ioctl commands
2017-01-10 Dmitry V. Levinscsi: prepare for decoding of other SG_* ioctl commands
2017-01-10 Dmitry V. Levintests: check decoding of ioctl SG_IO v3 commands
2017-01-10 Dmitry V. Levintests: check decoding of ioctl SG_IO v4 commands
2017-01-10 Dmitry V. Levinscsi: add fallback definitions for SG_* ioctl command...
2017-01-10 Dmitry V. Levinxlat: provide fallback definitions for BSG_FLAG_* constants
2017-01-10 Dmitry V. Levinxlat: provide fallback definitions for SG_FLAG_* constants
2017-01-10 Dmitry V. Levinsg_io_v4: print din_resid and dout_resid fields as...
2017-01-10 Dmitry V. Levinsg_io: cleanup printing of sg_io buffers
2017-01-10 Dmitry V. Levinsg_io: decode structures on exiting syscall in case...
2017-01-08 Dmitry V. Levinsg_io: reorder printing of fields to follow structure...
2017-01-08 Dmitry V. Levinsg_io_v3: print sg_io_hdr.duration field as unsigned...
2017-01-08 Dmitry V. Levinsg_io_v3: print msg_status field
2017-01-08 Dmitry V. Levinsg_io: print names of array fields and corresponding...
2017-01-08 Dmitry V. Levinsg_io_v3: print status fields using %#x format specifier
2017-01-08 Dmitry V. Levinsg_io_v4: print status fields in a hexadecimal form
2017-01-08 Dmitry V. Levinsg_io_v4: print request_tag and generated_tag fields...
2017-01-08 Dmitry V. Levinsg_io_v4: print usr_ptr field in a hexadecimal form
2017-01-08 Dmitry V. Levinsg_io_v4: do not print spare_in and spare_out fields
2017-01-08 Dmitry V. Levinsg_io: decode struct sg_io_hdr.info and struct sg_io_v4...
2017-01-08 Dmitry V. Levinsg_io: decode struct sg_io_hdr.flags and struct sg_io_v...
2017-01-08 Dmitry V. LevinMpersify struct sg_io_hdr
2017-01-08 Dmitry V. LevinSplit scsi.c
2017-01-07 Dmitry V. Levinscsi: detect and print changes of interface id
2017-01-07 Dmitry V. Levinscsi: print field names of all fields being printed
2017-01-07 Dmitry V. Levinscsi: print struct sg_io_hdr.dxfer_direction field...
2017-01-07 Dmitry V. Levinscsi: print "protocol" and "subprotocol" field names...
2017-01-07 Dmitry V. LevinPrint hexadecimal integer in error diagnostics using %#x
2017-01-07 Dmitry V. Levinaio: print hexadecimal integer using %#x
2017-01-06 Dmitry V. Levinscsi: rewrite print_sg_io_buffer using printstr_ex...
2017-01-06 Eugene Syromyatnikovgetrandom: print string as hex-escaped
2017-01-06 Eugene Syromyatnikovutil: add support for forcing printing string as hex...
2017-01-06 Eugene Syromyatnikovterm: do not abort decoding in case of non-verbose...
2017-01-05 Dmitry V. Levintests: skip fault injection tests on hppa if the kernel...
2017-01-05 Dmitry V. Levintests: skip readahead.test on MIPS n64 when built with...
2017-01-05 Dmitry V. Levintests: replace init_magic with fill_memory
2017-01-05 Dmitry V. Levintests: rewrite ioctl_v4l2 test without reliance on...
2017-01-04 Dmitry V. Levintests: remove redundant casts in fill_memory{,_ex}...
2017-01-04 Dmitry V. Levintests: change the type of fill_memory{,_ex} first argum...
2017-01-04 Eugene Syromyatnikovtests: check non-verbose decoding of LOOP_* ioctls
2017-01-04 Eugene Syromyatnikovtests: add more checks of LOOP_* ioctls decoding
2017-01-04 JingPiao Chentests: check decoding of LOOP_* ioctls
2017-01-04 Dmitry V. LevinDrop vsprintf.c
2017-01-04 Eugene Syromyatnikovloop: remove unnecessary verbose check
2017-01-04 Eugene Syromyatnikovloop: fix lo_encrypt_key field output
2017-01-04 Eugene Syromyatnikovloop: print lo_encrypt_key_size field of struct loop_in...
2017-01-04 Eugene Syromyatnikovtests: add more checks of unknown ioctl command formatting
2017-01-04 Eugene Syromyatnikovioctl: do not print explicit 0x prefix and do not speci...
2017-01-04 Eugene Syromyatnikovloop: fix printing of the reserved field array items
2017-01-04 Eugene Syromyatnikovtests: check ioctl(SIOCGIFCONF) decoding
2017-01-04 Eugene Syromyatnikovdm.c: add copyright notice
2017-01-04 Dmitry V. LevinAdd scno.h and syscallent.i to .gitignore files
2017-01-04 JingPiao Chentests/.gitignore: add generated files that should be...
2017-01-03 Dmitry V. LevinRemove checks of __NR_* availability from strace source...
2017-01-03 Dmitry V. LevinInclude "scno.h" in files that check __NR_* constants
2017-01-03 Dmitry V. LevinGenerate scno.h for use during the build of strace...
2017-01-01 Dmitry V. LevinGenerate scno.h without invoking a generated executable...
2017-01-01 Dmitry V. LevinUpdate all publicly shown copyright year number ranges
2016-12-31 Dmitry V. Levindefs.h: stop including <asm/unistd.h>
2016-12-30 Dmitry V. Levintests: do not use BUILT_SOURCES
2016-12-30 Dmitry V. LevinFix cross build
2016-12-30 Dmitry V. Levintests: do not use defs.h and syscall.h
2016-12-30 Dmitry V. LevinMove definition of struct sysent and trace flags to...
2016-12-29 Eugene SyromyatnikovMpersify SIOC* ioctls
2016-12-29 Eugene Syromyatnikovsock: rewrite decode_ifconf
2016-12-29 Eugene Syromyatnikovxlat: update LOOP_* ioctl flags constants
2016-12-29 Eugene Syromyatnikovloop: add fallback definitions for LOOP_* ioctl command...
2016-12-29 Dmitry V. Levinxlat: extend syntax
2016-12-29 Eugene Syromyatnikovloop: mpersify struct loop_info and loop_ioctl function
2016-12-29 Eugene Syromyatnikovloop: print lo_device and lo_rdevice fields using print...
2016-12-29 Eugene SyromyatnikovMove device number printing code into a separate routine
2016-12-28 Dmitry V. Levintests: enhance invalid address decoding check in seccom...
2016-12-28 Eugene Syromyatnikovtests: check decoding of prctl PR_GET_TID_ADDRESS operation
2016-12-28 Dmitry V. LevinUpdate the publicly shown copyright information
2016-12-28 Dmitry V. Levinconfigure: specify project URL
2016-12-28 Seraphime KirkovskiDocument signal injection
2016-12-28 Seraphime KirkovskiImplement signal injection
2016-12-28 Dmitry V. LevinUpdate README.md
2016-12-28 Dmitry V. Levintests: robustify prctl-arg2-intptr.test
2016-12-27 Dmitry V. Levinsignal: remove redundant checks around NSIG
2016-12-27 Dmitry V. LevinIntroduce NSIG_BYTES
next