summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/pinfo.h
Commit message (Expand)AuthorAgeFilesLines
* cygwin: remov unused winpids constructorCorinna Vinschen2017-04-241-2/+0
* Add a _pinfo.environ() method analogous to _pinfo.cmdline(), and others.Erik M. Bray2017-01-101-1/+3
* Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen2016-06-231-3/+0
* Return unique inode numbers when calling stat/fstat on pipes and IP socketsCorinna Vinschen2016-01-111-1/+1
* * autoload.cc (timeBeginPeriod): Autoload.Christopher Faylor2013-12-181-3/+2
* * Merge in cygwin-64bit-branch.Corinna Vinschen2013-04-231-9/+10
* * pinfo.h (pinfo::status_exit): Rename from former static function in pinfo.cc.Christopher Faylor2013-03-291-1/+2
* Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout,Christopher Faylor2013-01-211-9/+9
* * child_info.h (child_info::postfork): Define new function.Christopher Faylor2012-03-211-1/+1
* * child_info.h (CURR_CHILD_INFO_MAGIC): Reset.Christopher Faylor2012-03-201-8/+1
* * fork.cc (lock_signals): Move to sigproc.h.Christopher Faylor2012-03-161-3/+7
* * pinfo.cc (_pinfo::dup_proc_pipe): Reorganize to provide more information forChristopher Faylor2012-03-071-1/+1
* Update copyright on all files checked in so far this year.Christopher Faylor2012-01-111-7/+6
* Clean up whitespace.Christopher Faylor2011-12-171-1/+1
* Throughout use "have_execed" macro rather than "hExeced" global handle.Christopher Faylor2011-11-141-12/+27
* * cygwin.din (ptsname_r): Export.Christopher Faylor2011-11-071-1/+2
* * pinfo.h (pinfo::reattach): Only set destroy to false when proc_subprocChristopher Faylor2011-11-041-3/+4
* * child_info.h (cchildren): New struct.Christopher Faylor2011-10-261-2/+7
* * cygerrno.h (__set_errno): Modify debugging output to make searching straceChristopher Faylor2011-10-151-1/+1
* * autoload.cc: Call _api_fatal in asm.Christopher Faylor2011-05-281-4/+5
* * pinfo.h (struct _pinfo): Reduce size of progname array slightly.Corinna Vinschen2011-05-241-2/+6
* * pinfo.h (class push_process_state): New class to push a process stateCorinna Vinschen2011-05-051-0/+17
* * pinfo.cc (pinfo::pinfo): Set procinfo to NULL to avoid potential cleanup ofChristopher Faylor2011-05-041-1/+1
* * cygheap.h (init_cygheap::ctty): Use base class so that console can join inChristopher Faylor2011-04-171-1/+1
* * exec.cc: Include pinfo.h.Corinna Vinschen2011-01-201-2/+12
* * dcrt0.cc (dll_crt0_0): Remove myself settings.Christopher Faylor2010-09-011-2/+2
* * environ.cc (regopt): Change the first argument to wide char string.Christopher Faylor2010-05-181-1/+1
* Add cygwin wrapper for ExitProcess and TerminateProcess.Charles Wilson2009-10-061-0/+1
* * pinfo.h (pinfo::thisproc): Declare. Rename from set_myself.Christopher Faylor2008-12-201-3/+1
* * Fix copyright dates.Corinna Vinschen2008-04-011-1/+1
* * hookapi.cc (find_first_notloaded_dll): New function.Christopher Faylor2008-03-271-1/+1
* Perform whitespace cleanup throughout.Christopher Faylor2008-02-151-12/+0
* * cygheap.cc (cwcsdup): New function.Corinna Vinschen2008-02-141-1/+1
* * dcrt0.cc (initial_env): Use PATH_MAX instead of CYG_MAX_PATH for pathCorinna Vinschen2007-12-061-1/+1
* Preliminary change to make fifos/pipes interruptible and fifos reliable.Christopher Faylor2007-07-071-6/+5
* * cygheap.h (struct cwdstuff): Remove sync member and keep_in_syncCorinna Vinschen2007-02-221-1/+1
* * Makefile.in (DLL_IMPORTS): Add libntdll.a.Corinna Vinschen2007-02-221-10/+7
* * dir.cc (mkdir): Check last path component for "..".Corinna Vinschen2006-11-301-1/+0
* * dcrt0.cc (dll_crt0_0): Call SetErrorMode earlier.Christopher Faylor2006-03-211-1/+1
* * pinfo.h (EXITCODE_OK): Define new constant.Christopher Faylor2006-03-181-0/+1
* * child_info.h (child_info_fork::handle_failure): Declare new function.Christopher Faylor2006-03-131-2/+3
* * pinfo.cc (pinfo::init): Clarify comment slightly.Christopher Faylor2005-12-221-4/+2
* * pinfo.cc (size_copied): New convenience macro.Christopher Faylor2005-12-121-8/+12
* * cygheap.h (init_cygheap::manage_console_count): Declare new function.Christopher Faylor2005-11-141-0/+4
* Change process_lock to lock_process throughout. Change all calls to newChristopher Faylor2005-10-171-1/+2
* * cygheap.h (class process_lock): New class.Christopher Faylor2005-10-031-4/+0
* Change name from commune_recv to commune_process throughout. Change name fromChristopher Faylor2005-09-281-13/+7
* Revert erroneous checkin.Corinna Vinschen2005-09-281-8/+0
* * fhandler.h (class fhandler_dev_raw): Delete current_position andCorinna Vinschen2005-09-281-0/+8
* * pinfo.h (EXITCODE_SET): Move out of range of Windows error.Christopher Faylor2005-09-161-2/+2