summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/exceptions.cc
Commit message (Expand)AuthorAgeFilesLines
* * exceptions.cc (_threadinfo::pop): Zero *contents* of popped stack locationChristopher Faylor2003-11-301-2/+2
* * pinfo.h (_pinfo::getthread2signal): Remove obsolete function.Christopher Faylor2003-11-291-2/+2
* * pinfo.h (_pinfo::getsig): Remove obsolete function, here and throughout.Christopher Faylor2003-11-281-8/+8
* Eliminate use of sigframe and sigthread throughout.Christopher Faylor2003-11-281-318/+255
* 2003-11-11 Robert Collins <rbtcollins@hotmail.com>Robert Collins2003-11-141-4/+4
* * external.cc (cygwin_internal): Add CW_GET_POSIX_SECURITY_ATTRIBUTECorinna Vinschen2003-11-041-14/+0
* * exceptions.cc (ctrl_c_handler): Don't send SIGHUP onCorinna Vinschen2003-10-141-5/+17
* 2003-09-26 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2003-09-271-1/+1
* * devices.cc: New file.Christopher Faylor2003-09-251-29/+29
* * exceptions.cc (sig_handle_tty_stop): Fix boneheaded mistake by using correctChristopher Faylor2003-09-161-1/+1
* * include/sys/cygwin.h: Rename PID_UNUSED to PID_MAP_RW.Christopher Faylor2003-09-131-1/+1
* * dcrt0.cc (_dll_crt0): Accommodate breaking apart of early_stuff_init.Christopher Faylor2003-09-121-3/+10
* * exceptions.cc (sig_handle_tty_stop): Check parent PID_NOCLDSTOP rather thanChristopher Faylor2003-09-101-1/+1
* * dcrt0.cc (dlL_crt0_1): Set __argc_safe after __argc is absolutely know to beChristopher Faylor2003-09-091-5/+4
* * exceptions.cc (set_process_mask): Set pending signals only when signalsChristopher Faylor2003-09-031-3/+7
* * cygheap.cc (cygheap_init): Allocate space for sigaction array in cygheap.Christopher Faylor2003-09-011-12/+0
* * Makefile.in (MALLOC_OFILES): Always fill in with correct malloc object.Christopher Faylor2003-08-311-1/+0
* * sigproc.cc (sig_dispatch_pending): Remove explicit call toChristopher Faylor2003-08-301-0/+1
* * exceptions.cc (sigreturn): Fix problem where old return address was notChristopher Faylor2003-08-291-5/+7
* * syscalls.cc (mount): Don't check win32_path when doing cygdrive mount.Christopher Faylor2003-08-281-20/+14
* * exceptions.cc (sigreturn): Don't clobber ebp in recursive signal calls.Christopher Faylor2003-08-221-3/+3
* * exceptions.cc (sig_handle): Change so that default signals indicate success.Christopher Faylor2003-08-221-1/+1
* * exceptions.cc (interrupt_setup): Set sigsave.sig last to avoid a race.Christopher Faylor2003-08-201-1/+1
* * sigproc.cc (wait_sig): Ensure that myself->getsigtodo array is flushed on aChristopher Faylor2003-08-201-4/+5
* * exceptions.cc (pending_signals): Remove unneeded declaration.Christopher Faylor2003-08-201-1/+0
* Throughout, eliminate argument to sig_dispatch_pending.Christopher Faylor2003-08-191-13/+7
* * exceptions.cc (sigdelayed): Fix race where signal handler could get the wrongChristopher Faylor2003-08-191-2/+2
* * exceptions.cc (ctrl_c_handler): Send SIGHUP when events occur only if thereChristopher Faylor2003-07-261-4/+8
* Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor2003-06-161-1/+0
* * exceptions.cc (ctrl_c_handler): Don't send a signal onCorinna Vinschen2003-06-121-0/+6
* * spawn.cc (spawn_guts): Call CreateProcess while impersonated,Corinna Vinschen2003-06-091-1/+1
* * cygheap.cc (init_cheap): Temporarily remove inline that newer gcc's haveChristopher Faylor2003-05-301-3/+2
* * shared_info.h: Match shared_name declaration with below change.Corinna Vinschen2003-05-211-1/+3
* * Makefile.in: Add finline-functions optimization to CXXFLAGS.Thomas Pfaff2003-04-171-3/+1
* * exceptions.cc (setup_handler): Make sure winapi lock is released when exitingChristopher Faylor2003-03-311-0/+1
* * sigproc.h (signal_fixup_after_exec): Eliminate argument in declaration.Christopher Faylor2003-03-201-2/+2
* * exceptions.cc (try_to_debug): Don't reset priority when returning fromChristopher Faylor2003-02-141-3/+2
* Christopher Faylor <cgf@redhat.com>Christopher Faylor2003-02-071-4/+7
* Eliminate most unneeded this-> pointers throughout.Christopher Faylor2003-02-041-1/+1
* Apply handle_sigsuspend patchThomas Pfaff2003-01-141-1/+2
* Split ChangeLog, create ChangeLog-2002.Corinna Vinschen2003-01-101-1/+1
* * dtable.h (dtable::in_vfork_cleanup): New function. True if vfork cleanupChristopher Faylor2003-01-031-1/+1
* * exceptions.cc (events_init): Display name of mutex on failure.Christopher Faylor2002-12-301-2/+3
* * exceptions.cc (events_init): Initialize critical section to control exitingChristopher Faylor2002-12-251-0/+4
* * cygthread.h (cygthread::stack_ptr): New element.Christopher Faylor2002-12-111-0/+1
* * exceptions.cc (handle_sigsuspend): Force pending signal delivery beforeChristopher Faylor2002-11-221-0/+1
* * exceptions.cc (sigthread::get_winapi_lock): Just do standard 'give upChristopher Faylor2002-11-221-54/+62
* * exceptions.cc (setup_handler): Add debugging output. Set thread priority toChristopher Faylor2002-11-151-2/+10
* * miscfuncs.cc (low_priority_sleep): New function. Use throughout where codeChristopher Faylor2002-11-131-3/+3
* * child_info.h (CURR_CHILD_INFO_MAGIC): Reset.Christopher Faylor2002-10-141-1/+1