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