summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler_process.cc
Commit message (Expand)AuthorAgeFilesLines
* Add a /proc/<pid>/environ proc file handler, analogous to /proc/<pid>/cmdline.Erik M. Bray2017-01-101-0/+22
* Use allocation granularity as the 'page_size' in /proc/<pid>/status as well, ...Erik M. Bray2016-11-161-1/+1
* statm should report memory as multiples of allocation_granularity instead of ...Erik M. Bray2016-11-161-1/+5
* Open process with PROCESS_QUERY_INFORMATION to fetch mapsCorinna Vinschen2016-08-011-2/+2
* Reformat some too-long linesCorinna Vinschen2016-06-271-2/+4
* Add comment to point out missing access right per documentationCorinna Vinschen2016-06-271-0/+4
* Use PROCESS/THREAD_QUERY_LIMITED_INFORMATION where appropriateCorinna Vinschen2016-06-271-7/+10
* Drop has_broken_rtl_query_process_debug_information flagCorinna Vinschen2016-06-241-4/+0
* Handle up to 63 partitions per driveCorinna Vinschen2016-06-231-2/+2
* Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen2016-06-231-3/+0
* Revert "Refactor to avoid nonnull checks on "this" pointer."Corinna Vinschen2016-04-051-8/+3
* Refactor to avoid nonnull checks on "this" pointer.Peter Foley2016-04-041-3/+8
* Allow cygwin_conv_path(3) and cygpath(1) to emit /proc/cygdrive prefixed pathCorinna Vinschen2015-12-061-1/+1
* Fix thinko in /proc/<PID>/maps TEB detection on W10 1511Corinna Vinschen2015-12-031-26/+51
* Fix /proc/<PID>/maps output for PEB and TEBs on W10 1511Corinna Vinschen2015-12-031-8/+52
* Fix length returned from sys_cp_wcstombs in case nwc > # of wcharsCorinna Vinschen2015-10-221-3/+3
* Disable fetching heap info on 64 bit XP/2003Corinna Vinschen2015-07-051-1/+5
* * fhandler.h (class fhandler_process): Add fd_type member.Corinna Vinschen2015-01-221-10/+29
* * fhandler_proc.cc (fhandler_proc::readdir): Set dirent d_type.Corinna Vinschen2014-10-091-1/+6
* * fhandler_process.cc (format_process_statm): Fix output of dirtyCorinna Vinschen2014-10-081-2/+2
* * fhandler_process.cc (get_mem_values): Rearrange code slightly toCorinna Vinschen2014-05-201-11/+9
* Introduce reading passwd/group entries from SAM/AD. IntroduceCorinna Vinschen2014-02-091-2/+1
* * fhandler_process.cc (format_process_ctty): Fix random content ofCorinna Vinschen2013-10-161-1/+6
* * Merge in cygwin-64bit-branch.Corinna Vinschen2013-04-231-93/+102
* Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout,Christopher Faylor2013-01-211-3/+3
* whitespace cleanupChristopher Faylor2012-08-161-1/+1
* Fix copyright.Corinna Vinschen2012-03-271-1/+1
* * fhandler_process.cc (process_tab): Add entry for mountinfo.Corinna Vinschen2012-03-271-9/+56
* * external.cc (cygwin_internal): Implement CW_ALLOC_DRIVE_MAP,Corinna Vinschen2011-12-221-163/+1
* * fhandler_process.cc: Drop unneeded includes.Corinna Vinschen2011-12-221-2/+0
* Throughout use wincap.allocation_granularity instead of getpagesize.Corinna Vinschen2011-12-221-93/+86
* Don't leave Windows 2000 behind.Corinna Vinschen2011-12-141-2/+36
* * fhandler_process.cc (dos_drive_mappings): Partially rewrite toCorinna Vinschen2011-12-121-76/+88
* * fhandler_process.cc (dos_drive_mappings::dos_drive_mappings): FullyCorinna Vinschen2011-12-121-0/+26
* Throughout, remove extra space after function name from debugging output.Christopher Faylor2011-12-031-2/+2
* * fhandler_process.cc (dos_drive_mappings::fixup_if_match): ConvertCorinna Vinschen2011-10-151-0/+8
* * fhandler.h (fhandler_process::closedir): Declare.Corinna Vinschen2011-10-101-0/+6
* * fhandler_process.cc (format_process_maps): Define page protectionCorinna Vinschen2011-08-201-6/+9
* * dlfcn.cc (dlopen): Reimplement RTLD_NODELETE for Windows 2000 usingCorinna Vinschen2011-08-161-2/+6
* * fhandler_proc.cc (fhandler_proc::get_proc_fhandler): Don't allow toCorinna Vinschen2011-08-111-3/+11
* * fhandler_process.cc (format_process_status): Always print process nameCorinna Vinschen2011-08-101-28/+25
* * fhandler_process.cc (format_process_maps): Actually print info aboutCorinna Vinschen2011-08-071-1/+6
* * fhandler_process.cc (heap_info::fill_if_match): Rename info toCorinna Vinschen2011-06-281-1/+3
* Rename FH_BAD to FH_NADA throughout.Christopher Faylor2011-06-121-1/+1
* whitespace eliminationChristopher Faylor2011-06-061-23/+23
* * autoload.cc: Call _api_fatal in asm.Christopher Faylor2011-05-281-4/+6
* * fhandler_process.cc (thread_info::fill_if_match): Reformat.Corinna Vinschen2011-05-231-7/+16
* * fhandler_process.cc (struct dos_drive_mappings): Use malloc/freeCorinna Vinschen2011-05-211-44/+91
* * fhandler_process.cc (struct heap_info): Change type of base and endCorinna Vinschen2011-05-201-12/+115
* * fhandler_process.cc (struct heap_info::heap): Convert base toCorinna Vinschen2011-05-131-26/+62