aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2024-01-31Cygwin: pinfo: use stpcpy where appropriateCorinna Vinschen1-9/+3
2024-01-31sys/stat.h: drop __INSIDE_CYGWIN__ guardsCorinna Vinschen2-6/+2
2024-01-31Cygwin: posix_getdents: implement per SUS Base Specifications Issue 8 draftCorinna Vinschen9-8/+131
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
2024-01-31Cygwin: implement fdclosedirCorinna Vinschen4-7/+33
2024-01-31Cygwin: implement dirent.d_reclenCorinna Vinschen3-8/+23
2024-01-31Cygwin: export getlocalename_lCorinna Vinschen3-1/+11
2024-01-31getlocalename_l: implement per SUS Base Specifications Issue 8 draftCorinna Vinschen5-0/+116
2024-01-31Cygwin: path: convert symlink_info to classCorinna Vinschen1-140/+165
2024-01-31Cygwin: files: slightly simplify suffix handlingCorinna Vinschen3-32/+17
2024-01-31Cygwin: bump DLL version to 3.6.0cygwin-3.6.0-devCorinna Vinschen1-1/+1
2024-01-31Hide itoa, utoa, __itoa and __utoa in stdlib.h on Cygwin onlycygwin-3.5.0Christian Franke1-1/+3
2024-01-29Cygwin: machine/_arc4random.h: Fix copy/paste bugCorinna Vinschen1-1/+0
2024-01-29ssp: add support for _FORTIFY_SOURCE=3Christian Franke4-8/+23
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-24libgloss: start a MAINTAINERS fileMike Frysinger1-0/+13