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
*
* cygheap.h (struct init_cygheap): Add rlim_core member.
Corinna Vinschen
2010-04-20
1
-7
/
+11
*
Throughout change all calls of low_priority_sleep (0) to yield ().
Christopher Faylor
2010-03-12
1
-2
/
+2
*
Update some copyrights.
Christopher Faylor
2010-02-28
1
-5
/
+6
*
* cygtls.h (_cygtls::init_exception_handler): Eliminate argument.
Christopher Faylor
2010-02-26
1
-2
/
+2
*
Throughout, revert ill-conceived replacement of hMainThread with
Corinna Vinschen
2009-12-21
1
-2
/
+2
*
Throughout, replace hMainProc with GetCurrentProcess/NtCurrentProcess
Corinna Vinschen
2009-12-18
1
-2
/
+2
*
* exceptions.cc (_cygtls::signal_exit): There's no need to set signal_arrived
Christopher Faylor
2009-10-08
1
-1
/
+0
*
* exceptions.cc: Move global variable sigExeced...
Christopher Faylor
2009-10-06
1
-1
/
+0
*
* exceptions.cc (sigpacket::process): Explicitly set thread-specific handler
Christopher Faylor
2009-09-19
1
-1
/
+2
*
* exceptions.cc (sigpacket::process): Give sigwait() processing precedence even
Christopher Faylor
2009-09-18
1
-3
/
+4
*
* exceptions.cc (handle_exceptions): Set si_addr according to
Eric Blake
2009-07-23
1
-1
/
+3
*
* exceptions.cc (sig_handle_tty_stop): Set stopsig to SIGCONT when continuing.
Christopher Faylor
2009-07-18
1
-0
/
+1
*
* security.cc (set_file_sd): Drop using FILE_OPEN_FOR_RECOVERY flag in
Corinna Vinschen
2009-05-04
1
-2
/
+1
*
Remove unneeded header files from source files throughout. Update copyrights
Christopher Faylor
2009-01-03
1
-2
/
+2
*
* exceptions.cc (try_to_debug): Avoid creating a huge buffer on the stack.
Christopher Faylor
2008-12-30
1
-3
/
+2
*
* exceptions.c (sigpacket::process): Set tls on return since it is assumed to
Christopher Faylor
2008-11-29
1
-0
/
+1
*
* exceptions.cc (sigpacket::process): Rework previous change. tls could still
Christopher Faylor
2008-11-28
1
-14
/
+16
*
* exceptions.cc (sigpacket::process): Make sure that 'tls' is never NULL when
Christopher Faylor
2008-11-28
1
-7
/
+6
*
* dcrt0.cc (dll_crt0_1): Add a symbol denoting return from call to main().
Christopher Faylor
2008-08-01
1
-3
/
+6
*
Add case-sensitivity.
Corinna Vinschen
2008-07-16
1
-1
/
+1
*
Remove unneeded header files from source files throughout.
Christopher Faylor
2008-04-07
1
-6
/
+0
*
Add miscfuncs.h to files as needed throughout.
Christopher Faylor
2008-04-07
1
-0
/
+1
*
Cleanup.
Corinna Vinschen
2008-04-03
1
-20
/
+27
*
* hookapi.cc (find_first_notloaded_dll): New function.
Christopher Faylor
2008-03-27
1
-1
/
+1
*
* winsup.h (NT_MAX_PATH): Revert ill-advised change to 32767.
Corinna Vinschen
2008-03-12
1
-4
/
+7
*
* cygtls.cc (_cygtls::init_exception_handler): Semi-revert to making only
Christopher Faylor
2008-03-02
1
-9
/
+15
*
* exceptions.cc (_cygtls::handle_exceptions): Only call rtl_unwind when
Christopher Faylor
2008-03-01
1
-16
/
+2
*
* exceptions.cc (_cygtls::handle_exceptions): When being debugged,
Corinna Vinschen
2008-02-28
1
-2
/
+2
*
* exceptions.cc (open_stackdumpfile): Add comments.
Corinna Vinschen
2008-02-28
1
-1
/
+4
*
* exceptions.cc (open_stackdumpfile): Use NtCreateFile to create
Corinna Vinschen
2008-02-28
1
-5
/
+23
*
* exceptions.cc (stack_info::walk): Fix typo.
Corinna Vinschen
2008-02-27
1
-1
/
+1
*
* cygtls.cc (_cygtls::handle_threadlist_exception): Make it clear that the
Christopher Faylor
2008-02-27
1
-1
/
+15
*
* dcrt0.cc (initial_env): Only use local buffer "buf" if DEBUGGING is
Corinna Vinschen
2008-02-25
1
-1
/
+1
*
Perform whitespace cleanup throughout.
Christopher Faylor
2008-02-15
1
-13
/
+12
*
* cygheap.cc (cwcsdup): New function.
Corinna Vinschen
2008-02-14
1
-3
/
+3
*
* cygtls.cc (_cygtls::init_exception_handler): Revert patch
Corinna Vinschen
2008-02-13
1
-3
/
+14
*
* dtable.cc (POSIX_NAMED_PIPE): New define.
Christopher Faylor
2007-12-16
1
-0
/
+1
*
* dcrt0.cc: Include string.h.
Corinna Vinschen
2007-12-12
1
-11
/
+14
*
* dcrt0.cc (initial_env): Use PATH_MAX instead of CYG_MAX_PATH for path
Corinna Vinschen
2007-12-06
1
-3
/
+3
*
Drop old SetResourceLock stuff in favor of mutos.
Corinna Vinschen
2007-11-27
1
-3
/
+0
*
* cygtls.h (_cygtls::inside_kernel): Move function declaration into _cygtls
Christopher Faylor
2007-07-29
1
-4
/
+4
*
* init.cc (in_dllentry): Delete.
Christopher Faylor
2007-07-14
1
-1
/
+1
*
* exceptions.cc (dummy_ctrl_c_handler): Remove.
Corinna Vinschen
2007-02-23
1
-11
/
+2
*
* exceptions.cc (_cygtls::signal_exit): Only call myself.exit when when
Christopher Faylor
2007-02-20
1
-2
/
+2
*
Remove extraneous whitespace.
Christopher Faylor
2007-02-20
1
-1
/
+1
*
2006-07-25 Corinna Vinschen <corinna@vinschen.de>
Corinna Vinschen
2006-07-25
1
-4
/
+5
*
GCC 4.1 fixes.
Christopher Faylor
2006-07-17
1
-1
/
+2
*
* exceptions.cc (_cygtls::handle_exceptions): Call new
Corinna Vinschen
2006-07-13
1
-5
/
+9
*
* dcrt0.cc (dll_crt0_0): Call tty_list::init_session here.
Christopher Faylor
2006-06-03
1
-15
/
+2
*
* cygtls.h (CYGTLS_PADSIZE): Bump up or suffer a regrettable collision with the
Christopher Faylor
2006-06-03
1
-1
/
+2
[next]