summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler_process.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* * devices.h (FH_PROCESSFD): New device type.Corinna Vinschen2009-01-201-250/+303
* * cygheap.cc (creturn): Reorganize to avoid a new compiler warning/error.Christopher Faylor2008-09-111-1/+1
* Add case-sensitivity.Corinna Vinschen2008-07-161-4/+4
* * fhandler_disk_file.cc (fhandler_disk_file::readdir_helper): SimplifyCorinna Vinschen2008-04-131-10/+5
* Remove unneeded header files from source files throughout.Christopher Faylor2008-04-071-4/+0
* * Fix copyright dates.Corinna Vinschen2008-04-011-1/+1
* * Makefile.in (DLL_OFILES): Add tls_pbuf.o.Corinna Vinschen2008-03-071-3/+6
* Perform whitespace cleanup throughout.Christopher Faylor2008-02-151-1/+2
* * cygheap.cc (cwcsdup): New function.Corinna Vinschen2008-02-141-4/+4
* * string.h: Re-enable inline strcasematch and strncasematchCorinna Vinschen2008-02-011-3/+3
* * dcrt0.cc (initial_env): Use PATH_MAX instead of CYG_MAX_PATH for pathCorinna Vinschen2007-12-061-1/+1
* * autoload.cc (GetModuleFileNameExW): Replace definition ofCorinna Vinschen2007-12-031-14/+11
* Change many cygheap allocation routines to their *_abort analogs.Christopher Faylor2007-11-261-9/+9
* * cygwin.din: Export fdopendir.Corinna Vinschen2007-06-291-8/+4
* * fhandler_mailslot.cc (fhandler_mailslot::fstat): Set new stat memberCorinna Vinschen2007-03-061-2/+3
* * Makefile.in (DLL_IMPORTS): Add libntdll.a.Corinna Vinschen2007-02-221-95/+85