aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/fhandler_process.cc
AgeCommit message (Expand)AuthorFilesLines
2013-10-16 * fhandler_process.cc (format_process_ctty): Fix random content ofCorinna Vinschen1-1/+6
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen1-93/+102
2013-01-21Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout,Christopher Faylor1-3/+3
2012-08-16whitespace cleanupChristopher Faylor1-1/+1
2012-03-27 Fix copyright.Corinna Vinschen1-1/+1
2012-03-27 * fhandler_process.cc (process_tab): Add entry for mountinfo.Corinna Vinschen1-9/+56
2011-12-22 * external.cc (cygwin_internal): Implement CW_ALLOC_DRIVE_MAP,Corinna Vinschen1-163/+1
2011-12-22 * fhandler_process.cc: Drop unneeded includes.Corinna Vinschen1-2/+0
2011-12-22 Throughout use wincap.allocation_granularity instead of getpagesize.Corinna Vinschen1-93/+86
2011-12-14 Don't leave Windows 2000 behind.Corinna Vinschen1-2/+36
2011-12-12 * fhandler_process.cc (dos_drive_mappings): Partially rewrite toCorinna Vinschen1-76/+88
2011-12-12 * fhandler_process.cc (dos_drive_mappings::dos_drive_mappings): FullyCorinna Vinschen1-0/+26
2011-12-03Throughout, remove extra space after function name from debugging output.Christopher Faylor1-2/+2
2011-10-15 * fhandler_process.cc (dos_drive_mappings::fixup_if_match): ConvertCorinna Vinschen1-0/+8
2011-10-10 * fhandler.h (fhandler_process::closedir): Declare.Corinna Vinschen1-0/+6
2011-08-20 * fhandler_process.cc (format_process_maps): Define page protectionCorinna Vinschen1-6/+9
2011-08-16 * dlfcn.cc (dlopen): Reimplement RTLD_NODELETE for Windows 2000 usingCorinna Vinschen1-2/+6
2011-08-11 * fhandler_proc.cc (fhandler_proc::get_proc_fhandler): Don't allow toCorinna Vinschen1-3/+11
2011-08-10 * fhandler_process.cc (format_process_status): Always print process nameCorinna Vinschen1-28/+25
2011-08-07 * fhandler_process.cc (format_process_maps): Actually print info aboutCorinna Vinschen1-1/+6
2011-06-28 * fhandler_process.cc (heap_info::fill_if_match): Rename info toCorinna Vinschen1-1/+3
2011-06-12Rename FH_BAD to FH_NADA throughout.Christopher Faylor1-1/+1
2011-06-06whitespace eliminationChristopher Faylor1-23/+23
2011-05-28* autoload.cc: Call _api_fatal in asm.Christopher Faylor1-4/+6
2011-05-23 * fhandler_process.cc (thread_info::fill_if_match): Reformat.Corinna Vinschen1-7/+16
2011-05-21 * fhandler_process.cc (struct dos_drive_mappings): Use malloc/freeCorinna Vinschen1-44/+91
2011-05-20 * fhandler_process.cc (struct heap_info): Change type of base and endCorinna Vinschen1-12/+115
2011-05-13 * fhandler_process.cc (struct heap_info::heap): Convert base toCorinna Vinschen1-26/+62
2011-05-11 * fhandler_process.cc (format_process_maps): Rework to reportCorinna Vinschen1-69/+231
2011-04-04 Drop NT4 support.Corinna Vinschen1-14/+3
2011-04-01* fhandler_proc.cc (format_proc_loadavg): Add running/totalYaakov Selkowitz1-3/+3
2010-09-13 * fhandler_process.cc (get_mem_values): Simplify code. FixCorinna Vinschen1-23/+31
2010-09-06 * Makefile.in (DLL_OFILES): Add fhandler_procsys.o.Corinna Vinschen1-57/+40
2010-05-18* environ.cc (regopt): Change the first argument to wide char string.Christopher Faylor1-7/+11
2010-03-09* shared_info.h (open_shared): Create function wrapper for common use case.Christopher Faylor1-2/+1
2009-02-04 * fhandler_proc.cc (proc_tab): Add entry for mounts symlink.Corinna Vinschen1-0/+66
2009-01-20 * fhandler_procnet.cc: Reorganize global procnet content data into aCorinna Vinschen1-1/+1
2009-01-20 * devices.h (FH_PROCESSFD): New device type.Corinna Vinschen1-250/+303
2008-09-11* cygheap.cc (creturn): Reorganize to avoid a new compiler warning/error.Christopher Faylor1-1/+1
2008-07-16 Add case-sensitivity.Corinna Vinschen1-4/+4
2008-04-13 * fhandler_disk_file.cc (fhandler_disk_file::readdir_helper): SimplifyCorinna Vinschen1-10/+5
2008-04-07Remove unneeded header files from source files throughout.Christopher Faylor1-4/+0
2008-04-01 * Fix copyright dates.Corinna Vinschen1-1/+1
2008-03-07 * Makefile.in (DLL_OFILES): Add tls_pbuf.o.Corinna Vinschen1-3/+6
2008-02-15Perform whitespace cleanup throughout.Christopher Faylor1-1/+2
2008-02-14 * cygheap.cc (cwcsdup): New function.Corinna Vinschen1-4/+4
2008-02-01 * string.h: Re-enable inline strcasematch and strncasematchCorinna Vinschen1-3/+3
2007-12-06 * dcrt0.cc (initial_env): Use PATH_MAX instead of CYG_MAX_PATH for pathCorinna Vinschen1-1/+1
2007-12-03 * autoload.cc (GetModuleFileNameExW): Replace definition ofCorinna Vinschen1-14/+11
2007-11-26Change many cygheap allocation routines to their *_abort analogs.Christopher Faylor1-9/+9