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
2020-03-11Cygwin: fix formatting: drop spaces leading tabsCorinna Vinschen
2019-12-02Cygwin: /proc/[PID]/stat to pull process priority correctlyAnton Lavrentiev via cygwin-patches
2019-08-08Cygwin: getpriority() and top display for priority is inconsistentLavrentiev, Anton
2019-07-22Cygwin: fix one more check for positive virtual_ftype_t valuesKen Brown
2019-07-22Cygwin: change virtual_ftype_t to not rely on negative valuesCorinna Vinschen
2019-07-22Cygwin: fix /proc/PID/fd return value in error caseCorinna Vinschen
2019-04-10Improve error handling in /proc/[pid]/ virtual files.Erik M. Bray
2019-03-13Cygwin: proc: add missing LF to /proc/<PID>/stat outputCorinna Vinschen
2019-03-12Cygwin: proc: let stat info always succeedCorinna Vinschen
2019-03-12Cygwin: proc: don't request PROCESS_VM_READ perms for statCorinna Vinschen
2019-03-12Cygwin: proc: return more useful cmdlineCorinna Vinschen
2019-02-01Cygwin: /proc: don't exit prematurely from /proc/PID/statusCorinna Vinschen
2019-01-06Cygwin: introduce fhandler_process_fd and add stat(2) handlingCorinna Vinschen
2019-01-06Cygwin: Move O_TMPFILE to bin and allow linkat by handleCorinna Vinschen
2019-01-06Cygwin: implement /proc/PID/fd/DESCRIPTOR reopening by handleCorinna Vinschen
2019-01-05Cygwin: introduce virt_fdsymlink to simplify /proc/PID/fd symlink handlingCorinna Vinschen
2018-08-17Cygwin: get_mem_values: Fix prototypeCorinna Vinschen
2018-08-17Cygwin: get_mem_values: Return number of Cygwin pages in argumentsCorinna Vinschen
2018-08-17Cygwin: get_mem_values: Convert arguments to call-by-referenceCorinna Vinschen
2018-08-17Cygwin: get_mem_values: Return allocation as size_t valuesCorinna Vinschen
2018-08-17Revert "Use allocation granularity as the 'page_size' in /proc/<pid>/status a...Corinna Vinschen
2018-02-13Cygwin: /proc/<pid>/stat: Fix time handlingCorinna Vinschen
2018-02-13Cygwin: Drop HZ usage in favor of MSPERSEC and CLOCKS_PER_SECCorinna Vinschen
2018-02-07Cygwin: Cleanup time handlingCorinna Vinschen
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