summaryrefslogtreecommitdiff
path: root/desc.c
Commit message (Expand)AuthorAge
* Use XLAT_END macroDmitry V. Levin2014-02-05
* Use XLAT macroDmitry V. Levin2014-02-05
* Define printflock64 only if it is referenced by other codeDmitry V. Levin2013-11-12
* Move io_* syscalls decoding to a separate fileDmitry V. Levin2013-11-11
* Stop using external libaio.h.Denys Vlasenko2013-11-11
* sys_io_submit: simplify iocb_cmd_lookup() helper.Denys Vlasenko2013-11-11
* sys_io_submit: stop traversing iocb vector after first failure.Denys Vlasenko2013-11-11
* Fix select decoding on e.g. 32-bit ppc process by 64-bit strace.Denys Vlasenko2013-11-09
* Speed up and explain fd_isset()Denys Vlasenko2013-11-06
* Fix select decoding for glibc in _FORTIFY_SOURCE modeDmitry V. Levin2013-11-05
* More select decoding fixesDmitry V. Levin2013-11-05
* Truncate arg[0] to int in select decoding.Denys Vlasenko2013-11-05
* Fix select decoding with bogus (huge or negative) nfds.Dr. David Alan Gilbert2013-11-05
* Add compat support for sys_pselect6Denys Vlasenko2013-07-18
* Fix sigset printing via print_sigset().Denys Vlasenko2013-07-18
* x32: fix build regressions introduced by commit v4.7-96-g8435d67Dmitry V. Levin2013-05-01
* Print io_submit() offsets in decimalZev Weiss2013-03-31
* Fix build with older versions of libaio.hDmitry V. Levin2013-03-18
* Fix io_submit decodingDmitry V. Levin2013-03-18
* Remove code which supports systems with long long off_t.Denys Vlasenko2013-02-18
* Merge two identical tablesDenys Vlasenko2013-02-17
* Dying suddenly with abort() is rude, avoid if possibleDenys Vlasenko2013-02-08
* Improve perf_event_open argument decodingBen Noordhuis2013-02-05
* Stop using %h[h]u format specifiersDenys Vlasenko2012-04-16
* Optimize code if we have only one personalityDenys Vlasenko2012-03-19
* Indentation and whitespace fixes. No code changes.Denys Vlasenko2012-03-17
* Tidy up includes and copyright notices, fix indentationDenys Vlasenko2012-03-16
* Alias a few more syscall printing functionsDenys Vlasenko2012-02-27
* Style fixes, no code changesDenys Vlasenko2012-02-27
* Compress blank linesDmitry V. Levin2012-02-25
* Cleanup after non-Linux code removal.Denys Vlasenko2012-02-25
* Automated removal of non-Linux codeDenys Vlasenko2012-02-25
* Eliminate code duplication in time printing, reduce a few static buffersDenys Vlasenko2012-01-20
* Remove redundant parsersDmitry V. Levin2011-11-28
* sys_epoll_create1: decode flag arguments correctlyMike Frysinger2011-10-14
* Fix epoll_wait and epoll_pwait decodingDmitry V. Levin2011-10-11
* Decode EPOLLRDHUPDmitry V. Levin2011-10-11
* Fix compile failure introduced by last commitDenys Vlasenko2011-09-01
* Roll back "die on malloc failure" behaviour a bitDenys Vlasenko2011-09-01
* * desc.c (decode_select): Set tcp->auxstr as late as possible.Denys Vlasenko2011-09-01
* Use tprints with literal strings, it may be faster than tprintfDenys Vlasenko2011-09-01
* Fix "format not a string literal" warning caused by tprintf(str)Denys Vlasenko2011-09-01
* Make out-of-memory handling more uniformDenys Vlasenko2011-08-31
* Optimization: eliminate all remaining usages of strcat()Denys Vlasenko2011-08-31
* Improve code readability by avoiding assignments inside if()Denys Vlasenko2011-08-23
* Optimize iocb_cmd_lookupDenys Vlasenko2011-08-23
* Whitespace cleanups. No code changes.Denys Vlasenko2011-06-22
* Fix build when libaio-devel is not availableDmitry V. Levin2011-06-21
* Enhance io_submit() decodingAndi Kleen2011-06-13
* Whitespace cleanups. no code changes.Denys Vlasenko2011-06-07