Age | Commit message (Expand) | Author | Files | Lines |
2004-03-07 | * fork.cc (fork_parent): Save parent pid in a temporary variable since child | Christopher Faylor | 1 | -1/+5 |
2004-02-18 | * fork.cc (fork_child): Invert sense of test which defeated correct handling in | Christopher Faylor | 1 | -1/+1 |
2004-02-17 | * fork.cc (fork_child): Move fixup_shms_after_fork so that | Corinna Vinschen | 1 | -4/+4 |
2004-02-14 | * dcrt0.cc (alloc_stack_hard_way): Revert to previous implementation. | Christopher Faylor | 1 | -1/+0 |
2004-02-12 | Rename _threadinfo to _cygtls, throughout. | Christopher Faylor | 1 | -22/+28 |
2004-02-06 | * uinfo.cc (cygheap_user::init): Use sec_user_nih to build a | Corinna Vinschen | 1 | -4/+2 |
2004-02-01 | * cygerrno.h (set_errno): Set global errno whenever setting thread specific | Christopher Faylor | 1 | -0/+1 |
2004-01-19 | * cygwin/include/signal.h: Add copyright notice. | Christopher Faylor | 1 | -0/+2 |
2004-01-14 | * cygtls.h (_threadinfo::call): Remove regparm declaration to work around | Christopher Faylor | 1 | -3/+4 |
2004-01-03 | 2004 stuff | Christopher Faylor | 1 | -1/+1 |
2004-01-03 | * cygheap.h (init_cygheap): Play more vfork shell games and move ctty_on_hold | Christopher Faylor | 1 | -15/+3 |
2003-12-30 | Move open_fhs from fhandler.h to cygheap.h for easier tracking. Accommodate | Christopher Faylor | 1 | -1/+17 |
2003-12-23 | * fork.cc (fork_child): After a pthread/fork, ensure that impure pointer stuff | Christopher Faylor | 1 | -1/+2 |
2003-12-23 | * exceptions.cc (set_signal_mask): Redefine to not pass by address. Report | Christopher Faylor | 1 | -2/+12 |
2003-12-14 | * cygthread.cc (cygthread::stub): Revert previous change and again subsume | Christopher Faylor | 1 | -2/+2 |
2003-12-07 | Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate, | Christopher Faylor | 1 | -5/+5 |
2003-11-28 | Eliminate use of sigframe and sigthread throughout. | Christopher Faylor | 1 | -5/+9 |
2003-09-26 | * fork.cc (fork_parent): Detect failed pinfo constructor. | Christopher Faylor | 1 | -0/+7 |
2003-09-25 | * devices.cc: New file. | Christopher Faylor | 1 | -1/+1 |
2003-09-09 | * dcrt0.cc (dlL_crt0_1): Set __argc_safe after __argc is absolutely know to be | Christopher Faylor | 1 | -9/+0 |
2003-08-25 | Throughout, change USE_CYGSERVER to USE_SERVER. | Christopher Faylor | 1 | -1/+1 |
2003-07-02 | * Makefile.in: Remove cygserver stuff. | Christopher Faylor | 1 | -0/+2 |
2003-06-30 | * cygheap.h (enum impersonation): New enum. | Corinna Vinschen | 1 | -14/+4 |
2003-06-16 | Throughout, remove "include <errno.h>" from files which already include | Christopher Faylor | 1 | -1/+0 |
2003-04-24 | * fork.cc: Change SLOW_PID_REUSE to NO_SLOW_PID_REUSE and invert ifdef sense | Christopher Faylor | 1 | -3/+3 |
2003-03-26 | Joe Buehler <jhpb@draco.hekimian.com> | Christopher Faylor | 1 | -1/+0 |
2003-03-22 | * fork.cc: Conditionalize use of slow_pid_reuse throughout. It's not necessary | Christopher Faylor | 1 | -0/+4 |
2002-10-22 | * cygthread.cc (cygthread::exiting): New variable. | Christopher Faylor | 1 | -3/+7 |
2002-10-22 | * cygheap.cc (cygheap_fixup_in_child): Use user_heap element in cygheap. | Christopher Faylor | 1 | -1/+1 |
2002-10-21 | Change _function() to function() throughout. | Christopher Faylor | 1 | -5/+4 |
2002-10-19 | * fork.cc (fork_child): Move pinfo fixup later to attempt some minor gains from | Christopher Faylor | 1 | -2/+1 |
2002-10-19 | * dcrt0.cc (dll_crt0_1): Initialize cygwin threads here only when not forking. | Christopher Faylor | 1 | -1/+4 |
2002-10-18 | * fork.cc (fork_child): Move mmap initialization. | Christopher Faylor | 1 | -3/+3 |
2002-10-15 | * child_info.h (CURR_CHILD_INFO_MAGIC): Reset. | Christopher Faylor | 1 | -2/+0 |
2002-10-14 | * child_info.h (CURR_CHILD_INFO_MAGIC): Reset. | Christopher Faylor | 1 | -0/+3 |
2002-10-09 | * cygheap.cc (dup_now): Make fatal error a little more informative. | Christopher Faylor | 1 | -1/+1 |
2002-09-30 | Remove \n from calls to strace class printfs throughout. | Christopher Faylor | 1 | -1/+1 |
2002-09-22 | * fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller has | Christopher Faylor | 1 | -7/+7 |
2002-09-19 | Cleanup calls to CreateFile throughout. | Christopher Faylor | 1 | -5/+5 |
2002-09-17 | 2002-09-17 Robert Collins <rbtcollins@hotmail.com> | Robert Collins | 1 | -6/+3 |
2002-08-18 | * perthread.h (vfork_save): Add ctty, sid, pgid, exitval fields. | Christopher Faylor | 1 | -4/+9 |
2002-08-16 | * Makefile.in: Add support for new malloc.o and renamed malloc_wrapper.o. Use | Christopher Faylor | 1 | -2/+4 |
2002-08-11 | * assert.cc (__assert): Call debugger on assertion failure if debugging. | Christopher Faylor | 1 | -2/+1 |
2002-07-13 | * debug.h (handle_list): Move here from debug.cc. Add "inherit" flag | Christopher Faylor | 1 | -16/+5 |
2002-07-09 | * debug.cc: Avoid explicit zeroing of globals. | Christopher Faylor | 1 | -2/+3 |
2002-06-16 | * cygheap.h (cygheap_user::issetuid): New method. | Christopher Faylor | 1 | -4/+3 |
2002-06-15 | * child_info.h (child_proc_info): Declare as base class. | Christopher Faylor | 1 | -9/+9 |
2002-06-05 | * dtable.cc (handle_to_fn): Attempt to handle "raw" accesses to remote shares. | Christopher Faylor | 1 | -1/+1 |
2002-06-05 | Remove fcntl.h includes throughout. | Christopher Faylor | 1 | -1/+0 |
2002-05-25 | Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h, | Christopher Faylor | 1 | -1/+0 |