aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/fhandler
AgeCommit message (Expand)AuthorFilesLines
2024-09-02Cygwin: pipe: Fix a regression that raw_write() slows downTakashi Yano1-2/+4
2024-08-31Cygwin: console: Disable cons_master_thread in win32-input-modeTakashi Yano1-2/+6
2024-08-19Cygwin: pipe: do short writes only once in nonblocking case tooCorinna Vinschen1-2/+1
2024-08-19Cygwin: pipe: fix comparisonCorinna Vinschen1-1/+1
2024-08-18Cygwin: pipe: improve writing when pipe buffer is almost fullCorinna Vinschen1-4/+40
2024-08-18Cygwin: pipe: handle signals explicitely in raw_writeCorinna Vinschen1-3/+12
2024-08-13Cygwin: Fix warnings about narrowing conversions of socket ioctlsJon Turney1-1/+1
2024-08-06Cygwin: Fix warning about narrowing conversions in tape optionsJon Turney1-2/+2
2024-08-06Cygwin: Fix warning about address known to be non-NULL in /proc/localesJon Turney1-2/+1
2024-07-19Cygwin: fhandler/proc.cc(format_proc_cpuinfo): Linux 6.10 flags resyncBrian Inglis1-17/+18
2024-07-19Cygwin: fhandler/proc.cc(format_proc_cpuinfo): add newlinesBrian Inglis1-3/+4
2024-07-19Cygwin: fhandler/proc.cc(format_proc_cpuinfo): Linux 6.10 flags addedBrian Inglis1-0/+8
2024-07-09Cygwin: console: Fix for GNU screen/tmux in ConEmuTakashi Yano1-1/+18
2024-07-09Cygwin: console: Fix race issue on allocating console simultaneously.Takashi Yano1-41/+43
2024-07-07Cygwin: console: Bug fix for the last console code changeTakashi Yano1-4/+7
2024-07-06Cygwin: console: Fixes an issue that tmux can not run on the console.Takashi Yano1-1/+14
2024-07-03Cygwin: console: Fix conflict on shared names between sessions.Takashi Yano1-4/+11
2024-07-01Cygwin: pty: Avoid client deadlock when pty master stops to read.Takashi Yano1-3/+22
2024-06-30Cygwin: console: Add debug print on thread_sync_event creation errorTakashi Yano1-0/+3
2024-06-29Cygwin: console: Add error handling for thread_sync_eventTakashi Yano1-17/+34
2024-06-28Cygwin: dsp: Fix incorrect openflags when opening multiple /dev/dspTakashi Yano1-10/+16
2024-06-01Cygwin: mixer: Fix volume control for no WAVECAPS_LRVOLUME deviceTakashi Yano1-1/+13
2024-04-09Cygwin: fhandler_virtual::exists: always set fileidCorinna Vinschen4-4/+20
2024-04-04Cygwin: fhandler_base::fstat_by_name: improve debug output.Corinna Vinschen1-4/+2
2024-04-04Cygwin: FILE_OPEN_NO_RECALL is incompatible with FILE_DIRECTORY_FILECorinna Vinschen1-1/+0
2024-04-02Cygwin: fhandler_virtual: move fileid to path_conv memberCorinna Vinschen5-23/+23
2024-03-27Cygwin: //: fetch only one item per loopCorinna Vinschen1-13/+9
2024-03-24Cygwin: // and //server: add support for WSLCorinna Vinschen1-10/+43
2024-03-24Cygwin: dir_cache::add: constify input stringCorinna Vinschen1-1/+1
2024-03-24Cygwin: fhandler_netdrive: use WNNC_NET_SMB instead of WNNC_NET_LANMANCorinna Vinschen1-2/+2
2024-03-23Cygwin: //tsclient: allow to enumerate sharesCorinna Vinschen1-1/+5
2024-03-23Cygwin: //server: revert to using WNet and support NFS sharesCorinna Vinschen1-71/+233
2024-03-22Cygwin: //server: check existence of server with getaddrinfoCorinna Vinschen1-27/+24
2024-03-20Cygwin: readdir: drop support for NT4/Win2K shares and Samba < 3.0.22Corinna Vinschen1-56/+4
2024-03-20Cygwin: /proc: fix mem leak in opendir in error caseCorinna Vinschen1-0/+2
2024-03-20Cygwin: // and //server: switch to Network DiscoveryCorinna Vinschen1-222/+255
2024-03-20Cygwin: opendir(3): move ENOTDIR check into main functionCorinna Vinschen2-6/+2
2024-03-20Cygwin: (mostly) drop NT4 and Samba < 3.0 supportCorinna Vinschen2-10/+1
2024-03-18winsup/cygwin/fhandler/proc.cc: format_proc_cpuinfo() Linux 6.8 cpuinfo flagsBrian Inglis1-7/+31
2024-03-12Cygwin: pipe: Make sure to set read pipe non-blocking for cygwin apps.Takashi Yano1-0/+63
2024-03-08Cygwin: FS_IOC_[GS]ETFLAGS: handle pinned and unpinned attributesCorinna Vinschen1-1/+3
2024-03-08Cygwin: try to avoid recalling offline filesCorinna Vinschen1-6/+14
2024-03-06Cygwin: pipe: Simplify chhecking procedure of query_hdl.Takashi Yano1-24/+23
2024-03-05Cygwin: pipe: Give up to use query_hdl for non-cygwin apps.Takashi Yano1-44/+13
2024-03-04Cygwin: console: Fix a race issue between close() and open().Takashi Yano1-24/+34
2024-03-01Cygwin: posix_getdents: do not clear attached DIR structure at fork(2)Corinna Vinschen1-1/+0
2024-03-01Cygwin: console: Do not unmap shared console memory belonging to ctty.Takashi Yano1-3/+5
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 Yano1-5/+3