aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-04-18Cygwin: fix return value of ilogbl(NaN)Corinna Vinschen2-0/+7
2023-04-18Cygwin: add release text for previous commitCorinna Vinschen1-0/+3
2023-04-18Cygwin: cygheap: fix fork error after heap has grownDavid McFarland1-1/+2
2023-04-14Cygwin: pty: Fix reading CONIN$ when stdin is not a pty.Takashi Yano2-0/+9
2023-03-29Cygwin: dirname: fix handling of leading slashesCorinna Vinschen2-1/+4
2023-03-15Cygwin: kill(1): don't print spurious error messageCorinna Vinschen2-2/+7
2023-03-15Cygwin: signals: drop accidental spaces from real-time signal namesCorinna Vinschen1-31/+31
2023-03-14Cygwin: Fix type mismatch on sys/cpuset.hMark Geisert2-42/+101
2023-03-07Cygwin: ctty: Add missing fixup_after_{exec,fork}() call.Takashi Yano2-0/+12
2023-02-25Cygwin: dsp: Fix SNDCTL_DSP_{POST,SYNC} ioctl() behaviour.Takashi Yano1-4/+11
2023-02-14Cygwin: dumper: also link with libzstd, as libbfd may require itJon Turney5-2/+12
2023-02-14bump DLL version to 3.4.7Corinna Vinschen1-1/+1
2023-02-09Cygwin: get_posix_access: Make mode_t parameter mandatorycygwin-3.4.6Corinna Vinschen8-36/+31
2023-02-09Cygwin: chmod: don't drop default ACEs from directory ACLsCorinna Vinschen2-1/+5
2023-02-09Cygwin: mkdir: use correct default permissions filtered by umaskCorinna Vinschen2-3/+8
2023-02-06setlocale: create LC_ALL string when changing localeCorinna Vinschen1-4/+10
2023-01-26Cygwin: dsp: Fix hang on close() if another thread calls write().Takashi Yano2-0/+10
2023-01-23Cygwin: mount: differ allowed server name chars from allowed share name charsCorinna Vinschen1-3/+16
2023-01-22Cygwin: mount: allow any valid character in UNC pathsCorinna Vinschen2-3/+15
2023-01-22Cygwin: fsync: Fix EINVAL for block device.Takashi Yano2-1/+7
2023-01-22Cygwin: tape: tapes are character devices, not block devicesCorinna Vinschen2-258/+258
2023-01-19Cygwin: bump DLL version to 3.4.6Corinna Vinschen1-1/+1
2023-01-19Cygwin: Add 3.4.5 release messagecygwin-3.4.5Corinna Vinschen1-0/+5
2023-01-19Cygwin: fix build of cygcheck and straceCorinna Vinschen1-2/+2
2023-01-19bump DLL version to 3.4.5Corinna Vinschen1-1/+1
2023-01-19Cygwin: dsp: Fix a problem that fcntl() does not take effect.cygwin-3.4.4Takashi Yano2-0/+14
2023-01-18Cygwin: open_shared: always bump next_addressCorinna Vinschen1-12/+8
2023-01-17Cygwin: disable high-entropy VA for cygcheck and straceCorinna Vinschen1-0/+2
2023-01-17Cygwin: open_shared: try harder allocating a shared regionCorinna Vinschen2-11/+53
2023-01-17Cygwin: Move shared regions, rename PINFO... to MYSELF_REGION_ADDRESSCorinna Vinschen2-9/+11
2023-01-17Cygwin: open_shared: don't reuse shared_locations parameter as outputCorinna Vinschen4-29/+31
2023-01-16Cygwin: /proc/cpuinfo: always print trailing empty line, as on LinuxCorinna Vinschen1-2/+2
2023-01-16Cygwin: /proc/cpuinfo: Always print topology infoCorinna Vinschen2-3/+18
2023-01-10Cygwin: cygheap: Initialize myself_pinfo before child_copy().Takashi Yano2-2/+2
2023-01-10Cygwin: /proc/<PID>/status: avoid crash computing signal infoCorinna Vinschen2-1/+5
2023-01-09Cygwin: reinstantiate exporting _allocaCorinna Vinschen3-1/+6
2022-12-22Cygwin: devices: Make generic console devices invisible from pty.Takashi Yano2-2/+8
2022-12-22Cygwin: console: Fix hangup of less on quit after the window is resized.Takashi Yano2-0/+8
2022-12-21Cygwin: path_conv: make sure sym.path_flags is always initializedCorinna Vinschen2-1/+6
2022-12-16bump DLL version to 3.4.4Jon Turney1-1/+1
2022-12-16Cygwin: Update 3.4.3 release notecygwin-3.4.3Jon Turney1-0/+3
2022-12-16Revert "Cygwin: x86_64: add wmemset assembler entry point"Jon Turney1-8/+0
2022-12-14Cygwin: path handling: never substitute virtual drive with target pathCorinna Vinschen1-62/+87
2022-12-14Cygwin: add release message for latest path handling patchCorinna Vinschen1-0/+6
2022-12-13Cygwin: Makefile: build new-cygwin1.dll in a single stepCorinna Vinschen1-17/+2
2022-12-13Cygwin: Makefile: only regenerate cygwin_version.c if it changesCorinna Vinschen1-1/+9
2022-12-11bump DLL version to 3.4.3Corinna Vinschen1-1/+1
2022-12-11Cygwin: add 3.4.2 release notescygwin-3.4.2Corinna Vinschen1-0/+5
2022-12-11Cygwin: uname: fix building in non-git source dirCorinna Vinschen2-3/+14
2022-12-11Cygwin: uname: generate default release string from git as wellCorinna Vinschen2-15/+24