| Commit message (Expand) | Author | Age | Files | Lines |
* | * dtable.cc (dtable::find_fifo): Release lock after fifo found (still racy). | Christopher Faylor | 2004-06-07 | 1 | -18/+30 |
* | * cygheap.cc (init_cheap): Add ability to specify minimal cygwin heap size when | Christopher Faylor | 2004-03-21 | 1 | -7/+23 |
* | 2004-01-12 Joshua Daniel Franklin <joshuadfranklin@yahoo.com> | Joshua Daniel Franklin | 2004-02-22 | 1 | -2/+2 |
* | * Makefile.in (clean): Remove sigfe.s. | Christopher Faylor | 2004-02-13 | 1 | -1/+7 |
* | Rename _threadinfo to _cygtls, throughout. | Christopher Faylor | 2004-02-12 | 1 | -10/+3 |
* | * debug.h (console_printf): Define for non-debugging condition. | Christopher Faylor | 2004-02-09 | 1 | -1/+1 |
* | * 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 | -0/+1 |
* | * cygtls.h (_threadinfo::call): Remove regparm declaration to work around | Christopher Faylor | 2004-01-14 | 1 | -2/+0 |
* | 2004-01-12 Joshua Daniel Franklin <joshuadfranklin@yahoo.com> | Joshua Daniel Franklin | 2004-01-11 | 1 | -0/+2 |
* | * exceptions.cc (_threadinfo::interrupt_now): Avoid double call to sigdelayed. | Christopher Faylor | 2004-01-03 | 1 | -1/+1 |
* | Move open_fhs from fhandler.h to cygheap.h for easier tracking. Accommodate | Christopher Faylor | 2003-12-30 | 1 | -2/+2 |
* | * fhandler.h (fhandler_tty_slave::archetype): Make public. | Christopher Faylor | 2003-12-27 | 1 | -2/+1 |
* | * pinfo.cc (_pinfo::set_ctty): *Always* call close on opened ctty since it | Christopher Faylor | 2003-12-27 | 1 | -2/+1 |
* | * fhandler.h (fhandler_tty_master::fixup_after_fork): Remove declaration. | Christopher Faylor | 2003-12-27 | 1 | -1/+3 |
* | * exceptions.cc (set_signal_mask): Redefine to not pass by address. Report | Christopher Faylor | 2003-12-23 | 1 | -0/+1 |
* | * exceptions.cc (set_signal_mask): Report on input argument rather than | Christopher Faylor | 2003-12-16 | 1 | -1/+5 |
* | * pinfo.cc (_pinfo::set_ctty): Correct stupid typo. | Christopher Faylor | 2003-12-11 | 1 | -1/+1 |
* | * cygheap.h (cygheap_types): Add HEAP_ARCHETYPES. | Christopher Faylor | 2003-12-11 | 1 | -3/+16 |
* | * pinfo.cc (_pinfo::set_ctty): Don't copy over existing ctty if it is active. | Christopher Faylor | 2003-12-09 | 1 | -4/+1 |
* | Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate, | Christopher Faylor | 2003-12-07 | 1 | -0/+30 |
* | Substitute 0x7fffffff and 0xffffffff by INT32_MAX and UINT32_MAX | Corinna Vinschen | 2003-12-03 | 1 | -1/+1 |
* | * pinfo.cc (pinfo::init): Use shared_name to construct the mapname. | Christopher Faylor | 2003-12-02 | 1 | -1/+1 |
* | Eliminate use of sigframe and sigthread throughout. | Christopher Faylor | 2003-11-28 | 1 | -8/+8 |
* | 2003-11-11 Robert Collins <rbtcollins@hotmail.com> | Robert Collins | 2003-11-14 | 1 | -1/+1 |
* | 2003-09-26 Pierre Humblet <pierre.humblet@ieee.org> | Pierre Humblet | 2003-09-27 | 1 | -1/+1 |
* | 2003-09-26 Pierre Humblet <pierre.humblet@ieee.org> | Pierre Humblet | 2003-09-27 | 1 | -2/+18 |
* | * devices.cc: New file. | Christopher Faylor | 2003-09-25 | 1 | -14/+71 |
* | * pinfo.h (winpids::pid_access): New element. | Christopher Faylor | 2003-09-17 | 1 | -14/+23 |
* | * getopt.cc (opterr): Reinstate initialization. | Christopher Faylor | 2003-09-16 | 1 | -0/+1 |
* | 2003-09-15 Pierre Humblet <pierre.humblet@ieee.org> | Pierre Humblet | 2003-09-16 | 1 | -1/+5 |
* | * include/sys/cygwin.h: Rename PID_UNUSED to PID_MAP_RW. | Christopher Faylor | 2003-09-13 | 1 | -4/+5 |
* | * dcrt0.cc (__argc_safe): New variable. | Christopher Faylor | 2003-09-05 | 1 | -4/+13 |
* | * pinfo.cc (_pinfo::commune_send): Fix bounds test so that poll of | Christopher Faylor | 2003-07-12 | 1 | -1/+1 |
* | * newsym: Use correct prefix for generating imports. | Christopher Faylor | 2003-07-06 | 1 | -1/+1 |
* | * pinfo.cc (_pinfo::commune_send): Don't attempt to communicate with a pure | Christopher Faylor | 2003-06-21 | 1 | -1/+1 |
* | Throughout, remove "include <errno.h>" from files which already include | Christopher Faylor | 2003-06-16 | 1 | -1/+0 |
* | missed in last checkin | Christopher Faylor | 2003-03-08 | 1 | -1/+1 |
* | * external.cc (cygwin_internal): Change n to __off64_t to match change | Corinna Vinschen | 2003-03-08 | 1 | -1/+1 |
* | Split ChangeLog, create ChangeLog-2002. | Corinna Vinschen | 2003-01-10 | 1 | -1/+1 |
* | * pinfo.cc (_pinfo::commune_send): Use myself->lock rather than just lock when | Christopher Faylor | 2003-01-05 | 1 | -1/+1 |
* | * pinfo.cc (_pinfo::cmdline): Allocate sufficient space for myself command line | Christopher Faylor | 2002-12-16 | 1 | -1/+1 |
* | * pinfo.h (winpids::set): Renamed from init. | Christopher Faylor | 2002-11-29 | 1 | -1/+11 |
* | * miscfuncs.cc (low_priority_sleep): New function. Use throughout where code | Christopher Faylor | 2002-11-13 | 1 | -7/+2 |
* | * pinfo.cc (_pinfo::commune_send): Fix thinko in previous checkin. | Christopher Faylor | 2002-11-05 | 1 | -1/+2 |
* | * pinfo.cc (_pinfo::commune_send): Set priority low when sleeping, waiting for | Christopher Faylor | 2002-11-05 | 1 | -1/+6 |
* | revert erroneous checkins | Christopher Faylor | 2002-11-05 | 1 | -2/+0 |
* | * sigproc.cc (WAIT_SIG_PRIORITY): Bump to THREAD_PRIORITY_TIME_CRITICAL. | Christopher Faylor | 2002-11-05 | 1 | -0/+2 |
* | * pinfo.cc (_pinfo::commune_send): Initialize buffer or suffer random crashes. | Christopher Faylor | 2002-11-05 | 1 | -0/+4 |
* | * external.cc (cygwin_internal): Implement CW_CMDLINE. | Christopher Faylor | 2002-10-30 | 1 | -0/+222 |