aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/pinfo.cc
AgeCommit message (Expand)AuthorFilesLines
2024-01-31Cygwin: implement setproctitlegithub/topic/3.6topic/3.6Corinna Vinschen1-19/+18
2024-01-31Cygwin: commune_process: don't use IsBadStringPtrCorinna Vinschen1-4/+1
2024-01-31Cygwin: pinfo: use stpcpy where appropriateCorinna Vinschen1-9/+3
2023-03-07Cygwin: ctty: Replace ctty constant with more descriptive macros.Takashi Yano1-10/+7
2023-01-17Cygwin: /proc/<PID>/maps: print real shared region addressesCorinna Vinschen1-0/+2
2023-01-17Cygwin: open_shared: don't reuse shared_locations parameter as outputCorinna Vinschen1-3/+3
2023-01-10Cygwin: ctty: Add comments for the special values: -1 and -2.Takashi Yano1-1/+4
2023-01-10Cygwin: pinfo: Additional fix for CTTY behavior.Takashi Yano1-2/+3
2023-01-09Cygwin: /proc/<PID>/status: simplify code generating signal infoCorinna Vinschen1-21/+21
2022-12-22Cygwin: pinfo: Align CTTY behavior to the statement of POSIX.Takashi Yano1-16/+22
2022-08-04Cygwin: drop all usages of WINAPICorinna Vinschen1-2/+2
2022-07-28Cygwin: rename __cygwin_environ and drop env redirection via cur_environ()Corinna Vinschen1-2/+2
2022-06-06Cygwin: remove most occurrences of __stdcall and __cdeclKen Brown1-1/+1
2022-05-29Cygwin: remove regparm.hKen Brown1-1/+1
2022-05-19Cygwin: make sure exec'ed process exists early in process listCorinna Vinschen1-2/+4
2022-03-02Cygwin: _pinfo::siginfo: fix sig_send callCorinna Vinschen1-1/+1
2022-03-01Cygwin: /proc/<PID>/status: Fill SigPnd, SigBlk and SigIgn values with lifeCorinna Vinschen1-4/+47
2022-02-28Cygwin: termios: Ensure detection of GDB inferior in process_sigs().Takashi Yano1-0/+2
2022-02-25Cygwin: pinfo: Fix exit code when non-cygwin app exits by Ctrl-C.Takashi Yano1-0/+3
2021-08-19Cygwin: fix all usages of NtQueryDirectoryObjectCorinna Vinschen1-12/+24
2020-01-28Cygwin: remove CYGWIN=dos_file_warning optionCorinna Vinschen1-2/+2
2019-11-02Cygwin: fix process parent/child relationship after execveCorinna Vinschen1-23/+18
2019-09-20Cygwin: console: Make console input work in GDB and strace.Takashi Yano1-1/+1
2019-07-25Cygwin: Fix the address of myselfCorinna Vinschen1-2/+1
2019-07-25Cygwin: Don't change pgid to ctty pgid under debuggerCorinna Vinschen1-1/+5
2019-07-16Cygwin: avoid GCC 8.3 errors with -Werror=class-memaccessKen Brown1-2/+2
2019-04-02Cygwin: winpids: Fix getting process multiple times, take 2Corinna Vinschen1-3/+3
2019-03-27Cygwin: winpids: Fix getting process multiple timesCorinna Vinschen1-24/+22
2019-03-11Cygwin: fix permissions of winpid symlinksCorinna Vinschen1-1/+2
2019-03-04Cygwin: Revert attempting to unload user profile after useCorinna Vinschen1-1/+0
2019-02-23Cywin: user profile: unload impersonation user profile on exitCorinna Vinschen1-0/+1
2019-02-08Cygwin: fix child getting another pid after spawnveCorinna Vinschen1-2/+7
2019-02-07forkables: Create forkable hardlinks, yet unused.Michael Haubenwallner1-0/+3
2019-02-02Cygwin: pinfo: simplify create_winpid_symlinkCorinna Vinschen1-5/+4
2019-02-02Cygwin: processes: fix handling of native Windows processesCorinna Vinschen1-1/+1
2019-02-01Cygwin: processes: use dedicated Cygwin PID rather than Windows PIDCorinna Vinschen1-84/+128
2019-01-06Cygwin: fix regression in O_TMPFILE | O_EXCL caseCorinna Vinschen1-3/+8
2019-01-06Cygwin: pinfo: add method to send a serialized path_conv and HANDLECorinna Vinschen1-1/+35
2018-06-07Cygwin: Allow the environment pointer to be NULLKen Brown1-3/+4
2017-10-09cygwin: Remove comparison of 'this' to NULL in _pinfo::existsKen Brown1-1/+1
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::pipe_fhandlerKen Brown1-1/+1
2017-10-09cygwin: Remove comparison of 'this' to 'NULL' in _pinfo::commune_requestKen 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-04-24cygwin TEST: Add nagging debug output to pinfoCorinna Vinschen1-0/+13
2017-04-24cygwin: pinfo: do not wait for setting ppid on a transitional procinfoCorinna Vinschen1-6/+11