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