aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-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-24RTEMS: Define ssize_t for <dirent.h>Sebastian Huber1-0/+5
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-21strptime: fix am/pm converting to 24-hour systemAlexey Lapshin1-5/+6
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 Vinschen3-3/+3
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-12include/ansidecl.h: import from binutils-gdbCorinna Vinschen1-52/+77
2024-02-12Cygwin: dumper: use void* in place of PTRCorinna Vinschen1-1/+1
2024-02-05getlocalename_l: fix _reent for _REENT_SMALL targetsCorinna Vinschen1-1/+6
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-01Cygwin: ps: avoid long lines on ttyCorinna Vinschen1-22/+55
2024-02-01Cygwin: ps: make sure later format flags override earlier format flagsCorinna Vinschen1-0/+6
2024-02-01Cygwin: CW_CMDLINE_ALLOC: fix a pontentially undefined return valueCorinna Vinschen1-1/+1
2024-02-01Cygwin: document showing command line on ps -fCorinna Vinschen2-3/+4
2024-01-31Cygwin: implement setproctitlegithub/topic/3.6topic/3.6Corinna Vinschen7-20/+67
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 Vinschen2-2/+18
2024-01-31Cygwin: redefine CW_CMDLINE to CW_CMDLINE_ALLOCCorinna Vinschen2-4/+41