]> sourceware.org Git - newlib-cygwin.git/history - winsup/cygwin/fork.cc
Cygwin: fix up proc_subproc flags and matching pinfo methods
[newlib-cygwin.git] / winsup / cygwin / fork.cc
2020-08-28 Corinna VinschenCygwin: fix up proc_subproc flags and matching pinfo...
2020-08-22 Takashi YanoCygwin: pty: Implement new pseudo console support.
2020-08-03 Corinna VinschenCygwin: posix_spawn: add Cygwin-specific code fixing...
2020-02-10 Takashi YanoCygwin: pty: Fix state mismatch caused in mintty.
2019-11-18 Takashi YanoCygwin: pty: Convert CamelCase names to snake_case...
2019-09-04 Takashi YanoCygwin: pty: Add a workaround for ^C handling.
2019-09-04 Takashi YanoCygwin: pty: Fix state management for pseudo console...
2019-08-29 Takashi YanoCygwin: pty: add pseudo console support.
2019-07-31 Michael HaubenwallnerCygwin: fork: attach child not before success
2019-07-31 Michael HaubenwallnerCygwin: pinfo: stop remember doing reattach
2019-06-11 Ken BrownRevert "Cygwin: fork: Remember child not before success."
2019-06-03 Michael HaubenwallnerCygwin: fork: Remember child not before success.
2019-06-03 Michael HaubenwallnerCygwin: fork: Always pause child after fixups.
2019-03-28 Michael HaubenwallnerCygwin: fork: reserve dynloaded dll areas earlier
2019-03-12 Corinna VinschenCygwin: fork/exec: Allow all users PROCESS_QUERY_LIMITE...
2019-02-07 Michael Haubenwallnerforkables: inline dll_list::forkables_supported
2019-02-07 Michael Haubenwallnerforkables: On fork failure, retry with hardlinks.
2019-02-07 Michael Haubenwallnerforkables: Create forkable hardlinks, yet unused.
2019-02-07 Michael Haubenwallnerdll_list: Track main executable and cygwin1.dll.
2019-02-07 Michael Haubenwallnerdll_list: Store dll file name as full NT path.
2019-02-05 Corinna VinschenCygwin: fork: terminate child process unconditionally...
2019-02-05 Michael Haubenwallnerfork: remove cygpid.N sharedmem on fork failure
2019-02-01 Corinna VinschenCygwin: processes: use dedicated Cygwin PID rather...
2019-01-27 Corinna VinschenCygwin: fork: restrict parent handle perms and drop...
2019-01-22 Corinna VinschenCygwin: posix timers: reimplement using OS timer
2019-01-16 Corinna VinschenCygwin: fork: move extern declarations to appropriate...
2018-05-29 Sergejs LukanihinsCygwin: Fixing the math behind rounding down ch.stackli...
2017-10-10 Michael Haubenwallnercygwin: fix potential buffer overflow in fork
2017-03-10 Corinna Vinschenfork: Don't copy _main_tls->local_clib from *_impure_ptr
2016-06-23 Corinna VinschenSwitching the Cygwin DLL to LGPLv3+, dropping commercia... cygwin-2_5_2-release
2016-04-01 Corinna VinschenRemove MALLOC_CHECK and calls to it entirely
2015-12-03 Corinna VinschenCleanup in dcrt0.cc and fork.cc
2015-12-03 Corinna VinschenSafely recognize when fork is running from main thread...
2015-12-02 Corinna VinschenRename parent stack members in child_info struct to...
2015-12-02 Corinna VinschenDrop using _tlsbase and _tlstop in favor of access...
2015-07-29 Corinna Vinschencygwin: Fix copyright dates
2015-07-07 Corinna VinschenSimplify fork code setting up child stack info
2015-07-01 Corinna VinschenFix fork after recovered stack overflow
2013-12-18 Christopher Faylor* external.cc (fillout_pinfo): Remove nonsensical loop.
2013-06-27 Corinna Vinschen * dcrt0.cc (child_info_fork::alloc_stack): Fix a compa...
2013-05-24 Corinna Vinschen * fork.cc (frok::parent): Always set CREATE_UNICODE_EN...
2013-05-23 Corinna Vinschen * fork.cc (frok::parent): Call CreateProcessW with...
2013-05-23 Corinna Vinschen * dcrt0.cc (child_info_fork::alloc_stack_hard_way...
2013-04-23 Corinna Vinschen * Merge in cygwin-64bit-branch.
2013-01-21 Christopher FaylorThroughout, update copyrights to reflect dates which...
2012-12-27 Christopher Faylor* fork.cc (child_info::prefork): Fix error message...
2012-05-08 Christopher Faylor* DevNotes: Add entry cgf-000004.
2012-03-21 Christopher Faylor* child_info.h (child_info::postfork): Define new function.
2012-03-20 Christopher Faylor* dtable.cc (set_std_handle): Call SetStdHandle with...
2012-03-20 Christopher Faylor* child_info.h (CURR_CHILD_INFO_MAGIC): Reset.
2012-03-16 Christopher Faylor* fork.cc (lock_signals): Move to sigproc.h.
2012-02-20 Corinna Vinschen * flock.cc (inode_t::del_my_locks): Drop useless count...
2012-01-11 Christopher FaylorUpdate copyright on all files checked in so far this...
2011-12-03 Christopher FaylorThroughout, remove extra space after function name...
2011-11-24 Christopher Faylor* cygthread.h (cygthread::name): Default name to "main...
2011-11-14 Christopher FaylorThroughout use "have_execed" macro rather than "hExeced...
2011-07-04 Corinna Vinschen Throughout, open console handles with sharing for...
2011-06-06 Christopher Faylorwhitespace elimination
2011-05-30 Christopher Faylor* dll_init.cc (reserve_upto): Remove.
2011-05-30 Christopher Faylor* dll_init.cc (dll_list::find_by_modname): New function...
2011-05-30 Christopher Faylor* cygheap.cc (cygheap_dummy): Rename from cygheap_at_start.
2011-05-28 Christopher FaylorRevert previous checkins as they introduced a bug when...
2011-05-28 Christopher Faylor* dll_init.cc (dll_list::find_by_modname): New function...
2011-05-28 Christopher Faylor* dll_init.c (dll_list::load_after_fork): Don't clear...
2011-05-28 Christopher Faylor* autoload.cc: Call _api_fatal in asm.
2011-05-20 Corinna Vinschen * child_info.h (CURR_CHILD_INFO_MAGIC): Update.
2011-05-10 Corinna Vinschen * environ.cc (set_chunksize): Remove.
2011-05-05 Christopher Faylor* fork.cc (fork): Clear PID_REAPED.
2010-09-01 Christopher Faylor* dcrt0.cc (dll_crt0_0): Remove myself settings.
2010-09-01 Christopher Faylor* cygthread.cc (cygthread::create): Fix incorrect use...
2010-06-29 Corinna Vinschen * exceptions.cc (dump_exception): Use %W instead of...
2010-06-28 Christopher Faylor* fork.cc (frok::parent): Improve error message.
2010-05-18 Christopher Faylor* environ.cc (regopt): Change the first argument to...
2009-12-18 Corinna Vinschen Throughout, replace hMainProc with GetCurrentProcess...
2009-11-17 Corinna Vinschen Reintegrate socket duplication via WSADuplicateSocket...
2009-10-14 Eric BlakeConsistently use va_end.
2009-07-24 Christopher Faylor* sigproc.h (wait_for_sigthread): Eliminate parameter.
2009-07-20 Corinna Vinschen * fork.cc (fork): Create local tmp_pathbuf. Explain...
2009-06-08 Corinna Vinschen * fork.cc (frok::parent): Remove ancient code erroneou...
2009-06-08 Christopher Faylor* cygheap.h (mini_cygheap): New struct.
2009-03-24 Corinna Vinschen * ctype.cc (_CTYPE_DATA_0_127): Add _B class to TAB...
2009-01-21 Corinna VinschenChangeLog:
2009-01-03 Christopher FaylorRemove unneeded header files from source files througho...
2008-04-30 Corinna Vinschen * dtable.cc (dtable::release): Drop fixup_before handling.
2008-04-07 Christopher FaylorRemove unneeded header files from source files throughout.
2008-04-01 Corinna Vinschen * Fix copyright dates.
2008-03-31 Corinna Vinschen * smallprint.cc (__small_vswprintf): Fix uninitialized...
2008-03-24 Corinna Vinschen * fhandler.cc (fhandler_base::dup): Drop setting flags...
2008-03-07 Corinna Vinschen * Makefile.in (DLL_OFILES): Add tls_pbuf.o.
2008-02-25 Corinna Vinschen * dcrt0.cc (initial_env): Only use local buffer "buf...
2007-07-07 Christopher Faylor* fork.cc: White space.
2007-03-01 Christopher Faylor* fork.cc (fork): Reset child to true after fork since...
2007-02-23 Corinna Vinschen Throughout remove all usage of wincap.has_security.
2007-02-22 Christopher Faylor* dcrt0.cc (child_info_fork::alloc_stack_hard_way)...
2007-01-12 Corinna Vinschen * fork.cc (child_copy): Add missing Windows PID in...
2006-12-12 Corinna Vinschen Partially revert change from 2005-04-03, always runnin...
2006-12-11 Christopher Faylor* child_info.h (child_info_spawn::__stdin): New element.
2006-12-05 Corinna Vinschen * dcrt0.cc (get_cygwin_startup_info): Change zeros...
2006-07-14 Christopher Faylor* fork.cc (fork): Lock the process before forking to...
2006-07-06 Christopher Faylor* hookapi.cc: Add comment header
next
This page took 0.713463 seconds and 108 git commands to generate.