aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/local_includes
AgeCommit message (Expand)AuthorFilesLines
8 daysCygwin: console: Disable cons_master_thread in win32-input-modeTakashi Yano1-0/+2
2024-08-22Cygwin: pipe: improve writing when pipe buffer is almost fullCorinna Vinschen1-0/+5
2024-08-22Cygwin: Fix warning about narrowing conversions in tape optionsJon Turney1-1/+1
2024-08-22Cygwin: Fix warnings about narrowing conversions of NTSTATUS constantsJon Turney1-1/+1
2024-08-22Cygwin: Suppress array-bounds warning from NtCurrentTeb()Jon Turney1-0/+3
2024-07-09Cygwin: console: Fix race issue on allocating console simultaneously.Takashi Yano3-11/+10
2024-06-28Cygwin: dsp: Fix incorrect openflags when opening multiple /dev/dspTakashi Yano1-3/+4
2024-06-02Cygwin: pthread: Fix a race issue introduced by the commit 2c5433e5da82Takashi Yano1-1/+1
2024-03-12Cygwin: pipe: Make sure to set read pipe non-blocking for cygwin apps.Takashi Yano1-0/+3
2024-03-11Cygwin: getgrent: don't skip SAM-only builtin-accountsCorinna Vinschen1-0/+4
2024-03-11Cygwin: try to avoid recalling offline filesCorinna Vinschen3-1/+30
2024-02-24Cygwin: Map ERROR_NO_SUCH_DEVICE and ERROR_MEDIA_CHANGED to ENODEVChristian Franke1-2/+2
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
2024-01-16Cygwin: Treat api_fatal() similarly to a core-dumping signalJon Turney1-0/+1
2024-01-16Cygwin: Make 'ulimit -c' control writing a coredumpJon Turney1-0/+1
2023-12-01Cygwin: drop stray fs_info::check_ssd declarationCorinna Vinschen1-2/+0
2023-11-30Cygwin: sparse support: enable automatic sparsifying of files on SSDsCorinna Vinschen1-2/+2
2023-11-30Cygwin: fs_info: check for SSDCorinna Vinschen1-0/+4
2023-11-30Cygwin: ntdll.h: add missing NtQueryVolumeInformationFile definitionsCorinna Vinschen1-0/+27
2023-11-30Cygwin: ntdll.h: add missing POBJECT_NAME_INFORMATIONCorinna Vinschen1-1/+1
2023-11-28Cygwin: fallocate(2): handle FALLOC_FL_PUNCH_HOLE and FALLOC_FL_ZERO_RANGECorinna Vinschen2-0/+22
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 Franke2-1/+52
2023-09-09Cygwin: NFS: fetch actual DOS attributesCorinna Vinschen1-2/+8
2023-09-08Cygwin: unlink_nt: declare in winsup.hCorinna Vinschen1-0/+2
2023-09-07Cygwin: dsp: Improve response time of select()/poll().Takashi Yano1-2/+3
2023-09-06Cygwin: dsp: Implement select()/poll().Takashi Yano2-1/+19
2023-09-01Cygwin: Implement sound mixer device.Takashi Yano2-0/+30
2023-09-01Cygwin: dsp: Fix a few trivial bugs.Takashi Yano1-0/+2
2023-08-29Cygwin: execve: drop argument size limitCorinna Vinschen2-8/+9
2023-08-29Cygwin: Fix segfalt when too many command line args are specified.Takashi Yano1-0/+4
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-31Cygwin: Add ISO C11 functions c16rtomb, c32rtomb, mbrtoc16, mbrtoc32.Corinna Vinschen1-3/+12
2023-07-08Cygwin: fstat(): Fix st_rdev returned by fstat() for /dev/tty.Takashi Yano1-2/+10
2023-06-20wincap.h: add wincap member has_user_shstkBrian Inglis1-0/+2
2023-05-01Cygwin: Fix compiling with w32api-headers v11.0.0Biswapriyo Nath1-0/+2
2023-03-28Allow deriving the current user's home directory via the HOME variableJohannes Schindelin1-1/+2
2023-03-20Cygwin: fs_info: update filesystem flags and check Windows 7 flagsCorinna Vinschen1-0/+23
2023-03-07Cygwin: ctty: Replace ctty constant with more descriptive macros.Takashi Yano2-1/+12
2023-03-01Cygwin: mbsnrtowci: like mbsnrtowcs, just for wint_tCorinna Vinschen1-0/+8
2023-03-01Cygwin: wcichr: add wint_t replacement for wcschrCorinna Vinschen1-0/+13
2023-03-01Cygwin: add wcipcpy and wcipncpy helper functionsCorinna Vinschen1-0/+30
2023-03-01Cygwin: wcitoascii: move to wchar.h as inline functionCorinna Vinschen1-0/+8
2023-02-26Cygwin: locale: fix devanagari modifierCorinna Vinschen1-3/+3
2023-02-25Cygwin: locale: Set default charset from Linux locale -> codeset mappingCorinna Vinschen1-0/+342