Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-06Cygwin: child_info.h: remove declaration of init_child_infoKen Brown
2022-05-30Cygwin: remove miscellaneous 32-bit codeKen Brown
2022-05-30Cygwin: remove regparm.hKen Brown
2022-05-03Cygwin: always add sigmask to child infoCorinna Vinschen
2021-10-29Cygwin: drop Vista WOW64 specific child process handle bugCorinna Vinschen
2020-08-28Cygwin: sigproc: Allow more child processes per processCorinna Vinschen
2020-08-03Cygwin: posix_spawn: add Cygwin-specific code fixing process synchronisationCorinna Vinschen
2019-02-08Cygwin: change CURR_CHILD_INFO_MAGIC according to previous patchCorinna Vinschen
2019-02-08Cygwin: fix child getting another pid after spawnveCorinna Vinschen
2019-02-07forkables: On fork failure, retry with hardlinks.Michael Haubenwallner
2017-03-10Drop now unused child_info_fork::from_mainCorinna Vinschen
2016-06-25Clarify setting of child_info::msv_count in child_info.hCorinna Vinschen
2016-06-24child_info.h: Fix a commentCorinna Vinschen
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen
2015-12-03Safely recognize when fork is running from main thread or another pthreadCorinna Vinschen
2015-12-02Rename parent stack members in child_info struct to align with OS namesCorinna Vinschen
2015-07-29cygwin: Fix copyright datesCorinna Vinschen
2015-07-07Simplify stack allocation code in child after forkCorinna Vinschen
2013-08-23* child_info.h (PROC_MAGIC_GENERIC): Define differently for x86 vs. x86_64.Christopher Faylor
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen
2013-03-31* child_info.h (cygheap_exec_info::sigmask): Declare new field.Christopher Faylor
2013-02-09 * child_info.h (CURR_CHILD_INFO_MAGIC): Update.Corinna Vinschen
2013-01-21Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout,Christopher Faylor
2012-12-05 * child_info.h (class child_info_spawn): Drop unused member lock.Corinna Vinschen
2012-10-22 * child_info.h (CURR_CHILD_INFO_MAGIC): Update.Corinna Vinschen
2012-10-10* child_info.h (child_info_spawn::has_execed): Remove unneeded synchronization.Christopher Faylor
2012-05-15* child_info.h (CURR_CHILD_INFO_MAGIC): Update.Christopher Faylor
2012-05-15* DevNotes: Add entry cgf-000007.Christopher Faylor
2012-05-02* ChangeNotes: New file. Add entry cgf-000001.Christopher Faylor
2012-03-21* child_info.h: Reset magic number.Christopher Faylor
2012-03-21* child_info.h (child_info::postfork): Define new function.Christopher Faylor
2012-03-21* child_info.h: Reset magic number.Christopher Faylor
2012-03-20* child_info.h (CURR_CHILD_INFO_MAGIC): Reset.Christopher Faylor
2011-11-24* child_info.h (CURR_CHILD_INFO_MAGIC): Reset for previous changes.Christopher Faylor
2011-11-24* pipe.cc (fhandler_pipe::create): Avoid derefencing a NULL pointer.Christopher Faylor
2011-11-16* child_info.h (CURR_CHILD_INFO_MAGIC): Reset.Christopher Faylor
2011-11-14Throughout use "have_execed" macro rather than "hExeced" global handle.Christopher Faylor
2011-10-26* child_info.h (cchildren): New struct.Christopher Faylor
2011-10-22* dtable.cc (dtable::delete_archetype): Improve debugging output.Christopher Faylor
2011-06-10* child_info.h (CURR_CHILD_INFO_MAGIC): Reset.Christopher Faylor
2011-05-30* dll_init.cc (dll_list::find_by_modname): New function to search the dll listChristopher Faylor
2011-05-28* autoload.cc: Call _api_fatal in asm.Christopher Faylor
2011-05-20 * child_info.h (CURR_CHILD_INFO_MAGIC): Update.Corinna Vinschen
2009-04-05* Makefile.in: Use all compile options when calculating magic values.Christopher Faylor
2008-04-01 * Fix copyright dates.Corinna Vinschen
2008-03-06 * child_info.h (CURR_CHILD_INFO_MAGIC): Reset.Corinna Vinschen
2008-03-05 * child_info.h (~child_info_spawn): Check moreinfo->myself_pinfo forCorinna Vinschen
2006-12-11* child_info.h (child_info_spawn::__stdin): New element.Christopher Faylor
2006-08-27* child_info.h (child_info_spawn::~child_info_spawn): Don't close myself_pinfoChristopher Faylor
2006-07-06* hookapi.cc: Add comment headerChristopher Faylor