aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin
AgeCommit message (Expand)AuthorFilesLines
2024-03-01Cygwin: posix_getdents: do not clear attached DIR structure at fork(2)Corinna Vinschen1-1/+0
2024-03-01Cygwin: lseek: improve seeking posix_getdents descriptorsCorinna Vinschen1-22/+61
2024-03-01Cygwin: console: Do not unmap shared console memory belonging to ctty.Takashi Yano2-3/+12
2024-02-28Cygwin: set ENOSHARE and ECASECLASH _sys_errlist[] entries to emptyChristian Franke1-3/+9
2024-02-26Cygwin: add release text for getgrent local SAM enumeration patchCorinna Vinschen1-0/+2
2024-02-26Cygwin: errmap[]: update comments using current winerror.hChristian Franke1-850/+851
2024-02-26Cygwin: errmap[]: add error numbers to /* ERROR_... */ commentsChristian Franke1-1357/+1357
2024-02-26Cygwin: errmap[]: reduce value size from 32 to 8 bitsChristian Franke1-1/+1
2024-02-26Cygwin: introduce constexpr errmap_size and errmap[] consistency checksChristian Franke2-2/+11
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-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: getgrent/getpwent: avoid local enumeration on DCsCorinna Vinschen1-0/+5
2024-02-20Cygwin: getgrent: fix local SAM enumeration on domain member machinesCorinna Vinschen2-5/+9
2024-02-20Cygwin: passwd/group: drop Capability SIDsCorinna Vinschen1-18/+29
2024-02-20Cygwin: gettimeofday: allow tv NULL pointerCorinna Vinschen2-3/+9
2024-02-16Cygwin: timespec_get: implement C11 functionCorinna Vinschen4-0/+18
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-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-14Cygwin: accommodate gcc -Og optionCorinna Vinschen2-2/+2
2024-02-13Cygwin: find_fast_cwd: don't run assembler checking code on ARM64Corinna Vinschen1-15/+13
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: document new winjitdebug optionCorinna Vinschen1-2/+8
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-01Cygwin: CW_CMDLINE_ALLOC: fix a pontentially undefined return valueCorinna Vinschen1-1/+1
2024-01-31Cygwin: implement setproctitlegithub/topic/3.6topic/3.6Corinna Vinschen6-20/+59
2024-01-31Cygwin: commune_process: don't use IsBadStringPtrCorinna Vinschen1-4/+1
2024-01-31Cygwin: globals: make __progname an alias of program_invocation_short_nameCorinna Vinschen5-19/+22
2024-01-31Cygwin: cygwin_GetCommandLineW/A: don't rely on __argv[0] contentCorinna Vinschen1-2/+5
2024-01-31Cygwin: ps -f: output command lineCorinna Vinschen1-0/+3
2024-01-31Cygwin: redefine CW_CMDLINE to CW_CMDLINE_ALLOCCorinna Vinschen2-4/+41
2024-01-31Cygwin: pinfo: use stpcpy where appropriateCorinna Vinschen1-9/+3
2024-01-31sys/stat.h: drop __INSIDE_CYGWIN__ guardsCorinna Vinschen1-4/+0
2024-01-31Cygwin: posix_getdents: implement per SUS Base Specifications Issue 8 draftCorinna Vinschen8-8/+128
2024-01-31Cygwin: devices.h: drop useless mode checkCorinna Vinschen1-4/+1
2024-01-31Cygwin: dirent.h: make definition of struct __DIR opaqueCorinna Vinschen2-16/+32