aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/syscalls.cc
AgeCommit message (Expand)AuthorFilesLines
2024-03-07Cygwin: move EXPORT_ALIAS expressions to end of sourceCorinna Vinschen1-15/+9
2024-03-01Cygwin: lseek: improve seeking posix_getdents descriptorsCorinna Vinschen1-22/+61
2024-01-31Cygwin: posix_getdents: implement per SUS Base Specifications Issue 8 draftCorinna Vinschen1-3/+26
2024-01-15Cygwin: introduce close_range(2)Christian Franke1-0/+42
2023-12-05Cygwin: fallocate(2): fix debug outputCorinna Vinschen1-1/+1
2023-12-05Cygwin: fallocate(2): fix offset and length sanity checkCorinna Vinschen1-1/+3
2023-12-05Cygwin: posix_fallocate(3): fix offset and length sanity checkCorinna Vinschen1-1/+3
2023-11-28Cygwin: fallocate(2): fix evaluating return valueCorinna Vinschen1-1/+6
2023-11-28Cygwin: introduce fallocate(2)Corinna Vinschen1-0/+34
2023-11-28Cygwin: fhandler: rename ftruncate method to fallocateCorinna Vinschen1-2/+2
2023-11-28Cygwin: posix_fallocate: return ENODEVCorinna Vinschen1-0/+4
2023-09-04Revert "Cygwin: mknod: disable creating special files on NFS"Corinna Vinschen1-6/+0
2023-08-25Cygwin: mknod: disable creating special files on NFSCorinna Vinschen1-0/+6
2023-08-09Cygwin: lseek: propagate new SEEK_DATA and SEEK_HOLE to fhandlerCorinna Vinschen1-1/+1
2023-07-26Cygwin: Fix and streamline AT_EMPTY_PATH handlingCorinna Vinschen1-36/+11
2023-07-26Cygwin: use new _AT_NULL_PATHNAME_ALLOWED flagCorinna Vinschen1-5/+4
2023-07-26Cygwin: gen_full_path_at: drop never reached codeCorinna Vinschen1-5/+0
2023-07-21Cygwin: Fix uninitialized use of fh in strace output in stat_worker()Jon Turney1-2/+3
2023-07-21Cygwin: Fix Windows file handle leak in stat("file", -1)Jon Turney1-3/+4
2023-04-18Cygwin: align renameat2 to Linux behaviourCorinna Vinschen1-5/+13
2023-04-18Cygwin: fix errno values set by readlinkatCorinna Vinschen1-20/+22
2023-03-21Cygwin: log disabling posix semanticsYoshinao Muramatsu1-1/+7
2023-03-21Cygwin: fix rename in containerYoshinao Muramatsu1-0/+10
2023-03-21Cygwin: fix unlink in containerYoshinao Muramatsu1-1/+4
2023-03-21Cygwin: don't use unlink/rename POSIX semantics on certain NTFSCorinna Vinschen1-5/+9
2023-03-20Cygwin: unlink: drop unlink_nt/unlink_nt_shareable wrappersCorinna Vinschen1-18/+6
2023-03-07Cygwin: ctty: Remove old 'kludge' code.Takashi Yano1-11/+0
2023-03-07Cygwin: ctty: Replace ctty constant with more descriptive macros.Takashi Yano1-4/+2
2023-01-10Cygwin: ctty: Add comments for the special values: -1 and -2.Takashi Yano1-1/+3
2022-10-28Cygwin: stop handling files with .com suffix like .exe filesCorinna Vinschen1-1/+0
2022-08-23Cygwin: cwd: use SRWLOCK instead of mutoCorinna Vinschen1-6/+6
2022-08-04Cygwin: syscalls.cc: remove ".dll" from blessed_executable_suffixesKen Brown1-6/+0
2022-08-04Cygwin: syscalls.cc: drop masking macros for standard IO functionsCorinna Vinschen1-25/+2
2022-08-04Cygwin: Drop export aliases and masking macros for stdio64 functionsCorinna Vinschen1-12/+0
2022-08-03Cygwin: drop macro and code for CYGWIN_VERSION_OLD_STDIO_CRLF_HANDLINGCorinna Vinschen1-6/+0
2022-08-03Cygwin: drop requirement to build newlib's stdio64Corinna Vinschen1-2/+2
2022-07-28Cygwin: rename __cygwin_environ and drop env redirection via cur_environ()Corinna Vinschen1-1/+1
2022-07-14Cygwin: fix or delete a few comments to drop 32 bit referencesCorinna Vinschen1-4/+0
2022-07-14Cygwin: drop tmpfile export alias for 32 bit systemsCorinna Vinschen1-4/+0
2022-07-13Add _REENT_ERRNO(ptr)Matt Joyce1-2/+2
2022-05-29Cygwin: remove regparm.hKen Brown1-2/+2
2022-05-29Cygwin: simplify some function namesKen Brown1-75/+46
2022-05-29Cygwin: remove some 32-bit-only function definitionsKen Brown1-195/+0
2022-05-23Cygwin: fix mknod (64-bit only)Ken Brown1-0/+4
2022-05-13Cygwin: drop create_token and dependent functionsCorinna Vinschen1-19/+4
2022-05-13Cygwin: wincap: drop wow64 flag and all conditions depending on itCorinna Vinschen1-2/+1
2022-05-13Add global __sglue object for all configurationsMatt Joyce1-1/+1
2022-05-13stdio: Replace _fwalk_reent() with _fwalk_sglue()Sebastian Huber1-4/+2
2022-03-31Replace _fwalk() calls with _fwalk_reent()Sebastian Huber1-3/+3
2022-02-22Cygwin: unlink: filter out virtual files and devices early onCorinna Vinschen1-1/+5