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
2024-01-15Cygwin: introduce close_range(2)Christian Franke
2023-12-06Cygwin: fallocate(2): fix debug outputCorinna Vinschen
2023-12-06Cygwin: fallocate(2): fix offset and length sanity checkCorinna Vinschen
2023-12-06Cygwin: posix_fallocate(3): fix offset and length sanity checkCorinna Vinschen
2023-11-28Cygwin: fallocate(2): fix evaluating return valueCorinna Vinschen
2023-11-28Cygwin: introduce fallocate(2)Corinna Vinschen
2023-11-28Cygwin: fhandler: rename ftruncate method to fallocateCorinna Vinschen
2023-11-28Cygwin: posix_fallocate: return ENODEVCorinna Vinschen
2023-09-04Revert "Cygwin: mknod: disable creating special files on NFS"Corinna Vinschen
2023-08-25Cygwin: mknod: disable creating special files on NFSCorinna Vinschen
2023-08-09Cygwin: lseek: propagate new SEEK_DATA and SEEK_HOLE to fhandlerCorinna Vinschen
2023-07-26Cygwin: Fix and streamline AT_EMPTY_PATH handlingCorinna Vinschen
2023-07-26Cygwin: use new _AT_NULL_PATHNAME_ALLOWED flagCorinna Vinschen
2023-07-26Cygwin: gen_full_path_at: drop never reached codeCorinna Vinschen
2023-07-21Cygwin: Fix uninitialized use of fh in strace output in stat_worker()Jon Turney
2023-07-21Cygwin: Fix Windows file handle leak in stat("file", -1)Jon Turney
2023-04-18Cygwin: align renameat2 to Linux behaviourCorinna Vinschen
2023-04-18Cygwin: fix errno values set by readlinkatCorinna Vinschen
2023-03-21Cygwin: log disabling posix semanticsYoshinao Muramatsu
2023-03-21Cygwin: fix rename in containerYoshinao Muramatsu
2023-03-21Cygwin: fix unlink in containerYoshinao Muramatsu
2023-03-21Cygwin: don't use unlink/rename POSIX semantics on certain NTFSCorinna Vinschen
2023-03-20Cygwin: unlink: drop unlink_nt/unlink_nt_shareable wrappersCorinna Vinschen
2023-03-07Cygwin: ctty: Remove old 'kludge' code.Takashi Yano
2023-03-07Cygwin: ctty: Replace ctty constant with more descriptive macros.Takashi Yano
2023-01-10Cygwin: ctty: Add comments for the special values: -1 and -2.Takashi Yano
2022-10-28Cygwin: stop handling files with .com suffix like .exe filesCorinna Vinschen
2022-08-23Cygwin: cwd: use SRWLOCK instead of mutoCorinna Vinschen
2022-08-04Cygwin: syscalls.cc: remove ".dll" from blessed_executable_suffixesKen Brown
2022-08-04Cygwin: syscalls.cc: drop masking macros for standard IO functionsCorinna Vinschen
2022-08-04Cygwin: Drop export aliases and masking macros for stdio64 functionsCorinna Vinschen
2022-08-03Cygwin: drop macro and code for CYGWIN_VERSION_OLD_STDIO_CRLF_HANDLINGCorinna Vinschen
2022-08-03Cygwin: drop requirement to build newlib's stdio64Corinna Vinschen
2022-07-28Cygwin: rename __cygwin_environ and drop env redirection via cur_environ()Corinna Vinschen
2022-07-14Cygwin: fix or delete a few comments to drop 32 bit referencesCorinna Vinschen
2022-07-14Cygwin: drop tmpfile export alias for 32 bit systemsCorinna Vinschen
2022-07-13Add _REENT_ERRNO(ptr)Matt Joyce
2022-05-30Cygwin: remove regparm.hKen Brown
2022-05-30Cygwin: simplify some function namesKen Brown
2022-05-30Cygwin: remove some 32-bit-only function definitionsKen Brown
2022-05-23Cygwin: fix mknod (64-bit only)Ken Brown
2022-05-13Cygwin: drop create_token and dependent functionsCorinna Vinschen
2022-05-13Cygwin: wincap: drop wow64 flag and all conditions depending on itCorinna Vinschen
2022-05-13Add global __sglue object for all configurationsMatt Joyce
2022-05-13stdio: Replace _fwalk_reent() with _fwalk_sglue()Sebastian Huber
2022-03-31Replace _fwalk() calls with _fwalk_reent()Sebastian Huber
2022-02-22Cygwin: unlink: filter out virtual files and devices early onCorinna Vinschen
2021-11-11Cygwin: introduce isabspath_strict macroCorinna Vinschen
2021-10-29Cygwin: remove support for Vista entirelyCorinna Vinschen
2021-09-16Cygwin: close_all_files: Do not duplicate stderr for write pipe.Takashi Yano