aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/fork.cc
AgeCommit message (Expand)AuthorFilesLines
2002-09-25This commit was manufactured by cvs2svn to create branch 'cygwin-1-3-13-1'.github/cygwin-1-3-18-1github/cygwin-1-3-17-1github/cygwin-1-3-16-1github/cygwin-1-3-15-1github/cygwin-1-3-14-1github/cygwin-1-3-13-2github/cygwin-1-3-13-1cygwin-1-3-18-1cygwin-1-3-17-1cygwin-1-3-16-1cygwin-1-3-15-1cygwin-1-3-14-1cygwin-1-3-13-2cygwin-1-3-13-1cvs2svn1-745/+0
2002-09-22* fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller hasChristopher Faylor1-7/+7
2002-09-19Cleanup calls to CreateFile throughout.Christopher Faylor1-5/+5
2002-09-172002-09-17 Robert Collins <rbtcollins@hotmail.com>Robert Collins1-6/+3
2002-08-18* perthread.h (vfork_save): Add ctty, sid, pgid, exitval fields.Christopher Faylor1-4/+9
2002-08-16* Makefile.in: Add support for new malloc.o and renamed malloc_wrapper.o. UseChristopher Faylor1-2/+4
2002-08-11* assert.cc (__assert): Call debugger on assertion failure if debugging.Christopher Faylor1-2/+1
2002-07-13* debug.h (handle_list): Move here from debug.cc. Add "inherit" flagChristopher Faylor1-16/+5
2002-07-09* debug.cc: Avoid explicit zeroing of globals.Christopher Faylor1-2/+3
2002-06-16* cygheap.h (cygheap_user::issetuid): New method.Christopher Faylor1-4/+3
2002-06-15* child_info.h (child_proc_info): Declare as base class.Christopher Faylor1-9/+9
2002-06-05* dtable.cc (handle_to_fn): Attempt to handle "raw" accesses to remote shares.Christopher Faylor1-1/+1
2002-06-05Remove fcntl.h includes throughout.Christopher Faylor1-1/+0
2002-05-25Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h,Christopher Faylor1-1/+0
2002-05-06 * spawn.cc (spawn_guts): Move call to set_process_privilege()Corinna Vinschen1-2/+3
2002-04-09 * fork.cc (fork_child): Call fixup_mmaps_after_fork() somewhat earlier.Corinna Vinschen1-3/+3
2002-03-11 * fork.cc (fork_child): Call fixup_mmaps_after_fork() beforeCorinna Vinschen1-3/+3
2002-02-282002-02-28 Robert Collins <rbtcollins@hotmail.com>Robert Collins1-0/+3
2002-02-19* fork.cc (fork_parent): Use sec_user_nih to control process/threadChristopher Faylor1-2/+2
2001-11-25* fhandler_disk_file.cc (fhandler_cygdrive::readdir): Avoid reportingChristopher Faylor1-1/+1
2001-11-05Eliminate excess whitespace.Christopher Faylor1-1/+1
2001-10-14* dtable.cc (dtable::build_fhandler_from_name): Use PC_FULL to determine pathChristopher Faylor1-1/+1
2001-10-10Throughout, rename PROC_FORK1 to PROC_FORK.Christopher Faylor1-1/+1
2001-10-05Revert incorrect checkins.Christopher Faylor1-1/+0
2001-10-05* heap.h (inheap): Check for NULL.Christopher Faylor1-0/+1
2001-10-04* dcrt0.cc (dll_crt0_1): Don't close hexec_proc if it is NULL.Christopher Faylor1-0/+2
2001-10-01Add "path.h" include throughout, where needed. Use new path_conv methods andChristopher Faylor1-0/+1
2001-09-22* exceptions.cc (setup_handler): Always relinquish lock after we'veChristopher Faylor1-3/+4
2001-09-15* dcrt0.cc (dll_crt0_1): Create vfork main storage here so that it can beChristopher Faylor1-5/+7
2001-09-14*** empty log message ***Christopher Faylor1-0/+1
2001-09-14* fork.cc (vfork): Avoid recursive vforks.Christopher Faylor1-1/+5
2001-09-14* cygheap.cc (dup_now): New function.Christopher Faylor1-8/+13
2001-09-12 * Makefile.in: Build wincap.o.Corinna Vinschen1-2/+1
2001-09-11Tue Sep 11 18:15:00 2001 Robert Collins <rbtcollins@hotmail.com>Robert Collins1-0/+2
2001-09-09* fork.cc (fork_parent): Stop malloc activity while fork is in control of theChristopher Faylor1-0/+2
2001-09-07* cygheap.h (init_cygheap): Move heap pointers here.Christopher Faylor1-7/+3
2001-09-06Remove initialization of static or global values to zero, throughout. ThisChristopher Faylor1-3/+3
2001-09-06* cygheap.h (init_cygheap): Move bucket array here from cygheap.cc.Christopher Faylor1-0/+1
2001-09-01* debug.cc (mark_closed): Rename from debug_mark_closed and make static.Christopher Faylor1-0/+1
2001-08-04Throughout, change check for running under Windows NT to 'iswinnt'.Christopher Faylor1-4/+4
2001-07-26Throughout, reorganize header file inclusion to put security.h prior toChristopher Faylor1-1/+1
2001-07-21* cygheap.cc (cygheap_fixup_in_child): Attempt Win95 workaround.Christopher Faylor1-1/+2
2001-07-18* cygheap.cc (_cmalloc): Use correct constants for size calculation.Christopher Faylor1-1/+1
2001-07-17* child_info.h: Bump magic number.Christopher Faylor1-2/+2
2001-06-24* exceptions.cc (interrupt_setup): Move actions from setup_handler to here.Christopher Faylor1-1/+3
2001-06-18* fhandler_tty.cc (fhandler_tty_slave::init): Revert 2001-06-16 change.Christopher Faylor1-6/+6
2001-06-12* environ.cc (set_file_api_mode): New function. Move settingEgor Duda1-0/+2
2001-05-20* fork.cc (fork_parent): Move atforkprepare call here.Christopher Faylor1-5/+5
2001-05-15 * fork.cc (fork): Eliminate superfluous call to getuid().Corinna Vinschen1-2/+0
2001-04-30 * autoload.cc: Add LoadDLLinitfunc for secur32.dll.Corinna Vinschen1-3/+3