aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/pinfo.h
AgeCommit message (Expand)AuthorFilesLines
2022-08-05Cygwin: Reorganize cygwin source dirCorinna Vinschen1-299/+0
2022-08-04Cygwin: drop all usages of WINAPICorinna Vinschen1-1/+1
2022-06-06Cygwin: remove most occurrences of __stdcall and __cdeclKen Brown1-5/+5
2022-05-29Cygwin: remove regparm.hKen Brown1-8/+8
2022-03-01Cygwin: /proc/<PID>/status: Fill SigPnd, SigBlk and SigIgn values with lifeCorinna Vinschen1-5/+13
2020-08-28Cygwin: drop PROC_DETACHED_CHILD flagCorinna Vinschen1-3/+2
2020-08-28Cygwin: fix up proc_subproc flags and matching pinfo methodsCorinna Vinschen1-4/+4
2019-11-02Cygwin: fix process parent/child relationship after execveCorinna Vinschen1-0/+1
2019-02-02Cygwin: spawn: create and maintain winpid symlinksCorinna Vinschen1-0/+1
2019-02-02Cygwin: pinfo: simplify create_winpid_symlinkCorinna Vinschen1-1/+1
2019-02-02Cygwin: processes: fix handling of native Windows processesCorinna Vinschen1-0/+2
2019-02-01Cygwin: processes: use dedicated Cygwin PID rather than Windows PIDCorinna Vinschen1-12/+10
2019-01-06Cygwin: fix regression in O_TMPFILE | O_EXCL caseCorinna Vinschen1-1/+1
2019-01-06Cygwin: pinfo: add method to send a serialized path_conv and HANDLECorinna Vinschen1-1/+3
2017-04-24cygwin: remov unused winpids constructorCorinna Vinschen1-2/+0
2017-01-10Add a _pinfo.environ() method analogous to _pinfo.cmdline(), and others.Erik M. Bray1-1/+3
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen1-3/+0
2016-01-11Return unique inode numbers when calling stat/fstat on pipes and IP socketsCorinna Vinschen1-1/+1
2013-12-18* autoload.cc (timeBeginPeriod): Autoload.Christopher Faylor1-3/+2
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen1-9/+10
2013-03-29* pinfo.h (pinfo::status_exit): Rename from former static function in pinfo.cc.Christopher Faylor1-1/+2
2013-01-21Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout,Christopher Faylor1-9/+9
2012-03-21* child_info.h (child_info::postfork): Define new function.Christopher Faylor1-1/+1
2012-03-20* child_info.h (CURR_CHILD_INFO_MAGIC): Reset.Christopher Faylor1-8/+1
2012-03-16* fork.cc (lock_signals): Move to sigproc.h.Christopher Faylor1-3/+7
2012-03-07* pinfo.cc (_pinfo::dup_proc_pipe): Reorganize to provide more information forChristopher Faylor1-1/+1
2012-01-11Update copyright on all files checked in so far this year.Christopher Faylor1-7/+6
2011-12-17Clean up whitespace.Christopher Faylor1-1/+1
2011-11-14Throughout use "have_execed" macro rather than "hExeced" global handle.Christopher Faylor1-12/+27
2011-11-07* cygwin.din (ptsname_r): Export.Christopher Faylor1-1/+2
2011-11-04* pinfo.h (pinfo::reattach): Only set destroy to false when proc_subprocChristopher Faylor1-3/+4
2011-10-26* child_info.h (cchildren): New struct.Christopher Faylor1-2/+7
2011-10-15* cygerrno.h (__set_errno): Modify debugging output to make searching straceChristopher Faylor1-1/+1
2011-05-28* autoload.cc: Call _api_fatal in asm.Christopher Faylor1-4/+5
2011-05-24 * pinfo.h (struct _pinfo): Reduce size of progname array slightly.Corinna Vinschen1-2/+6
2011-05-05 * pinfo.h (class push_process_state): New class to push a process stateCorinna Vinschen1-0/+17
2011-05-04* pinfo.cc (pinfo::pinfo): Set procinfo to NULL to avoid potential cleanup ofChristopher Faylor1-1/+1
2011-04-17* cygheap.h (init_cygheap::ctty): Use base class so that console can join inChristopher Faylor1-1/+1
2011-01-20 * exec.cc: Include pinfo.h.Corinna Vinschen1-2/+12
2010-09-01* dcrt0.cc (dll_crt0_0): Remove myself settings.Christopher Faylor1-2/+2
2010-05-18* environ.cc (regopt): Change the first argument to wide char string.Christopher Faylor1-1/+1
2009-10-06Add cygwin wrapper for ExitProcess and TerminateProcess.Charles Wilson1-0/+1
2008-12-20* pinfo.h (pinfo::thisproc): Declare. Rename from set_myself.Christopher Faylor1-3/+1
2008-04-01 * Fix copyright dates.Corinna Vinschen1-1/+1
2008-03-27* hookapi.cc (find_first_notloaded_dll): New function.Christopher Faylor1-1/+1
2008-02-15Perform whitespace cleanup throughout.Christopher Faylor1-12/+0
2008-02-14 * cygheap.cc (cwcsdup): New function.Corinna Vinschen1-1/+1
2007-12-06 * dcrt0.cc (initial_env): Use PATH_MAX instead of CYG_MAX_PATH for pathCorinna Vinschen1-1/+1
2007-07-07Preliminary change to make fifos/pipes interruptible and fifos reliable.Christopher Faylor1-6/+5
2007-02-22 * cygheap.h (struct cwdstuff): Remove sync member and keep_in_syncCorinna Vinschen1-1/+1