aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/fhandler_process.cc
AgeCommit message (Expand)AuthorFilesLines
2022-08-05Cygwin: Reorganize cygwin source dirCorinna Vinschen1-1558/+0
2022-05-29Cygwin: remove regparm.hKen Brown1-1/+1
2022-05-29Cygwin: simplify some function namesKen Brown1-1/+1
2022-05-13Cygwin: wincap: drop wow64 flag and all conditions depending on itCorinna Vinschen1-5/+1
2022-05-11fhandler_process.cc(format_process_stat): fix /proc/pid/stat issuesBrian Inglis1-13/+20
2022-03-01Cygwin: /proc/<PID>/status: Fill SigPnd, SigBlk and SigIgn values with lifeCorinna Vinschen1-1/+8
2022-03-01Cygwin: /proc/<PID>/status: fix format specifierCorinna Vinschen1-3/+3
2021-11-15change _COMPILING_NEWLIB to _LIBCMike Frysinger1-1/+1
2020-09-08Cygwin: format_process_fd: add directory checkKen Brown1-0/+15
2020-09-07Cygwin: drop internal O_NOSYMLINK and O_DIROPEN flagsCorinna Vinschen1-2/+2
2020-03-11Cygwin: fix formatting: drop spaces leading tabsCorinna Vinschen1-1/+1
2019-12-02Cygwin: /proc/[PID]/stat to pull process priority correctlyAnton Lavrentiev via cygwin-patches1-2/+3
2019-08-08Cygwin: getpriority() and top display for priority is inconsistentLavrentiev, Anton1-15/+3
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