Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-09cygwin: Remove comparison of 'this' to NULL in _pinfo::existsKen Brown
2017-10-09cygwin: Remove comparison of 'this' to 'NULL' in _pinfo::environKen Brown
2017-10-09cygwin: Remove comparison of 'this' to 'NULL' in _pinfo::fdKen Brown
2017-10-09cygwin: Remove comparison of 'this' to 'NULL' in _pinfo::pipe_fhandlerKen Brown
2017-10-09cygwin: Remove comparison of 'this' to 'NULL' in _pinfo::commune_requestKen Brown
2017-10-09cygwin: Remove comparison of 'this' to 'NULL' in _pinfo::cmdlineKen Brown
2017-10-09cygwin: Remove comparison of 'this' to 'NULL' in _pinfo::cwdKen Brown
2017-10-09cygwin: Remove comparison of 'this' to 'NULL' in _pinfo::rootKen Brown
2017-10-09cygwin: Remove comparison of 'this' to 'NULL' in _pinfo::fdsKen Brown
2017-04-24cygwin TEST: Add nagging debug output to pinfoCorinna Vinschen
2017-04-24cygwin: pinfo: do not wait for setting ppid on a transitional procinfoCorinna Vinschen
2017-01-10Fix formatting in pinfo.ccCorinna Vinschen
2017-01-10Add a _pinfo.environ() method analogous to _pinfo.cmdline(), and others.Erik M. Bray
2016-11-24_pinfo::set_ctty: Check potential NULL pointer in debug_printf statementCorinna Vinschen
2016-06-27Use PROCESS/THREAD_QUERY_LIMITED_INFORMATION where appropriateCorinna Vinschen
2016-06-23Handle up to 63 partitions per driveCorinna Vinschen
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen
2016-04-05Revert "Refactor to avoid nonnull checks on "this" pointer."Corinna Vinschen
2016-04-04Refactor to avoid nonnull checks on "this" pointer.Peter Foley
2016-03-20Fix strict aliasingPeter Foley
2016-03-20The address of an class always evaluates to truePeter Foley
2016-01-11Return unique inode numbers when calling stat/fstat on pipes and IP socketsCorinna Vinschen
2015-07-19Reduce stack pressure throughout CygwinCorinna Vinschen
2015-06-08Avoid compiler warning in latest patchcygwin-2_0_4-releaseCorinna Vinschen
2015-06-08Evaluate /proc/$PID/{root,cwd,cmdline} for native processesCorinna Vinschen
2015-06-08Avoid delays trying to fetch Cygwin info from non-Cygwin processesCorinna Vinschen
2014-05-19 * pinfo.cc (pinfo_basic::pinfo_basic): Fix size of progname array inCorinna Vinschen
2014-02-15* pinfo.cc (winpids::add): Always copy pinfo structure when winpid. Fill outChristopher Faylor
2014-02-09 Introduce reading passwd/group entries from SAM/AD. IntroduceCorinna Vinschen
2013-12-18* dcrt0.cc (dll_crt0_1): Remove NtSetTimerResolution.Christopher Faylor
2013-12-18* autoload.cc (timeBeginPeriod): Autoload.Christopher Faylor
2013-12-18* external.cc (fillout_pinfo): Remove nonsensical loop.Christopher Faylor
2013-05-24 * pinfo.cc (pinfo::status_exit): Enhance comment.Corinna Vinschen
2013-05-24 * environ.cc (win_env::add_cache): Set the Windows environment variableCorinna Vinschen
2013-05-01Throughout, (mainly in fhandler*) fix remaining gcc 4.7 mismatchYaakov Selkowitz
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen
2013-03-29* pinfo.h (pinfo::status_exit): Rename from former static function in pinfo.cc.Christopher Faylor
2013-01-21Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor
2013-01-14Fix copyrightsCorinna Vinschen
2013-01-14* exceptions.cc (signal_exit): Move captive process termintation...Christopher Faylor
2012-12-21* DevNotes: Add entry cgf-000017.Christopher Faylor
2012-11-11 * winbase.h: Semi-reinstantiate to workaround lack inline assemblerCorinna Vinschen
2012-10-09* pinfo.cc: Remove unneeded assert.h.Christopher Faylor
2012-09-18* pinfo.cc (pinfo::init): Detect potential race where short block has beenChristopher Faylor
2012-08-26* pinfo.cc (pinfo::init): Remove assertion.Christopher Faylor
2012-08-23* pinfo.cc (_pinfo::exists): Don't consider a process with no state to exist.Christopher Faylor
2012-08-17whitespace cleanupChristopher Faylor
2012-08-15* pinfo.cc (_pinfo::exists): Don't consider an execed process to exist.Christopher Faylor
2012-07-02* pinfo.cc (_pinfo::commune_request): Eliminate unneeded assignment found byChristopher Faylor
2012-05-30 * hookapi.cc (find_first_notloaded_dll): Extend comment. Fix usage ofCorinna Vinschen