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
path: root/winsup
AgeCommit message (Expand)Author
2023-08-16Cygwin: pty: Add missing pinfo check in transfer_input().Takashi Yano
2023-08-04Cygwin: pty: Fix thread safety of readahead buffer handling in pty master.Takashi Yano
2023-08-02newlib: Fix memory leak regarding gdtoa-based _ldtoa_r().Takashi Yano
2023-07-26Rename _NL_CTYPE_OUTDIGITSx_MB/WC to _NL_CTYPE_OUTDIGITx_MB/WCCorinna Vinschen
2023-07-26Cygwin: add AT_EMPTY_PATH fix to release messageCorinna Vinschen
2023-07-26Cygwin: Fix and streamline AT_EMPTY_PATH handlingCorinna Vinschen
2023-07-26Cygwin: use new _AT_NULL_PATHNAME_ALLOWED flagCorinna Vinschen
2023-07-26Cygwin: gen_full_path_at: drop never reached codeCorinna Vinschen
2023-07-13Cygwin: Update release/3.4.8 for latest <sys/cpuset.h> commitMark Geisert
2023-07-10Cygwin: Make gcc-specific code in <sys/cpuset.h> compiler-agnosticMark Geisert
2023-07-04Cygwin: Fix latest release message being in the wrong release file.Corinna Vinschen
2023-07-04Cygwin: Make <sys/cpuset.h> safe for c89 compilationsMark Geisert
2023-06-22Cygwin: thread: Reset _my_tls.tid if it's pthread_null in init_mainthread().Takashi Yano
2023-06-16Cygwin: bump DLL version to 3.4.8Corinna Vinschen
2023-06-02Cygwin: pty: Additional fix for transferring input at exit.cygwin-3.4.7Takashi Yano
2023-06-01Cygwin: pty: Fix transferring type-ahead input between input pipes.Takashi Yano
2023-05-25Cygwin: Adjust CWD magic to accommodate for the latest Windows previewsJohannes Schindelin
2023-05-01Cygwin: Fix compiling with w32api-headers v11.0.0Biswapriyo Nath
2023-04-18Cygwin: align renameat2 to Linux behaviourCorinna Vinschen
2023-04-18Cygwin: fix errno values set by readlinkatCorinna Vinschen
2023-04-18Cygwin: fix return value of ilogbl(NaN)Corinna Vinschen
2023-04-18Cygwin: add release text for previous commitCorinna Vinschen
2023-04-18Cygwin: cygheap: fix fork error after heap has grownDavid McFarland
2023-04-14Cygwin: pty: Fix reading CONIN$ when stdin is not a pty.Takashi Yano
2023-03-29Cygwin: dirname: fix handling of leading slashesCorinna Vinschen
2023-03-16Cygwin: kill(1): don't print spurious error messageCorinna Vinschen
2023-03-16Cygwin: signals: drop accidental spaces from real-time signal namesCorinna Vinschen
2023-03-14Cygwin: Fix type mismatch on sys/cpuset.hMark Geisert
2023-03-07Cygwin: ctty: Add missing fixup_after_{exec,fork}() call.Takashi Yano
2023-02-25Cygwin: dsp: Fix SNDCTL_DSP_{POST,SYNC} ioctl() behaviour.Takashi Yano
2023-02-14Cygwin: dumper: also link with libzstd, as libbfd may require itJon Turney
2023-02-14bump DLL version to 3.4.7Corinna Vinschen
2023-02-09Cygwin: get_posix_access: Make mode_t parameter mandatorycygwin-3.4.6Corinna Vinschen
2023-02-09Cygwin: chmod: don't drop default ACEs from directory ACLsCorinna Vinschen
2023-02-09Cygwin: mkdir: use correct default permissions filtered by umaskCorinna Vinschen
2023-01-25Cygwin: dsp: Fix hang on close() if another thread calls write().Takashi Yano
2023-01-23Cygwin: mount: differ allowed server name chars from allowed share name charsCorinna Vinschen
2023-01-22Cygwin: mount: allow any valid character in UNC pathsCorinna Vinschen
2023-01-22Cygwin: fsync: Fix EINVAL for block device.Takashi Yano
2023-01-22Cygwin: tape: tapes are character devices, not block devicesCorinna Vinschen
2023-01-19Cygwin: bump DLL version to 3.4.6Corinna Vinschen
2023-01-19Cygwin: Add 3.4.5 release messagecygwin-3.4.5Corinna Vinschen
2023-01-19Cygwin: fix build of cygcheck and straceCorinna Vinschen
2023-01-19bump DLL version to 3.4.5Corinna Vinschen
2023-01-19Cygwin: dsp: Fix a problem that fcntl() does not take effect.cygwin-3.4.4Takashi Yano
2023-01-18Cygwin: open_shared: always bump next_addressCorinna Vinschen
2023-01-17Cygwin: disable high-entropy VA for cygcheck and straceCorinna Vinschen
2023-01-17Cygwin: open_shared: try harder allocating a shared regionCorinna Vinschen
2023-01-17Cygwin: Move shared regions, rename PINFO... to MYSELF_REGION_ADDRESSCorinna Vinschen
2023-01-17Cygwin: open_shared: don't reuse shared_locations parameter as outputCorinna Vinschen