summaryrefslogtreecommitdiff
path: root/desc.c
Commit message (Expand)AuthorAgeFilesLines
* Introduce memory allocation wrappersDmitry V. Levin2015-05-251-8/+3
* Declare syscall parsers using SYS_FUNC macroDmitry V. Levin2015-04-071-38/+19
* Change last parameter of umoven() from char* to void*Denys Vlasenko2015-03-211-3/+3
* decode_select: do not allocate unused memoryDmitry V. Levin2015-01-281-2/+2
* decode_select: fix potential use of an uninitialized variableDmitry V. Levin2014-09-091-4/+3
* Decode paths associated with file descriptors returned by syscallsZubin Mithra2014-06-041-1/+10
* Compress blank linesDmitry V. Levin2014-05-301-14/+1
* Generate xlat/*.in filesDmitry V. Levin2014-05-301-227/+9
* epoll_ctl: fix EPOLL_CTL_DEL argument decodingDmitry V. Levin2014-04-171-2/+6
* Fix fcntl decodingDmitry V. Levin2014-03-031-51/+33
* sys_fcntl: remove F_FREESP and F_FREESP64 supportDmitry V. Levin2014-03-011-16/+3
* Use XLAT_END macroDmitry V. Levin2014-02-051-9/+9
* Use XLAT macroDmitry V. Levin2014-02-051-80/+80
* Define printflock64 only if it is referenced by other codeDmitry V. Levin2013-11-121-8/+34
* Move io_* syscalls decoding to a separate fileDmitry V. Levin2013-11-111-346/+0
* Stop using external libaio.h.Denys Vlasenko2013-11-111-19/+124
* sys_io_submit: simplify iocb_cmd_lookup() helper.Denys Vlasenko2013-11-111-11/+9
* sys_io_submit: stop traversing iocb vector after first failure.Denys Vlasenko2013-11-111-18/+18
* Fix select decoding on e.g. 32-bit ppc process by 64-bit strace.Denys Vlasenko2013-11-091-41/+27
* Speed up and explain fd_isset()Denys Vlasenko2013-11-061-5/+13
* Fix select decoding for glibc in _FORTIFY_SOURCE modeDmitry V. Levin2013-11-051-2/+10
* More select decoding fixesDmitry V. Levin2013-11-051-20/+26
* Truncate arg[0] to int in select decoding.Denys Vlasenko2013-11-051-4/+5
* Fix select decoding with bogus (huge or negative) nfds.Dr. David Alan Gilbert2013-11-051-7/+11
* Add compat support for sys_pselect6Denys Vlasenko2013-07-181-3/+16
* Fix sigset printing via print_sigset().Denys Vlasenko2013-07-181-5/+5
* x32: fix build regressions introduced by commit v4.7-96-g8435d67Dmitry V. Levin2013-05-011-23/+33
* Print io_submit() offsets in decimalZev Weiss2013-03-311-2/+2
* Fix build with older versions of libaio.hDmitry V. Levin2013-03-181-4/+14
* Fix io_submit decodingDmitry V. Levin2013-03-181-3/+4
* Remove code which supports systems with long long off_t.Denys Vlasenko2013-02-181-11/+1
* Merge two identical tablesDenys Vlasenko2013-02-171-9/+2
* Dying suddenly with abort() is rude, avoid if possibleDenys Vlasenko2013-02-081-1/+1
* Improve perf_event_open argument decodingBen Noordhuis2013-02-051-0/+31
* Stop using %h[h]u format specifiersDenys Vlasenko2012-04-161-3/+3
* Optimize code if we have only one personalityDenys Vlasenko2012-03-191-3/+3
* Indentation and whitespace fixes. No code changes.Denys Vlasenko2012-03-171-1/+1
* Tidy up includes and copyright notices, fix indentationDenys Vlasenko2012-03-161-8/+4
* Alias a few more syscall printing functionsDenys Vlasenko2012-02-271-3/+2
* Style fixes, no code changesDenys Vlasenko2012-02-271-1/+1
* Compress blank linesDmitry V. Levin2012-02-251-2/+0
* Cleanup after non-Linux code removal.Denys Vlasenko2012-02-251-2/+2
* Automated removal of non-Linux codeDenys Vlasenko2012-02-251-10/+0
* Eliminate code duplication in time printing, reduce a few static buffersDenys Vlasenko2012-01-201-2/+2
* Remove redundant parsersDmitry V. Levin2011-11-281-9/+0
* sys_epoll_create1: decode flag arguments correctlyMike Frysinger2011-10-141-1/+11
* Fix epoll_wait and epoll_pwait decodingDmitry V. Levin2011-10-111-1/+1
* Decode EPOLLRDHUPDmitry V. Levin2011-10-111-0/+3
* Fix compile failure introduced by last commitDenys Vlasenko2011-09-011-1/+1
* Roll back "die on malloc failure" behaviour a bitDenys Vlasenko2011-09-011-2/+9