aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/child_info.h
AgeCommit message (Expand)AuthorFilesLines
2019-02-08Cygwin: change CURR_CHILD_INFO_MAGIC according to previous patchCorinna Vinschen1-1/+1
2019-02-08Cygwin: fix child getting another pid after spawnveCorinna Vinschen1-0/+1
2019-02-07forkables: On fork failure, retry with hardlinks.Michael Haubenwallner1-2/+11
2017-03-10Drop now unused child_info_fork::from_mainCorinna Vinschen1-2/+1
2016-06-25Clarify setting of child_info::msv_count in child_info.hCorinna Vinschen1-1/+1
2016-06-24child_info.h: Fix a commentCorinna Vinschen1-1/+1
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen1-3/+0
2015-12-03Safely recognize when fork is running from main thread or another pthreadCorinna Vinschen1-1/+2
2015-12-02Rename parent stack members in child_info struct to align with OS namesCorinna Vinschen1-4/+5
2015-07-29cygwin: Fix copyright datesCorinna Vinschen1-1/+1
2015-07-07Simplify stack allocation code in child after forkCorinna Vinschen1-2/+1
2013-08-23* child_info.h (PROC_MAGIC_GENERIC): Define differently for x86 vs. x86_64.Christopher Faylor1-1/+5
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen1-4/+4
2013-03-31* child_info.h (cygheap_exec_info::sigmask): Declare new field.Christopher Faylor1-0/+1
2013-02-08 * child_info.h (CURR_CHILD_INFO_MAGIC): Update.Corinna Vinschen1-4/+4
2013-01-21Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout,Christopher Faylor1-7/+7
2012-12-05 * child_info.h (class child_info_spawn): Drop unused member lock.Corinna Vinschen1-2/+1
2012-10-22 * child_info.h (CURR_CHILD_INFO_MAGIC): Update.Corinna Vinschen1-1/+1
2012-10-09* child_info.h (child_info_spawn::has_execed): Remove unneeded synchronization.Christopher Faylor1-2/+0
2012-05-14* child_info.h (CURR_CHILD_INFO_MAGIC): Update.Christopher Faylor1-1/+1
2012-05-14* DevNotes: Add entry cgf-000007.Christopher Faylor1-0/+2
2012-05-02* ChangeNotes: New file. Add entry cgf-000001.Christopher Faylor1-1/+1
2012-03-21* child_info.h: Reset magic number.Christopher Faylor1-1/+1
2012-03-21* child_info.h (child_info::postfork): Define new function.Christopher Faylor1-2/+8
2012-03-21* child_info.h: Reset magic number.Christopher Faylor1-2/+2
2012-03-20* child_info.h (CURR_CHILD_INFO_MAGIC): Reset.Christopher Faylor1-1/+5
2011-11-24* child_info.h (CURR_CHILD_INFO_MAGIC): Reset for previous changes.Christopher Faylor1-1/+1
2011-11-23* pipe.cc (fhandler_pipe::create): Avoid derefencing a NULL pointer.Christopher Faylor1-4/+4
2011-11-16* child_info.h (CURR_CHILD_INFO_MAGIC): Reset.Christopher Faylor1-3/+6
2011-11-14Throughout use "have_execed" macro rather than "hExeced" global handle.Christopher Faylor1-27/+50
2011-10-26* child_info.h (cchildren): New struct.Christopher Faylor1-4/+12
2011-10-22* dtable.cc (dtable::delete_archetype): Improve debugging output.Christopher Faylor1-0/+4
2011-06-09* child_info.h (CURR_CHILD_INFO_MAGIC): Reset.Christopher Faylor1-4/+1
2011-05-30* dll_init.cc (dll_list::find_by_modname): New function to search the dll listChristopher Faylor1-1/+2
2011-05-28* autoload.cc: Call _api_fatal in asm.Christopher Faylor1-3/+4
2011-05-20 * child_info.h (CURR_CHILD_INFO_MAGIC): Update.Corinna Vinschen1-2/+4
2009-04-05* Makefile.in: Use all compile options when calculating magic values.Christopher Faylor1-1/+1
2008-04-01 * Fix copyright dates.Corinna Vinschen1-1/+1
2008-03-06 * child_info.h (CURR_CHILD_INFO_MAGIC): Reset.Corinna Vinschen1-1/+1
2008-03-05 * child_info.h (~child_info_spawn): Check moreinfo->myself_pinfo forCorinna Vinschen1-1/+1
2006-12-11* child_info.h (child_info_spawn::__stdin): New element.Christopher Faylor1-3/+6
2006-08-27* child_info.h (child_info_spawn::~child_info_spawn): Don't close myself_pinfoChristopher Faylor1-2/+3
2006-07-06* hookapi.cc: Add comment headerChristopher Faylor1-1/+1
2006-05-28white spaceChristopher Faylor1-1/+1
2006-05-22* child_info.h (_CI_SAW_CTRL_C): New enum.Christopher Faylor1-3/+7
2006-04-03* child_info.h (CURR_CHILD_INFO_MAGIC): Update.Christopher Faylor1-1/+3
2006-03-22* child_info.h (child_status): Fix typo which made it impossible to setChristopher Faylor1-4/+4
2006-03-20* child_info.h (child_status): New enum.Christopher Faylor1-5/+15
2006-03-18* child_info.h (CURR_CHILD_INFO_MAGIC): Regenerate.Christopher Faylor1-3/+5
2006-03-15* child_info.h (child_info_fork::fork_retry): Declare new function.Christopher Faylor1-1/+2