Re: Advanced and improved absolute paths decoding

2014-03-10 Thread Mike Frysinger
On Mon 03 Mar 2014 10:26:22 Philippe Ombredanne wrote: > or possibly (not sure which form I like best) using a more compact > entirely and positional list of lists: > [ > "open", > "-1", >[ > "/usr/lib/locale/UTF-8/LC_CTYPE", > "O_RDONLY|O_CLOEXEC" > ] > ] that's a

Re: improved SI_TIMER decoding

2014-03-10 Thread Mike Frysinger
On Tue 11 Mar 2014 05:50:04 Dmitry V. Levin wrote: > On Mon, Mar 10, 2014 at 09:21:19PM -0400, Mike Frysinger wrote: > > On Mon 10 Mar 2014 17:40:17 enh wrote: > > > i think we might be talking at cross purposes. the pid/uid stuff that > > > > > > isn't relevant for SI_TIMER isn't in sigval_t; it'

Re: improved SI_TIMER decoding

2014-03-10 Thread Dmitry V. Levin
On Mon, Mar 10, 2014 at 09:21:19PM -0400, Mike Frysinger wrote: > On Mon 10 Mar 2014 17:40:17 enh wrote: > > i think we might be talking at cross purposes. the pid/uid stuff that > > > isn't relevant for SI_TIMER isn't in sigval_t; it's in siginfo_t. i > > did factor out the sigval_t stuff. > > y

Re: improved SI_TIMER decoding

2014-03-10 Thread Mike Frysinger
On Mon 10 Mar 2014 17:40:17 enh wrote: please don't top post > i think we might be talking at cross purposes. the pid/uid stuff that > isn't relevant for SI_TIMER isn't in sigval_t; it's in siginfo_t. i > did factor out the sigval_t stuff. yes, you factored out sigval_t, but you also copied & pa

Re: improved SI_TIMER decoding

2014-03-10 Thread enh
i think we might be talking at cross purposes. the pid/uid stuff that isn't relevant for SI_TIMER isn't in sigval_t; it's in siginfo_t. i did factor out the sigval_t stuff. On Mon, Mar 10, 2014 at 5:37 PM, Mike Frysinger wrote: > On Mon 10 Mar 2014 17:08:11 enh wrote: >> On Mon, Mar 10, 2014 at 4

Re: improved SI_TIMER decoding

2014-03-10 Thread Mike Frysinger
On Mon 10 Mar 2014 17:08:11 enh wrote: > On Mon, Mar 10, 2014 at 4:52 PM, Mike Frysinger wrote: > > On Thu 06 Mar 2014 18:20:50 enh wrote: > >> #ifdef SI_FROMUSER > >> if (SI_FROMUSER(sip)) { > >> - tprintf(", si_pid=%lu, si_uid=%lu", > >> -

Re: improved SI_TIMER decoding

2014-03-10 Thread enh
On Mon, Mar 10, 2014 at 4:52 PM, Mike Frysinger wrote: > On Thu 06 Mar 2014 18:20:50 enh wrote: >> Decode siginfo_t more clearly for si_code SI_TIMER. >> >> The 'pid' is actually a POSIX timer id, and the 'uid' is actually the >> overrun. >> >> Also factor out the si_value dumping so it's the same

Re: porting strace to Bionic libc

2014-03-10 Thread Mike Frysinger
please don't use top posting in your responses to the list. we use bottom posting here like most sane open source groups, and mixing of the formats makes it a mess to follow. i know gmail prefers top posting, but it's not that hard to use bottom posting w/it. -mike signature.asc Description:

Re: improved SI_TIMER decoding

2014-03-10 Thread Mike Frysinger
On Thu 06 Mar 2014 18:20:50 enh wrote: > Decode siginfo_t more clearly for si_code SI_TIMER. > > The 'pid' is actually a POSIX timer id, and the 'uid' is actually the > overrun. > > Also factor out the si_value dumping so it's the same for every si_code. please use `git send-email` rather than a

Re: [PATCH] Add (incomplete) decoder for Video4Linux ioctls

2014-03-10 Thread Mike Frysinger
On Fri 07 Mar 2014 11:51:56 Philippe Ombredanne wrote: > On Tue, Mar 4, 2014 at 6:41 PM, William Manley wrote: > > --- > > Makefile.am | 1 + > > defs.h | 1 + > > ioctl.c | 2 + > > v4l2.c | 529 > > 4 files > > cha

Re: [PATCH] Add (incomplete) decoder for Video4Linux ioctls

2014-03-10 Thread Mike Frysinger
On Tue 04 Mar 2014 17:41:27 William Manley wrote: > +static void print_v4l2_format(const struct v4l2_format* fmt) the spacing is incorrect around the *: static void print_v4l2_format(const struct v4l2_format *fmt) > +{ > + tprintf("type="); > + printxval(v4l2_formats, fmt->type, "

Re: [PATCH] Add (incomplete) decoder for Video4Linux ioctls

2014-03-10 Thread Dmitry V. Levin
On Tue, Mar 04, 2014 at 05:41:27PM +, William Manley wrote: > --- > Makefile.am | 1 + > defs.h | 1 + > ioctl.c | 2 + > v4l2.c | 529 > > 4 files changed, 533 insertions(+) > create mode 100644 v4l2.c I canno

Re: [GSOC] Reliable multiarchitecture support

2014-03-10 Thread James Hogan
On 02/03/14 10:09, Philippe Ombredanne wrote: > On Wed, Feb 26, 2014 at 2:19 PM, Edson Ticona > wrote: >> My name is Edson Ticona, I am going to start my master studies in >> computer science in Universidade Estadual de Campinas, Brazil (I >> already have been accepted). I am currently working on