summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/child_info.h
Commit message (Expand)AuthorAgeFilesLines
* Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen2016-06-231-3/+0
* Safely recognize when fork is running from main thread or another pthreadCorinna Vinschen2015-12-031-1/+2
* Rename parent stack members in child_info struct to align with OS namesCorinna Vinschen2015-12-021-4/+5
* cygwin: Fix copyright datesCorinna Vinschen2015-07-291-1/+1
* Simplify stack allocation code in child after forkCorinna Vinschen2015-07-071-2/+1
* * child_info.h (PROC_MAGIC_GENERIC): Define differently for x86 vs. x86_64.Christopher Faylor2013-08-231-1/+5
* * Merge in cygwin-64bit-branch.Corinna Vinschen2013-04-231-4/+4
* * child_info.h (cygheap_exec_info::sigmask): Declare new field.Christopher Faylor2013-03-311-0/+1
* * child_info.h (CURR_CHILD_INFO_MAGIC): Update.Corinna Vinschen2013-02-081-4/+4
* Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout,Christopher Faylor2013-01-211-7/+7
* * child_info.h (class child_info_spawn): Drop unused member lock.Corinna Vinschen2012-12-051-2/+1
* * child_info.h (CURR_CHILD_INFO_MAGIC): Update.Corinna Vinschen2012-10-221-1/+1
* * child_info.h (child_info_spawn::has_execed): Remove unneeded synchronization.Christopher Faylor2012-10-091-2/+0
* * child_info.h (CURR_CHILD_INFO_MAGIC): Update.Christopher Faylor2012-05-141-1/+1
* * DevNotes: Add entry cgf-000007.Christopher Faylor2012-05-141-0/+2
* * ChangeNotes: New file. Add entry cgf-000001.Christopher Faylor2012-05-021-1/+1
* * child_info.h: Reset magic number.Christopher Faylor2012-03-211-1/+1
* * child_info.h (child_info::postfork): Define new function.Christopher Faylor2012-03-211-2/+8
* * child_info.h: Reset magic number.Christopher Faylor2012-03-211-2/+2
* * child_info.h (CURR_CHILD_INFO_MAGIC): Reset.Christopher Faylor2012-03-201-1/+5
* * child_info.h (CURR_CHILD_INFO_MAGIC): Reset for previous changes.Christopher Faylor2011-11-241-1/+1
* * pipe.cc (fhandler_pipe::create): Avoid derefencing a NULL pointer.Christopher Faylor2011-11-231-4/+4
* * child_info.h (CURR_CHILD_INFO_MAGIC): Reset.Christopher Faylor2011-11-161-3/+6
* Throughout use "have_execed" macro rather than "hExeced" global handle.Christopher Faylor2011-11-141-27/+50
* * child_info.h (cchildren): New struct.Christopher Faylor2011-10-261-4/+12
* * dtable.cc (dtable::delete_archetype): Improve debugging output.Christopher Faylor2011-10-221-0/+4
* * child_info.h (CURR_CHILD_INFO_MAGIC): Reset.Christopher Faylor2011-06-091-4/+1
* * dll_init.cc (dll_list::find_by_modname): New function to search the dll listChristopher Faylor2011-05-301-1/+2
* * autoload.cc: Call _api_fatal in asm.Christopher Faylor2011-05-281-3/+4
* * child_info.h (CURR_CHILD_INFO_MAGIC): Update.Corinna Vinschen2011-05-201-2/+4
* * Makefile.in: Use all compile options when calculating magic values.Christopher Faylor2009-04-051-1/+1
* * Fix copyright dates.Corinna Vinschen2008-04-011-1/+1
* * child_info.h (CURR_CHILD_INFO_MAGIC): Reset.Corinna Vinschen2008-03-061-1/+1
* * child_info.h (~child_info_spawn): Check moreinfo->myself_pinfo forCorinna Vinschen2008-03-051-1/+1
* * child_info.h (child_info_spawn::__stdin): New element.Christopher Faylor2006-12-111-3/+6
* * child_info.h (child_info_spawn::~child_info_spawn): Don't close myself_pinfoChristopher Faylor2006-08-271-2/+3
* * hookapi.cc: Add comment headerChristopher Faylor2006-07-061-1/+1
* white spaceChristopher Faylor2006-05-281-1/+1
* * child_info.h (_CI_SAW_CTRL_C): New enum.Christopher Faylor2006-05-221-3/+7
* * child_info.h (CURR_CHILD_INFO_MAGIC): Update.Christopher Faylor2006-04-031-1/+3
* * child_info.h (child_status): Fix typo which made it impossible to setChristopher Faylor2006-03-221-4/+4
* * child_info.h (child_status): New enum.Christopher Faylor2006-03-201-5/+15
* * child_info.h (CURR_CHILD_INFO_MAGIC): Regenerate.Christopher Faylor2006-03-181-3/+5
* * child_info.h (child_info_fork::fork_retry): Declare new function.Christopher Faylor2006-03-151-1/+2
* * child_info.h (child_info_fork::handle_failure): Declare new function.Christopher Faylor2006-03-131-1/+3
* *** cygwin DLL Changes:Christopher Faylor2005-12-291-2/+3
* * child_info.h (CHILD_INFO_MAGIC): Reset.Christopher Faylor2005-10-291-1/+1
* Change process_lock to lock_process throughout. Change all calls to newChristopher Faylor2005-10-171-1/+1
* * child_info. (CURR_CHILD_INFO_MAGIC): Refresh.Christopher Faylor2005-08-111-1/+5
* * child_info.h (child_info::sync): Pass pid and HANDLE rather than using pinfo.Christopher Faylor2005-07-171-4/+4