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
2023-03-07Cygwin: ctty: Replace ctty constant with more descriptive macros.Takashi Yano
2023-01-18Cygwin: /proc/<PID>/maps: print real shared region addressesCorinna Vinschen
2023-01-17Cygwin: open_shared: don't reuse shared_locations parameter as outputCorinna Vinschen
2023-01-10Cygwin: ctty: Add comments for the special values: -1 and -2.Takashi Yano
2023-01-10Cygwin: pinfo: Additional fix for CTTY behavior.Takashi Yano
2023-01-09Cygwin: /proc/<PID>/status: simplify code generating signal infoCorinna Vinschen
2022-12-22Cygwin: pinfo: Align CTTY behavior to the statement of POSIX.Takashi Yano
2022-08-04Cygwin: drop all usages of WINAPICorinna Vinschen
2022-07-28Cygwin: rename __cygwin_environ and drop env redirection via cur_environ()Corinna Vinschen
2022-06-06Cygwin: remove most occurrences of __stdcall and __cdeclKen Brown
2022-05-30Cygwin: remove regparm.hKen Brown
2022-05-19Cygwin: make sure exec'ed process exists early in process listCorinna Vinschen
2022-03-02Cygwin: _pinfo::siginfo: fix sig_send callCorinna Vinschen
2022-03-01Cygwin: /proc/<PID>/status: Fill SigPnd, SigBlk and SigIgn values with lifeCorinna Vinschen
2022-02-28Cygwin: termios: Ensure detection of GDB inferior in process_sigs().Takashi Yano
2022-02-25Cygwin: pinfo: Fix exit code when non-cygwin app exits by Ctrl-C.Takashi Yano
2021-08-19Cygwin: fix all usages of NtQueryDirectoryObjectCorinna Vinschen
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