aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/local_includes/fhandler.h
AgeCommit message (Expand)AuthorFilesLines
8 daysCygwin: console: Disable cons_master_thread in win32-input-modeTakashi Yano1-0/+2
2024-07-09Cygwin: console: Fix race issue on allocating console simultaneously.Takashi Yano1-10/+3
2024-06-28Cygwin: dsp: Fix incorrect openflags when opening multiple /dev/dspTakashi Yano1-3/+4
2024-03-12Cygwin: pipe: Make sure to set read pipe non-blocking for cygwin apps.Takashi Yano1-0/+3
2024-02-16Cygwin: console: Fix a bug that 64th console cannot be handled.Takashi Yano1-2/+3
2024-02-14Cygwin: console: Unify EnumWindows() callback functions.Takashi Yano1-0/+15
2023-11-28Cygwin: fallocate(2): handle FALLOC_FL_PUNCH_HOLE and FALLOC_FL_ZERO_RANGECorinna Vinschen1-0/+14
2023-11-28Cygwin: fhandler: rename ftruncate method to fallocateCorinna Vinschen1-4/+4
2023-11-17Cygwin: Add /dev/disk/by-label and /dev/disk/by-uuid symlinksChristian Franke1-1/+2
2023-11-17Cygwin: Add /dev/disk/by-drive and /dev/disk/by-voluuid symlinksChristian Franke1-1/+2
2023-11-07Cygwin: Add /dev/disk/by-partuuid symlinksChristian Franke1-1/+6
2023-11-05Cygwin: Add /dev/disk/by-id symlinksChristian Franke1-0/+47
2023-09-07Cygwin: dsp: Improve response time of select()/poll().Takashi Yano1-2/+3
2023-09-06Cygwin: dsp: Implement select()/poll().Takashi Yano1-0/+11
2023-09-01Cygwin: Implement sound mixer device.Takashi Yano1-0/+29
2023-09-01Cygwin: dsp: Fix a few trivial bugs.Takashi Yano1-0/+2
2023-08-19Cygwin: pty: Fix failure to clear switch_to_nat_pipe flag.Takashi Yano1-1/+2
2023-08-04Cygwin: pty: Fix thread safety of readahead buffer handling in pty master.Takashi Yano1-0/+8
2023-07-08Cygwin: fstat(): Fix st_rdev returned by fstat() for /dev/tty.Takashi Yano1-2/+10
2023-03-07Cygwin: ctty: Replace ctty constant with more descriptive macros.Takashi Yano1-0/+11
2023-01-31Cygwin: dsp: Implement SNDCTL_DSP_SETFRAGMENT ioctl().Takashi Yano1-0/+3
2023-01-26Cygwin: dsp: Fix hang on close() if another thread calls write().Takashi Yano1-0/+1
2023-01-19Cygwin: dsp: Fix a problem that fcntl() does not take effect.Takashi Yano1-0/+2
2022-12-22Cygwin: console: Make the console accessible from other terminals.Takashi Yano1-9/+18
2022-12-04Cygwin: drop wincap::has_broken_attach_consoleCorinna Vinschen1-5/+1
2022-12-04Cygwin: drop wincap::has_query_process_handle_infoCorinna Vinschen1-1/+0
2022-11-20Cygwin: pty, console: Encapsulate spawn.cc code related to pty/console.Takashi Yano1-15/+37
2022-10-19Cygwin: select: don't report read ready on a FIFO never opened for writingKen Brown1-0/+9
2022-08-05Cygwin: Reorganize cygwin source dirCorinna Vinschen1-0/+3335