summaryrefslogtreecommitdiff
path: root/mem.c
Commit message (Expand)AuthorAge
* Use XLAT_END macroDmitry V. Levin2014-02-05
* Use XLAT macroDmitry V. Levin2014-02-05
* mem: add missed MAP_HUGETLB mmap flagKirill A. Shutemov2014-01-05
* tile: remove MAP_CACHE_xxx support in mem.cChris Metcalf2013-05-23
* Update MADV_* constantsDmitry V. Levin2013-03-14
* Use sysconf(_SC_PAGESIZE) instead of hardcoded PAGE_SHIFTDmitry V. Levin2013-03-05
* Clean up mmap decodingDenys Vlasenko2013-02-19
* Remove unused function sys_mmap64Denys Vlasenko2013-02-18
* Remove code which supports systems with long long off_t.Denys Vlasenko2013-02-18
* Fixes in "new" mmapDenys Vlasenko2013-02-18
* Preliminary simplifications in mmap functionsDenys Vlasenko2013-02-18
* mmap: decode MAP_UNINITIALIZEDBernhard Reutner-Fischer2013-02-05
* Add tilegx support to straceChris Metcalf2013-02-05
* x32: add ia32 supportH.J. Lu2012-04-18
* Add x32 support to straceH.J. Lu2012-04-16
* MAP_ANON is the same as MAP_ANONYMOUS, no need to have the formerDenys Vlasenko2012-03-17
* Indentation and whitespace fixes. No code changes.Denys Vlasenko2012-03-17
* Tidy up includes and copyright notices, fix indentationDenys Vlasenko2012-03-16
* Implement migrate_pages syscall decoderDmitry V. Levin2012-03-11
* Compress blank linesDmitry V. Levin2012-02-25
* Fix defined(FOO) styleDenys Vlasenko2012-02-25
* Cleanup after non-Linux code removal.Denys Vlasenko2012-02-25
* Automated removal of non-Linux codeDenys Vlasenko2012-02-25
* Print NULL for zero address in sys_mmap64H.J. Lu2012-02-06
* Use tprints with literal strings, it may be faster than tprintfDenys Vlasenko2011-09-01
* Make out-of-memory handling more uniformDenys Vlasenko2011-08-31
* Fix argument printing in sys_mmap64Denys Vlasenko2011-08-23
* Optimize sys_old_mmapDenys Vlasenko2011-08-23
* Untangle ifdef forest in sys_mmap64. No code changesDenys Vlasenko2011-08-23
* Style and comment fixes, no code changesDenys Vlasenko2011-08-23
* Whitespace cleanups. no code changes.Denys Vlasenko2011-06-07
* "Modernize" all old-style function parameter declarationsDenys Vlasenko2011-05-30
* Fix decoding of file descriptorsDmitry V. Levin2011-03-04
* Decode TLS syscalls on m68kAndreas Schwab2010-05-28
* Add support for the TILE architectureChris Metcalf2010-02-05
* Decode fifth argument of mremap syscallDmitry V. Levin2009-12-25
* * mem.c (sys_mbind): Display first argument in hexChris Metcalf2009-12-24
* * mem.c (mremap_flags): Add MREMAP_FIXEDChris Metcalf2009-12-24
* Factor out printing of 64bit syscall argumentAndreas Schwab2009-11-04
* By Michal Nowak <mnowak@redhat.com>:Denys Vlasenko2009-01-23
* Fixing many instances of broken indentation with spaces instead of tabs.Denys Vlasenko2008-12-30
* 2008-08-24 Roland McGrath <roland@redhat.com>Roland McGrath2008-08-25
* 2008-08-24 Roland McGrath <roland@redhat.com>Roland McGrath2008-08-25
* 2008-08-24 Roland McGrath <roland@redhat.com>Roland McGrath2008-08-25
* 2007-08-26 Daniel Jacobowitz <dan@codesourcery.com>Roland McGrath2008-05-20
* 2007-09-11 Roland McGrath <roland@redhat.com>Roland McGrath2007-09-12
* 2007-07-23 Ulrich Drepper <drepper@redhat.com>Roland McGrath2007-07-24
* 2007-03-30 Dmitry V. Levin <ldv@altlinux.org>Dmitry V. Levin2007-03-29
* 2006-12-10 Dmitry V. Levin <ldv@altlinux.org>Dmitry V. Levin2006-12-13
* 2005-07-05 Roland McGrath <roland@redhat.com>Roland McGrath2005-07-05