Re: [Toybox] : Add pmap

2013-08-26 Thread Ashwini Sharma
On Mon, Aug 26, 2013 at 7:04 PM, Daniel Cegiełka wrote: > +if (!(toys.optflags & FLAG_q) && (toys.optflags & FLAG_x)) > + xprintf("Address" TAB " Kbytes PSS DirtySwap Mode > Mapping\n"); > > PSS or RSS? :) > PSS is the intention here. > > Daniel > ___

[Toybox] [CLEANUP] syslogd - Pass 6 + Questions

2013-08-26 Thread Felix Janda
I had broken resolve_config() and the daemonizing (didn't notice the latter because I've always run it in the foreground.)... syslogd doesn't seem very standardized between linux, the BSDs and MAC. Let me consider the options to specify which sockets to listen to: toybox: syslogd -p defsock -a

Re: [Toybox] : Add pmap

2013-08-26 Thread Daniel Cegiełka
+if (!(toys.optflags & FLAG_q) && (toys.optflags & FLAG_x)) + xprintf("Address" TAB " Kbytes PSS DirtySwap Mode Mapping\n"); PSS or RSS? :) Daniel ___ Toybox mailing list Toybox@lists.landley.net http://lists.landley.net/listinfo.cg

[Toybox] : Add pmap

2013-08-26 Thread Ashwini Sharma
Hi All, Attached is the patch for pmap. Have a look at it and add it to the tree if found suitable. regards, Ashwini Kumar pmap.c.patch Description: Binary data ___ Toybox mailing list Toybox@lists.landley.net http://lists.landley.net/listinfo.cgi/to