summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/pinfo.cc
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'gdb_7_4-branch'.gdb_7_4-2011-12-13-branchpointcvs2svn2011-12-081-1412/+0
* * 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
* Throughout, replace hMainProc with GetCurrentProcess/NtCurrentProcessCorinna Vinschen2009-12-181-4/+4
* Consistently use va_end.Eric Blake2009-10-141-2/+2
* Support pseudo-reloc version 2Charles Wilson2009-10-071-0/+4
* Add cygwin wrapper for ExitProcess and TerminateProcess.Charles Wilson2009-10-061-3/+9
* * exceptions.cc: Move global variable sigExeced...Christopher Faylor2009-10-061-1/+0
* * Makefile.in: Don't do anything special with any RCS directories.Christopher Faylor2009-07-121-1/+0
* * shared.cc (shared_name): New function for WCHAR names.Corinna Vinschen2009-01-261-1/+1
* Remove unneeded header files from source files throughout. Update copyrightsChristopher Faylor2009-01-031-4/+1
* * glob_pattern_p.cc: New file.Christopher Faylor2008-12-311-1/+1
* * pinfo.h (pinfo::thisproc): Declare. Rename from set_myself.Christopher Faylor2008-12-201-11/+13
* * pinfo.cc (pinfo_basic): New class.Christopher Faylor2008-12-191-6/+18
* Remove unneeded header files from source files throughout.Christopher Faylor2008-04-071-8/+0
* Add miscfuncs.h to files as needed throughout.Christopher Faylor2008-04-071-0/+1
* * Fix copyright dates.Corinna Vinschen2008-04-011-1/+1
* * hookapi.cc (find_first_notloaded_dll): New function.Christopher Faylor2008-03-271-3/+27
* * Makefile.in (DLL_OFILES): Add tls_pbuf.o.Corinna Vinschen2008-03-071-1/+3
* * cygheap.cc (cwcsdup): New function.Corinna Vinschen2008-02-141-5/+5