summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fork.cc
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * cygerrno.h (set_errno): Set global errno whenever setting thread specificChristopher Faylor2004-02-011-0/+1
* * cygwin/include/signal.h: Add copyright notice.Christopher Faylor2004-01-191-0/+2
* * cygtls.h (_threadinfo::call): Remove regparm declaration to work aroundChristopher Faylor2004-01-141-3/+4
* 2004 stuffChristopher Faylor2004-01-031-1/+1
* * cygheap.h (init_cygheap): Play more vfork shell games and move ctty_on_holdChristopher Faylor2004-01-031-15/+3
* Move open_fhs from fhandler.h to cygheap.h for easier tracking. AccommodateChristopher Faylor2003-12-301-1/+17
* * fork.cc (fork_child): After a pthread/fork, ensure that impure pointer stuffChristopher Faylor2003-12-231-1/+2
* * exceptions.cc (set_signal_mask): Redefine to not pass by address. ReportChristopher Faylor2003-12-231-2/+12
* * cygthread.cc (cygthread::stub): Revert previous change and again subsumeChristopher Faylor2003-12-141-2/+2
* Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate,Christopher Faylor2003-12-071-5/+5
* Eliminate use of sigframe and sigthread throughout.Christopher Faylor2003-11-281-5/+9
* * fork.cc (fork_parent): Detect failed pinfo constructor.Christopher Faylor2003-09-261-0/+7
* * devices.cc: New file.Christopher Faylor2003-09-251-1/+1
* * dcrt0.cc (dlL_crt0_1): Set __argc_safe after __argc is absolutely know to beChristopher Faylor2003-09-091-9/+0
* Throughout, change USE_CYGSERVER to USE_SERVER.Christopher Faylor2003-08-251-1/+1
* * Makefile.in: Remove cygserver stuff.Christopher Faylor2003-07-021-0/+2
* * cygheap.h (enum impersonation): New enum.Corinna Vinschen2003-06-301-14/+4
* Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor2003-06-161-1/+0
* * fork.cc: Change SLOW_PID_REUSE to NO_SLOW_PID_REUSE and invert ifdef senseChristopher Faylor2003-04-241-3/+3
* Joe Buehler <jhpb@draco.hekimian.com>Christopher Faylor2003-03-261-1/+0
* * fork.cc: Conditionalize use of slow_pid_reuse throughout. It's not necessaryChristopher Faylor2003-03-221-0/+4
* * cygthread.cc (cygthread::exiting): New variable.Christopher Faylor2002-10-221-3/+7
* * cygheap.cc (cygheap_fixup_in_child): Use user_heap element in cygheap.Christopher Faylor2002-10-221-1/+1
* Change _function() to function() throughout.Christopher Faylor2002-10-211-5/+4
* * fork.cc (fork_child): Move pinfo fixup later to attempt some minor gains fromChristopher Faylor2002-10-191-2/+1
* * dcrt0.cc (dll_crt0_1): Initialize cygwin threads here only when not forking.Christopher Faylor2002-10-191-1/+4
* * fork.cc (fork_child): Move mmap initialization.Christopher Faylor2002-10-181-3/+3
* * child_info.h (CURR_CHILD_INFO_MAGIC): Reset.Christopher Faylor2002-10-151-2/+0
* * child_info.h (CURR_CHILD_INFO_MAGIC): Reset.Christopher Faylor2002-10-141-0/+3
* * cygheap.cc (dup_now): Make fatal error a little more informative.Christopher Faylor2002-10-091-1/+1
* Remove \n from calls to strace class printfs throughout.Christopher Faylor2002-09-301-1/+1
* * fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller hasChristopher Faylor2002-09-221-7/+7
* Cleanup calls to CreateFile throughout.Christopher Faylor2002-09-191-5/+5
* 2002-09-17 Robert Collins <rbtcollins@hotmail.com>Robert Collins2002-09-171-6/+3
* * perthread.h (vfork_save): Add ctty, sid, pgid, exitval fields.Christopher Faylor2002-08-181-4/+9
* * Makefile.in: Add support for new malloc.o and renamed malloc_wrapper.o. UseChristopher Faylor2002-08-161-2/+4
* * assert.cc (__assert): Call debugger on assertion failure if debugging.Christopher Faylor2002-08-111-2/+1
* * debug.h (handle_list): Move here from debug.cc. Add "inherit" flagChristopher Faylor2002-07-131-16/+5
* * debug.cc: Avoid explicit zeroing of globals.Christopher Faylor2002-07-091-2/+3