aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/fhandler_process.cc
AgeCommit message (Expand)AuthorFilesLines
2019-07-22Cygwin: fix one more check for positive virtual_ftype_t valuesKen Brown1-3/+0
2019-07-22Cygwin: change virtual_ftype_t to not rely on negative valuesCorinna Vinschen1-1/+1
2019-07-22Cygwin: fix /proc/PID/fd return value in error caseCorinna Vinschen1-2/+2
2019-04-10Improve error handling in /proc/[pid]/ virtual files.Erik M. Bray1-7/+28
2019-03-13Cygwin: proc: add missing LF to /proc/<PID>/stat outputCorinna Vinschen1-1/+1
2019-03-12Cygwin: proc: let stat info always succeedCorinna Vinschen1-32/+38
2019-03-12Cygwin: proc: don't request PROCESS_VM_READ perms for statCorinna Vinschen1-1/+1
2019-03-12Cygwin: proc: return more useful cmdlineCorinna Vinschen1-6/+3
2019-02-01Cygwin: /proc: don't exit prematurely from /proc/PID/statusCorinna Vinschen1-3/+2
2019-01-06Cygwin: introduce fhandler_process_fd and add stat(2) handlingCorinna Vinschen1-160/+0
2019-01-06Cygwin: Move O_TMPFILE to bin and allow linkat by handleCorinna Vinschen1-0/+82
2019-01-06Cygwin: implement /proc/PID/fd/DESCRIPTOR reopening by handleCorinna Vinschen1-0/+78
2019-01-05Cygwin: introduce virt_fdsymlink to simplify /proc/PID/fd symlink handlingCorinna Vinschen1-1/+2
2018-08-17Cygwin: get_mem_values: Fix prototypeCorinna Vinschen1-3/+2
2018-08-17Cygwin: get_mem_values: Return number of Cygwin pages in argumentsCorinna Vinschen1-9/+15
2018-08-17Cygwin: get_mem_values: Convert arguments to call-by-referenceCorinna Vinschen1-17/+17
2018-08-17Cygwin: get_mem_values: Return allocation as size_t valuesCorinna Vinschen1-18/+15
2018-08-17Revert "Use allocation granularity as the 'page_size' in /proc/<pid>/status a...Corinna Vinschen1-1/+1
2018-02-12Cygwin: /proc/<pid>/stat: Fix time handlingCorinna Vinschen1-36/+19
2018-02-12Cygwin: Drop HZ usage in favor of MSPERSEC and CLOCKS_PER_SECCorinna Vinschen1-5/+8
2018-02-07Cygwin: Cleanup time handlingCorinna Vinschen1-4/+4
2017-10-09cygwin: Remove comparison of 'this' to 'NULL' in _pinfo::environKen Brown1-1/+1
2017-10-09cygwin: Remove comparison of 'this' to 'NULL' in _pinfo::fdKen Brown1-1/+1
2017-10-09cygwin: Remove comparison of 'this' to 'NULL' in _pinfo::cmdlineKen Brown1-1/+1
2017-10-09cygwin: Remove comparison of 'this' to 'NULL' in _pinfo::cwdKen Brown1-1/+1
2017-10-09cygwin: Remove comparison of 'this' to 'NULL' in _pinfo::rootKen Brown1-1/+1
2017-10-09cygwin: Remove comparison of 'this' to 'NULL' in _pinfo::fdsKen Brown1-1/+1
2017-01-10Add a /proc/<pid>/environ proc file handler, analogous to /proc/<pid>/cmdline.Erik M. Bray1-0/+22
2016-11-16Use allocation granularity as the 'page_size' in /proc/<pid>/status as well, ...Erik M. Bray1-1/+1
2016-11-16statm should report memory as multiples of allocation_granularity instead of ...Erik M. Bray1-1/+5
2016-08-01Open process with PROCESS_QUERY_INFORMATION to fetch mapsCorinna Vinschen1-2/+2
2016-06-27Reformat some too-long linesCorinna Vinschen1-2/+4
2016-06-27Add comment to point out missing access right per documentationCorinna Vinschen1-0/+4
2016-06-27Use PROCESS/THREAD_QUERY_LIMITED_INFORMATION where appropriateCorinna Vinschen1-7/+10
2016-06-24Drop has_broken_rtl_query_process_debug_information flagCorinna Vinschen1-4/+0
2016-06-23Handle up to 63 partitions per driveCorinna Vinschen1-2/+2
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen1-3/+0
2016-04-05Revert "Refactor to avoid nonnull checks on "this" pointer."Corinna Vinschen1-8/+3
2016-04-04Refactor to avoid nonnull checks on "this" pointer.Peter Foley1-3/+8
2015-12-06Allow cygwin_conv_path(3) and cygpath(1) to emit /proc/cygdrive prefixed pathCorinna Vinschen1-1/+1
2015-12-03Fix thinko in /proc/<PID>/maps TEB detection on W10 1511Corinna Vinschen1-26/+51
2015-12-03Fix /proc/<PID>/maps output for PEB and TEBs on W10 1511Corinna Vinschen1-8/+52
2015-10-22Fix length returned from sys_cp_wcstombs in case nwc > # of wcharsCorinna Vinschen1-3/+3
2015-07-05Disable fetching heap info on 64 bit XP/2003Corinna Vinschen1-1/+5
2015-01-22 * fhandler.h (class fhandler_process): Add fd_type member.Corinna Vinschen1-10/+29
2014-10-09 * fhandler_proc.cc (fhandler_proc::readdir): Set dirent d_type.Corinna Vinschen1-1/+6
2014-10-08 * fhandler_process.cc (format_process_statm): Fix output of dirtyCorinna Vinschen1-2/+2
2014-05-20 * fhandler_process.cc (get_mem_values): Rearrange code slightly toCorinna Vinschen1-11/+9
2014-02-09 Introduce reading passwd/group entries from SAM/AD. IntroduceCorinna Vinschen1-2/+1
2013-10-16 * fhandler_process.cc (format_process_ctty): Fix random content ofCorinna Vinschen1-1/+6