Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-12-01Cygwin: drop stray fs_info::check_ssd declarationCorinna Vinschen
2023-12-01Cygwin: sparse support: enable automatic sparsifying of files on SSDsCorinna Vinschen
2023-12-01Cygwin: fs_info: check for SSDCorinna Vinschen
2023-12-01Cygwin: ntdll.h: add missing NtQueryVolumeInformationFile definitionsCorinna Vinschen
2023-12-01Cygwin: ntdll.h: add missing POBJECT_NAME_INFORMATIONCorinna Vinschen
2023-11-28Cygwin: fallocate(2): handle FALLOC_FL_PUNCH_HOLE and FALLOC_FL_ZERO_RANGECorinna Vinschen
2023-11-28Cygwin: fhandler: rename ftruncate method to fallocateCorinna Vinschen
2023-11-17Cygwin: Add /dev/disk/by-label and /dev/disk/by-uuid symlinksChristian Franke
2023-11-17Cygwin: Add /dev/disk/by-drive and /dev/disk/by-voluuid symlinksChristian Franke
2023-11-07Cygwin: Add /dev/disk/by-partuuid symlinksChristian Franke
2023-11-05Cygwin: Add /dev/disk/by-id symlinksChristian Franke
2023-09-10Cygwin: NFS: fetch actual DOS attributesCorinna Vinschen
2023-09-08Cygwin: unlink_nt: declare in winsup.hCorinna Vinschen
2023-09-07Cygwin: dsp: Improve response time of select()/poll().Takashi Yano
2023-09-06Cygwin: dsp: Implement select()/poll().Takashi Yano
2023-09-01Cygwin: Implement sound mixer device.Takashi Yano
2023-09-01Cygwin: dsp: Fix a few trivial bugs.Takashi Yano
2023-08-29Cygwin: execve: drop argument size limitCorinna Vinschen
2023-08-28Cygwin: Fix segfalt when too many command line args are specified.Takashi Yano
2023-08-19Cygwin: pty: Fix failure to clear switch_to_nat_pipe flag.Takashi Yano
2023-08-04Cygwin: pty: Fix thread safety of readahead buffer handling in pty master.Takashi Yano
2023-07-31Cygwin: Add ISO C11 functions c16rtomb, c32rtomb, mbrtoc16, mbrtoc32.Corinna Vinschen
2023-07-08Cygwin: fstat(): Fix st_rdev returned by fstat() for /dev/tty.Takashi Yano
2023-06-20wincap.h: add wincap member has_user_shstkBrian Inglis
2023-05-01Cygwin: Fix compiling with w32api-headers v11.0.0Biswapriyo Nath
2023-03-28Allow deriving the current user's home directory via the HOME variableJohannes Schindelin
2023-03-20Cygwin: fs_info: update filesystem flags and check Windows 7 flagsCorinna Vinschen
2023-03-07Cygwin: ctty: Replace ctty constant with more descriptive macros.Takashi Yano
2023-03-01Cygwin: mbsnrtowci: like mbsnrtowcs, just for wint_tCorinna Vinschen
2023-03-01Cygwin: wcichr: add wint_t replacement for wcschrCorinna Vinschen
2023-03-01Cygwin: add wcipcpy and wcipncpy helper functionsCorinna Vinschen
2023-03-01Cygwin: wcitoascii: move to wchar.h as inline functionCorinna Vinschen
2023-02-26Cygwin: locale: fix devanagari modifierCorinna Vinschen
2023-02-25Cygwin: locale: Set default charset from Linux locale -> codeset mappingCorinna Vinschen
2023-02-22Cygwin: glob: perform correct utf-32 -> multibyte conversionCorinna Vinschen
2023-02-21Cygwin: glob: implement collating symbol supportCorinna Vinschen
2023-02-21Cygwin: nlsfuncs.cc: introduce collating elements and helper functionsCorinna Vinschen
2023-02-21Cygwin: add more UTF-32 helper functionsCorinna Vinschen
2023-02-19Cygwin: convert __collate_range_cmp to __wcollate_range_cmpCorinna Vinschen
2023-02-16Cygwin: is_unicode_equiv: implement Unicode equivalence class checkCorinna Vinschen
2023-02-14Cygwin: mbrtowi: fix return typeCorinna Vinschen
2023-02-14Cygwin: mbrtowi: define replacement for mbrtowc, returning UTF-32 valueCorinna Vinschen
2023-02-09Cygwin: get_posix_access: Make mode_t parameter mandatoryCorinna Vinschen
2023-01-31Cygwin: dsp: Implement SNDCTL_DSP_SETFRAGMENT ioctl().Takashi Yano
2023-01-25Cygwin: dsp: Fix hang on close() if another thread calls write().Takashi Yano
2023-01-19Cygwin: dsp: Fix a problem that fcntl() does not take effect.Takashi Yano
2023-01-18Cygwin: fix two comments in heap.cc and memory_layout.hCorinna Vinschen
2023-01-18Cygwin: drop fixed addresses for standard shared regionsCorinna Vinschen
2023-01-18Cygwin: /proc/<PID>/maps: print real shared region addressesCorinna Vinschen
2023-01-17Cygwin: Move shared regions, rename PINFO... to MYSELF_REGION_ADDRESSCorinna Vinschen