aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/pinfo.cc
AgeCommit message (Expand)AuthorFilesLines
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
2017-01-10Fix formatting in pinfo.ccCorinna Vinschen1-7/+8
2017-01-10Add a _pinfo.environ() method analogous to _pinfo.cmdline(), and others.Erik M. Bray1-2/+81
2016-11-24_pinfo::set_ctty: Check potential NULL pointer in debug_printf statementCorinna Vinschen1-1/+1
2016-06-27Use PROCESS/THREAD_QUERY_LIMITED_INFORMATION where appropriateCorinna Vinschen1-3/+5
2016-06-23Handle up to 63 partitions per driveCorinna Vinschen1-1/+1
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/+8
2016-04-04Refactor to avoid nonnull checks on "this" pointer.Peter Foley1-8/+8
2016-03-20Fix strict aliasingPeter Foley1-2/+1
2016-03-20The address of an class always evaluates to truePeter Foley1-1/+1
2016-01-11Return unique inode numbers when calling stat/fstat on pipes and IP socketsCorinna Vinschen1-5/+5
2015-07-19Reduce stack pressure throughout CygwinCorinna Vinschen1-6/+6
2015-06-08Avoid compiler warning in latest patchcygwin-2_0_4-releaseCorinna Vinschen1-2/+2
2015-06-08Evaluate /proc/$PID/{root,cwd,cmdline} for native processesCorinna Vinschen1-3/+81
2015-06-08Avoid delays trying to fetch Cygwin info from non-Cygwin processesCorinna Vinschen1-1/+6
2014-05-19 * pinfo.cc (pinfo_basic::pinfo_basic): Fix size of progname array inCorinna Vinschen1-2/+2
2014-02-15* pinfo.cc (winpids::add): Always copy pinfo structure when winpid. Fill outChristopher Faylor1-61/+38
2014-02-09 Introduce reading passwd/group entries from SAM/AD. IntroduceCorinna Vinschen1-2/+2
2013-12-18* dcrt0.cc (dll_crt0_1): Remove NtSetTimerResolution.Christopher Faylor1-3/+5
2013-12-18* autoload.cc (timeBeginPeriod): Autoload.Christopher Faylor1-8/+4
2013-12-18* external.cc (fillout_pinfo): Remove nonsensical loop.Christopher Faylor1-50/+58
2013-05-24 * pinfo.cc (pinfo::status_exit): Enhance comment.Corinna Vinschen1-3/+3
2013-05-24 * environ.cc (win_env::add_cache): Set the Windows environment variableCorinna Vinschen1-0/+13
2013-05-01Throughout, (mainly in fhandler*) fix remaining gcc 4.7 mismatchYaakov Selkowitz1-1/+1