summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler_process.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* * fhandler_process.cc (format_process_maps): Rework to reportCorinna Vinschen2011-05-111-69/+231
* Drop NT4 support.Corinna Vinschen2011-04-041-14/+3
* * fhandler_proc.cc (format_proc_loadavg): Add running/totalYaakov Selkowitz2011-04-011-3/+3
* * fhandler_process.cc (get_mem_values): Simplify code. FixCorinna Vinschen2010-09-131-23/+31
* * Makefile.in (DLL_OFILES): Add fhandler_procsys.o.Corinna Vinschen2010-09-061-57/+40
* * environ.cc (regopt): Change the first argument to wide char string.Christopher Faylor2010-05-181-7/+11
* * shared_info.h (open_shared): Create function wrapper for common use case.Christopher Faylor2010-03-091-2/+1
* * fhandler_proc.cc (proc_tab): Add entry for mounts symlink.Corinna Vinschen2009-02-041-0/+66
* * fhandler_procnet.cc: Reorganize global procnet content data into aCorinna Vinschen2009-01-201-1/+1