index
:
cygnal
cygnal-2.5.2
cygnal-2.9.0-branch
cygnal-3-1-6-98-branch
cygnal-3-1-98-branch
cygwin-master
"Cygwin Native Application Lib" --- http://www.kylheku.com/cygnal
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
winsup
/
cygwin
/
fhandler_process.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cygwin: format_process_fd: add directory check
Ken Brown
2020-09-08
1
-0
/
+15
*
Cygwin: drop internal O_NOSYMLINK and O_DIROPEN flags
Corinna Vinschen
2020-09-07
1
-2
/
+2
*
Cygwin: fix formatting: drop spaces leading tabs
Corinna Vinschen
2020-03-11
1
-1
/
+1
*
Cygwin: /proc/[PID]/stat to pull process priority correctly
Anton Lavrentiev via cygwin-patches
2019-12-02
1
-2
/
+3
*
Cygwin: getpriority() and top display for priority is inconsistent
Lavrentiev, Anton
2019-08-08
1
-15
/
+3
*
Cygwin: fix one more check for positive virtual_ftype_t values
Ken Brown
2019-07-22
1
-3
/
+0
*
Cygwin: change virtual_ftype_t to not rely on negative values
Corinna Vinschen
2019-07-22
1
-1
/
+1
*
Cygwin: fix /proc/PID/fd return value in error case
Corinna Vinschen
2019-07-22
1
-2
/
+2
*
Improve error handling in /proc/[pid]/ virtual files.
Erik M. Bray
2019-04-10
1
-7
/
+28
*
Cygwin: proc: add missing LF to /proc/<PID>/stat output
Corinna Vinschen
2019-03-13
1
-1
/
+1
*
Cygwin: proc: let stat info always succeed
Corinna Vinschen
2019-03-12
1
-32
/
+38
*
Cygwin: proc: don't request PROCESS_VM_READ perms for stat
Corinna Vinschen
2019-03-12
1
-1
/
+1
*
Cygwin: proc: return more useful cmdline
Corinna Vinschen
2019-03-12
1
-6
/
+3
*
Cygwin: /proc: don't exit prematurely from /proc/PID/status
Corinna Vinschen
2019-02-01
1
-3
/
+2
*
Cygwin: introduce fhandler_process_fd and add stat(2) handling
Corinna Vinschen
2019-01-06
1
-160
/
+0
*
Cygwin: Move O_TMPFILE to bin and allow linkat by handle
Corinna Vinschen
2019-01-06
1
-0
/
+82
*
Cygwin: implement /proc/PID/fd/DESCRIPTOR reopening by handle
Corinna Vinschen
2019-01-06
1
-0
/
+78
*
Cygwin: introduce virt_fdsymlink to simplify /proc/PID/fd symlink handling
Corinna Vinschen
2019-01-05
1
-1
/
+2
*
Cygwin: get_mem_values: Fix prototype
Corinna Vinschen
2018-08-17
1
-3
/
+2
*
Cygwin: get_mem_values: Return number of Cygwin pages in arguments
Corinna Vinschen
2018-08-17
1
-9
/
+15
*
Cygwin: get_mem_values: Convert arguments to call-by-reference
Corinna Vinschen
2018-08-17
1
-17
/
+17
*
Cygwin: get_mem_values: Return allocation as size_t values
Corinna Vinschen
2018-08-17
1
-18
/
+15
*
Revert "Use allocation granularity as the 'page_size' in /proc/<pid>/status a...
Corinna Vinschen
2018-08-17
1
-1
/
+1
*
Cygwin: /proc/<pid>/stat: Fix time handling
Corinna Vinschen
2018-02-12
1
-36
/
+19
*
Cygwin: Drop HZ usage in favor of MSPERSEC and CLOCKS_PER_SEC
Corinna Vinschen
2018-02-12
1
-5
/
+8
*
Cygwin: Cleanup time handling
Corinna Vinschen
2018-02-07
1
-4
/
+4
*
cygwin: Remove comparison of 'this' to 'NULL' in _pinfo::environ
Ken Brown
2017-10-09
1
-1
/
+1
*
cygwin: Remove comparison of 'this' to 'NULL' in _pinfo::fd
Ken Brown
2017-10-09
1
-1
/
+1
*
cygwin: Remove comparison of 'this' to 'NULL' in _pinfo::cmdline
Ken Brown
2017-10-09
1
-1
/
+1
*
cygwin: Remove comparison of 'this' to 'NULL' in _pinfo::cwd
Ken Brown
2017-10-09
1
-1
/
+1
*
cygwin: Remove comparison of 'this' to 'NULL' in _pinfo::root
Ken Brown
2017-10-09
1
-1
/
+1
*
cygwin: Remove comparison of 'this' to 'NULL' in _pinfo::fds
Ken Brown
2017-10-09
1
-1
/
+1
*
Add a /proc/<pid>/environ proc file handler, analogous to /proc/<pid>/cmdline.
Erik M. Bray
2017-01-10
1
-0
/
+22
*
Use allocation granularity as the 'page_size' in /proc/<pid>/status as well, ...
Erik M. Bray
2016-11-16
1
-1
/
+1
*
statm should report memory as multiples of allocation_granularity instead of ...
Erik M. Bray
2016-11-16
1
-1
/
+5
*
Open process with PROCESS_QUERY_INFORMATION to fetch maps
Corinna Vinschen
2016-08-01
1
-2
/
+2
*
Reformat some too-long lines
Corinna Vinschen
2016-06-27
1
-2
/
+4
*
Add comment to point out missing access right per documentation
Corinna Vinschen
2016-06-27
1
-0
/
+4
*
Use PROCESS/THREAD_QUERY_LIMITED_INFORMATION where appropriate
Corinna Vinschen
2016-06-27
1
-7
/
+10
*
Drop has_broken_rtl_query_process_debug_information flag
Corinna Vinschen
2016-06-24
1
-4
/
+0
*
Handle up to 63 partitions per drive
Corinna Vinschen
2016-06-23
1
-2
/
+2
*
Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout option
cygwin-2_5_2-release
Corinna Vinschen
2016-06-23
1
-3
/
+0
*
Revert "Refactor to avoid nonnull checks on "this" pointer."
Corinna Vinschen
2016-04-05
1
-8
/
+3
*
Refactor to avoid nonnull checks on "this" pointer.
Peter Foley
2016-04-04
1
-3
/
+8
*
Allow cygwin_conv_path(3) and cygpath(1) to emit /proc/cygdrive prefixed path
Corinna Vinschen
2015-12-06
1
-1
/
+1
*
Fix thinko in /proc/<PID>/maps TEB detection on W10 1511
Corinna Vinschen
2015-12-03
1
-26
/
+51
*
Fix /proc/<PID>/maps output for PEB and TEBs on W10 1511
Corinna Vinschen
2015-12-03
1
-8
/
+52
*
Fix length returned from sys_cp_wcstombs in case nwc > # of wchars
Corinna Vinschen
2015-10-22
1
-3
/
+3
*
Disable fetching heap info on 64 bit XP/2003
Corinna Vinschen
2015-07-05
1
-1
/
+5
*
* fhandler.h (class fhandler_process): Add fd_type member.
Corinna Vinschen
2015-01-22
1
-10
/
+29
[next]