summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fork.cc
Commit message (Expand)AuthorAgeFilesLines
* *** cygwin DLL Changes:Christopher Faylor2005-12-291-2/+4
* * fork.cc (fork): Honor error return from sig_send. Don't continue with forkChristopher Faylor2005-12-231-1/+8
* * winsup.h (child_copy): Change prototype to match new functionality.Christopher Faylor2005-12-171-87/+64
* * fork.cc (fork): Move top-of-stack calculation later.Christopher Faylor2005-11-171-3/+4
* * cygheap.h (init_cygheap::manage_console_count): Declare new function.Christopher Faylor2005-11-141-3/+3
* * times.cc (hires_ms::prime): More debugging.Christopher Faylor2005-11-041-1/+1
* * exceptions.cc (signal_exit): Eliminate setting of main thread priority sinceChristopher Faylor2005-10-291-12/+6
* * fork.cc (frok::child): Change order of cleanup prior to return.Christopher Faylor2005-10-291-4/+6
* * dir.cc (rmdir): Eliminate nonsensical code.Christopher Faylor2005-10-211-1/+1
* * fork.cc (frok::parent): Simplify error messages. Don't issue an error whenChristopher Faylor2005-09-301-11/+18
* * dcrt0.cc (getstack): New function.Christopher Faylor2005-09-281-48/+89
* * sigproc.cc (no_signals_available): Return true if sending to self from theChristopher Faylor2005-09-161-1/+1
* * cygheap.cc (cygheap_init): Eliminate debugging #if.Christopher Faylor2005-09-051-6/+7
* Grr. REVERT erroneous checkin. AGAIN.Christopher Faylor2005-09-021-7/+6
* * Makefile.in (CXXFLAGS): Use 'override' to correctly set flags to generateChristopher Faylor2005-09-021-6/+7
* revert inexplicable previous checkinChristopher Faylor2005-09-021-7/+6
* bad_addressesChristopher Faylor2005-09-021-6/+7
* * dcrt0.cc: Remove ld_preload declaration.Christopher Faylor2005-08-111-0/+1
* * fork.cc (fork_parent): Fix null deref if pinfo creation fails.Christopher Faylor2005-07-291-2/+3
* * child_info.h (child_info::sync): Pass pid and HANDLE rather than using pinfo.Christopher Faylor2005-07-171-2/+2
* Eliminate (void) cast on standalone function calls throughout.Christopher Faylor2005-07-061-2/+2
* * cygthread.cc (cygthread::detach): Fix debugging output.Christopher Faylor2005-06-151-3/+0
* * child_info.h (child_info::cygheap_h): Delete.Christopher Faylor2005-06-011-35/+26
* * cygtls.h (_local_storage::unknown_thread_name): New buffer.Christopher Faylor2005-05-181-2/+2
* .Christopher Faylor2005-04-141-3/+1
* * cygheap.cc (cygheap_init): Accomodate set_process_privilege change.Corinna Vinschen2005-04-031-4/+6
* * fork.cc (fork_child): Add missing __stdcall.Corinna Vinschen2005-04-011-1/+1
* * sigproc.cc (create_signal_arrive): New (temporary?) function to createChristopher Faylor2005-04-011-0/+3
* * fork.cc (fork_child): Fixup SYSV IPC shared memory before fixingCorinna Vinschen2005-04-011-5/+11
* * Makefile.in (DLL_OFILES): Add hookapi.o. Eliminate some cruft.Christopher Faylor2005-03-221-0/+2
* copyrightChristopher Faylor2005-02-201-1/+2
* * cygwin.din: Export getpriority and setpriority.Corinna Vinschen2005-01-251-0/+1
* Reorganize header file inclusion throughout so that cygerrno.h comes first.Christopher Faylor2005-01-121-1/+1
* * cygthread.cc (cygthread::stub): Detect if thread function wants to releaseChristopher Faylor2004-12-231-1/+1
* * fork.cc (fork_parent): Reinstate "childhProc" protection. Don't closeChristopher Faylor2004-12-061-2/+1
* * sigproc.cc (mychild): Reimplement as list scan.Christopher Faylor2004-12-051-99/+33
* * child_info.h (child_info_fork::parent_wr_proc_pipe): New element.Christopher Faylor2004-12-031-0/+2
* * child_info.h (child_info_spawn::hexec_proc): Eliminate.Christopher Faylor2004-11-261-25/+3
* * fork.cc (NPIDS_HELD): Reduce to former number now that bash problem has beenChristopher Faylor2004-10-281-1/+1
* * cygtls.h: Add alignment kludge to fix disparity between compilers.Christopher Faylor2004-09-141-1/+3
* * fork.cc (slow_pid_reuse): Temporarily double the number of pids held toChristopher Faylor2004-09-141-1/+1
* * exceptions.cc: (ctrl_c_handler): Do nothing while a Cygwin subprocess isChristopher Faylor2004-09-121-36/+3
* * fork.cc (fork_parent): Return the cygpid directly derived from the winpid.Christopher Faylor2004-08-311-5/+4
* * fork.cc (fork_parent): Record child's pid when we're sure that it has beenChristopher Faylor2004-08-301-2/+1
* * fork.cc (fork_parent): Save parent pid in a temporary variable since childChristopher Faylor2004-03-071-1/+5
* * fork.cc (fork_child): Invert sense of test which defeated correct handling inChristopher Faylor2004-02-181-1/+1
* * fork.cc (fork_child): Move fixup_shms_after_fork so thatCorinna Vinschen2004-02-171-4/+4
* * dcrt0.cc (alloc_stack_hard_way): Revert to previous implementation.Christopher Faylor2004-02-141-1/+0
* Rename _threadinfo to _cygtls, throughout.Christopher Faylor2004-02-121-22/+28
* * uinfo.cc (cygheap_user::init): Use sec_user_nih to build aCorinna Vinschen2004-02-061-4/+2