aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/exceptions.cc
AgeCommit message (Expand)AuthorFilesLines
2022-08-04Cygwin: drop all usages of WINAPICorinna Vinschen1-4/+4
2022-07-14Cygwin: fix or delete a few comments to drop 32 bit referencesCorinna Vinschen1-5/+4
2022-06-06Cygwin: remove most occurrences of __stdcall and __cdeclKen Brown1-3/+3
2022-05-29Cygwin: remove regparm.hKen Brown1-2/+2
2022-05-17Cygwin: drop i686 exception handlingCorinna Vinschen1-292/+71
2022-05-13Cygwin: drop system_wow64_directory and related codeCorinna Vinschen1-6/+0
2022-03-01Cygwin: pty: Avoid cutting the branch the pty master is sitting on.Takashi Yano1-0/+3
2022-02-28Cygwin: pinfo: Fix exit code for non-cygwin apps which reads console.Takashi Yano1-1/+5
2022-02-27Cygwin: console: Revert experimental code mixed accidentally.Takashi Yano1-1/+7
2022-02-24Cygwin: console: Restore CTRL_BREAK_EVENT handling.Takashi Yano1-7/+6
2022-02-20Cygwin: pty, console: Refactor the code processing special keys.Takashi Yano1-0/+15
2021-11-16Revert "Cygwin: set the FILE_ATTRIBUTE_ARCHIVE DOS attribute on file creation"Corinna Vinschen1-1/+1
2021-11-15Cygwin: set the FILE_ATTRIBUTE_ARCHIVE DOS attribute on file creationCorinna Vinschen1-1/+1
2021-02-17Cygwin: console: Introduce new thread which handles input signal.Takashi Yano via Cygwin-patches1-0/+1
2021-02-01Cygwin: exceptions.cc: Suspend all threads in sig_handle_tty_stop().Takashi Yano via Cygwin-patches1-0/+2
2020-08-30Cygwin: Remove waitloop argument from try_to_debug()Jon Turney1-6/+8
2020-08-20Cygwin: add header defining GCC exception codesKen Brown1-9/+1
2020-08-18Cygwin: main exception handler (64-bit): continue GCC exceptionsKen Brown1-0/+19
2020-08-05Cygwin: Add 'fallthrough' pseudo keyword for switch/case useCorinna Vinschen1-1/+1
2020-03-11Cygwin: fix formatting: drop trailing whitespaceCorinna Vinschen1-1/+1
2020-03-11Cygwin: fix formatting: collapse whitespace-only linesCorinna Vinschen1-1/+1
2020-02-18Cygwin: rename NSIG to _NSIG, change visibility of NSIG to MISCCorinna Vinschen1-3/+3
2019-11-08Cygwin: Raise dumpstack frame limit to 32Mark Geisert1-2/+4
2019-10-03Cygwin: Fix signal handling issue introduced by PTY related change.Takashi Yano1-1/+1
2019-09-20Cygwin: Fix incorrect TTY for non-cygwin process.Takashi Yano1-1/+1
2019-08-18Cygwin: select: revamp non-polling code for signalfdCorinna Vinschen1-8/+0
2019-08-17Revert "Cygwin: fix potential SEGV in sigwaitinfo/signalfd scenario"Corinna Vinschen1-14/+3
2019-08-13Cygwin: fix potential SEGV in sigwaitinfo/signalfd scenarioCorinna Vinschen1-3/+14
2019-04-05Cygwin: signals: setcontext: fix setting sigmaskCorinna Vinschen1-1/+1
2019-04-05Cygwin: follow context if changed inside SA_SIGINFO signal handlerCorinna Vinschen1-1/+10
2019-04-04Cygwin: signals: make setcontext work from signal handlersCorinna Vinschen1-0/+1
2019-04-03Cygwin: signals: restore sigmask from context given to signal handlerCorinna Vinschen1-1/+2
2019-03-24Cygwin: ctrl_c_handler: Use 64 bit timerCorinna Vinschen1-3/+3
2019-01-22Cygwin: posix timers: reimplement using OS timerCorinna Vinschen1-4/+4
2019-01-14Cygwin: signalfd: implement non-polling selectCorinna Vinschen1-0/+8
2019-01-12Cygwin: posix timers: implement timer_getoverrunCorinna Vinschen1-0/+12
2018-06-26Cygwin: exceptions: fix FPE exception flagsCorinna Vinschen1-1/+7
2018-03-25Cygwin: delete /dev/kmsg and thus fhandler_mailslot without substitutionCorinna Vinschen1-20/+0
2018-01-24Define internal function mythreadname() -- revisedMark Geisert1-2/+2
2017-11-27cygwin: convert most #ifndef __x86_64__ to #ifdef __i386__Corinna Vinschen1-2/+2
2017-10-09cygwin: initialize variable for stack unwindingMichael Haubenwallner1-1/+1
2016-11-24Remove redundant check for NULL pointer in cygwin_exception::dump_exceptionCorinna Vinschen1-7/+4
2016-08-23Send thread names to debuggerJon Turney1-1/+1
2016-06-24Drop has_set_thread_stack_guarantee flagCorinna Vinschen1-4/+3
2016-06-23Drop has_restricted_stack_args flagCorinna Vinschen1-6/+0
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen1-3/+0
2016-03-24Throughout Cygwin, use u_intN_t or uintN_tCorinna Vinschen1-2/+2
2016-02-12cygwin: fix errors with GCC 5Yaakov Selkowitz1-2/+2
2015-11-27Fix race condition when waiting for a signalCorinna Vinschen1-2/+2
2015-10-30Avoid double unlock of TLS mutexCorinna Vinschen1-4/+1