Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-09cygwin: Remove comparison of 'this' to 'NULL' in _pinfo::environKen Brown
2017-10-09cygwin: Remove comparison of 'this' to 'NULL' in _pinfo::fdKen Brown
2017-10-09cygwin: Remove comparison of 'this' to 'NULL' in _pinfo::cmdlineKen Brown
2017-10-09cygwin: Remove comparison of 'this' to 'NULL' in _pinfo::cwdKen Brown
2017-10-09cygwin: Remove comparison of 'this' to 'NULL' in _pinfo::rootKen Brown
2017-10-09cygwin: Remove comparison of 'this' to 'NULL' in _pinfo::fdsKen Brown
2017-01-10Add a /proc/<pid>/environ proc file handler, analogous to /proc/<pid>/cmdline.Erik M. Bray
2016-11-16Use allocation granularity as the 'page_size' in /proc/<pid>/status as well, ...Erik M. Bray
2016-11-16statm should report memory as multiples of allocation_granularity instead of ...Erik M. Bray
2016-08-01Open process with PROCESS_QUERY_INFORMATION to fetch mapsCorinna Vinschen
2016-06-27Reformat some too-long linesCorinna Vinschen
2016-06-27Add comment to point out missing access right per documentationCorinna Vinschen
2016-06-27Use PROCESS/THREAD_QUERY_LIMITED_INFORMATION where appropriateCorinna Vinschen
2016-06-24Drop has_broken_rtl_query_process_debug_information flagCorinna Vinschen
2016-06-23Handle up to 63 partitions per driveCorinna Vinschen
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen
2016-04-05Revert "Refactor to avoid nonnull checks on "this" pointer."Corinna Vinschen
2016-04-04Refactor to avoid nonnull checks on "this" pointer.Peter Foley
2015-12-06Allow cygwin_conv_path(3) and cygpath(1) to emit /proc/cygdrive prefixed pathCorinna Vinschen
2015-12-03Fix thinko in /proc/<PID>/maps TEB detection on W10 1511Corinna Vinschen
2015-12-03Fix /proc/<PID>/maps output for PEB and TEBs on W10 1511Corinna Vinschen
2015-10-22Fix length returned from sys_cp_wcstombs in case nwc > # of wcharsCorinna Vinschen
2015-07-05Disable fetching heap info on 64 bit XP/2003Corinna Vinschen
2015-01-22 * fhandler.h (class fhandler_process): Add fd_type member.Corinna Vinschen
2014-10-09 * fhandler_proc.cc (fhandler_proc::readdir): Set dirent d_type.Corinna Vinschen
2014-10-08 * fhandler_process.cc (format_process_statm): Fix output of dirtyCorinna Vinschen
2014-05-20 * fhandler_process.cc (get_mem_values): Rearrange code slightly toCorinna Vinschen
2014-02-09 Introduce reading passwd/group entries from SAM/AD. IntroduceCorinna Vinschen
2013-10-16 * fhandler_process.cc (format_process_ctty): Fix random content ofCorinna Vinschen
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen
2013-01-21Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout,Christopher Faylor
2012-08-17whitespace cleanupChristopher Faylor
2012-03-27 Fix copyright.Corinna Vinschen
2012-03-27 * fhandler_process.cc (process_tab): Add entry for mountinfo.Corinna Vinschen
2011-12-22 * external.cc (cygwin_internal): Implement CW_ALLOC_DRIVE_MAP,Corinna Vinschen
2011-12-22 * fhandler_process.cc: Drop unneeded includes.Corinna Vinschen
2011-12-22 Throughout use wincap.allocation_granularity instead of getpagesize.Corinna Vinschen
2011-12-15 Don't leave Windows 2000 behind.Corinna Vinschen
2011-12-13 * fhandler_process.cc (dos_drive_mappings): Partially rewrite toCorinna Vinschen
2011-12-12 * fhandler_process.cc (dos_drive_mappings::dos_drive_mappings): FullyCorinna Vinschen
2011-12-04Throughout, remove extra space after function name from debugging output.Christopher Faylor
2011-10-15 * fhandler_process.cc (dos_drive_mappings::fixup_if_match): ConvertCorinna Vinschen
2011-10-10 * fhandler.h (fhandler_process::closedir): Declare.Corinna Vinschen
2011-08-20 * fhandler_process.cc (format_process_maps): Define page protectionCorinna Vinschen
2011-08-17 * dlfcn.cc (dlopen): Reimplement RTLD_NODELETE for Windows 2000 usingCorinna Vinschen
2011-08-11 * fhandler_proc.cc (fhandler_proc::get_proc_fhandler): Don't allow toCorinna Vinschen
2011-08-10 * fhandler_process.cc (format_process_status): Always print process nameCorinna Vinschen
2011-08-07 * fhandler_process.cc (format_process_maps): Actually print info aboutCorinna Vinschen
2011-06-28 * fhandler_process.cc (heap_info::fill_if_match): Rename info toCorinna Vinschen
2011-06-13Rename FH_BAD to FH_NADA throughout.Christopher Faylor