summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Decode file type returned by getdents system callbaserock/morphDmitry V. Levin2012-08-161-1/+3
* Close pipe and wait for the pipe process terminationDmitry V. Levin2012-07-121-0/+6
* Enable usage of PTRACE_SEIZEDenys Vlasenko2012-07-102-9/+8
* x32: update syscall tableMike Frysinger2012-06-051-12/+12
* Merge adjacent printing operations in a few placesDenys Vlasenko2012-05-181-11/+6
* Use %d printf format instead of %i everywhereDenys Vlasenko2012-05-162-3/+3
* Fix a few goofs in sys_sysctl()Denys Vlasenko2012-05-161-3/+2
* Stop using non-standard %Zu and %Zd formats for size_t printingDenys Vlasenko2012-05-162-15/+16
* Remove outdated comment about suspending new traceesDenys Vlasenko2012-05-151-9/+0
* Make sure current_wordsize and PERSONALITY0_WORDSIZE are ints in all archesDenys Vlasenko2012-05-152-2/+2
* Add configure --enable-gcc-Werror optionDmitry V. Levin2012-05-151-0/+8
* Make x86-64 build free of artificial warningsDmitry V. Levin2012-05-151-16/+5
* Fix kernel release string parsingDmitry V. Levin2012-05-141-1/+7
* On clearing "breakpopint", restore syscall number tooDenys Vlasenko2012-05-141-1/+2
* util: fix building when glibc has a stub process_vm_readvMike Frysinger2012-05-051-1/+3
* doc: describe documentation policyDmitry V. Levin2012-05-031-0/+7
* maint: post-release administriviaDmitry V. Levin2012-05-021-0/+3
* Prepare for 4.7 releasev4.7Dmitry V. Levin2012-05-023-4/+16
* Fix build with <linux/loop.h> from 2.6.18 kernel headersDmitry V. Levin2012-05-022-1/+10
* * vsprintf.c: Check for USE_CUSTOM_PRINTF earlier.Dmitry V. Levin2012-05-011-2/+3
* Remove duplicate names from CREDITSDmitry V. Levin2012-05-012-1/+2
* tests: raise strace check timeout to 60 secondsDmitry V. Levin2012-05-013-4/+6
* Update STA_* constantsDmitry V. Levin2012-05-012-1/+10
* NEWS: update for releaseDmitry V. Levin2012-05-011-1/+3
* Make printing of utsname.domainname more portableDmitry V. Levin2012-05-012-1/+3
* Fix recvmmsg decode: do not show more data than actually returnedDmitry V. Levin2012-05-011-6/+6
* Remove recently introduced use of ULONG_MAXDmitry V. Levin2012-05-012-5/+3
* Enable printing of uts.domainname in uname syscallDenys Vlasenko2012-04-281-2/+1
* Fix printstr's len parameter widthDenys Vlasenko2012-04-282-10/+12
* Fix recvmsg decode: do not show more data than actually returnedDenys Vlasenko2012-04-283-12/+29
* Package strace-log-mergeDmitry V. Levin2012-04-271-0/+1
* NEWS: clarify & fix typoMike Frysinger2012-04-271-2/+2
* Cast current_wordsize to an intMike Frysinger2012-04-271-2/+2
* Update NEWS for upcoming 4.7 releaseDmitry V. Levin2012-04-201-0/+74
* Sync strace.spec and debian/ with packagesDmitry V. Levin2012-04-203-4/+28
* Decode /dev/loop ioctlsMike Frysinger2012-04-185-2/+194
* x32: add ia32 supportH.J. Lu2012-04-1812-11/+216
* Cast clock_t type to unsigned long longH.J. Lu2012-04-172-7/+9
* Add custom (faster) vfprintf implementation (disabled by default)Denys Vlasenko2012-04-164-2/+802
* Stop using %h[h]u format specifiersDenys Vlasenko2012-04-163-12/+14
* Trivial speed optimizationDenys Vlasenko2012-04-161-1/+1
* Fix a problem with sys_lseek on x32H.J. Lu2012-04-161-1/+1
* Add x32 support to straceH.J. Lu2012-04-1619-36/+474
* Restore tcb::u_lrval; fix lseek on MIPS-n32H.J. Lu2012-04-163-7/+37
* Decode mtd ioctlsMike Frysinger2012-04-066-3/+567
* Fix indefinite hang on no-mmu systemsMike Frysinger2012-04-051-0/+4
* Makefile.am: whitespace fixDenys Vlasenko2012-03-291-1/+1
* powerpc: Add syscall entries for direct socket system callsAnton Blanchard2012-03-271-19/+19
* qual_syscall: fix potential NULL dereferenceDmitry V. Levin2012-03-261-3/+6
* strace-log-merge: fix file suffix calculationDmitry V. Levin2012-03-261-1/+1