| Commit message (Expand) | Author | Age | Files | Lines |
* | Automatically replace kernel_(scno|ureg)_t with kernel_ulong_t | Dmitry V. Levin | 2016-12-26 | 1 | -3/+3 |
* | resource: change address argument type from unsigned long to kernel_ureg_t | Dmitry V. Levin | 2016-12-23 | 1 | -3/+3 |
* | Check for current_klongsize instead of current_personality where appropriate | Dmitry V. Levin | 2016-12-19 | 1 | -5/+1 |
* | Fix decoding of pid_t argument of prlimit64 syscall | Dmitry V. Levin | 2016-06-06 | 1 | -1/+1 |
* | tests: add xetpriority.test | Fei Jie | 2016-03-17 | 1 | -2/+2 |
* | Simplify use of mpers printers | Dmitry V. Levin | 2015-09-16 | 1 | -1/+1 |
* | Mpersify parsers of getrusage, waitpid, wait4, and waitid syscalls | Dmitry V. Levin | 2015-08-28 | 1 | -1/+1 |
* | resource.c: move times parser to a separate file | Elvira Khabirova | 2015-08-16 | 1 | -18/+0 |
* | resource.c: move printrusage and printrusage32 to a separate file | Dmitry V. Levin | 2015-07-18 | 1 | -86/+0 |
* | resource.c: make use of RVAL_DECODED | Dmitry V. Levin | 2015-07-18 | 1 | -16/+13 |
* | resource.c: use umove_or_printaddr | Dmitry V. Levin | 2015-07-18 | 1 | -59/+23 |
* | Declare syscall parsers using SYS_FUNC macro | Dmitry V. Levin | 2015-04-07 | 1 | -16/+8 |
* | Move sysinfo parser to a separate file | Dmitry V. Levin | 2014-09-29 | 1 | -28/+0 |
* | Fix build with musl libc | Dmitry V. Levin | 2014-09-29 | 1 | -0/+2 |
* | Generate xlat/*.in files | Dmitry V. Levin | 2014-05-30 | 1 | -68/+3 |
* | Fix {get,set}rlimit decoding with unreliable SIZEOF_RLIM_T | James Hogan | 2014-05-21 | 1 | -10/+12 |
* | Use XLAT_END macro | Dmitry V. Levin | 2014-02-05 | 1 | -3/+3 |
* | Use XLAT macro | Dmitry V. Levin | 2014-02-05 | 1 | -23/+23 |
* | Macroize conditional signed widening operation | Denys Vlasenko | 2013-02-15 | 1 | -2/+1 |
* | Cast clock_t type to unsigned long long | H.J. Lu | 2012-04-17 | 1 | -4/+6 |
* | Stop using %h[h]u format specifiers | Denys Vlasenko | 2012-04-16 | 1 | -2/+2 |
* | Optimize code if we have only one personality | Denys Vlasenko | 2012-03-19 | 1 | -1/+1 |
* | Implement prlimit64 decoding, rewrite [gs]etrlimit decoding | Dmitry V. Levin | 2012-03-16 | 1 | -125/+112 |
* | Tidy up includes and copyright notices, fix indentation | Denys Vlasenko | 2012-03-16 | 1 | -12/+7 |
* | Assorted trivial optimizations | Denys Vlasenko | 2012-02-27 | 1 | -8/+10 |
* | Alias a few more syscall printing functions | Denys Vlasenko | 2012-02-27 | 1 | -8/+0 |
* | Compress blank lines | Dmitry V. Levin | 2012-02-25 | 1 | -5/+0 |
* | Remove a few more code parts which are unused on Linux | Denys Vlasenko | 2012-02-25 | 1 | -3/+3 |
* | Build fixes after non-Linux code removal | Denys Vlasenko | 2012-02-25 | 1 | -1/+0 |
* | Cleanup after non-Linux code removal. | Denys Vlasenko | 2012-02-25 | 1 | -3/+3 |
* | Automated removal of non-Linux code | Denys Vlasenko | 2012-02-25 | 1 | -12/+0 |
* | Define RLIM64_INFINITY only if not defined | H.J. Lu | 2012-02-06 | 1 | -0/+2 |
* | Cast to long for %l in printf | H.J. Lu | 2012-02-06 | 1 | -5/+6 |
* | Use tprints with literal strings, it may be faster than tprintf | Denys Vlasenko | 2011-09-01 | 1 | -18/+18 |
* | Handle biarch get/setrlimit | Andreas Schwab | 2010-07-17 | 1 | -0/+30 |
* | * signal.c: Whitespace, comment, and style fixes, no code changes. | Denys Vlasenko | 2009-04-14 | 1 | -85/+66 |
* | * process.c (printwaitn): Add comment about wait4() pid expansion. | Denys Vlasenko | 2009-01-26 | 1 | -7/+7 |
* | 2006-10-16 Dmitry V. Levin <ldv@altlinux.org> | Dmitry V. Levin | 2006-10-16 | 1 | -147/+0 |
* | 2005-12-01 Roland McGrath <roland@redhat.com> | Roland McGrath | 2005-12-02 | 1 | -23/+29 |
* | 2005-08-03 Roland McGrath <roland@redhat.com> | Roland McGrath | 2005-08-03 | 1 | -9/+17 |
* | 2005-08-03 Roland McGrath <roland@redhat.com> | Roland McGrath | 2005-08-03 | 1 | -9/+10 |
* | 2004-10-06 Roland McGrath <roland@redhat.com> | Roland McGrath | 2004-10-06 | 1 | -0/+9 |
* | 2004-09-03 Roland McGrath <roland@redhat.com> | Roland McGrath | 2004-09-04 | 1 | -6/+6 |
* | 2004-07-08 Roland McGrath <roland@redhat.com> | Roland McGrath | 2004-07-08 | 1 | -3/+11 |
* | 2004-03-18 Dmitry V. Levin <ldv@altlinux.org> | Roland McGrath | 2004-04-16 | 1 | -1/+1 |
* | 2003-01-14 Roland McGrath <roland@redhat.com> | Roland McGrath | 2003-01-14 | 1 | -3/+23 |
* | Import lots of ia64 related changes from David Mosberger | Wichert Akkerman | 2001-10-09 | 1 | -2/+2 |
* | Use configure to detect 64bit off_t and rlim_t | John Hughes | 2001-03-08 | 1 | -2/+17 |
* | Merge Harald Böhme's solaris patches | John Hughes | 2001-03-06 | 1 | -0/+61 |
* | Add FreeBSD support | Wichert Akkerman | 2000-09-01 | 1 | -3/+19 |