summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fork.cc
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * cygheap.h (cygheap_user::issetuid): New method.Christopher Faylor2002-06-161-4/+3
* * child_info.h (child_proc_info): Declare as base class.Christopher Faylor2002-06-151-9/+9
* * dtable.cc (handle_to_fn): Attempt to handle "raw" accesses to remote shares.Christopher Faylor2002-06-051-1/+1
* Remove fcntl.h includes throughout.Christopher Faylor2002-06-051-1/+0
* Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h,Christopher Faylor2002-05-251-1/+0
* * spawn.cc (spawn_guts): Move call to set_process_privilege()Corinna Vinschen2002-05-061-2/+3
* * fork.cc (fork_child): Call fixup_mmaps_after_fork() somewhat earlier.Corinna Vinschen2002-04-091-3/+3
* * fork.cc (fork_child): Call fixup_mmaps_after_fork() beforeCorinna Vinschen2002-03-111-3/+3
* 2002-02-28 Robert Collins <rbtcollins@hotmail.com>Robert Collins2002-02-281-0/+3
* * fork.cc (fork_parent): Use sec_user_nih to control process/threadChristopher Faylor2002-02-191-2/+2
* * fhandler_disk_file.cc (fhandler_cygdrive::readdir): Avoid reportingChristopher Faylor2001-11-251-1/+1
* Eliminate excess whitespace.Christopher Faylor2001-11-051-1/+1
* * dtable.cc (dtable::build_fhandler_from_name): Use PC_FULL to determine pathChristopher Faylor2001-10-141-1/+1
* Throughout, rename PROC_FORK1 to PROC_FORK.Christopher Faylor2001-10-101-1/+1
* Revert incorrect checkins.Christopher Faylor2001-10-051-1/+0
* * heap.h (inheap): Check for NULL.Christopher Faylor2001-10-051-0/+1
* * dcrt0.cc (dll_crt0_1): Don't close hexec_proc if it is NULL.Christopher Faylor2001-10-041-0/+2
* Add "path.h" include throughout, where needed. Use new path_conv methods andChristopher Faylor2001-10-011-0/+1
* * exceptions.cc (setup_handler): Always relinquish lock after we'veChristopher Faylor2001-09-221-3/+4
* * dcrt0.cc (dll_crt0_1): Create vfork main storage here so that it can beChristopher Faylor2001-09-151-5/+7
* *** empty log message ***Christopher Faylor2001-09-141-0/+1
* * fork.cc (vfork): Avoid recursive vforks.Christopher Faylor2001-09-141-1/+5
* * cygheap.cc (dup_now): New function.Christopher Faylor2001-09-141-8/+13
* * Makefile.in: Build wincap.o.Corinna Vinschen2001-09-121-2/+1
* Tue Sep 11 18:15:00 2001 Robert Collins <rbtcollins@hotmail.com>Robert Collins2001-09-111-0/+2
* * fork.cc (fork_parent): Stop malloc activity while fork is in control of theChristopher Faylor2001-09-091-0/+2
* * cygheap.h (init_cygheap): Move heap pointers here.Christopher Faylor2001-09-071-7/+3
* Remove initialization of static or global values to zero, throughout. ThisChristopher Faylor2001-09-061-3/+3
* * cygheap.h (init_cygheap): Move bucket array here from cygheap.cc.Christopher Faylor2001-09-061-0/+1