summaryrefslogtreecommitdiff
path: root/desc.c
Commit message (Expand)AuthorAge
* 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
* Fix decoding of file descriptorsDmitry V. Levin2011-03-04
* Fix const-correctness issues uncovered by gcc -Wwrite-stringsDmitry V. Levin2010-09-07
* * desc.c (sys_epoll_pwait): Fix output formatting bug.Dmitry V. Levin2010-04-07
* * desc.c (decode_select): Fix potential stack buffer overflow.Dmitry V. Levin2010-04-07
* Cleanup trailing whitespaces and indentation that uses spaces before tabsDmitry V. Levin2009-07-08
* Revert unapproved commits.Roland McGrath2009-06-02
* * signal (sys_rt_sigaction): Print struct sigaction correctlyDenys Vlasenko2009-04-15
* Decode fcntl's F_{GET,SET}LEASE, F_NOTIFY, and F_DUPFD_CLOEXEC.Denys Vlasenko2009-03-10
* AVR32 support by Hans-Christian EgtvedtDenys Vlasenko2009-02-27
* Fixes for ptrace() argument parsing.Denys Vlasenko2009-01-13
* * desc.c (printflock): Fix display of fcntl(F_SETLK) onDenys Vlasenko2009-01-06
* Fixing many instances of broken indentation with spaces instead of tabs.Denys Vlasenko2008-12-30
* Fix build breakage from my previous commit.Denys Vlasenko2008-12-23
* 2008-10-23 Dmitry V. Levin <ldv@altlinux.org>Dmitry V. Levin2008-11-10
* 2008-04-19 Dmitry V. Levin <ldv@altlinux.org>Dmitry V. Levin2008-09-03
* 2007-09-22 Dmitry V. Levin <ldv@altlinux.org>Roland McGrath2007-11-01
* 2007-09-22 Dmitry V. Levin <ldv@altlinux.org>Roland McGrath2007-11-01
* 2007-09-22 Dmitry V. Levin <ldv@altlinux.org>Roland McGrath2007-11-01
* 2007-07-23 Ulrich Drepper <drepper@redhat.com>Roland McGrath2007-08-02