summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/pinfo.cc
Commit message (Expand)AuthorAgeFilesLines
* Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen2016-06-231-3/+0
* Revert "Refactor to avoid nonnull checks on "this" pointer."Corinna Vinschen2016-04-051-8/+8
* Refactor to avoid nonnull checks on "this" pointer.Peter Foley2016-04-041-8/+8
* Fix strict aliasingPeter Foley2016-03-201-2/+1
* The address of an class always evaluates to truePeter Foley2016-03-201-1/+1
* Return unique inode numbers when calling stat/fstat on pipes and IP socketsCorinna Vinschen2016-01-111-5/+5
* Reduce stack pressure throughout CygwinCorinna Vinschen2015-07-191-6/+6
* Avoid compiler warning in latest patchcygwin-2_0_4-releaseCorinna Vinschen2015-06-081-2/+2
* Evaluate /proc/$PID/{root,cwd,cmdline} for native processesCorinna Vinschen2015-06-081-3/+81
* Avoid delays trying to fetch Cygwin info from non-Cygwin processesCorinna Vinschen2015-06-081-1/+6
* * pinfo.cc (pinfo_basic::pinfo_basic): Fix size of progname array inCorinna Vinschen2014-05-191-2/+2
* * pinfo.cc (winpids::add): Always copy pinfo structure when winpid. Fill outChristopher Faylor2014-02-151-61/+38
* Introduce reading passwd/group entries from SAM/AD. IntroduceCorinna Vinschen2014-02-091-2/+2
* * dcrt0.cc (dll_crt0_1): Remove NtSetTimerResolution.Christopher Faylor2013-12-181-3/+5
* * autoload.cc (timeBeginPeriod): Autoload.Christopher Faylor2013-12-181-8/+4
* * external.cc (fillout_pinfo): Remove nonsensical loop.Christopher Faylor2013-12-181-50/+58
* * pinfo.cc (pinfo::status_exit): Enhance comment.Corinna Vinschen2013-05-241-3/+3
* * environ.cc (win_env::add_cache): Set the Windows environment variableCorinna Vinschen2013-05-241-0/+13
* Throughout, (mainly in fhandler*) fix remaining gcc 4.7 mismatchYaakov Selkowitz2013-05-011-1/+1
* * Merge in cygwin-64bit-branch.Corinna Vinschen2013-04-231-27/+28
* * pinfo.h (pinfo::status_exit): Rename from former static function in pinfo.cc.Christopher Faylor2013-03-291-5/+11
* Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor2013-01-211-2/+2
* Fix copyrightsCorinna Vinschen2013-01-141-1/+1
* * exceptions.cc (signal_exit): Move captive process termintation...Christopher Faylor2013-01-141-6/+4
* * DevNotes: Add entry cgf-000017.Christopher Faylor2012-12-211-1/+1
* * winbase.h: Semi-reinstantiate to workaround lack inline assemblerCorinna Vinschen2012-11-111-8/+3
* * pinfo.cc: Remove unneeded assert.h.Christopher Faylor2012-10-091-1/+0
* * pinfo.cc (pinfo::init): Detect potential race where short block has beenChristopher Faylor2012-09-171-0/+9
* * pinfo.cc (pinfo::init): Remove assertion.Christopher Faylor2012-08-261-1/+0
* * pinfo.cc (_pinfo::exists): Don't consider a process with no state to exist.Christopher Faylor2012-08-231-1/+1
* whitespace cleanupChristopher Faylor2012-08-161-1/+1
* * pinfo.cc (_pinfo::exists): Don't consider an execed process to exist.Christopher Faylor2012-08-151-1/+1
* * pinfo.cc (_pinfo::commune_request): Eliminate unneeded assignment found byChristopher Faylor2012-07-021-2/+0
* * 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