]> granicus.if.org Git - strace/history - resource.c
Remove traces of riscv64 mpers
[strace] / resource.c
2019-03-18 Dmitry V. LevinUpdate copyright headers
2019-02-17 Shankara PailoorHonor xlat styles when decoding resource limits
2018-12-10 Dmitry V. LevinChange the license of strace to LGPL-2.1-or-later
2018-02-13 Dmitry V. LevinUpdate copyright headers
2018-01-07 Dmitry V. Levinresource.c: use xsprintf instead of sprintf
2017-06-17 Dmitry V. LevinFix a few spacing style issues
2017-05-22 Eugene SyromyatnikovAdd copyright headers
2016-12-26 Dmitry V. LevinAutomatically replace kernel_(scno|ureg)_t with kernel_...
2016-12-23 Dmitry V. Levinresource: change address argument type from unsigned...
2016-12-19 Dmitry V. LevinCheck for current_klongsize instead of current_personal...
2016-06-06 Dmitry V. LevinFix decoding of pid_t argument of prlimit64 syscall
2016-03-17 Fei Jietests: add xetpriority.test
2015-09-16 Dmitry V. LevinSimplify use of mpers printers
2015-08-28 Dmitry V. LevinMpersify parsers of getrusage, waitpid, wait4, and...
2015-08-16 Elvira Khabirovaresource.c: move times parser to a separate file
2015-07-18 Dmitry V. Levinresource.c: move printrusage and printrusage32 to a...
2015-07-18 Dmitry V. Levinresource.c: make use of RVAL_DECODED
2015-07-18 Dmitry V. Levinresource.c: use umove_or_printaddr
2015-04-07 Dmitry V. LevinDeclare syscall parsers using SYS_FUNC macro
2014-09-29 Dmitry V. LevinMove sysinfo parser to a separate file
2014-09-29 Dmitry V. LevinFix build with musl libc
2014-05-30 Dmitry V. LevinGenerate xlat/*.in files
2014-05-21 James HoganFix {get,set}rlimit decoding with unreliable SIZEOF_RLIM_T
2014-02-05 Dmitry V. LevinUse XLAT_END macro
2014-02-05 Dmitry V. LevinUse XLAT macro
2013-02-15 Denys VlasenkoMacroize conditional signed widening operation
2012-04-17 H.J. LuCast clock_t type to unsigned long long
2012-04-16 Denys VlasenkoStop using %h[h]u format specifiers
2012-03-19 Denys VlasenkoOptimize code if we have only one personality
2012-03-16 Dmitry V. LevinImplement prlimit64 decoding, rewrite [gs]etrlimit...
2012-03-16 Denys VlasenkoTidy up includes and copyright notices, fix indentation
2012-02-27 Denys VlasenkoAssorted trivial optimizations
2012-02-27 Denys VlasenkoAlias a few more syscall printing functions
2012-02-25 Dmitry V. LevinCompress blank lines
2012-02-25 Denys VlasenkoRemove a few more code parts which are unused on Linux
2012-02-25 Denys VlasenkoBuild fixes after non-Linux code removal
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. LuDefine RLIM64_INFINITY only if not defined
2012-02-06 H.J. LuCast to long for %l in printf
2011-09-01 Denys VlasenkoUse tprints with literal strings, it may be faster...
2010-07-17 Andreas SchwabHandle biarch get/setrlimit
2009-04-14 Denys Vlasenko* signal.c: Whitespace, comment, and style fixes, no...
2009-01-26 Denys Vlasenko* process.c (printwaitn): Add comment about wait4(...
2006-10-16 Dmitry V. Levin2006-10-16 Dmitry V. Levin <ldv@altlinux.org>
2005-12-02 Roland McGrath2005-12-01 Roland McGrath <roland@redhat.com>
2005-08-03 Roland McGrath2005-08-03 Roland McGrath <roland@redhat.com>
2005-08-03 Roland McGrath2005-08-03 Roland McGrath <roland@redhat.com>
2004-10-06 Roland McGrath2004-10-06 Roland McGrath <roland@redhat.com>
2004-09-04 Roland McGrath2004-09-03 Roland McGrath <roland@redhat.com>
2004-07-08 Roland McGrath2004-07-08 Roland McGrath <roland@redhat.com>
2004-04-16 Roland McGrath2004-03-18 Dmitry V. Levin <ldv@altlinux.org>
2003-01-14 Roland McGrath2003-01-14 Roland McGrath <roland@redhat.com>
2001-10-09 Wichert AkkermanImport lots of ia64 related changes from David Mosberger
2001-03-08 John HughesUse configure to detect 64bit off_t and rlim_t
2001-03-06 John HughesMerge Harald Böhme's solaris patches
2000-09-01 Wichert AkkermanAdd FreeBSD support
2000-04-10 Wichert AkkermanREADME-linux: updated to note that strace might not...
1999-12-23 Wichert AkkermanBunch of stuff
1999-11-18 Wichert AkkermanStart merging linux-ip-routing fork
1999-02-19 Wichert AkkermanInitial revision