aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/pinfo.cc
AgeCommit message (Expand)AuthorFilesLines
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen1-27/+28
2013-03-29* pinfo.h (pinfo::status_exit): Rename from former static function in pinfo.cc.Christopher Faylor1-5/+11
2013-01-21Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor1-2/+2
2013-01-14Fix copyrightsCorinna Vinschen1-1/+1
2013-01-14* exceptions.cc (signal_exit): Move captive process termintation...Christopher Faylor1-6/+4
2012-12-21* DevNotes: Add entry cgf-000017.Christopher Faylor1-1/+1
2012-11-11 * winbase.h: Semi-reinstantiate to workaround lack inline assemblerCorinna Vinschen1-8/+3
2012-10-09* pinfo.cc: Remove unneeded assert.h.Christopher Faylor1-1/+0
2012-09-17* pinfo.cc (pinfo::init): Detect potential race where short block has beenChristopher Faylor1-0/+9
2012-08-26* pinfo.cc (pinfo::init): Remove assertion.Christopher Faylor1-1/+0
2012-08-23* pinfo.cc (_pinfo::exists): Don't consider a process with no state to exist.Christopher Faylor1-1/+1
2012-08-16whitespace cleanupChristopher Faylor1-1/+1
2012-08-15* pinfo.cc (_pinfo::exists): Don't consider an execed process to exist.Christopher Faylor1-1/+1
2012-07-02* pinfo.cc (_pinfo::commune_request): Eliminate unneeded assignment found byChristopher Faylor1-2/+0
2012-05-30 * hookapi.cc (find_first_notloaded_dll): Extend comment. Fix usage ofCorinna Vinschen1-1/+0
2012-05-08* DevNotes: Add entry cgf-000004.Christopher Faylor1-0/+7
2012-05-07* DevNotes: Add entry cgf-000003.Christopher Faylor1-7/+3
2012-03-21* child_info.h: Reset magic number.Christopher Faylor1-2/+0
2012-03-21* pinfo.cc (proc_waiter): Remove debugging.Christopher Faylor1-1/+0
2012-03-20* child_info.h (CURR_CHILD_INFO_MAGIC): Reset.Christopher Faylor1-73/+4
2012-03-20* pinfo.cc (pinfo_init): Cosmetic change: unset "destroy" for myself.Christopher Faylor1-7/+18
2012-03-19* pinfo.cc (pinfo::wait): Handle case where prefork was not called prior toChristopher Faylor1-5/+8
2012-03-16* fork.cc (lock_signals): Move to sigproc.h.Christopher Faylor1-61/+50
2012-03-07* pinfo.cc (_pinfo::dup_proc_pipe): Reorganize to provide more information forChristopher Faylor1-13/+17
2012-03-05 * pinfo.cc (_pinfo::dup_proc_pipe): Fix order of arguments in debugCorinna Vinschen1-1/+1
2012-02-14* pinfo.cc (_pinfo::set_ctty): Revert 2012-02-07 change to skip function if ttyChristopher Faylor1-4/+2
2012-02-07* cygheap.cc (init_cygheap::manage_console_count): Delete.Christopher Faylor1-2/+1
2012-01-11Update copyright on all files checked in so far this year.Christopher Faylor1-1/+1
2012-01-08* dtable.cc (dtable::stdio_init): Always initialize console when we have one.Christopher Faylor1-24/+14
2011-12-23 * pinfo.cc (pinfo_basic::pinfo_basic): Fix formatting. Set uid and gidCorinna Vinschen1-1/+4
2011-12-22 Throughout use wincap.allocation_granularity instead of getpagesize.Corinna Vinschen1-10/+32
2011-12-17Clean up whitespace.Christopher Faylor1-1/+1
2011-11-28 * pinfo.cc (pinfo::exit): Call TerminateProcess to avoid potentialCorinna Vinschen1-0/+2
2011-11-26* exceptions.cc (sigpacket::process): Move signal_exit processing into...Christopher Faylor1-2/+2
2011-11-24* cygthread.h (cygthread::name): Default name to "main" if we are early in theChristopher Faylor1-2/+1
2011-11-14* pinfo.cc (_pinfo::dup_proc_pipe): Fatalize a warning when debugging.Christopher Faylor1-2/+7
2011-11-14Throughout use "have_execed" macro rather than "hExeced" global handle.Christopher Faylor1-38/+77
2011-11-07* cygwin.din (ptsname_r): Export.Christopher Faylor1-5/+5
2011-11-05* pinfo.cc (status_exit): Recognize STATUS_ILLEGAL_INSTRUCTION.Christopher Faylor1-0/+3
2011-11-05* pinfo.cc (status_exit): Return complete error code. HandleChristopher Faylor1-6/+10
2011-10-26* child_info.h (cchildren): New struct.Christopher Faylor1-11/+17
2011-10-22* dtable.cc (dtable::delete_archetype): Improve debugging output.Christopher Faylor1-0/+3
2011-10-15* cygerrno.h (__set_errno): Modify debugging output to make searching straceChristopher Faylor1-18/+20
2011-08-13 * miscfuncs.cc (CreatePipeOverlapped): New function.Corinna Vinschen1-28/+32
2011-08-11 * (winpids::add): Make sure to store always a Windows PID inCorinna Vinschen1-25/+68
2011-06-16* fhandler_console.cc (fhandler_console::set_unit): Set pc.file_attributes() toChristopher Faylor1-1/+1
2011-06-04* pinfo.cc (_pinfo::set_ctty): Don't reset myself->{pgid,sid} if terminal hasChristopher Faylor1-1/+1
2011-06-04* fhandler.cc (fhandler_base_overlapped::wait_overlapped): Only raise SIGPIPEChristopher Faylor1-0/+6
2011-05-28* autoload.cc: Call _api_fatal in asm.Christopher Faylor1-8/+10
2011-05-05* cygheap.cc (cygheap::close_ctty): Close ctty via close_with_arch().Christopher Faylor1-23/+24