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-08-09Cygwin: clipboard: Only SEEK_SET and SEEK_CUR are supportedCorinna Vinschen
2023-08-04Cygwin: pty: Fix thread safety of readahead buffer handling in pty master.Takashi Yano
2023-07-08Cygwin: fstat(): Fix st_rdev returned by fstat() for /dev/tty.Takashi Yano
2023-07-08Cygwin: stat(): Fix "Bad address" error on stat() for /dev/tty.Takashi Yano
2023-06-20fhandler/proc.cc: use wincap.has_user_shstkBrian Inglis
2023-06-02Cygwin: pty: Additional fix for transferring input at exit.Takashi Yano
2023-06-01Cygwin: pty: Fix transferring type-ahead input between input pipes.Takashi Yano
2023-05-12fhandler/proc.cc(format_proc_cpuinfo): Add Linux 6.3 cpuinfoBrian Inglis
2023-04-14Cygwin: pty: Fix reading CONIN$ when stdin is not a pty.Takashi Yano
2023-03-26Cygwin: /proc/locales: filter out useless explicit utf8 localesCorinna Vinschen
2023-03-26Cygwin: /proc/locales: use ENCODING_LEN to define array sizesCorinna Vinschen
2023-03-26Cygwin: /proc/locales: use modifier when checking default codesetCorinna Vinschen
2023-03-24Cygwin: /proc/locales: fix "sr" localesCorinna Vinschen
2023-03-24Cygwin: /proc/locales: fix sd_IN localeCorinna Vinschen
2023-03-20Cygwin: unlink: drop unlink_nt/unlink_nt_shareable wrappersCorinna Vinschen
2023-03-16Cygwin: add support for GB18030 codesetCorinna Vinschen
2023-03-07Cygwin: ctty: Replace ctty constant with more descriptive macros.Takashi Yano
2023-03-07Cygwin: console: Suppress unnecessary open_shared_console() calls.Takashi Yano
2023-03-07Cygwin: ctty: Add missing fixup_after_{exec,fork}() call.Takashi Yano
2023-02-26Cygwin: locale: fix devanagari modifierCorinna Vinschen
2023-02-26Cygwin: introduce /proc/codesets and /proc/localesCorinna Vinschen
2023-02-25Cygwin: dsp: Fix SNDCTL_DSP_{POST,SYNC} ioctl() behaviour.Takashi Yano
2023-02-16Cygwin: dsp: Fix SNDCTL_DSP_GET[IO]SPACE before read()/write().Takashi Yano
2023-02-09Cygwin: get_posix_access: Make mode_t parameter mandatoryCorinna Vinschen
2023-02-09Cygwin: chmod: don't drop default ACEs from directory ACLsCorinna Vinschen
2023-01-31Cygwin: dsp: Implement SNDCTL_DSP_SETFRAGMENT ioctl().Takashi Yano
2023-01-25Cygwin: dsp: Fix hang on close() if another thread calls write().Takashi Yano
2023-01-22Cygwin: fsync: Fix EINVAL for block device.Takashi Yano
2023-01-19Cygwin: dsp: Fix a problem that fcntl() does not take effect.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-16Cygwin: /proc/cpuinfo: always print trailing empty line, as on LinuxCorinna Vinschen
2023-01-16Cygwin: /proc/cpuinfo: Always print topology infoCorinna Vinschen
2023-01-10Cygwin: pinfo: Additional fix for CTTY behavior.Takashi Yano
2022-12-23fhandler/proc.cc(format_proc_cpuinfo): add Linux 6.1 cpuinfoBrian Inglis
2022-12-22Cygwin: console: Make the console accessible from other terminals.Takashi Yano
2022-12-22Cygwin: pinfo: Align CTTY behavior to the statement of POSIX.Takashi Yano
2022-12-22Cygwin: console: Fix hangup of less on quit after the window is resized.Takashi Yano
2022-12-09Cygwin: pty: Use GetTickCount64() instead of GetTickCount().Takashi Yano
2022-12-09Cygwin: pipe: Fix performance degradation for non-cygwin pipe.Takashi Yano
2022-12-04Cygwin: fix a few comments mentioning Windows 7 or 8Corinna Vinschen
2022-12-04Cygwin: drop wincap::cons_need_small_input_record_bufCorinna Vinschen
2022-12-04Cygwin: drop wincap::has_broken_attach_consoleCorinna Vinschen
2022-12-04Cygwin: drop wincap::has_query_process_handle_infoCorinna Vinschen
2022-11-29Cygwin: serial: Fix a copy-paste error in DTR setupCarlo Bramini
2022-11-25Cygwin: pty: Rename fhandler/tty.cc to fhandler/pty.cc.Takashi Yano
2022-11-20Cygwin: pty, console: Encapsulate spawn.cc code related to pty/console.Takashi Yano
2022-11-11Cygwin: fix TIOCMBIS/TIOCMBIC not working when using usbser.sysCarlo Bramini
2022-11-10Cygwin: Correct /proc/*/stat for processes without cttyAndy Koppe
2022-10-28Cygwin: /proc/<PID>/maps: output cygheap infoCorinna Vinschen