summaryrefslogtreecommitdiff
path: root/resource.c
Commit message (Expand)AuthorAgeFilesLines
* Automatically replace kernel_(scno|ureg)_t with kernel_ulong_tDmitry V. Levin2016-12-261-3/+3
* resource: change address argument type from unsigned long to kernel_ureg_tDmitry V. Levin2016-12-231-3/+3
* Check for current_klongsize instead of current_personality where appropriateDmitry V. Levin2016-12-191-5/+1
* Fix decoding of pid_t argument of prlimit64 syscallDmitry V. Levin2016-06-061-1/+1
* tests: add xetpriority.testFei Jie2016-03-171-2/+2
* Simplify use of mpers printersDmitry V. Levin2015-09-161-1/+1
* Mpersify parsers of getrusage, waitpid, wait4, and waitid syscallsDmitry V. Levin2015-08-281-1/+1
* resource.c: move times parser to a separate fileElvira Khabirova2015-08-161-18/+0
* resource.c: move printrusage and printrusage32 to a separate fileDmitry V. Levin2015-07-181-86/+0
* resource.c: make use of RVAL_DECODEDDmitry V. Levin2015-07-181-16/+13
* resource.c: use umove_or_printaddrDmitry V. Levin2015-07-181-59/+23
* Declare syscall parsers using SYS_FUNC macroDmitry V. Levin2015-04-071-16/+8
* Move sysinfo parser to a separate fileDmitry V. Levin2014-09-291-28/+0
* Fix build with musl libcDmitry V. Levin2014-09-291-0/+2
* Generate xlat/*.in filesDmitry V. Levin2014-05-301-68/+3
* Fix {get,set}rlimit decoding with unreliable SIZEOF_RLIM_TJames Hogan2014-05-211-10/+12
* Use XLAT_END macroDmitry V. Levin2014-02-051-3/+3
* Use XLAT macroDmitry V. Levin2014-02-051-23/+23
* Macroize conditional signed widening operationDenys Vlasenko2013-02-151-2/+1
* Cast clock_t type to unsigned long longH.J. Lu2012-04-171-4/+6
* Stop using %h[h]u format specifiersDenys Vlasenko2012-04-161-2/+2
* Optimize code if we have only one personalityDenys Vlasenko2012-03-191-1/+1
* Implement prlimit64 decoding, rewrite [gs]etrlimit decodingDmitry V. Levin2012-03-161-125/+112
* Tidy up includes and copyright notices, fix indentationDenys Vlasenko2012-03-161-12/+7
* Assorted trivial optimizationsDenys Vlasenko2012-02-271-8/+10
* Alias a few more syscall printing functionsDenys Vlasenko2012-02-271-8/+0
* Compress blank linesDmitry V. Levin2012-02-251-5/+0
* Remove a few more code parts which are unused on LinuxDenys Vlasenko2012-02-251-3/+3
* Build fixes after non-Linux code removalDenys Vlasenko2012-02-251-1/+0
* Cleanup after non-Linux code removal.Denys Vlasenko2012-02-251-3/+3
* Automated removal of non-Linux codeDenys Vlasenko2012-02-251-12/+0
* Define RLIM64_INFINITY only if not definedH.J. Lu2012-02-061-0/+2
* Cast to long for %l in printfH.J. Lu2012-02-061-5/+6
* Use tprints with literal strings, it may be faster than tprintfDenys Vlasenko2011-09-011-18/+18
* Handle biarch get/setrlimitAndreas Schwab2010-07-171-0/+30
* * signal.c: Whitespace, comment, and style fixes, no code changes.Denys Vlasenko2009-04-141-85/+66
* * process.c (printwaitn): Add comment about wait4() pid expansion.Denys Vlasenko2009-01-261-7/+7
* 2006-10-16 Dmitry V. Levin <ldv@altlinux.org>Dmitry V. Levin2006-10-161-147/+0
* 2005-12-01 Roland McGrath <roland@redhat.com>Roland McGrath2005-12-021-23/+29
* 2005-08-03 Roland McGrath <roland@redhat.com>Roland McGrath2005-08-031-9/+17
* 2005-08-03 Roland McGrath <roland@redhat.com>Roland McGrath2005-08-031-9/+10
* 2004-10-06 Roland McGrath <roland@redhat.com>Roland McGrath2004-10-061-0/+9
* 2004-09-03 Roland McGrath <roland@redhat.com>Roland McGrath2004-09-041-6/+6
* 2004-07-08 Roland McGrath <roland@redhat.com>Roland McGrath2004-07-081-3/+11
* 2004-03-18 Dmitry V. Levin <ldv@altlinux.org>Roland McGrath2004-04-161-1/+1
* 2003-01-14 Roland McGrath <roland@redhat.com>Roland McGrath2003-01-141-3/+23
* Import lots of ia64 related changes from David MosbergerWichert Akkerman2001-10-091-2/+2
* Use configure to detect 64bit off_t and rlim_tJohn Hughes2001-03-081-2/+17
* Merge Harald Böhme's solaris patchesJohn Hughes2001-03-061-0/+61
* Add FreeBSD supportWichert Akkerman2000-09-011-3/+19