| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | * fhandler.cc (fhandler_base::open): Move some filesystem specific stuff. | Christopher Faylor | 2003-02-21 | 1 | -4/+7 |
* | * sigproc.cc (sig_dispatch_pending): Remove assertion. | Christopher Faylor | 2002-11-29 | 1 | -1/+0 |
* | * exceptions.cc (handle_sigsuspend): Force pending signal delivery before | Christopher Faylor | 2002-11-22 | 1 | -0/+9 |
* | * exceptions.cc (sigthread::get_winapi_lock): Just do standard 'give up | Christopher Faylor | 2002-11-22 | 1 | -2/+0 |
* | * exceptions.cc (setup_handler): Add debugging output. Set thread priority to | Christopher Faylor | 2002-11-15 | 1 | -0/+1 |
* | * miscfuncs.cc (low_priority_sleep): New function. Use throughout where code | Christopher Faylor | 2002-11-13 | 1 | -1/+1 |
* | * sigproc.cc (WAIT_SIG_PRIORITY): Bump to THREAD_PRIORITY_TIME_CRITICAL. | Christopher Faylor | 2002-11-05 | 1 | -1/+1 |
* | * sigproc.cc (WAIT_SIG_PRIORITY): Bump to highest priority. | Christopher Faylor | 2002-11-05 | 1 | -1/+1 |
* | * external.cc (cygwin_internal): Implement CW_CMDLINE. | Christopher Faylor | 2002-10-30 | 1 | -0/+13 |
* | Change _function() to function() throughout. | Christopher Faylor | 2002-10-21 | 1 | -21/+16 |
* | * sigproc.cc (wait_sig): Remove obsolete sigchld logic. | Christopher Faylor | 2002-10-20 | 1 | -4/+1 |
* | * cygthread.cc (cygthread::stub): Reintroduce clearing of __name but do it | Christopher Faylor | 2002-10-14 | 1 | -1/+2 |
* | * Makefile.in (new-cygwin1.dll): Reorganize library order. | Christopher Faylor | 2002-10-10 | 1 | -1/+1 |
* | * cygthread.cc (cygthread::stub): Don't create an event for "cygself" threads. | Christopher Faylor | 2002-10-09 | 1 | -4/+4 |
* | * fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller has | Christopher Faylor | 2002-09-22 | 1 | -3/+3 |