]> sourceware.org Git - newlib-cygwin.git/history - winsup/cygwin/fork.cc
ChangeLog:
[newlib-cygwin.git] / winsup / cygwin / fork.cc
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
2006-03-29 Christopher Faylor* dcrt0.cc (child_info_fork::handle_fork): Set uid...
2006-03-22 Christopher Faylor* fhandler.cc (fcntl): Print flags in hex.
2006-03-18 Christopher Faylor* child_info.h (CURR_CHILD_INFO_MAGIC): Regenerate.
2006-03-15 Christopher Faylor* child_info.h (child_info_fork::fork_retry): Declare...
2006-03-14 Christopher Faylor* fork.cc (frok::parent): Improve error message.
2006-03-13 Christopher Faylor* child_info.h (child_info_fork::handle_failure): Decla...
2006-03-13 Christopher Faylor* dcrt0.cc (dll_crt0_0): Reorganize so that sigproc_ini...
2006-03-12 Christopher Faylor* cygtls.h (CYGTLS_INITIALIZED): Change to a little...
2005-12-29 Christopher Faylor*** cygwin DLL Changes:
2005-12-23 Christopher Faylor* fork.cc (fork): Honor error return from sig_send...
2005-12-17 Christopher Faylor* winsup.h (child_copy): Change prototype to match...
2005-11-17 Christopher Faylor* fork.cc (fork): Move top-of-stack calculation later.
2005-11-14 Christopher Faylor* cygheap.h (init_cygheap::manage_console_count): Decla...
2005-11-04 Christopher Faylor* times.cc (hires_ms::prime): More debugging.
2005-10-29 Christopher Faylor* exceptions.cc (signal_exit): Eliminate setting of...
2005-10-29 Christopher Faylor* fork.cc (frok::child): Change order of cleanup prior...
2005-10-21 Christopher Faylor* dir.cc (rmdir): Eliminate nonsensical code.
2005-09-30 Christopher Faylor* fork.cc (frok::parent): Simplify error messages....
2005-09-28 Christopher Faylor* dcrt0.cc (getstack): New function.
2005-09-16 Christopher Faylor* sigproc.cc (no_signals_available): Return true if...
2005-09-05 Christopher Faylor* cygheap.cc (cygheap_init): Eliminate debugging #if.
2005-09-02 Christopher FaylorGrr. REVERT erroneous checkin. AGAIN.
2005-09-02 Christopher Faylor* Makefile.in (CXXFLAGS): Use 'override' to correctly...
2005-09-02 Christopher Faylorrevert inexplicable previous checkin
2005-09-02 Christopher Faylorbad_addresses
2005-08-11 Christopher Faylor* dcrt0.cc: Remove ld_preload declaration.
2005-07-29 Christopher Faylor* fork.cc (fork_parent): Fix null deref if pinfo creati...
2005-07-17 Christopher Faylor* child_info.h (child_info::sync): Pass pid and HANDLE...
2005-07-06 Christopher FaylorEliminate (void) cast on standalone function calls...
2005-06-15 Christopher Faylor* cygthread.cc (cygthread::detach): Fix debugging output.
2005-06-01 Christopher Faylor* child_info.h (child_info::cygheap_h): Delete.
2005-05-18 Christopher Faylor* cygtls.h (_local_storage::unknown_thread_name): New...
2005-04-14 Christopher Faylor.
2005-04-03 Corinna Vinschen * cygheap.cc (cygheap_init): Accomodate set_process_pr...
2005-04-01 Corinna Vinschen * fork.cc (fork_child): Add missing __stdcall.
2005-04-01 Christopher Faylor* sigproc.cc (create_signal_arrive): New (temporary...
2005-04-01 Corinna Vinschen * fork.cc (fork_child): Fixup SYSV IPC shared memory...
2005-03-22 Christopher Faylor* Makefile.in (DLL_OFILES): Add hookapi.o. Eliminate...
2005-02-20 Christopher Faylorcopyright
2005-01-25 Corinna Vinschen * cygwin.din: Export getpriority and setpriority.
2005-01-12 Christopher FaylorReorganize header file inclusion throughout so that...
2004-12-23 Christopher Faylor* cygthread.cc (cygthread::stub): Detect if thread...
2004-12-06 Christopher Faylor* fork.cc (fork_parent): Reinstate "childhProc" protect...
2004-12-05 Christopher Faylor* sigproc.cc (mychild): Reimplement as list scan.
2004-12-03 Christopher Faylor* child_info.h (child_info_fork::parent_wr_proc_pipe...
2004-11-26 Christopher Faylor* child_info.h (child_info_spawn::hexec_proc): Eliminate.
2004-10-28 Christopher Faylor* fork.cc (NPIDS_HELD): Reduce to former number now...
2004-09-14 Christopher Faylor* cygtls.h: Add alignment kludge to fix disparity betwe...
2004-09-14 Christopher Faylor* fork.cc (slow_pid_reuse): Temporarily double the...
2004-09-12 Christopher Faylor* exceptions.cc: (ctrl_c_handler): Do nothing while...
2004-08-31 Christopher Faylor* fork.cc (fork_parent): Return the cygpid directly...
2004-08-30 Christopher Faylor* fork.cc (fork_parent): Record child's pid when we...
2004-03-07 Christopher Faylor* fork.cc (fork_parent): Save parent pid in a temporary...
2004-02-18 Christopher Faylor* fork.cc (fork_child): Invert sense of test which...
2004-02-17 Corinna Vinschen * fork.cc (fork_child): Move fixup_shms_after_fork...
2004-02-14 Christopher Faylor* dcrt0.cc (alloc_stack_hard_way): Revert to previous...
2004-02-12 Christopher FaylorRename _threadinfo to _cygtls, throughout.
2004-02-06 Corinna Vinschen * uinfo.cc (cygheap_user::init): Use sec_user_nih...
2004-02-01 Christopher Faylor* cygerrno.h (set_errno): Set global errno whenever...
2004-01-19 Christopher Faylor* cygwin/include/signal.h: Add copyright notice.
2004-01-14 Christopher Faylor* cygtls.h (_threadinfo::call): Remove regparm declarat...
2004-01-03 Christopher Faylor2004 stuff
2004-01-03 Christopher Faylor* cygheap.h (init_cygheap): Play more vfork shell games...
2003-12-30 Christopher FaylorMove open_fhs from fhandler.h to cygheap.h for easier...
2003-12-23 Christopher Faylor* fork.cc (fork_child): After a pthread/fork, ensure...
2003-12-23 Christopher Faylor* exceptions.cc (set_signal_mask): Redefine to not...
2003-12-14 Christopher Faylor* cygthread.cc (cygthread::stub): Revert previous chang...
2003-12-07 Christopher FaylorChange use of BOOL, TRUE, FALSE to bool, true, false...
2003-11-28 Christopher FaylorEliminate use of sigframe and sigthread throughout.
2003-09-26 Christopher Faylor* fork.cc (fork_parent): Detect failed pinfo constructor.
2003-09-25 Christopher Faylor* devices.cc: New file.
2003-09-09 Christopher Faylor* dcrt0.cc (dlL_crt0_1): Set __argc_safe after __argc...
2003-08-25 Christopher FaylorThroughout, change USE_CYGSERVER to USE_SERVER.
2003-07-02 Christopher Faylor* Makefile.in: Remove cygserver stuff.
2003-06-30 Corinna Vinschen * cygheap.h (enum impersonation): New enum.
2003-06-16 Christopher FaylorThroughout, remove "include <errno.h>" from files which...
2003-04-24 Christopher Faylor* fork.cc: Change SLOW_PID_REUSE to NO_SLOW_PID_REUSE...
2003-03-26 Christopher FaylorJoe Buehler <jhpb@draco.hekimian.com>
2003-03-22 Christopher Faylor* fork.cc: Conditionalize use of slow_pid_reuse through...
2002-10-22 Christopher Faylor* cygthread.cc (cygthread::exiting): New variable.
2002-10-22 Christopher Faylor* cygheap.cc (cygheap_fixup_in_child): Use user_heap...
next
This page took 0.636812 seconds and 108 git commands to generate.