summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/pinfo.cc
Commit message (Expand)AuthorAgeFilesLines
* * pinfo.cc (_pinfo::commune_send): Correct debugging output.Christopher Faylor2004-10-051-1/+1
* * exceptions.cc: (ctrl_c_handler): Do nothing while a Cygwin subprocess isChristopher Faylor2004-09-121-8/+7
* * fork.cc (fork_parent): Record child's pid when we're sure that it has beenChristopher Faylor2004-08-301-1/+1
* * dcrt0.cc (dll_crt0_0): Use proper boolean arguments.Christopher Faylor2004-07-241-2/+19
* * pinfo.cc (pinfo::init): Print handle in hex when MapViewOfFile fails.Christopher Faylor2004-07-221-1/+1
* * pinfo.cc (pinfo::init): Guard against MapViewOfFileEx failure.Christopher Faylor2004-07-161-0/+2
* * dtable.cc (dtable::find_fifo): Release lock after fifo found (still racy).Christopher Faylor2004-06-071-18/+30
* * cygheap.cc (init_cheap): Add ability to specify minimal cygwin heap size whenChristopher Faylor2004-03-211-7/+23
* 2004-01-12 Joshua Daniel Franklin <joshuadfranklin@yahoo.com>Joshua Daniel Franklin2004-02-221-2/+2
* * Makefile.in (clean): Remove sigfe.s.Christopher Faylor2004-02-131-1/+7
* Rename _threadinfo to _cygtls, throughout.Christopher Faylor2004-02-121-10/+3
* * debug.h (console_printf): Define for non-debugging condition.Christopher Faylor2004-02-091-1/+1
* * cygheap.cc (init_cygheap::close_ctty): Protect YA vforkism.Christopher Faylor2004-01-241-1/+1
* * configure.in: Remove NEWVFORK default.Christopher Faylor2004-01-231-0/+1
* * cygtls.h (_threadinfo::call): Remove regparm declaration to work aroundChristopher Faylor2004-01-141-2/+0
* 2004-01-12 Joshua Daniel Franklin <joshuadfranklin@yahoo.com>Joshua Daniel Franklin2004-01-111-0/+2
* * exceptions.cc (_threadinfo::interrupt_now): Avoid double call to sigdelayed.Christopher Faylor2004-01-031-1/+1
* Move open_fhs from fhandler.h to cygheap.h for easier tracking. AccommodateChristopher Faylor2003-12-301-2/+2
* * fhandler.h (fhandler_tty_slave::archetype): Make public.Christopher Faylor2003-12-271-2/+1
* * pinfo.cc (_pinfo::set_ctty): *Always* call close on opened ctty since itChristopher Faylor2003-12-271-2/+1
* * fhandler.h (fhandler_tty_master::fixup_after_fork): Remove declaration.Christopher Faylor2003-12-271-1/+3
* * exceptions.cc (set_signal_mask): Redefine to not pass by address. ReportChristopher Faylor2003-12-231-0/+1
* * exceptions.cc (set_signal_mask): Report on input argument rather thanChristopher Faylor2003-12-161-1/+5
* * pinfo.cc (_pinfo::set_ctty): Correct stupid typo.Christopher Faylor2003-12-111-1/+1
* * cygheap.h (cygheap_types): Add HEAP_ARCHETYPES.Christopher Faylor2003-12-111-3/+16
* * pinfo.cc (_pinfo::set_ctty): Don't copy over existing ctty if it is active.Christopher Faylor2003-12-091-4/+1
* Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate,Christopher Faylor2003-12-071-0/+30
* Substitute 0x7fffffff and 0xffffffff by INT32_MAX and UINT32_MAXCorinna Vinschen2003-12-031-1/+1
* * pinfo.cc (pinfo::init): Use shared_name to construct the mapname.Christopher Faylor2003-12-021-1/+1
* Eliminate use of sigframe and sigthread throughout.Christopher Faylor2003-11-281-8/+8
* 2003-11-11 Robert Collins <rbtcollins@hotmail.com>Robert Collins2003-11-141-1/+1
* 2003-09-26 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2003-09-271-1/+1
* 2003-09-26 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2003-09-271-2/+18
* * devices.cc: New file.Christopher Faylor2003-09-251-14/+71
* * pinfo.h (winpids::pid_access): New element.Christopher Faylor2003-09-171-14/+23
* * getopt.cc (opterr): Reinstate initialization.Christopher Faylor2003-09-161-0/+1
* 2003-09-15 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2003-09-161-1/+5
* * include/sys/cygwin.h: Rename PID_UNUSED to PID_MAP_RW.Christopher Faylor2003-09-131-4/+5
* * dcrt0.cc (__argc_safe): New variable.Christopher Faylor2003-09-051-4/+13
* * pinfo.cc (_pinfo::commune_send): Fix bounds test so that poll ofChristopher Faylor2003-07-121-1/+1
* * newsym: Use correct prefix for generating imports.Christopher Faylor2003-07-061-1/+1
* * pinfo.cc (_pinfo::commune_send): Don't attempt to communicate with a pureChristopher Faylor2003-06-211-1/+1
* Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor2003-06-161-1/+0
* missed in last checkinChristopher Faylor2003-03-081-1/+1
* * external.cc (cygwin_internal): Change n to __off64_t to match changeCorinna Vinschen2003-03-081-1/+1
* Split ChangeLog, create ChangeLog-2002.Corinna Vinschen2003-01-101-1/+1
* * pinfo.cc (_pinfo::commune_send): Use myself->lock rather than just lock whenChristopher Faylor2003-01-051-1/+1
* * pinfo.cc (_pinfo::cmdline): Allocate sufficient space for myself command lineChristopher Faylor2002-12-161-1/+1
* * pinfo.h (winpids::set): Renamed from init.Christopher Faylor2002-11-291-1/+11
* * miscfuncs.cc (low_priority_sleep): New function. Use throughout where codeChristopher Faylor2002-11-131-7/+2