aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/fork.cc
AgeCommit message (Expand)AuthorFilesLines
2006-03-29* dcrt0.cc (child_info_fork::handle_fork): Set uid/gid in myself so that it canChristopher Faylor1-14/+14
2006-03-22* fhandler.cc (fcntl): Print flags in hex.Christopher Faylor1-4/+7
2006-03-18* child_info.h (CURR_CHILD_INFO_MAGIC): Regenerate.Christopher Faylor1-19/+21
2006-03-15* child_info.h (child_info_fork::fork_retry): Declare new function.Christopher Faylor1-6/+3
2006-03-14* fork.cc (frok::parent): Improve error message.Christopher Faylor1-1/+7
2006-03-13* child_info.h (child_info_fork::handle_failure): Declare new function.Christopher Faylor1-34/+49
2006-03-13* dcrt0.cc (dll_crt0_0): Reorganize so that sigproc_init is called a littleChristopher Faylor1-9/+14
2006-03-12* cygtls.h (CYGTLS_INITIALIZED): Change to a little more unlikely value.Christopher Faylor1-2/+0
2005-12-29*** cygwin DLL Changes:Christopher Faylor1-2/+4
2005-12-23* fork.cc (fork): Honor error return from sig_send. Don't continue with forkChristopher Faylor1-1/+8
2005-12-17* winsup.h (child_copy): Change prototype to match new functionality.Christopher Faylor1-87/+64
2005-11-17* fork.cc (fork): Move top-of-stack calculation later.Christopher Faylor1-3/+4
2005-11-14* cygheap.h (init_cygheap::manage_console_count): Declare new function.Christopher Faylor1-3/+3
2005-11-04* times.cc (hires_ms::prime): More debugging.Christopher Faylor1-1/+1
2005-10-29* exceptions.cc (signal_exit): Eliminate setting of main thread priority sinceChristopher Faylor1-12/+6
2005-10-29* fork.cc (frok::child): Change order of cleanup prior to return.Christopher Faylor1-4/+6
2005-10-21* dir.cc (rmdir): Eliminate nonsensical code.Christopher Faylor1-1/+1
2005-09-30* fork.cc (frok::parent): Simplify error messages. Don't issue an error whenChristopher Faylor1-11/+18
2005-09-28* dcrt0.cc (getstack): New function.Christopher Faylor1-48/+89
2005-09-16* sigproc.cc (no_signals_available): Return true if sending to self from theChristopher Faylor1-1/+1
2005-09-05* cygheap.cc (cygheap_init): Eliminate debugging #if.Christopher Faylor1-6/+7
2005-09-02Grr. REVERT erroneous checkin. AGAIN.Christopher Faylor1-7/+6
2005-09-02* Makefile.in (CXXFLAGS): Use 'override' to correctly set flags to generateChristopher Faylor1-6/+7
2005-09-02revert inexplicable previous checkinChristopher Faylor1-7/+6
2005-09-02bad_addressesChristopher Faylor1-6/+7
2005-08-11* dcrt0.cc: Remove ld_preload declaration.Christopher Faylor1-0/+1
2005-07-29* fork.cc (fork_parent): Fix null deref if pinfo creation fails.Christopher Faylor1-2/+3
2005-07-17* child_info.h (child_info::sync): Pass pid and HANDLE rather than using pinfo.Christopher Faylor1-2/+2
2005-07-06Eliminate (void) cast on standalone function calls throughout.Christopher Faylor1-2/+2
2005-06-15* cygthread.cc (cygthread::detach): Fix debugging output.Christopher Faylor1-3/+0
2005-06-01* child_info.h (child_info::cygheap_h): Delete.Christopher Faylor1-35/+26
2005-05-18* cygtls.h (_local_storage::unknown_thread_name): New buffer.Christopher Faylor1-2/+2
2005-04-14.Christopher Faylor1-3/+1
2005-04-03 * cygheap.cc (cygheap_init): Accomodate set_process_privilege change.Corinna Vinschen1-4/+6
2005-04-01 * fork.cc (fork_child): Add missing __stdcall.Corinna Vinschen1-1/+1
2005-04-01* sigproc.cc (create_signal_arrive): New (temporary?) function to createChristopher Faylor1-0/+3
2005-04-01 * fork.cc (fork_child): Fixup SYSV IPC shared memory before fixingCorinna Vinschen1-5/+11
2005-03-22* Makefile.in (DLL_OFILES): Add hookapi.o. Eliminate some cruft.Christopher Faylor1-0/+2
2005-02-20copyrightChristopher Faylor1-1/+2
2005-01-25 * cygwin.din: Export getpriority and setpriority.Corinna Vinschen1-0/+1
2005-01-12Reorganize header file inclusion throughout so that cygerrno.h comes first.Christopher Faylor1-1/+1
2004-12-23* cygthread.cc (cygthread::stub): Detect if thread function wants to releaseChristopher Faylor1-1/+1
2004-12-06* fork.cc (fork_parent): Reinstate "childhProc" protection. Don't closeChristopher Faylor1-2/+1
2004-12-05* sigproc.cc (mychild): Reimplement as list scan.Christopher Faylor1-99/+33
2004-12-03* child_info.h (child_info_fork::parent_wr_proc_pipe): New element.Christopher Faylor1-0/+2
2004-11-26* child_info.h (child_info_spawn::hexec_proc): Eliminate.Christopher Faylor1-25/+3
2004-10-28* fork.cc (NPIDS_HELD): Reduce to former number now that bash problem has beenChristopher Faylor1-1/+1
2004-09-14* cygtls.h: Add alignment kludge to fix disparity between compilers.Christopher Faylor1-1/+3
2004-09-14* fork.cc (slow_pid_reuse): Temporarily double the number of pids held toChristopher Faylor1-1/+1
2004-09-12* exceptions.cc: (ctrl_c_handler): Do nothing while a Cygwin subprocess isChristopher Faylor1-36/+3