| Commit message (Expand) | Author | Age | Files | Lines |
* | * fork.cc (fork_parent): Detect failed pinfo constructor. | Christopher Faylor | 2003-09-26 | 1 | -0/+7 |
* | * devices.cc: New file. | Christopher Faylor | 2003-09-25 | 1 | -1/+1 |
* | * dcrt0.cc (dlL_crt0_1): Set __argc_safe after __argc is absolutely know to be | Christopher Faylor | 2003-09-09 | 1 | -9/+0 |
* | Throughout, change USE_CYGSERVER to USE_SERVER. | Christopher Faylor | 2003-08-25 | 1 | -1/+1 |
* | * Makefile.in: Remove cygserver stuff. | Christopher Faylor | 2003-07-02 | 1 | -0/+2 |
* | * cygheap.h (enum impersonation): New enum. | Corinna Vinschen | 2003-06-30 | 1 | -14/+4 |
* | Throughout, remove "include <errno.h>" from files which already include | Christopher Faylor | 2003-06-16 | 1 | -1/+0 |
* | * fork.cc: Change SLOW_PID_REUSE to NO_SLOW_PID_REUSE and invert ifdef sense | Christopher Faylor | 2003-04-24 | 1 | -3/+3 |
* | Joe Buehler <jhpb@draco.hekimian.com> | Christopher Faylor | 2003-03-26 | 1 | -1/+0 |
* | * fork.cc: Conditionalize use of slow_pid_reuse throughout. It's not necessary | Christopher Faylor | 2003-03-22 | 1 | -0/+4 |
* | * cygthread.cc (cygthread::exiting): New variable. | Christopher Faylor | 2002-10-22 | 1 | -3/+7 |
* | * cygheap.cc (cygheap_fixup_in_child): Use user_heap element in cygheap. | Christopher Faylor | 2002-10-22 | 1 | -1/+1 |
* | Change _function() to function() throughout. | Christopher Faylor | 2002-10-21 | 1 | -5/+4 |
* | * fork.cc (fork_child): Move pinfo fixup later to attempt some minor gains from | Christopher Faylor | 2002-10-19 | 1 | -2/+1 |
* | * dcrt0.cc (dll_crt0_1): Initialize cygwin threads here only when not forking. | Christopher Faylor | 2002-10-19 | 1 | -1/+4 |
* | * fork.cc (fork_child): Move mmap initialization. | Christopher Faylor | 2002-10-18 | 1 | -3/+3 |
* | * child_info.h (CURR_CHILD_INFO_MAGIC): Reset. | Christopher Faylor | 2002-10-15 | 1 | -2/+0 |
* | * child_info.h (CURR_CHILD_INFO_MAGIC): Reset. | Christopher Faylor | 2002-10-14 | 1 | -0/+3 |
* | * cygheap.cc (dup_now): Make fatal error a little more informative. | Christopher Faylor | 2002-10-09 | 1 | -1/+1 |
* | Remove \n from calls to strace class printfs throughout. | Christopher Faylor | 2002-09-30 | 1 | -1/+1 |
* | * fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller has | Christopher Faylor | 2002-09-22 | 1 | -7/+7 |
* | Cleanup calls to CreateFile throughout. | Christopher Faylor | 2002-09-19 | 1 | -5/+5 |
* | 2002-09-17 Robert Collins <rbtcollins@hotmail.com> | Robert Collins | 2002-09-17 | 1 | -6/+3 |
* | * perthread.h (vfork_save): Add ctty, sid, pgid, exitval fields. | Christopher Faylor | 2002-08-18 | 1 | -4/+9 |
* | * Makefile.in: Add support for new malloc.o and renamed malloc_wrapper.o. Use | Christopher Faylor | 2002-08-16 | 1 | -2/+4 |
* | * assert.cc (__assert): Call debugger on assertion failure if debugging. | Christopher Faylor | 2002-08-11 | 1 | -2/+1 |
* | * debug.h (handle_list): Move here from debug.cc. Add "inherit" flag | Christopher Faylor | 2002-07-13 | 1 | -16/+5 |
* | * debug.cc: Avoid explicit zeroing of globals. | Christopher Faylor | 2002-07-09 | 1 | -2/+3 |
* | * cygheap.h (cygheap_user::issetuid): New method. | Christopher Faylor | 2002-06-16 | 1 | -4/+3 |
* | * child_info.h (child_proc_info): Declare as base class. | Christopher Faylor | 2002-06-15 | 1 | -9/+9 |
* | * dtable.cc (handle_to_fn): Attempt to handle "raw" accesses to remote shares. | Christopher Faylor | 2002-06-05 | 1 | -1/+1 |
* | Remove fcntl.h includes throughout. | Christopher Faylor | 2002-06-05 | 1 | -1/+0 |
* | Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h, | Christopher Faylor | 2002-05-25 | 1 | -1/+0 |
* | * spawn.cc (spawn_guts): Move call to set_process_privilege() | Corinna Vinschen | 2002-05-06 | 1 | -2/+3 |
* | * fork.cc (fork_child): Call fixup_mmaps_after_fork() somewhat earlier. | Corinna Vinschen | 2002-04-09 | 1 | -3/+3 |
* | * fork.cc (fork_child): Call fixup_mmaps_after_fork() before | Corinna Vinschen | 2002-03-11 | 1 | -3/+3 |
* | 2002-02-28 Robert Collins <rbtcollins@hotmail.com> | Robert Collins | 2002-02-28 | 1 | -0/+3 |
* | * fork.cc (fork_parent): Use sec_user_nih to control process/thread | Christopher Faylor | 2002-02-19 | 1 | -2/+2 |
* | * fhandler_disk_file.cc (fhandler_cygdrive::readdir): Avoid reporting | Christopher Faylor | 2001-11-25 | 1 | -1/+1 |
* | Eliminate excess whitespace. | Christopher Faylor | 2001-11-05 | 1 | -1/+1 |
* | * dtable.cc (dtable::build_fhandler_from_name): Use PC_FULL to determine path | Christopher Faylor | 2001-10-14 | 1 | -1/+1 |
* | Throughout, rename PROC_FORK1 to PROC_FORK. | Christopher Faylor | 2001-10-10 | 1 | -1/+1 |
* | Revert incorrect checkins. | Christopher Faylor | 2001-10-05 | 1 | -1/+0 |
* | * heap.h (inheap): Check for NULL. | Christopher Faylor | 2001-10-05 | 1 | -0/+1 |
* | * dcrt0.cc (dll_crt0_1): Don't close hexec_proc if it is NULL. | Christopher Faylor | 2001-10-04 | 1 | -0/+2 |
* | Add "path.h" include throughout, where needed. Use new path_conv methods and | Christopher Faylor | 2001-10-01 | 1 | -0/+1 |
* | * exceptions.cc (setup_handler): Always relinquish lock after we've | Christopher Faylor | 2001-09-22 | 1 | -3/+4 |
* | * dcrt0.cc (dll_crt0_1): Create vfork main storage here so that it can be | Christopher Faylor | 2001-09-15 | 1 | -5/+7 |
* | *** empty log message *** | Christopher Faylor | 2001-09-14 | 1 | -0/+1 |
* | * fork.cc (vfork): Avoid recursive vforks. | Christopher Faylor | 2001-09-14 | 1 | -1/+5 |