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
2020-01-28Cygwin: symlink/mknod: fix ACL handlingCorinna Vinschen
2020-01-28Cygwin: drop __stdcall from close_all_filesCorinna Vinschen
2020-01-20Cygwin: fstatat, fchownat: support the AT_EMPTY_PATH flagKen Brown
2020-01-17Cygwin: readlinkat: allow pathname to be emptyKen Brown
2020-01-17Cygwin: allow opening a symlink with O_PATH | O_NOFOLLOWKen Brown
2019-10-31Cygwin: getpriority() consistent with process priorityAnton Lavrentiev via cygwin-patches
2019-03-04Cygwin: seteuid: do not verify lsaprivkeyauth tokencygwin-3_0_2-releaseCorinna Vinschen
2019-03-04Cygwin: Revert attempting to unload user profile after useCorinna Vinschen
2019-02-23Cygwin: seteuid: allow inheriting impersonation user profile handleCorinna Vinschen
2019-02-23Cygwin: user profile: Make an effort to unload unused user profilesCorinna Vinschen
2019-02-23Cygwin: seteuid32: don't use INVALID_HANDLE_VALUECorinna Vinschen
2019-02-22Cygwin: s4uauth: allow to be called for identification onlyCorinna Vinschen
2019-02-18Cygwin: re-enable create_token for older systemsCorinna Vinschen
2019-02-07forkables: Create forkable hardlinks, yet unused.Michael Haubenwallner
2019-02-06Cygwin: unlink: allow fallback from POSIX to default methodCorinna Vinschen
2019-02-05Cygwin: proc fd: fix handling of pipes, sockets, etcCorinna Vinschen
2019-02-05Cygwin: proc fd: pass along open mode when reopening fileCorinna Vinschen
2019-01-26Cygwin: seteuid: use Kerberos/MsV1_0 S4U authentication by defaultCorinna Vinschen
2019-01-26Cygwin: create_token: Return NULL, not INVALID_HANDLE_VALUECorinna Vinschen
2019-01-26Cygwin: syscalls.cc: fix formattingCorinna Vinschen
2019-01-14Cygwin: wincap: split has_posix_file_infoCorinna Vinschen
2019-01-09Cygwin: try_to_bin: don't check recycler filename all the timeCorinna Vinschen
2019-01-09Cygwin: try_to_bin: fix rootdir handle after reopeningCorinna Vinschen
2019-01-09Cygwin: rename: use FILE_RENAME_POSIX_SEMANTICS if availableCorinna Vinschen
2019-01-09Cygwin: rename: rename incoming flags argument to at2flagsCorinna Vinschen
2019-01-08Cygwin: try_to_bin: don't reopen the fileCorinna Vinschen
2019-01-07Cygwin: linkat: support Linux-specific AT_EMPTY_PATH flagCorinna Vinschen
2019-01-07Cygwin: open: support Linux-specific O_PATH flagCorinna Vinschen
2019-01-07Cygwin: rename pipe.cc to fhandler_pipe.ccCorinna Vinschen
2019-01-06Cygwin: introduce fhandler_process_fd and add stat(2) handlingCorinna Vinschen
2019-01-06Cygwin: path_conv: add PATH_RESOLVE_PROCFD path_types flagCorinna Vinschen
2019-01-06Cygwin: Move O_TMPFILE to bin and allow linkat by handleCorinna Vinschen
2019-01-06Cygwin: try_to_bin: allow to move O_TMPFILE files into binCorinna Vinschen
2019-01-06Cygwin: implement /proc/PID/fd/DESCRIPTOR reopening by handleCorinna Vinschen
2019-01-05Cygwin: try_to_bin: fix typos in commentsCorinna Vinschen
2019-01-04Cygwin: drop disabled O_TMPFILE POSIX unlink codeCorinna Vinschen
2018-12-27Cygwin: open(2): Change comment in disabled O_TMPFILE POSIX unlink codeCorinna Vinschen
2018-12-23Cygwin: utilize FILE_DISPOSITION_POSIX_SEMANTICSCorinna Vinschen
2018-03-01Cygwin: move transaction helpers into ntdll.hCorinna Vinschen
2018-03-01Cygwin: path_conv: rename is_rep_symlink to is_known_reparse_pointCorinna Vinschen
2017-11-27cygwin: convert most #ifndef __x86_64__ to #ifdef __i386__Corinna Vinschen
2017-11-14Cygwin: fcntl.h: Define O_TMPFILE and implement itCorinna Vinschen
2017-11-14Cygwin: open: cleanup code in preparation of O_TMPFILECorinna Vinschen
2017-11-02cygwin: ftruncate64: add missing bracesCorinna Vinschen
2017-11-02posix_fallocate() *returns* error codes but does not set errnoErik M. Bray
2017-11-02posix_fadvise() *returns* error codes but does not set errnoErik M. Bray
2017-10-18cygwin: unlink: workaround NFS non-ability to move file in certain casesCorinna Vinschen
2017-10-18cygwin: unlink: don't try "final trick" in try_to_bin on NFSCorinna Vinschen
2017-10-18cygwin: unlink: fix "final trick" overwrite method on remote drivesCorinna Vinschen
2017-10-18cygwin: unlink: improve debug messages in try_to_binCorinna Vinschen