summaryrefslogtreecommitdiff
path: root/ipc.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersDmitry V. Levin2019-03-181-1/+1
* Use accessors for tcp->s_ent, return a stub struct if it is NULLEugene Syromyatnikov2019-02-091-1/+1
* Change the license of strace to LGPL-2.1-or-laterDmitry V. Levin2018-12-101-21/+1
* Update copyright headersDmitry V. Levin2018-06-141-0/+1
* ipc: use printxval_u instead of manual xlat value printingEugene Syromyatnikov2018-04-271-5/+1
* Automatically replace PRI_kr[dux] with PRI_kl[dux]Dmitry V. Levin2016-12-261-1/+1
* Print kernel_ureg_t and kernel_scno_t using dedicated format stringsDmitry V. Levin2016-12-261-1/+1
* Fix corner cases of ipc syscall decodingDmitry V. Levin2016-07-221-0/+51
* ipc.c: split into separate filesElvira Khabirova2015-08-201-386/+0
* Fix printing tracee's long integersDmitry V. Levin2015-08-181-4/+1
* ipc.c: remove unnecesarry #ifdef IPC_64Elvira Khabirova2015-08-181-5/+1
* ipc.c: move fallback definitions of msg, sem, and shm constants to xlat/Elvira Khabirova2015-08-011-19/+0
* Fix builds where HAVE_MQUEUE_H isn't definedElliott Hughes2015-07-281-1/+1
* ipc.c: use printaddr and umove_or_printaddrDmitry V. Levin2015-07-201-82/+74
* ipc.c: make use of RVAL_DECODEDDmitry V. Levin2015-07-141-131/+98
* Change comparisons with function pointers to comparisons with SENsElvira Khabirova2015-07-121-5/+0
* Declare syscall parsers using SYS_FUNC macroDmitry V. Levin2015-04-071-24/+18
* semctl: fix indirect syscall decodingDmitry V. Levin2015-03-161-1/+10
* Fix indirect ipc subcall handlingDmitry V. Levin2015-01-121-10/+1
* Compress blank linesDmitry V. Levin2014-05-301-7/+0
* Generate xlat/*.in filesDmitry V. Levin2014-05-301-78/+15
* Rename several xlat structures to avoid collisionsDmitry V. Levin2014-05-301-4/+4
* Use XLAT_END macroDmitry V. Levin2014-02-051-8/+8
* Use XLAT macroDmitry V. Levin2014-02-051-41/+41
* Merge adjacent tprint'sDenys Vlasenko2013-02-231-14/+8
* Fix sys_semtimedop decoding on s390xStanislav Brabec2012-12-151-1/+1
* sys_semtimedop: fix timeval argument index in wrapped callStanislav Brabec2012-12-081-1/+1
* Add AArch64 support to straceSteve McIntyre2012-10-261-1/+1
* Add x32 support to straceH.J. Lu2012-04-161-1/+1
* Tidy up includes and copyright notices, fix indentationDenys Vlasenko2012-03-161-7/+3
* Fix IPC decoding on alpha and armDmitry V. Levin2012-03-151-11/+9
* Compress blank linesDmitry V. Levin2012-02-251-2/+0
* Cleanup after non-Linux code removal.Denys Vlasenko2012-02-251-3/+3
* Automated removal of non-Linux codeDenys Vlasenko2012-02-251-20/+0
* Do not use SYS_ipc and SYS_socketcallDmitry V. Levin2012-02-201-0/+6
* Cast to long for %l in printfH.J. Lu2012-02-061-2/+4
* Fix sys_ipc/sys_semtimedop decoding on s390Heiko Carstens2011-12-011-0/+4
* Use tprints with literal strings, it may be faster than tprintfDenys Vlasenko2011-09-011-27/+27
* Whitespace cleanups. no code changes.Denys Vlasenko2011-06-071-1/+1
* "Modernize" all old-style function parameter declarationsDenys Vlasenko2011-05-301-18/+9
* Fix msgsnd indirect ipccall decodingDmitry V. Levin2010-03-311-4/+7
* Check umove() return codeDmitry V. Levin2009-11-061-20/+26
* Enhance msgsnd() parserDmitry V. Levin2009-10-081-17/+18
* Enhance semop()/semtimedop() sembuf parserDmitry V. Levin2009-10-081-65/+51
* Add pretty printing of sembuf argument to semop() and semtimedop()Jakub Bogusz2009-10-081-8/+66
* * ipc.c [LINUX] (sys_shmat): HPPA does not use an IPC multiplexer.Dmitry V. Levin2009-10-051-1/+2
* Decode fcntl's F_{GET,SET}LEASE, F_NOTIFY, and F_DUPFD_CLOEXEC.Denys Vlasenko2009-03-101-2/+2
* 2007-01-11 Dmitry V. Levin <ldv@altlinux.org>Dmitry V. Levin2007-01-111-16/+14
* 2006-08-22 Roland McGrath <roland@redhat.com>Roland McGrath2006-08-221-3/+3
* 2006-04-25 Roland McGrath <roland@redhat.com>Roland McGrath2006-04-251-1/+1