aboutsummaryrefslogtreecommitdiff
path: root/ipc.c
AgeCommit message (Expand)Author
2018-06-15Update strace to 4.23.Elliott Hughes
2017-02-15Upgrade strace to 4.16 from 4.14.Elliott Hughes
2016-07-22Fix corner cases of ipc syscall decodingDmitry V. Levin
2015-08-20ipc.c: split into separate filesElvira Khabirova
2015-08-18Fix printing tracee's long integersDmitry V. Levin
2015-08-18ipc.c: remove unnecesarry #ifdef IPC_64Elvira Khabirova
2015-08-01ipc.c: move fallback definitions of msg, sem, and shm constants to xlat/Elvira Khabirova
2015-07-28Fix builds where HAVE_MQUEUE_H isn't definedElliott Hughes
2015-07-20ipc.c: use printaddr and umove_or_printaddrDmitry V. Levin
2015-07-14ipc.c: make use of RVAL_DECODEDDmitry V. Levin
2015-07-12Change comparisons with function pointers to comparisons with SENsElvira Khabirova
2015-04-07Declare syscall parsers using SYS_FUNC macroDmitry V. Levin
2015-03-16semctl: fix indirect syscall decodingDmitry V. Levin
2015-01-12Fix indirect ipc subcall handlingDmitry V. Levin
2014-05-30Compress blank linesDmitry V. Levin
2014-05-30Generate xlat/*.in filesDmitry V. Levin
2014-05-30Rename several xlat structures to avoid collisionsDmitry V. Levin
2014-02-05Use XLAT_END macroDmitry V. Levin
2014-02-05Use XLAT macroDmitry V. Levin
2013-02-23Merge adjacent tprint'sDenys Vlasenko
2012-12-15Fix sys_semtimedop decoding on s390xStanislav Brabec
2012-12-08sys_semtimedop: fix timeval argument index in wrapped callStanislav Brabec
2012-10-26Add AArch64 support to straceSteve McIntyre
2012-04-16Add x32 support to straceH.J. Lu
2012-03-16Tidy up includes and copyright notices, fix indentationDenys Vlasenko
2012-03-15Fix IPC decoding on alpha and armDmitry V. Levin
2012-02-25Compress blank linesDmitry V. Levin
2012-02-25Cleanup after non-Linux code removal.Denys Vlasenko
2012-02-25Automated removal of non-Linux codeDenys Vlasenko
2012-02-20Do not use SYS_ipc and SYS_socketcallDmitry V. Levin
2012-02-06Cast to long for %l in printfH.J. Lu
2011-12-01Fix sys_ipc/sys_semtimedop decoding on s390Heiko Carstens
2011-09-01Use tprints with literal strings, it may be faster than tprintfDenys Vlasenko
2011-06-07Whitespace cleanups. no code changes.Denys Vlasenko
2011-05-30"Modernize" all old-style function parameter declarationsDenys Vlasenko
2010-03-31Fix msgsnd indirect ipccall decodingDmitry V. Levin
2009-11-06Check umove() return codeDmitry V. Levin
2009-10-08Enhance msgsnd() parserDmitry V. Levin
2009-10-08Enhance semop()/semtimedop() sembuf parserDmitry V. Levin
2009-10-08Add pretty printing of sembuf argument to semop() and semtimedop()Jakub Bogusz
2009-10-05* ipc.c [LINUX] (sys_shmat): HPPA does not use an IPC multiplexer.Dmitry V. Levin
2009-03-10Decode fcntl's F_{GET,SET}LEASE, F_NOTIFY, and F_DUPFD_CLOEXEC.Denys Vlasenko
2007-01-112007-01-11 Dmitry V. Levin <ldv@altlinux.org>Dmitry V. Levin
2006-08-222006-08-22 Roland McGrath <roland@redhat.com>Roland McGrath
2006-04-252006-04-25 Roland McGrath <roland@redhat.com>Roland McGrath
2005-12-022005-12-01 Roland McGrath <roland@redhat.com>Roland McGrath
2005-12-022005-12-01 Roland McGrath <roland@redhat.com>Roland McGrath
2005-12-022005-12-01 Roland McGrath <roland@redhat.com>Roland McGrath
2005-12-022005-07-31 Ulrich Drepper <drepper@redhat.com>Roland McGrath
2005-06-012005-05-31 Dmitry V. Levin <ldv@altlinux.org>Roland McGrath