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-29Cygwin: stat: fix st_mode of fifosCorinna Vinschen
2020-01-28Cygwin: remove CYGWIN=dos_file_warning optionCorinna Vinschen
2020-01-28Cygwin: FIFO: fstatvfs: use our handle if O_PATH is setKen Brown
2020-01-28Cygwin: fhandler_disk_file::fstatvfs: refactorKen Brown
2020-01-28Cygwin: fhandler_base::fstat_fs: accomodate the O_PATH flagKen Brown
2020-01-28Cygwin: symlink/mknod: fix ACL handlingCorinna Vinschen
2020-01-28Cygwin: path_conv: add PC_SYM_NOFOLLOW_DIR flagCorinna Vinschen
2020-01-28Cygwin: add short comments to path_conv optionsCorinna Vinschen
2020-01-28Cygwin: drop __stdcall from close_all_filesCorinna Vinschen
2020-01-28Cygwin: move chmod_device declaration to winsup.hCorinna Vinschen
2020-01-28Cygwin: pty: Revise code waiting for forwarding again.Takashi Yano
2020-01-28Cygwin: console: Share readahead buffer within the same process.Takashi Yano
2020-01-24Cygwin: FIFO: tweak fcntl and dup when O_PATH is setKen Brown
2020-01-24Cygwin: re-implement fhandler_fifo::open with O_PATHKen Brown
2020-01-24Cygwin: device_access_denied: return false if O_PATH is setKen Brown
2020-01-24Cygwin: Bump DLL version to 3.1.3Corinna Vinschen
2020-01-23fhandler_proc.cc:format_proc_cpuinfo add rdpru flagBrian Inglis
2020-01-23Cygwin: pty: Remove close() call just before reopening slave.Takashi Yano
2020-01-22add pseudo console fixes to release textnewlib-3.3.0Corinna Vinschen
2020-01-22Cygwin: pty: Introduce disable_pcon in environment CYGWIN.Takashi Yano
2020-01-22Cygwin: pty: Fix reopening slave in push_to_pcon_screenbuffer().Takashi Yano
2020-01-21Cygwin: pty: Revise code waiting for forwarding by master_fwd_thread.Takashi Yano
2020-01-20Cygwin: document recent changesKen Brown
2020-01-20Cygwin: fstatat, fchownat: support the AT_EMPTY_PATH flagKen Brown
2020-01-17Cygwin: readlinkat: allow pathname to be emptyKen Brown
2020-01-17Cygwin: allow opening a symlink with O_PATH | O_NOFOLLOWKen Brown
2020-01-17Cygwin: normalize_win32_path: allow drive without trailing backslashKen Brown
2020-01-17Cygwin: pty: Fix state mismatch caused in octave gui.Takashi Yano
2020-01-14Cygwin: pty: Set console code page only if pseudo console is enabled.Takashi Yano
2020-01-14Cygwin: pty: Disable FreeConsole() on close for non cygwin process.Takashi Yano
2020-01-14Cygwin: console: Add code to restore console mode on close.Takashi Yano
2020-01-14Cygwin: console: Add workaround for broken CSI3J in Win10 1809.Takashi Yano
2020-01-14Cygwin: console: Disable xterm mode for non cygwin process only.Takashi Yano
2020-01-14Cygwin: pty: Add missing CloseHandle() calls.Takashi Yano
2020-01-14Cygwin: pty: Fix the issue regarding open and close multiple PTYs.Takashi Yano
2020-01-13Cygwin: select: Speed up select() call for pty, pipe and fifo.Takashi Yano
2020-01-13Cygwin: console: Make suspending process work properly.Takashi Yano
2020-01-13Cygwin: pty: Revise the code for setting code page of pseudo console.Takashi Yano
2020-01-13Cygwin: pty: Remove destructor for fhandler_pty_master class.Takashi Yano
2020-01-13Fixed crash on wine by adding NULL check after memchrArseniy Lartsev
2020-01-13Cygwin: Add missing Linux #define of CPU_SETSIZEMark Geisert
2019-12-22Cygwin: FIFO: use FILE_PIPE_REJECT_REMOTE_CLIENTS flagKen Brown
2019-12-21Cygwin: add 3.1.2 release textcygwin-3_1_2-releaseCorinna Vinschen
2019-12-19Cygwin: pty: Fix ESC[?3h and ESC[?3l handling again.Takashi Yano
2019-12-18Cygwin: pty: Fix a bug regarding ESC[?3h and ESC[?3l handling.Takashi Yano
2019-12-18Cygwin: Bump DLL version to 3.1.2Corinna Vinschen
2019-12-18Cygwin: add 3.1.1 release text belatedlyCorinna Vinschen
2019-12-17Cygwin: autoload: Add missing GetProcessGroupAffinity/GetThreadGroupAffinitycygwin-3_1_1-releaseCorinna Vinschen
2019-12-16Cygwin: Bump DLL version to 3.1.1Corinna Vinschen
2019-12-16Cygwin: add strtold fix to release messagecygwin-3_1_0-releaseCorinna Vinschen