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
2020-01-28Cygwin: remove CYGWIN=dos_file_warning optionCorinna Vinschen
2019-11-02Cygwin: fix process parent/child relationship after execveCorinna Vinschen
2019-09-21Cygwin: console: Make console input work in GDB and strace.Takashi Yano
2019-07-25Cygwin: Fix the address of myselfCorinna Vinschen
2019-07-25Cygwin: Don't change pgid to ctty pgid under debuggerCorinna Vinschen
2019-07-16Cygwin: avoid GCC 8.3 errors with -Werror=class-memaccessKen Brown
2019-04-02Cygwin: winpids: Fix getting process multiple times, take 2Corinna Vinschen
2019-03-27Cygwin: winpids: Fix getting process multiple timesCorinna Vinschen
2019-03-11Cygwin: fix permissions of winpid symlinksCorinna Vinschen
2019-03-04Cygwin: Revert attempting to unload user profile after useCorinna Vinschen
2019-02-23Cywin: user profile: unload impersonation user profile on exitCorinna Vinschen
2019-02-08Cygwin: fix child getting another pid after spawnveCorinna Vinschen
2019-02-07forkables: Create forkable hardlinks, yet unused.Michael Haubenwallner
2019-02-02Cygwin: pinfo: simplify create_winpid_symlinkCorinna Vinschen
2019-02-02Cygwin: processes: fix handling of native Windows processesCorinna Vinschen
2019-02-01Cygwin: processes: use dedicated Cygwin PID rather than Windows PIDCorinna Vinschen
2019-01-07Cygwin: fix regression in O_TMPFILE | O_EXCL caseCorinna Vinschen
2019-01-06Cygwin: pinfo: add method to send a serialized path_conv and HANDLECorinna Vinschen
2018-06-07Cygwin: Allow the environment pointer to be NULLKen Brown
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