]> granicus.if.org Git - strace/history - ipc.c
tests: fix format warnings on x32
[strace] / ipc.c
2019-03-18 Dmitry V. LevinUpdate copyright headers
2019-02-09 Eugene SyromyatnikovUse accessors for tcp->s_ent, return a stub struct...
2018-12-10 Dmitry V. LevinChange the license of strace to LGPL-2.1-or-later
2018-06-14 Dmitry V. LevinUpdate copyright headers
2018-04-27 Eugene Syromyatnikovipc: use printxval_u instead of manual xlat value printing
2016-12-26 Dmitry V. LevinAutomatically replace PRI_kr[dux] with PRI_kl[dux]
2016-12-26 Dmitry V. LevinPrint kernel_ureg_t and kernel_scno_t using dedicated...
2016-07-22 Dmitry V. LevinFix corner cases of ipc syscall decoding
2015-08-20 Elvira Khabirovaipc.c: split into separate files
2015-08-18 Dmitry V. LevinFix printing tracee's long integers
2015-08-18 Elvira Khabirovaipc.c: remove unnecesarry #ifdef IPC_64
2015-08-01 Elvira Khabirovaipc.c: move fallback definitions of msg, sem, and shm...
2015-07-28 Elliott HughesFix builds where HAVE_MQUEUE_H isn't defined
2015-07-20 Dmitry V. Levinipc.c: use printaddr and umove_or_printaddr
2015-07-14 Dmitry V. Levinipc.c: make use of RVAL_DECODED
2015-07-12 Elvira KhabirovaChange comparisons with function pointers to comparison...
2015-04-07 Dmitry V. LevinDeclare syscall parsers using SYS_FUNC macro
2015-03-16 Dmitry V. Levinsemctl: fix indirect syscall decoding
2015-01-12 Dmitry V. LevinFix indirect ipc subcall handling
2014-05-30 Dmitry V. LevinCompress blank lines
2014-05-30 Dmitry V. LevinGenerate xlat/*.in files
2014-05-30 Dmitry V. LevinRename several xlat structures to avoid collisions
2014-02-05 Dmitry V. LevinUse XLAT_END macro
2014-02-05 Dmitry V. LevinUse XLAT macro
2013-02-23 Denys VlasenkoMerge adjacent tprint's
2012-12-15 Stanislav BrabecFix sys_semtimedop decoding on s390x
2012-12-08 Stanislav Brabecsys_semtimedop: fix timeval argument index in wrapped...
2012-10-26 Steve McIntyreAdd AArch64 support to strace
2012-04-16 H.J. LuAdd x32 support to strace
2012-03-16 Denys VlasenkoTidy up includes and copyright notices, fix indentation
2012-03-15 Dmitry V. LevinFix IPC decoding on alpha and arm
2012-02-25 Dmitry V. LevinCompress blank lines
2012-02-25 Denys VlasenkoCleanup after non-Linux code removal.
2012-02-25 Denys VlasenkoAutomated removal of non-Linux code
2012-02-20 Dmitry V. LevinDo not use SYS_ipc and SYS_socketcall
2012-02-06 H.J. LuCast to long for %l in printf
2011-12-01 Heiko CarstensFix sys_ipc/sys_semtimedop decoding on s390
2011-09-01 Denys VlasenkoUse tprints with literal strings, it may be faster...
2011-06-07 Denys VlasenkoWhitespace cleanups. no code changes.
2011-05-30 Denys Vlasenko"Modernize" all old-style function parameter declarations
2010-03-31 Dmitry V. LevinFix msgsnd indirect ipccall decoding
2009-11-06 Dmitry V. LevinCheck umove() return code
2009-10-08 Dmitry V. LevinEnhance msgsnd() parser
2009-10-08 Dmitry V. LevinEnhance semop()/semtimedop() sembuf parser
2009-10-08 Jakub BoguszAdd pretty printing of sembuf argument to semop() and...
2009-10-05 Dmitry V. Levin* ipc.c [LINUX] (sys_shmat): HPPA does not use an IPC...
2009-03-10 Denys VlasenkoDecode fcntl's F_{GET,SET}LEASE, F_NOTIFY, and F_DUPFD_...
2007-01-11 Dmitry V. Levin2007-01-11 Dmitry V. Levin <ldv@altlinux.org>
2006-08-22 Roland McGrath2006-08-22 Roland McGrath <roland@redhat.com>
2006-04-25 Roland McGrath2006-04-25 Roland McGrath <roland@redhat.com>
2005-12-02 Roland McGrath2005-12-01 Roland McGrath <roland@redhat.com>
2005-12-02 Roland McGrath2005-12-01 Roland McGrath <roland@redhat.com>
2005-12-02 Roland McGrath2005-12-01 Roland McGrath <roland@redhat.com>
2005-12-02 Roland McGrath2005-07-31 Ulrich Drepper <drepper@redhat.com>
2005-06-01 Roland McGrath2005-05-31 Dmitry V. Levin <ldv@altlinux.org>
2005-05-09 Roland McGrath2005-04-05 Anton Blanchard <anton@samba.org>
2004-09-04 Roland McGrath2004-09-03 Roland McGrath <roland@redhat.com>
2004-04-16 Roland McGrath2004-04-16 Roland McGrath <roland@redhat.com>
2003-07-17 Roland McGrath2003-07-15 Anton Blanchard <anton@samba.org>
2003-04-08 Roland McGrath2003-04-07 Roland McGrath <roland@redhat.com>
2003-01-14 Roland McGrath2003-01-14 Roland McGrath <roland@redhat.com>
2000-09-01 Wichert AkkermanAdd FreeBSD support
1999-12-23 Wichert AkkermanBunch of stuff
1999-02-19 Wichert AkkermanInitial revision