summaryrefslogtreecommitdiff
path: root/wait.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersDmitry V. Levin2018-02-131-1/+1
* Include <sys/ptrace.h> earlyDmitry V. Levin2018-02-111-1/+1
* Fix a few spacing style issuesDmitry V. Levin2017-06-171-4/+2
* Add copyright headersEugene Syromyatnikov2017-05-221-0/+1
* Automatically replace kernel_(scno|ureg)_t with kernel_ulong_tDmitry V. Levin2016-12-261-1/+1
* printrusage*: change tracee address argument type from long to kernel_ureg_tDmitry V. Levin2016-12-251-1/+2
* Simplify decoding of waitpid and wait4 syscallsDmitry V. Levin2016-02-111-16/+10
* waitid: print pid argument as intDmitry V. Levin2016-02-111-1/+2
* waitid: always print 5th argumentDmitry V. Levin2016-02-111-5/+3
* Add copyright headers to some files which lack themDmitry V. Levin2015-12-171-0/+34
* Simplify use of mpers printersDmitry V. Levin2015-09-161-3/+3
* Mpersify parsers of getrusage, waitpid, wait4, and waitid syscallsDmitry V. Levin2015-08-281-2/+2
* Mpersify printsiginfo_at printerElvira Khabirova2015-08-281-1/+1
* wait.c: use printaddr and umove_or_printaddrDmitry V. Levin2015-07-151-19/+7
* wait: move fallback definitions of wait options to xlat/Dmitry V. Levin2015-07-151-10/+0
* Declare syscall parsers using SYS_FUNC macroDmitry V. Levin2015-04-071-8/+4
* Move all ptrace-related macros and declarations from defs.h to ptrace.hDmitry V. Levin2015-02-131-0/+1
* Enhance wait status decodingDmitry V. Levin2015-02-121-7/+28
* process.c: move waitpid, wait4, osf_wait4, and waitid parsers to a separate fileDmitry V. Levin2014-12-111-0/+167