Extending /proc/*/maps

2011-05-10 Thread Ryan Johnson
Hi all, Please find attached three patches which extend the functionality of /proc/*/maps. The first (proc-maps-files) makes format_process_maps report all reserved or committed address space, rather than just the parts occupied by dlls in the dll_list. It splits allocations when they have m

Re: [PATCH] Fix access("/proc/registry/HKEY_PERFORMANCE_DATA", R_OK)

2011-05-10 Thread Christian Franke
Corinna Vinschen wrote: Yeah, right. On second thought that looks much better. Please check in. Done Christian

Re: [PATCH] tcsetpgrp fails unexpectedly

2011-05-10 Thread Corinna Vinschen
On May 5 16:07, Christopher Faylor wrote: > On Thu, May 05, 2011 at 08:19:24PM +0200, Corinna Vinschen wrote: > >On May 5 19:23, Corinna Vinschen wrote: > >> On May 5 13:10, Christopher Faylor wrote: > >> > On Mon, Apr 04, 2011 at 12:23:00PM -0700, Tor Perkins wrote: > >> > > > >> > >> Thanks fo