21593 Commits (46bb999a8945f4d3243f560b5cbd71e18113fb01)
 

Author SHA1 Message Date
Takashi Yano 46bb999a89 Cygwin: pipe: Give up to use query_hdl for non-cygwin apps. 2 years ago
Takashi Yano b160b690b6 Cygwin: console: Fix a race issue between close() and open(). 2 years ago
Corinna Vinschen abb532a87f Cygwin: cygheap: compute bucket instead of looping over it 2 years ago
Corinna Vinschen 5d3e79ec6b Cygwin: cygheap: use SRWLOCK for cygheap locking 2 years ago
Corinna Vinschen e2ea60728c Cygwin: posix_getdents: do not clear attached DIR structure at fork(2) 2 years ago
Corinna Vinschen 6d93691547 Cygwin: lseek: improve seeking posix_getdents descriptors 2 years ago
Takashi Yano c77a5689f7 Cygwin: console: Do not unmap shared console memory belonging to ctty. 2 years ago
Christian Franke ee97ae1d5f Cygwin: set ENOSHARE and ECASECLASH _sys_errlist[] entries to empty 2 years ago
Christian Franke 6f996d7751 Cygwin: add compile warning if ENOSHARE or ECASECLASH is used 2 years ago
Corinna Vinschen 7a89f7261d Cygwin: add release text for getgrent local SAM enumeration patch 2 years ago
Christian Franke c2f6c04155 Cygwin: errmap[]: update comments using current winerror.h 2 years ago
Christian Franke 2b7cc8972f Cygwin: errmap[]: add error numbers to /* ERROR_... */ comments 2 years ago
Christian Franke 4f843719d3 Cygwin: errmap[]: reduce value size from 32 to 8 bits 2 years ago
Christian Franke b55eed943b Cygwin: introduce constexpr errmap_size and errmap[] consistency checks 2 years ago
Christian Franke 4af5f9d51e Cygwin: Map ERROR_NO_SUCH_DEVICE and ERROR_MEDIA_CHANGED to ENODEV 2 years ago
Corinna Vinschen 388da83dce Cygwin: add newgrp release notes 2 years ago
Corinna Vinschen 0e3bb302de Cygwin: newgrp: only allow group from supplementary group list 2 years ago
Corinna Vinschen 808a95d24d Cygwin: newgrp: fix invalid usage of argv 2 years ago
Sebastian Huber 3e16e86a56 RTEMS: Define ssize_t for <dirent.h> 2 years ago
Corinna Vinschen a0d7758359 Cygwin: strptime: add release note 2 years ago
Corinna Vinschen 585855eef8 Cygwin: strptime: fix am/pm handling 2 years ago
Corinna Vinschen 343a2a5581 Cygwin: strptime: make sure to fail on invalid input digits 2 years ago
Alexey Lapshin acf176104f strptime: fix am/pm converting to 24-hour system 2 years ago
Corinna Vinschen c90b20192d Cygwin: getgrent/getpwent: avoid local enumeration on DCs 2 years ago
Corinna Vinschen 15e82eef3a Cygwin: getgrent: fix local SAM enumeration on domain member machines 2 years ago
Corinna Vinschen 5cc6996987 Cygwin: passwd/group: drop Capability SIDs 2 years ago
Corinna Vinschen 70653fd8f1 Cygwin: gettimeofday: allow tv NULL pointer 2 years ago
Corinna Vinschen a7bf7c7dd5 Cygwin: timespec_get: implement C11 function 2 years ago
Takashi Yano f9542a2e8e Cygwin: pty: Re-fix the last bug regarding nat-pipe. 2 years ago
Takashi Yano f907b5f405 Cygwin: pty: Fix failure to revert from nat-pipe in disable_pcon. 2 years ago
Takashi Yano f3ba4db2e2 Cygwin: console: Fix a bug that 64th console cannot be handled. 2 years ago
Takashi Yano 4dd3dc876c Cygwin: console: Fix a bug that cannot handle consoles more than 32. 2 years ago
Takashi Yano 930e553da8 Cygwin: console: Unify EnumWindows() callback functions. 2 years ago
Takashi Yano 054f4801e6 Cygwin: pty: Make GNU screen and tmux work in ConEmu cygwin-connector. 2 years ago
Corinna Vinschen 2a2a6486a0 Cygwin: accommodate gcc -Og option 2 years ago
Corinna Vinschen 4e77fa9b8b Cygwin: find_fast_cwd: don't run assembler checking code on ARM64 2 years ago
Takashi Yano 8aad3a7ede Cygwin: console: Fix a problem that minor ID is incorrect in ConEmu. 2 years ago
Takashi Yano ac92c4c9f5 Cygwin: console: Make VMIN and VTIME work. 2 years ago
Takashi Yano 8e24d162f4 Cygwin: pty: Fix potential handle leak regarding CallNamedPipe(). 2 years ago
Takashi Yano 06992ed6b4 Cygwin: pty: Fix handle leak in master process. 2 years ago
Corinna Vinschen 10c8c1cf4f include/ansidecl.h: import from binutils-gdb 2 years ago
Corinna Vinschen dace0bfa6c Cygwin: dumper: use void* in place of PTR 2 years ago
Corinna Vinschen bfb68a9e6e getlocalename_l: fix _reent for _REENT_SMALL targets 2 years ago
Corinna Vinschen 35b10bb8c6 Cygwin: fix typo in winjitdebug description 2 years ago
Corinna Vinschen 918c3eda41 Cygwin: document new winjitdebug option 2 years ago
Corinna Vinschen cb34100be8 Cygwin: reorder list of CYGWIN env var options alphabetically again 2 years ago
Johannes Schindelin 07ea90a5d2 Cygwin: Do not show Error dialogs by default 5 years ago
Takashi Yano b91d38db37 Cygwin: net: Make if_nametoindex, etc. consistent with if_nameindex. 2 years ago
Takashi Yano ad75a40cd8 Cygwin: Document recent bug fix in release note. 2 years ago
Takashi Yano c2be9bf5eb Cygwin: console: Avoid slipping past disable_master_thread check. 2 years ago