aboutsummaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)AuthorFilesLines
2024-03-11Cygwin: try to avoid recalling offline filesCorinna Vinschen7-11/+61
2024-03-06Cygwin: pipe: Give up to use query_hdl for non-cygwin apps.Takashi Yano2-44/+17
2024-03-04Cygwin: console: Fix a race issue between close() and open().Takashi Yano2-24/+38
2024-03-01Cygwin: console: Do not unmap shared console memory belonging to ctty.Takashi Yano2-3/+12
2024-02-27 bump DLL version to 3.5.2Corinna Vinschen1-1/+1
2024-02-26Cygwin: add release text for getgrent local SAM enumeration patchcygwin-3.5.1Corinna Vinschen1-0/+2
2024-02-26Cygwin: getgrent/getpwent: avoid local enumeration on DCsCorinna Vinschen1-0/+5
2024-02-26Cygwin: getgrent: fix local SAM enumeration on domain member machinesCorinna Vinschen2-5/+9
2024-02-26Cygwin: passwd/group: drop Capability SIDsCorinna Vinschen1-18/+29
2024-02-24Cygwin: Map ERROR_NO_SUCH_DEVICE and ERROR_MEDIA_CHANGED to ENODEVChristian Franke1-2/+2
2024-02-24Cygwin: add newgrp release notesCorinna Vinschen1-0/+3
2024-02-24Cygwin: newgrp: only allow group from supplementary group listCorinna Vinschen2-5/+27
2024-02-24Cygwin: newgrp: fix invalid usage of argvCorinna Vinschen1-1/+2
2024-02-21Cygwin: strptime: add release noteCorinna Vinschen1-0/+3
2024-02-21Cygwin: strptime: fix am/pm handlingCorinna Vinschen1-3/+9
2024-02-21Cygwin: strptime: make sure to fail on invalid input digitsCorinna Vinschen1-3/+12
2024-02-20Cygwin: gettimeofday: allow tv NULL pointerCorinna Vinschen2-3/+9
2024-02-16Cygwin: pty: Re-fix the last bug regarding nat-pipe.Takashi Yano1-4/+1
2024-02-16Cygwin: pty: Fix failure to revert from nat-pipe in disable_pcon.Takashi Yano1-2/+0
2024-02-16Cygwin: console: Fix a bug that 64th console cannot be handled.Takashi Yano4-9/+8
2024-02-16Cygwin: console: Fix a bug that cannot handle consoles more than 32.Takashi Yano3-2/+4
2024-02-15Cygwin: dumper: use void* in place of PTRCorinna Vinschen1-1/+1
2024-02-14Cygwin: console: Unify EnumWindows() callback functions.Takashi Yano4-110/+39
2024-02-14Cygwin: pty: Make GNU screen and tmux work in ConEmu cygwin-connector.Takashi Yano1-1/+3
2024-02-13Cygwin: console: Fix a problem that minor ID is incorrect in ConEmu.Takashi Yano4-0/+30
2024-02-13Cygwin: console: Make VMIN and VTIME work.Takashi Yano2-8/+20
2024-02-13Cygwin: pty: Fix potential handle leak regarding CallNamedPipe().Takashi Yano1-2/+18
2024-02-13Cygwin: pty: Fix handle leak in master process.Takashi Yano2-0/+5
2024-02-03Cygwin: fix typo in winjitdebug descriptionCorinna Vinschen1-5/+5
2024-02-03Cygwin: document new winjitdebug optionCorinna Vinschen2-2/+18
2024-02-03Cygwin: reorder list of CYGWIN env var options alphabetically againCorinna Vinschen1-2/+2
2024-02-03Cygwin: Do not show Error dialogs by defaultJohannes Schindelin3-1/+3
2024-02-03Cygwin: net: Make if_nametoindex, etc. consistent with if_nameindex.Takashi Yano3-4/+32
2024-02-03Cygwin: Document recent bug fix in release note.Takashi Yano1-0/+5
2024-02-03Cygwin: console: Avoid slipping past disable_master_thread check.Takashi Yano1-2/+6
2024-02-02Cygwin: console: Fix exit code for non-cygwin process.Takashi Yano1-3/+3
2024-02-01bump DLL version to 3.5.1Corinna Vinschen1-1/+1
2024-01-29Cygwin: machine/_arc4random.h: Fix copy/paste bugCorinna Vinschen1-1/+0
2024-01-29Cygwin: fix arc4random after fork(2)Corinna Vinschen2-0/+17
2024-01-29Cygwin: redefine how to recognize forkee stateCorinna Vinschen5-16/+27
2024-01-25Cygwin: Add a timeout to ensure we don't wait forever for dumperJon Turney1-2/+6
2024-01-24Cygwin: pthread: Fix handle leak in pthread_once.Takashi Yano1-0/+3
2024-01-23Cygwin: Don't terminate via dumperJon Turney2-4/+9
2024-01-23Cygwin: seekdir: don't set errnoCorinna Vinschen1-1/+0
2024-01-19Cygwin: remove warnings from testsuite buildCorinna Vinschen3-8/+4
2024-01-18Cygwin: replace all `fgrep' with `grep -F'Corinna Vinschen5-8/+8
2024-01-17Cygwin: copy doc changes from commit 241b50a7abe2 to release notesCorinna Vinschen1-4/+4
2024-01-16Cygwin: Update documentation for cygwin_stackdumpJon Turney1-0/+4
2024-01-16Cygwin: Treat api_fatal() similarly to a core-dumping signalJon Turney3-5/+20
2024-01-16Cygwin: Define and use __WCOREFLAGJon Turney2-3/+4