]> granicus.if.org Git - strace/history - mem.c
file.c: move definitions of struct stat32 to separate files
[strace] / mem.c
2016-06-17 Dmitry V. LevinIntroduce HAVE_STRUCT_TCB_EXT_ARG macro
2016-05-16 Dmitry V. LevinFix printing of invalid arguments of memory mapping...
2016-05-07 Dmitry V. Levinmem.c: use print_array function
2016-04-27 Dmitry V. LevinMove parsers of NUMA related syscalls to numa.c
2016-04-26 Dmitry V. LevinMove definitions of MPOL_* constants to xlat files
2016-04-23 Dmitry V. LevinFix old_mmap output when mmap arguments are unfetchable
2016-04-22 Dmitry V. Levinaarch64: fix old_mmap output for arm personality
2016-04-22 Dmitry V. LevinDefine old_mmap parser only on architectures that use it
2016-04-01 Dmitry V. LevinConsistently handle unsigned arguments of mmap* and...
2016-01-29 Dmitry V. LevinFixed decoding of mincore syscall's last argument
2016-01-08 Dmitry V. LevinCleanup parser of getpagesize syscall
2015-11-17 Dmitry V. LevinImplement mlock2 syscall decoding
2015-07-21 Dmitry V. Levinm68k: fix getpagesize decoding
2015-07-20 Dmitry V. Levinmem.c: make use of RVAL_DECODED
2015-07-20 Dmitry V. Levinmem.c: use printaddr and umove_or_printaddr
2015-04-07 Dmitry V. LevinDeclare syscall parsers using SYS_FUNC macro
2015-03-31 Dmitry V. Levinumovestr: read chunks of memory up to pagesize at a...
2015-03-21 Denys VlasenkoChange last parameter of umoven() from char* to void*
2015-01-14 Dmitry V. Levinpowerpc: fix potential compilation warning
2014-12-02 Dmitry V. LevinRemove unused sys_mctl
2014-09-17 Dmitry V. LevinFix compilation warnings reported by gcc -Wsign-compare
2014-05-30 Masatake YAMATOunwind: move stacktrace capturing and mmap cache invali...
2014-05-30 Masatake YAMATOunwind: introduce queue_t for capturing stacktrace
2014-05-30 Masatake YAMATOunwind: give all exported functions "unwind_" prefix
2014-05-30 Luca ClementiAdd -k option to print stack trace after each syscall
2014-05-30 Dmitry V. LevinCompress blank lines
2014-05-30 Dmitry V. LevinGenerate xlat/*.in files
2014-04-10 Dmitry V. LevinRefactor LDT decoding
2014-04-09 Dmitry V. Levinmips: enable decoding of set_thread_area
2014-04-09 Dmitry V. Levinx32: decode clone LDT user_desc entries for x86 processes
2014-04-09 Elliott Hughesx86-64: decode clone LDT user_desc entries for x86...
2014-02-05 Dmitry V. LevinUse XLAT_END macro
2014-02-05 Dmitry V. LevinUse XLAT macro
2014-01-05 Kirill A. Shutemovmem: add missed MAP_HUGETLB mmap flag
2013-05-23 Chris Metcalftile: remove MAP_CACHE_xxx support in mem.c
2013-03-14 Dmitry V. LevinUpdate MADV_* constants
2013-03-05 Dmitry V. LevinUse sysconf(_SC_PAGESIZE) instead of hardcoded PAGE_SHIFT
2013-02-19 Denys VlasenkoClean up mmap decoding
2013-02-18 Denys VlasenkoRemove unused function sys_mmap64
2013-02-18 Denys VlasenkoRemove code which supports systems with long long off_t.
2013-02-18 Denys VlasenkoFixes in "new" mmap
2013-02-18 Denys VlasenkoPreliminary simplifications in mmap functions
2013-02-05 Bernhard Reutner... mmap: decode MAP_UNINITIALIZED
2013-02-05 Chris MetcalfAdd tilegx support to strace
2012-04-18 H.J. Lux32: add ia32 support
2012-04-16 H.J. LuAdd x32 support to strace
2012-03-17 Denys VlasenkoMAP_ANON is the same as MAP_ANONYMOUS, no need to have...
2012-03-17 Denys VlasenkoIndentation and whitespace fixes. No code changes.
2012-03-16 Denys VlasenkoTidy up includes and copyright notices, fix indentation
2012-03-11 Dmitry V. LevinImplement migrate_pages syscall decoder
2012-02-25 Dmitry V. LevinCompress blank lines
2012-02-25 Denys VlasenkoFix defined(FOO) style
2012-02-25 Denys VlasenkoCleanup after non-Linux code removal.
2012-02-25 Denys VlasenkoAutomated removal of non-Linux code
2012-02-06 H.J. LuPrint NULL for zero address in sys_mmap64
2011-09-01 Denys VlasenkoUse tprints with literal strings, it may be faster...
2011-08-31 Denys VlasenkoMake out-of-memory handling more uniform
2011-08-23 Denys VlasenkoFix argument printing in sys_mmap64
2011-08-23 Denys VlasenkoOptimize sys_old_mmap
2011-08-23 Denys VlasenkoUntangle ifdef forest in sys_mmap64. No code changes
2011-08-23 Denys VlasenkoStyle and comment fixes, no code changes
2011-06-07 Denys VlasenkoWhitespace cleanups. no code changes.
2011-05-30 Denys Vlasenko"Modernize" all old-style function parameter declarations
2011-03-04 Dmitry V. LevinFix decoding of file descriptors
2010-05-28 Andreas SchwabDecode TLS syscalls on m68k
2010-02-05 Chris MetcalfAdd support for the TILE architecture
2009-12-25 Dmitry V. LevinDecode fifth argument of mremap syscall
2009-12-24 Chris Metcalf* mem.c (sys_mbind): Display first argument in hex
2009-12-24 Chris Metcalf* mem.c (mremap_flags): Add MREMAP_FIXED
2009-11-04 Andreas SchwabFactor out printing of 64bit syscall argument
2009-01-23 Denys VlasenkoBy Michal Nowak <mnowak@redhat.com>:
2008-12-30 Denys VlasenkoFixing many instances of broken indentation with spaces...
2008-08-25 Roland McGrath2008-08-24 Roland McGrath <roland@redhat.com>
2008-08-25 Roland McGrath2008-08-24 Roland McGrath <roland@redhat.com>
2008-08-25 Roland McGrath2008-08-24 Roland McGrath <roland@redhat.com>
2008-05-20 Roland McGrath2007-08-26 Daniel Jacobowitz <dan@codesourcery.com>
2007-09-12 Roland McGrath2007-09-11 Roland McGrath <roland@redhat.com>
2007-07-24 Roland McGrath2007-07-23 Ulrich Drepper <drepper@redhat.com>
2007-03-29 Dmitry V. Levin2007-03-30 Dmitry V. Levin <ldv@altlinux.org>
2006-12-13 Dmitry V. Levin2006-12-10 Dmitry V. Levin <ldv@altlinux.org>
2005-07-05 Roland McGrath2005-07-05 Roland McGrath <roland@redhat.com>
2005-06-01 Roland McGrath2005-05-31 Dmitry V. Levin <ldv@altlinux.org>
2005-06-01 Roland McGrath2005-05-31 Dmitry V. Levin <ldv@altlinux.org>
2005-06-01 Roland McGrath2005-05-31 Dmitry V. Levin <ldv@altlinux.org>
2004-10-07 Roland McGrath2004-10-07 Roland McGrath <roland@redhat.com>
2004-09-04 Roland McGrath2004-09-03 Roland McGrath <roland@redhat.com>
2004-03-02 Roland McGrath2004-03-01 Roland McGrath <roland@redhat.com>
2004-03-01 Roland McGrath2004-03-01 Roland McGrath <roland@redhat.com>
2003-09-25 Roland McGrath2003-09-25 Roland McGrath <roland@redhat.com>
2003-06-26 Roland McGrath2003-06-26 Roland McGrath <roland@redhat.com>
2003-06-02 Roland McGrath2003-06-02 Roland McGrath <roland@redhat.com>
2003-03-31 Roland McGrath2003-02-26 Stuart Menefy <stuart.menefy@st.com>
2003-03-05 Roland McGrath2003-03-04 Ulrich Drepper <drepper@redhat.com>
2002-12-22 Roland McGrath2002-12-21 Roland McGrath <roland@redhat.com>
2002-12-15 Roland McGrath2002-12-15 Roland McGrath <roland@redhat.com>
2002-09-23 Michal Ludvig2002-09-23 Michal Ludvig <mludvig@suse.cz>
2001-10-16 John HughesImplement memcntl for UnixWare
2001-03-08 John Hughesreplace wimpy get64 by powerful LONG_LONG :-)
2001-03-08 John HughesUse configure to detect 64bit off_t and rlim_t
2001-03-07 John HughesFix off_t args on FreeBSD
next