summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler_process.cc
Commit message (Expand)AuthorAgeFilesLines
* Cygwin: format_process_fd: add directory checkKen Brown2020-09-081-0/+15
* Cygwin: drop internal O_NOSYMLINK and O_DIROPEN flagsCorinna Vinschen2020-09-071-2/+2
* Cygwin: fix formatting: drop spaces leading tabsCorinna Vinschen2020-03-111-1/+1
* Cygwin: /proc/[PID]/stat to pull process priority correctlyAnton Lavrentiev via cygwin-patches2019-12-021-2/+3
* Cygwin: getpriority() and top display for priority is inconsistentLavrentiev, Anton2019-08-081-15/+3
* Cygwin: fix one more check for positive virtual_ftype_t valuesKen Brown2019-07-221-3/+0
* Cygwin: change virtual_ftype_t to not rely on negative valuesCorinna Vinschen2019-07-221-1/+1
* Cygwin: fix /proc/PID/fd return value in error caseCorinna Vinschen2019-07-221-2/+2
* Improve error handling in /proc/[pid]/ virtual files.Erik M. Bray2019-04-101-7/+28
* Cygwin: proc: add missing LF to /proc/<PID>/stat outputCorinna Vinschen2019-03-131-1/+1
* Cygwin: proc: let stat info always succeedCorinna Vinschen2019-03-121-32/+38
* Cygwin: proc: don't request PROCESS_VM_READ perms for statCorinna Vinschen2019-03-121-1/+1
* Cygwin: proc: return more useful cmdlineCorinna Vinschen2019-03-121-6/+3
* Cygwin: /proc: don't exit prematurely from /proc/PID/statusCorinna Vinschen2019-02-011-3/+2
* Cygwin: introduce fhandler_process_fd and add stat(2) handlingCorinna Vinschen2019-01-061-160/+0
* Cygwin: Move O_TMPFILE to bin and allow linkat by handleCorinna Vinschen2019-01-061-0/+82
* Cygwin: implement /proc/PID/fd/DESCRIPTOR reopening by handleCorinna Vinschen2019-01-061-0/+78
* Cygwin: introduce virt_fdsymlink to simplify /proc/PID/fd symlink handlingCorinna Vinschen2019-01-051-1/+2
* Cygwin: get_mem_values: Fix prototypeCorinna Vinschen2018-08-171-3/+2
* Cygwin: get_mem_values: Return number of Cygwin pages in argumentsCorinna Vinschen2018-08-171-9/+15
* Cygwin: get_mem_values: Convert arguments to call-by-referenceCorinna Vinschen2018-08-171-17/+17
* Cygwin: get_mem_values: Return allocation as size_t valuesCorinna Vinschen2018-08-171-18/+15
* Revert "Use allocation granularity as the 'page_size' in /proc/<pid>/status a...Corinna Vinschen2018-08-171-1/+1
* Cygwin: /proc/<pid>/stat: Fix time handlingCorinna Vinschen2018-02-121-36/+19
* Cygwin: Drop HZ usage in favor of MSPERSEC and CLOCKS_PER_SECCorinna Vinschen2018-02-121-5/+8
* Cygwin: Cleanup time handlingCorinna Vinschen2018-02-071-4/+4
* cygwin: Remove comparison of 'this' to 'NULL' in _pinfo::environKen Brown2017-10-091-1/+1
* cygwin: Remove comparison of 'this' to 'NULL' in _pinfo::fdKen Brown2017-10-091-1/+1
* cygwin: Remove comparison of 'this' to 'NULL' in _pinfo::cmdlineKen Brown2017-10-091-1/+1
* cygwin: Remove comparison of 'this' to 'NULL' in _pinfo::cwdKen Brown2017-10-091-1/+1
* cygwin: Remove comparison of 'this' to 'NULL' in _pinfo::rootKen Brown2017-10-091-1/+1
* cygwin: Remove comparison of 'this' to 'NULL' in _pinfo::fdsKen Brown2017-10-091-1/+1
* Add a /proc/<pid>/environ proc file handler, analogous to /proc/<pid>/cmdline.Erik M. Bray2017-01-101-0/+22
* Use allocation granularity as the 'page_size' in /proc/<pid>/status as well, ...Erik M. Bray2016-11-161-1/+1
* statm should report memory as multiples of allocation_granularity instead of ...Erik M. Bray2016-11-161-1/+5
* Open process with PROCESS_QUERY_INFORMATION to fetch mapsCorinna Vinschen2016-08-011-2/+2
* Reformat some too-long linesCorinna Vinschen2016-06-271-2/+4
* Add comment to point out missing access right per documentationCorinna Vinschen2016-06-271-0/+4
* Use PROCESS/THREAD_QUERY_LIMITED_INFORMATION where appropriateCorinna Vinschen2016-06-271-7/+10
* Drop has_broken_rtl_query_process_debug_information flagCorinna Vinschen2016-06-241-4/+0
* Handle up to 63 partitions per driveCorinna Vinschen2016-06-231-2/+2
* Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen2016-06-231-3/+0
* Revert "Refactor to avoid nonnull checks on "this" pointer."Corinna Vinschen2016-04-051-8/+3
* Refactor to avoid nonnull checks on "this" pointer.Peter Foley2016-04-041-3/+8
* Allow cygwin_conv_path(3) and cygpath(1) to emit /proc/cygdrive prefixed pathCorinna Vinschen2015-12-061-1/+1
* Fix thinko in /proc/<PID>/maps TEB detection on W10 1511Corinna Vinschen2015-12-031-26/+51
* Fix /proc/<PID>/maps output for PEB and TEBs on W10 1511Corinna Vinschen2015-12-031-8/+52
* Fix length returned from sys_cp_wcstombs in case nwc > # of wcharsCorinna Vinschen2015-10-221-3/+3
* Disable fetching heap info on 64 bit XP/2003Corinna Vinschen2015-07-051-1/+5
* * fhandler.h (class fhandler_process): Add fd_type member.Corinna Vinschen2015-01-221-10/+29