summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/pinfo.cc
Commit message (Expand)AuthorAgeFilesLines
* * hookapi.cc (find_first_notloaded_dll): Extend comment. Fix usage ofCorinna Vinschen2012-05-301-1/+0
* * DevNotes: Add entry cgf-000004.Christopher Faylor2012-05-081-0/+7
* * DevNotes: Add entry cgf-000003.Christopher Faylor2012-05-071-7/+3
* * child_info.h: Reset magic number.Christopher Faylor2012-03-211-2/+0
* * pinfo.cc (proc_waiter): Remove debugging.Christopher Faylor2012-03-211-1/+0
* * child_info.h (CURR_CHILD_INFO_MAGIC): Reset.Christopher Faylor2012-03-201-73/+4
* * pinfo.cc (pinfo_init): Cosmetic change: unset "destroy" for myself.Christopher Faylor2012-03-201-7/+18
* * pinfo.cc (pinfo::wait): Handle case where prefork was not called prior toChristopher Faylor2012-03-191-5/+8
* * fork.cc (lock_signals): Move to sigproc.h.Christopher Faylor2012-03-161-61/+50
* * pinfo.cc (_pinfo::dup_proc_pipe): Reorganize to provide more information forChristopher Faylor2012-03-071-13/+17
* * pinfo.cc (_pinfo::dup_proc_pipe): Fix order of arguments in debugCorinna Vinschen2012-03-051-1/+1
* * pinfo.cc (_pinfo::set_ctty): Revert 2012-02-07 change to skip function if ttyChristopher Faylor2012-02-141-4/+2
* * cygheap.cc (init_cygheap::manage_console_count): Delete.Christopher Faylor2012-02-071-2/+1
* Update copyright on all files checked in so far this year.Christopher Faylor2012-01-111-1/+1
* * dtable.cc (dtable::stdio_init): Always initialize console when we have one.Christopher Faylor2012-01-081-24/+14
* * pinfo.cc (pinfo_basic::pinfo_basic): Fix formatting. Set uid and gidCorinna Vinschen2011-12-231-1/+4
* Throughout use wincap.allocation_granularity instead of getpagesize.Corinna Vinschen2011-12-221-10/+32
* Clean up whitespace.Christopher Faylor2011-12-171-1/+1
* * pinfo.cc (pinfo::exit): Call TerminateProcess to avoid potentialCorinna Vinschen2011-11-281-0/+2
* * exceptions.cc (sigpacket::process): Move signal_exit processing into...Christopher Faylor2011-11-261-2/+2
* * cygthread.h (cygthread::name): Default name to "main" if we are early in theChristopher Faylor2011-11-241-2/+1
* * pinfo.cc (_pinfo::dup_proc_pipe): Fatalize a warning when debugging.Christopher Faylor2011-11-141-2/+7
* Throughout use "have_execed" macro rather than "hExeced" global handle.Christopher Faylor2011-11-141-38/+77
* * cygwin.din (ptsname_r): Export.Christopher Faylor2011-11-071-5/+5
* * pinfo.cc (status_exit): Recognize STATUS_ILLEGAL_INSTRUCTION.Christopher Faylor2011-11-051-0/+3
* * pinfo.cc (status_exit): Return complete error code. HandleChristopher Faylor2011-11-051-6/+10
* * child_info.h (cchildren): New struct.Christopher Faylor2011-10-261-11/+17
* * dtable.cc (dtable::delete_archetype): Improve debugging output.Christopher Faylor2011-10-221-0/+3
* * cygerrno.h (__set_errno): Modify debugging output to make searching straceChristopher Faylor2011-10-151-18/+20
* * miscfuncs.cc (CreatePipeOverlapped): New function.Corinna Vinschen2011-08-131-28/+32
* * (winpids::add): Make sure to store always a Windows PID inCorinna Vinschen2011-08-111-25/+68
* * fhandler_console.cc (fhandler_console::set_unit): Set pc.file_attributes() toChristopher Faylor2011-06-161-1/+1
* * pinfo.cc (_pinfo::set_ctty): Don't reset myself->{pgid,sid} if terminal hasChristopher Faylor2011-06-041-1/+1
* * fhandler.cc (fhandler_base_overlapped::wait_overlapped): Only raise SIGPIPEChristopher Faylor2011-06-041-0/+6
* * autoload.cc: Call _api_fatal in asm.Christopher Faylor2011-05-281-8/+10
* * cygheap.cc (cygheap::close_ctty): Close ctty via close_with_arch().Christopher Faylor2011-05-051-23/+24
* * fork.cc (fork): Clear PID_REAPED.Christopher Faylor2011-05-051-3/+3
* * pinfo.cc (_pinfo::exists): Check for PID_REAPED.Christopher Faylor2011-05-051-1/+1
* * advapi32.cc (SetSecurityDescriptorDacl): Remove.Corinna Vinschen2011-04-281-3/+4
* * advapi32.cc (InitializeAcl): Remove.Corinna Vinschen2011-04-281-3/+2
* * Fix various copyrights.Corinna Vinschen2011-04-181-1/+1
* * cygheap.h (init_cygheap::ctty): Use base class so that console can join inChristopher Faylor2011-04-171-1/+2
* * init.cc (search_for): Put this in shared section or suffer subtle problemsChristopher Faylor2010-12-121-0/+1
* * pinfo.cc (pinfo::exit): Grab a tty lock before setting pgid.Christopher Faylor2010-10-231-0/+1
* * pinfo.cc (pinfo::exit): Reset tty pgrp to zero if no more handles open.Christopher Faylor2010-10-231-2/+6
* * dcrt0.cc (dll_crt0_0): Remove myself settings.Christopher Faylor2010-09-011-0/+3
* * cygthread.cc (cygthread::create): Fix incorrect use of name rather thanChristopher Faylor2010-09-011-1/+1
* * environ.cc (regopt): Change the first argument to wide char string.Christopher Faylor2010-05-181-3/+5
* Throughout change all calls of low_priority_sleep (0) to yield ().Christopher Faylor2010-03-121-3/+3
* * shared_info.h (open_shared): Create function wrapper for common use case.Christopher Faylor2010-03-091-1/+1