summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fork.cc
Commit message (Expand)AuthorAgeFilesLines
* * dcrt0.cc (child_info_fork::handle_fork): Set uid/gid in myself so that it canChristopher Faylor2006-03-291-14/+14
* * fhandler.cc (fcntl): Print flags in hex.Christopher Faylor2006-03-221-4/+7
* * child_info.h (CURR_CHILD_INFO_MAGIC): Regenerate.Christopher Faylor2006-03-181-19/+21
* * child_info.h (child_info_fork::fork_retry): Declare new function.Christopher Faylor2006-03-151-6/+3
* * fork.cc (frok::parent): Improve error message.Christopher Faylor2006-03-141-1/+7
* * child_info.h (child_info_fork::handle_failure): Declare new function.Christopher Faylor2006-03-131-34/+49
* * dcrt0.cc (dll_crt0_0): Reorganize so that sigproc_init is called a littleChristopher Faylor2006-03-131-9/+14
* * cygtls.h (CYGTLS_INITIALIZED): Change to a little more unlikely value.Christopher Faylor2006-03-121-2/+0
* *** 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