index
:
cygnal
cygnal-2.5.2
cygnal-2.9.0-branch
cygnal-3-1-6-98-branch
cygnal-3-1-98-branch
cygwin-master
"Cygwin Native Application Lib" --- http://www.kylheku.com/cygnal
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
winsup
/
cygwin
/
exceptions.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
* exceptions.cc (sigreturn): Don't clobber ebp in recursive signal calls.
Christopher Faylor
2003-08-22
1
-3
/
+3
*
* exceptions.cc (sig_handle): Change so that default signals indicate success.
Christopher Faylor
2003-08-22
1
-1
/
+1
*
* exceptions.cc (interrupt_setup): Set sigsave.sig last to avoid a race.
Christopher Faylor
2003-08-20
1
-1
/
+1
*
* sigproc.cc (wait_sig): Ensure that myself->getsigtodo array is flushed on a
Christopher Faylor
2003-08-20
1
-4
/
+5
*
* exceptions.cc (pending_signals): Remove unneeded declaration.
Christopher Faylor
2003-08-20
1
-1
/
+0
*
Throughout, eliminate argument to sig_dispatch_pending.
Christopher Faylor
2003-08-19
1
-13
/
+7
*
* exceptions.cc (sigdelayed): Fix race where signal handler could get the wrong
Christopher Faylor
2003-08-19
1
-2
/
+2
*
* exceptions.cc (ctrl_c_handler): Send SIGHUP when events occur only if there
Christopher Faylor
2003-07-26
1
-4
/
+8
*
Throughout, remove "include <errno.h>" from files which already include
Christopher Faylor
2003-06-16
1
-1
/
+0
*
* exceptions.cc (ctrl_c_handler): Don't send a signal on
Corinna Vinschen
2003-06-12
1
-0
/
+6
*
* spawn.cc (spawn_guts): Call CreateProcess while impersonated,
Corinna Vinschen
2003-06-09
1
-1
/
+1
*
* cygheap.cc (init_cheap): Temporarily remove inline that newer gcc's have
Christopher Faylor
2003-05-30
1
-3
/
+2
*
* shared_info.h: Match shared_name declaration with below change.
Corinna Vinschen
2003-05-21
1
-1
/
+3
*
* Makefile.in: Add finline-functions optimization to CXXFLAGS.
Thomas Pfaff
2003-04-17
1
-3
/
+1
*
* exceptions.cc (setup_handler): Make sure winapi lock is released when exiting
Christopher Faylor
2003-03-31
1
-0
/
+1
*
* sigproc.h (signal_fixup_after_exec): Eliminate argument in declaration.
Christopher Faylor
2003-03-20
1
-2
/
+2
*
* exceptions.cc (try_to_debug): Don't reset priority when returning from
Christopher Faylor
2003-02-14
1
-3
/
+2
*
Christopher Faylor <cgf@redhat.com>
Christopher Faylor
2003-02-07
1
-4
/
+7
*
Eliminate most unneeded this-> pointers throughout.
Christopher Faylor
2003-02-04
1
-1
/
+1
*
Apply handle_sigsuspend patch
Thomas Pfaff
2003-01-14
1
-1
/
+2
*
Split ChangeLog, create ChangeLog-2002.
Corinna Vinschen
2003-01-10
1
-1
/
+1
*
* dtable.h (dtable::in_vfork_cleanup): New function. True if vfork cleanup
Christopher Faylor
2003-01-03
1
-1
/
+1
*
* exceptions.cc (events_init): Display name of mutex on failure.
Christopher Faylor
2002-12-30
1
-2
/
+3
*
* exceptions.cc (events_init): Initialize critical section to control exiting
Christopher Faylor
2002-12-25
1
-0
/
+4
*
* cygthread.h (cygthread::stack_ptr): New element.
Christopher Faylor
2002-12-11
1
-0
/
+1
*
* exceptions.cc (handle_sigsuspend): Force pending signal delivery before
Christopher Faylor
2002-11-22
1
-0
/
+1
*
* exceptions.cc (sigthread::get_winapi_lock): Just do standard 'give up
Christopher Faylor
2002-11-22
1
-54
/
+62
*
* exceptions.cc (setup_handler): Add debugging output. Set thread priority to
Christopher Faylor
2002-11-15
1
-2
/
+10
*
* miscfuncs.cc (low_priority_sleep): New function. Use throughout where code
Christopher Faylor
2002-11-13
1
-3
/
+3
*
* child_info.h (CURR_CHILD_INFO_MAGIC): Reset.
Christopher Faylor
2002-10-14
1
-1
/
+1
*
* cygthread.cc (cygthread::stub): Don't create event for long-running threads.
Christopher Faylor
2002-10-13
1
-1
/
+0
*
* cygthread.cc (cygthread::stub): Very minor cleanup.
Christopher Faylor
2002-10-06
1
-2
/
+1
*
* exceptions.cc (unused_sig_wrapper): Still need additional level of
Christopher Faylor
2002-09-30
1
-2
/
+3
*
Remove \n from calls to strace class printfs throughout.
Christopher Faylor
2002-09-30
1
-1
/
+1
*
* exceptions.cc (unused_sig_wrapper): Accommodate newer compilers.
Christopher Faylor
2002-09-30
1
-4
/
+9
*
* fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller has
Christopher Faylor
2002-09-22
1
-3
/
+3
*
* sigproc.cc (sigCONT): Define.
Christopher Faylor
2002-08-18
1
-5
/
+6
*
* exceptions.cc (interrupt_setup): Ensure that the previous signal mask is
Christopher Faylor
2002-08-16
1
-1
/
+2
*
* assert.cc (__assert): Call debugger on assertion failure if debugging.
Christopher Faylor
2002-08-11
1
-7
/
+8
*
* path.cc (path_conv::check): Always set fileattr when component == 0.
Christopher Faylor
2002-07-24
1
-1
/
+1
*
* dcrt0.cc (initial_env): Force path and CYGWIN_DEBUG contents to lower case.
Christopher Faylor
2002-07-15
1
-6
/
+7
*
* dcrt0.cc (dll_crt0_1): Move debug_init call back to here. Avoid a compiler
Christopher Faylor
2002-07-14
1
-1
/
+1
*
* dcrt0.cc (dll_crt0_1): Delay closing of some handles until cygheap has been
Christopher Faylor
2002-07-13
1
-1
/
+1
*
* debug.h (handle_list): Move here from debug.cc. Add "inherit" flag
Christopher Faylor
2002-07-13
1
-1
/
+1
*
* autoload.cc (LoadFuncEx): Define via new LoadFuncEx2 macro.
Christopher Faylor
2002-05-28
1
-1
/
+1
*
* debug.h (being_debugged): New macro.
Christopher Faylor
2002-05-27
1
-1
/
+1
*
* sync.h (new_muto): Just accept an argument which denotes the name of the
Christopher Faylor
2002-02-22
1
-1
/
+1
*
* times.cc (hires::prime): Restore thread priority on failure condition.
Christopher Faylor
2002-02-17
1
-1
/
+1
*
* exceptions.cc (unused_sig_wrapper): Eliminate unused parameter to asm.
Christopher Faylor
2002-02-14
1
-3
/
+3
*
* speclib: Don't use /dev/null as DLL name. Just default to what's already in
Christopher Faylor
2002-01-21
1
-3
/
+0
[next]