| Commit message (Expand) | Author | Age | Files | Lines |
* | * cygerrno.h (set_errno): Set global errno whenever setting thread specific | Christopher Faylor | 2004-02-01 | 1 | -11/+16 |
* | * sigproc.cc (proc_subproc): Don't protect *child's* handle. | Christopher Faylor | 2004-01-25 | 1 | -1/+0 |
* | * cygheap.cc (init_cygheap::close_ctty): Protect YA vforkism. | Christopher Faylor | 2004-01-24 | 1 | -1/+1 |
* | * configure.in: Remove NEWVFORK default. | Christopher Faylor | 2004-01-23 | 1 | -1/+4 |
* | * cygtls.cc (_threadinfo::remove): Don't assume that we are removing _my_tls. | Christopher Faylor | 2004-01-22 | 1 | -20/+17 |
* | * fhandler_tty.cc (fhandler_tty::ioctl): Semi-revert 2003-09-26 change for | Christopher Faylor | 2004-01-21 | 1 | -3/+7 |
* | * sigproc.cc (sigproc_terminate): Don't close sendsig handle when execing since | Christopher Faylor | 2004-01-19 | 1 | -6/+16 |
* | * cygwin/include/signal.h: Add copyright notice. | Christopher Faylor | 2004-01-19 | 1 | -65/+75 |
* | * cygtls.h (_threadinfo::call): Remove regparm declaration to work around | Christopher Faylor | 2004-01-14 | 1 | -1/+7 |
* | * cygtls.h (_threadinfo::stack): Increase stack size to accommodate nested | Christopher Faylor | 2003-12-30 | 1 | -11/+5 |
* | * dcrt0.cc (reent_data): Reluctantly resurrect. | Christopher Faylor | 2003-12-26 | 1 | -8/+12 |
* | * exceptions.cc (set_signal_mask): Redefine to not pass by address. Report | Christopher Faylor | 2003-12-23 | 1 | -3/+19 |
* | * sigproc.cc (proc_subproc): Simplify code to just remove all zombies if | Christopher Faylor | 2003-12-18 | 1 | -6/+5 |
* | * pinfo.h (pinfo::operator ==): Add a way to check for _pinfo types. | Christopher Faylor | 2003-12-17 | 1 | -6/+11 |
* | * exceptions.cc (set_signal_mask): Report on input argument rather than | Christopher Faylor | 2003-12-16 | 1 | -5/+16 |
* | Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate, | Christopher Faylor | 2003-12-07 | 1 | -18/+18 |
* | * sigproc.cc (no_signals_available): Fix so that non-zero exit state is a true | Christopher Faylor | 2003-11-29 | 1 | -3/+5 |
* | * pinfo.h (_pinfo::getthread2signal): Remove obsolete function. | Christopher Faylor | 2003-11-29 | 1 | -3/+3 |
* | * pinfo.h (_pinfo::getsig): Remove obsolete function, here and throughout. | Christopher Faylor | 2003-11-28 | 1 | -5/+5 |
* | Eliminate use of sigframe and sigthread throughout. | Christopher Faylor | 2003-11-28 | 1 | -77/+46 |
* | * sigproc.cc (sig_send): Correct below checkin. Use | Christopher Faylor | 2003-11-23 | 1 | -1/+1 |
* | * sigproc.cc (proc_exists): A zombie process does not exist. | Christopher Faylor | 2003-11-23 | 1 | -7/+15 |
* | * sigproc.cc (proc_subproc): Restrict permissions on ppid_handle. | Christopher Faylor | 2003-09-28 | 1 | -1/+1 |
* | * shared_info.h (CURR_MOUNT_MAGIC): Fix. | Christopher Faylor | 2003-09-25 | 1 | -67/+60 |
* | 2003-09-24 Pierre Humblet <pierre.humblet@ieee.org> | Pierre Humblet | 2003-09-25 | 1 | -1/+1 |
* | * devices.cc: New file. | Christopher Faylor | 2003-09-25 | 1 | -359/+232 |
* | * dcrt0.cc (do_exit): Eliminate "C" linkage. Call events_terminate early. | Christopher Faylor | 2003-09-23 | 1 | -1/+1 |
* | * fhandler_process.cc (fhandler_process::fill_filebuf): Open pinfo with | Christopher Faylor | 2003-09-17 | 1 | -2/+3 |
* | * pinfo.h (winpids::pid_access): New element. | Christopher Faylor | 2003-09-17 | 1 | -0/+5 |
* | * dcrt0.cc (dlL_crt0_1): Set __argc_safe after __argc is absolutely know to be | Christopher Faylor | 2003-09-09 | 1 | -1/+1 |
* | * sigproc.cc (wait_sig_inited): Remove assertion since it is racy. | Christopher Faylor | 2003-09-08 | 1 | -1/+0 |
* | * exceptions.cc (set_process_mask): Set pending signals only when signals | Christopher Faylor | 2003-09-03 | 1 | -4/+4 |
* | * cygheap.cc (cygheap_init): Allocate space for sigaction array in cygheap. | Christopher Faylor | 2003-09-01 | 1 | -3/+26 |
* | * Makefile.in (MALLOC_OFILES): Always fill in with correct malloc object. | Christopher Faylor | 2003-08-31 | 1 | -4/+3 |
* | * sigproc.cc (sig_dispatch_pending): Remove explicit call to | Christopher Faylor | 2003-08-30 | 1 | -3/+0 |
* | * sigproc.h: Make some functions regparm. | Christopher Faylor | 2003-08-29 | 1 | -34/+27 |
* | * exceptions.cc (sigreturn): Fix problem where old return address was not | Christopher Faylor | 2003-08-29 | 1 | -1/+1 |
* | * syscalls.cc (mount): Don't check win32_path when doing cygdrive mount. | Christopher Faylor | 2003-08-28 | 1 | -1/+0 |
* | * sigproc.cc (wait_sig): Count number of iterations through 'more_signals' loop | Christopher Faylor | 2003-08-27 | 1 | -70/+80 |
* | * sigproc.cc (wait_sig): Remove redundant test in do/while. | Christopher Faylor | 2003-08-22 | 1 | -1/+1 |
* | * sigproc.cc (wait_sig): Avoid infinite loop. | Christopher Faylor | 2003-08-22 | 1 | -3/+3 |
* | * miscfuncs.cc (low_priority_sleep): Sleep at same priority as main thread. | Christopher Faylor | 2003-08-21 | 1 | -28/+29 |
* | * sigproc.cc (wait_sig): Ensure that myself->getsigtodo array is flushed on a | Christopher Faylor | 2003-08-20 | 1 | -14/+27 |
* | * exceptions.cc (pending_signals): Remove unneeded declaration. | Christopher Faylor | 2003-08-20 | 1 | -30/+26 |
* | * signal.cc (sigpending): Move. | Christopher Faylor | 2003-08-19 | 1 | -60/+102 |
* | Throughout, eliminate argument to sig_dispatch_pending. | Christopher Faylor | 2003-08-19 | 1 | -60/+53 |
* | Throughout, remove "include <errno.h>" from files which already include | Christopher Faylor | 2003-06-16 | 1 | -1/+0 |
* | * shared_info.h: Match shared_name declaration with below change. | Corinna Vinschen | 2003-05-21 | 1 | -2/+3 |
* | Joe Buehler <jhpb@draco.hekimian.com> | Christopher Faylor | 2003-03-26 | 1 | -0/+1 |
* | * cygwin.din: Export btowc, trunc. | Christopher Faylor | 2003-03-17 | 1 | -1/+1 |