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 (_threadinfo::pop): Zero *contents* of popped stack location
Christopher Faylor
2003-11-30
1
-2
/
+2
*
* pinfo.h (_pinfo::getthread2signal): Remove obsolete function.
Christopher Faylor
2003-11-29
1
-2
/
+2
*
* pinfo.h (_pinfo::getsig): Remove obsolete function, here and throughout.
Christopher Faylor
2003-11-28
1
-8
/
+8
*
Eliminate use of sigframe and sigthread throughout.
Christopher Faylor
2003-11-28
1
-318
/
+255
*
2003-11-11 Robert Collins <rbtcollins@hotmail.com>
Robert Collins
2003-11-14
1
-4
/
+4
*
* external.cc (cygwin_internal): Add CW_GET_POSIX_SECURITY_ATTRIBUTE
Corinna Vinschen
2003-11-04
1
-14
/
+0
*
* exceptions.cc (ctrl_c_handler): Don't send SIGHUP on
Corinna Vinschen
2003-10-14
1
-5
/
+17
*
2003-09-26 Pierre Humblet <pierre.humblet@ieee.org>
Pierre Humblet
2003-09-27
1
-1
/
+1
*
* devices.cc: New file.
Christopher Faylor
2003-09-25
1
-29
/
+29
*
* exceptions.cc (sig_handle_tty_stop): Fix boneheaded mistake by using correct
Christopher Faylor
2003-09-16
1
-1
/
+1
*
* include/sys/cygwin.h: Rename PID_UNUSED to PID_MAP_RW.
Christopher Faylor
2003-09-13
1
-1
/
+1
*
* dcrt0.cc (_dll_crt0): Accommodate breaking apart of early_stuff_init.
Christopher Faylor
2003-09-12
1
-3
/
+10
*
* exceptions.cc (sig_handle_tty_stop): Check parent PID_NOCLDSTOP rather than
Christopher Faylor
2003-09-10
1
-1
/
+1
*
* dcrt0.cc (dlL_crt0_1): Set __argc_safe after __argc is absolutely know to be
Christopher Faylor
2003-09-09
1
-5
/
+4
*
* exceptions.cc (set_process_mask): Set pending signals only when signals
Christopher Faylor
2003-09-03
1
-3
/
+7
*
* cygheap.cc (cygheap_init): Allocate space for sigaction array in cygheap.
Christopher Faylor
2003-09-01
1
-12
/
+0
*
* Makefile.in (MALLOC_OFILES): Always fill in with correct malloc object.
Christopher Faylor
2003-08-31
1
-1
/
+0
*
* sigproc.cc (sig_dispatch_pending): Remove explicit call to
Christopher Faylor
2003-08-30
1
-0
/
+1
*
* exceptions.cc (sigreturn): Fix problem where old return address was not
Christopher Faylor
2003-08-29
1
-5
/
+7
*
* syscalls.cc (mount): Don't check win32_path when doing cygdrive mount.
Christopher Faylor
2003-08-28
1
-20
/
+14
*
* 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
[next]