aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use sysconf(_SC_PAGESIZE) instead of hardcoded PAGE_SHIFTDmitry V. Levin2013-03-051-10/+11
* Emit better message for ERESTARTNOHAND returnDenys Vlasenko2013-03-051-1/+1
* Disable STREAMS syscalls for non-SPARCDenys Vlasenko2013-03-052-38/+48
* Fix printstrbufarg's address argument to be long, not intDenys Vlasenko2013-03-052-9/+3
* Remove variable tracing_paths and check in pathtrace_matchDenys Vlasenko2013-03-053-13/+8
* Use dynamically-sized selected[] array for -P PATHDenys Vlasenko2013-03-054-29/+22
* metag,or1k: whitesace style fix. no code changesDenys Vlasenko2013-03-052-517/+519
* Assorted fixes to syscallent.hDenys Vlasenko2013-03-0523-97/+97
* Add support for Imagination Technologies MetaJames Hogan2013-03-057-1/+308
* umovestr: speed up check for NUL byte in the fetched wordDenys Vlasenko2013-03-011-9/+32
* Fix trace=set regression introduced by commit v4.7-111-g9cbc15bDmitry V. Levin2013-03-013-3/+32
* tile: handle printllval like x86_64 or powerpc64Chris Metcalf2013-03-011-17/+17
* Make -b take SYSCALL param, document it in --help and in manpage.Denys Vlasenko2013-02-272-24/+29
* Cleanup umoven and umovestrDmitry V. Levin2013-02-261-72/+116
* pathtrace: fix umovestr return code checkDmitry V. Levin2013-02-261-1/+1
* Fix compilation errors uncovered by -Werror=enum-compareDmitry V. Levin2013-02-261-12/+40
* Mass replace error_msg("%s", "literal") -> error_msg("literal")Denys Vlasenko2013-02-264-15/+15
* Make umoven report success as 0, not >=0, stop returning success on partial r...Ben Noordhuis2013-02-261-7/+12
* Assorted NOMMU fixesDenys Vlasenko2013-02-262-7/+17
* Shorten help text - no need to show deprecated option -FDenys Vlasenko2013-02-261-2/+4
* Merge adjacent tprint'sDenys Vlasenko2013-02-232-16/+9
* Correct i > MAX_NSYSCALLS commparison: should be i >= MAX_NSYSCALLSDenys Vlasenko2013-02-231-1/+1
* Fix wrong offset display in dumpstrDenys Vlasenko2013-02-221-1/+1
* Fix a bug in dumpstr (no null termination). Essentially rewrote dumpstrDenys Vlasenko2013-02-221-32/+48
* Eliminate MAX_QUALS, make qualifier array dynamicDenys Vlasenko2013-02-222-96/+120
* Create and use struct_sysent and struct_ioctlent typedefs.Denys Vlasenko2013-02-226-38/+40
* Use tcp->qual_flg instead of qual_flags[] in verbose() and abbrev()Denys Vlasenko2013-02-221-2/+2
* Remove unused QUAL_FAULT code (was used by non-Linux code only).Denys Vlasenko2013-02-212-14/+4
* Use uint8_t for qual_flags[] instead of ints.Denys Vlasenko2013-02-212-5/+6
* Eliminate many SCNO_IS_VALID checksDenys Vlasenko2013-02-217-99/+112
* ARM: make it one-personality archDenys Vlasenko2013-02-217-35/+79
* arm: shorten syscall table for EABI - no point in storing NULL entriesDenys Vlasenko2013-02-203-51/+35
* Use the same style of includes in linux/*/* filesDenys Vlasenko2013-02-2022-34/+30
* Fix compiler warningsDenys Vlasenko2013-02-192-3/+3
* Improve comment text. No code changesDenys Vlasenko2013-02-191-2/+3
* Fix NOMMU + daemonized tracer SEGVDenys Vlasenko2013-02-191-65/+107
* Make it possible to to do test builds for NOMMU architecturesDenys Vlasenko2013-02-192-25/+38
* Clean up mmap decodingDenys Vlasenko2013-02-1921-73/+120
* Remove unused function sys_mmap64Denys Vlasenko2013-02-181-53/+0
* Remove code which supports systems with long long off_t.Denys Vlasenko2013-02-184-52/+13
* Fixes in "new" mmapDenys Vlasenko2013-02-182-42/+56
* Preliminary simplifications in mmap functionsDenys Vlasenko2013-02-181-24/+20
* Remove broken HAVE_LONG_LONG conditionalsDenys Vlasenko2013-02-172-20/+28
* Use explicit long type instead of off_tDenys Vlasenko2013-02-171-2/+3
* Merge two identical tablesDenys Vlasenko2013-02-173-10/+10
* Remove wrong x32-specific lseekDenys Vlasenko2013-02-174-28/+41
* Fix SEGV in lseekDenys Vlasenko2013-02-171-5/+5
* Comment inner workings of sys_[l]lseekDenys Vlasenko2013-02-171-29/+39
* Cosmetic fixes to syscall tables, no code changesDenys Vlasenko2013-02-174-30/+27
* Make linux/mips/syscallent.h smallerDenys Vlasenko2013-02-161-5356/+195