| Commit message (Expand) | Author | Age | Files | Lines |
* | * Throughout, use __try/__except/__endtry blocks, rather than myfault | Corinna Vinschen | 2014-08-22 | 1 | -60/+66 |
* | * dir.cc (dirfd): Per POSIX, return EINVAL on invalid directory stream. | Corinna Vinschen | 2014-08-19 | 1 | -1/+1 |
* | * signal.cc (sigprocmask): Fix strace output to include "how". | Christopher Faylor | 2014-05-09 | 1 | -1/+1 |
* | Throughout, (mainly in fhandler*) fix remaining gcc 4.7 mismatch | Yaakov Selkowitz | 2013-05-01 | 1 | -2/+2 |
* | * Merge in cygwin-64bit-branch. | Corinna Vinschen | 2013-04-23 | 1 | -3/+3 |
* | * DevNotes: Add entry cgf-000022. | Christopher Faylor | 2013-01-31 | 1 | -9/+0 |
* | Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout, | Christopher Faylor | 2013-01-21 | 1 | -5/+4 |
* | Rename cancelable_wait -> cygwait throughout. | Christopher Faylor | 2012-08-15 | 1 | -2/+2 |
* | * exceptions.cc (sigdelayed): Move declaration to sigproc.h. | Christopher Faylor | 2012-08-15 | 1 | -1/+5 |
* | * signal.cc (sigwaitinfo): Change cw_sig to the correct cw_sig_eintr. | Christopher Faylor | 2012-08-07 | 1 | -2/+1 |
* | * cygwait.cc (cancelable_wait): Add some debugging-only output. | Christopher Faylor | 2012-07-30 | 1 | -3/+9 |
* | * signal.cc (clock_nanosleep): Force return on signal rather than letting | Christopher Faylor | 2012-07-25 | 1 | -1/+1 |
* | * DevNotes: Add entry cgf-000013. | Christopher Faylor | 2012-07-21 | 1 | -20/+13 |
* | * Makefile.in: Add some more optimization flags for cygwait, malloc and path.... | Christopher Faylor | 2012-07-02 | 1 | -6/+9 |
* | Revert errneous checkin. | Christopher Faylor | 2012-06-19 | 1 | -5/+17 |
* | * cygwait.cc (cancelable_wait): Mimic old cygwait behavior more closely wrt | Christopher Faylor | 2012-06-19 | 1 | -17/+5 |
* | Add '#include "cygwait.h"' throughout, where appropriate. | Christopher Faylor | 2012-06-17 | 1 | -0/+1 |
* | Clean up whitespace. | Christopher Faylor | 2011-12-17 | 1 | -1/+1 |
* | * dcrt0.cc (init_windows_system_directory): Record system_wow64_directory | Christopher Faylor | 2011-12-13 | 1 | -2/+6 |
* | * mmap.cc (mlock): Add standard syscall return value debugging output. | Christopher Faylor | 2011-12-03 | 1 | -69/+53 |
* | Throughout, remove extra space after function name from debugging output. | Christopher Faylor | 2011-12-03 | 1 | -2/+2 |
* | * sigproc.cc (remove_proc): Don't do busy loop when execing since thread could | Christopher Faylor | 2011-11-21 | 1 | -0/+2 |
* | Throughout use "have_execed" macro rather than "hExeced" global handle. | Christopher Faylor | 2011-11-14 | 1 | -1/+1 |
* | * cygwin.din (clock_nanosleep): Export. | Yaakov Selkowitz | 2011-08-03 | 1 | -15/+72 |
* | * cygtls.h (struct _local_storage): Add cw_timer member. | Yaakov Selkowitz | 2011-08-03 | 1 | -46/+16 |
* | pthread_sigmask: fix return value to match POSIX | Eric Blake | 2011-07-10 | 1 | -4/+6 |
* | whitespace elimination | Christopher Faylor | 2011-06-06 | 1 | -27/+27 |
* | * signal.cc (_pinfo::kill): Return success on kill(0) only if pid exists or is | Christopher Faylor | 2011-05-05 | 1 | -4/+4 |
* | * signal.cc (_pinfo::kill): Avoid referencing 'pid' after ESRCH. | Christopher Faylor | 2011-05-03 | 1 | -1/+5 |
* | * Fix various copyrights. | Corinna Vinschen | 2011-04-18 | 1 | -1/+1 |
* | * * signal.cc (_pinfo::kill): Set this_process_state when process exists. | Christopher Faylor | 2011-04-18 | 1 | -0/+1 |
* | * signal.cc (_pinfo::kill): Return 0 when attempting to test for existence of | Christopher Faylor | 2011-04-17 | 1 | -21/+29 |
* | * include/sys/cygwin.h (PID_NOTCYGWIN): New enum. | Christopher Faylor | 2010-09-20 | 1 | -6/+0 |
* | * signal.cc (nanosleep): Fix bug in previous patch. | Eric Blake | 2009-12-19 | 1 | -3/+3 |
* | * signal.cc (nanosleep): Support 'infinite' sleep times. | Eric Blake | 2009-12-17 | 1 | -19/+50 |
* | * signal.cc (abort): Only flush streams after signal handler. | Christopher Faylor | 2008-06-09 | 1 | -10/+4 |
* | Remove unneeded header files from source files throughout. | Christopher Faylor | 2008-04-07 | 1 | -4/+0 |
* | * Fix copyright dates. | Corinna Vinschen | 2008-04-01 | 1 | -1/+1 |
* | Perform whitespace cleanup throughout. | Christopher Faylor | 2008-02-15 | 1 | -3/+3 |
* | * signal.cc (usleep): Use useconds_t for the type as per POSIX. | Christopher Faylor | 2007-06-12 | 1 | -1/+1 |
* | * signal.cc (handle_sigprocmask): Remove extraneous sig_dispatch_pending. | Christopher Faylor | 2007-03-07 | 1 | -1/+0 |
* | * signal.cc (signal): Set sa_mask to sig. | Christopher Faylor | 2006-07-04 | 1 | -1/+1 |
* | * signal.cc (abort): On second thought, just set incyg once. | Christopher Faylor | 2006-04-22 | 1 | -2/+1 |
* | * abort.cc (abort): Set incyg manually to help get a reliable gdb stack trace. | Christopher Faylor | 2006-04-22 | 1 | -0/+3 |
* | * sigproc.cc (sigalloc): Don't set SA_RESTART here. | Christopher Faylor | 2006-03-23 | 1 | -17/+47 |
* | * signal.cc (signal): Don't set SA_RESTART here. | Christopher Faylor | 2006-03-22 | 1 | -5/+2 |
* | Always zero all elements of siginfo_t throughout. | Christopher Faylor | 2006-02-06 | 1 | -8/+4 |
* | * cygtls.cc (_cygtls::handle_threadlist_exception): Make an error fatal. | Christopher Faylor | 2005-12-23 | 1 | -10/+12 |
* | * cygheap.h (init_cygheap::manage_console_count): Declare new function. | Christopher Faylor | 2005-11-14 | 1 | -2/+2 |
* | * cygheap.h (init_cygheap::_gtod): New hires_ms element. | Christopher Faylor | 2005-11-04 | 1 | -0/+4 |