ioctlsort.c

2014-02-27 Thread enh
why is there an ioctlsort.c and a linux/ioctlsort.c? should ioctlsort.c be removed? --elliott -- Flow-based real-time traffic analytics software. Cisco certified tool. Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with

Re: porting strace to Bionic libc

2014-02-27 Thread enh
and this fixes decoding of fstat64 and friends for an arm32 binary traced by an arm64 strace... (previously i didn't have HAVE_STAT64 defined, because aarch64 doesn't have stat64 in its kernel header files. bionic has both, but you carefully move those out of the way. if i define HAVE_STAT64, the

Re: porting strace to Bionic libc

2014-02-27 Thread enh
this fixes decoding of struct sigaction for arm32 binaries traced by an arm64 strace for me. arm32-arm32 and arm64-arm64 continue to work. On Thu, Feb 27, 2014 at 1:45 PM, Dmitry V. Levin wrote: > On Thu, Feb 27, 2014 at 11:06:09AM -0800, enh wrote: >> On Wed, Feb 26, 2014 at 3:42 PM, Dmitry V. L

Re: [PATCH] Rewrite signal mask decoding without sigset_t

2014-02-27 Thread Dmitry V. Levin
On Thu, Feb 27, 2014 at 11:51:19PM +0100, Andreas Schwab wrote: > "Dmitry V. Levin" writes: > > > Tested on x86, x86-64 and arm. Please test on other architectures, > > especially on big-endian, I'm not sure I haven't broken some of them. > > At least sigaction.test should pass everywhere. > >

Re: [PATCH] Rewrite signal mask decoding without sigset_t

2014-02-27 Thread Andreas Schwab
"Dmitry V. Levin" writes: > Tested on x86, x86-64 and arm. Please test on other architectures, > especially on big-endian, I'm not sure I haven't broken some of them. > At least sigaction.test should pass everywhere. Successfuly tested on m68k. Andreas. -- Andreas Schwab, sch...@linux-m68k.o

Re: porting strace to Bionic libc

2014-02-27 Thread Dmitry V. Levin
On Thu, Feb 27, 2014 at 11:06:09AM -0800, enh wrote: > On Wed, Feb 26, 2014 at 3:42 PM, Dmitry V. Levin wrote: > > I've posted a patch that reimplements signal mask decoding without use of > > sigset_t. It fixes this issue, but may introduce new bugs. Please check > > whether it builds and passe

Re: porting strace to Bionic libc

2014-02-27 Thread enh
On Wed, Feb 26, 2014 at 3:42 PM, Dmitry V. Levin wrote: > I've posted a patch that reimplements signal mask decoding without use of > sigset_t. It fixes this issue, but may introduce new bugs. Please check > whether it builds and passes sigaction.test in your environment. works for me on arm st

Re: GSOC 2014

2014-02-27 Thread Dmitry V. Levin
Hi, On Wed, Feb 26, 2014 at 12:02:09PM +0530, Rohan Saxena wrote: > Hi Everyone > > I am Rohan Saxena. Currently I am pursuing my B.E.(Hons) in computer > science from BITS Pilani India. I am deeply interested in system > programming and want to contribute to strace as part of GSOC 2014. > > Can