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
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
2017-10-18cygwin: unlink: simplify rootdir handlingCorinna Vinschen
2017-10-18cygwin: unlink: drop redundant check for netapp FSCorinna Vinschen
2017-10-18cygwin: unlink: Fix typos in commentsCorinna Vinschen
2017-08-19cygwin: Implement renameat2Ken Brown
2017-07-05Add ffsl(), ffsll(), fls(), flsl(), flsll()Sebastian Huber
2017-07-04cygwin: scandirat: fix path given to scandirCorinna Vinschen
2017-03-24cygwin: Do not generate surrogate chars on netappCorinna Vinschen
2017-01-13rename: Refactor "new file already exists and rename fails" caseCorinna Vinschen
2016-10-19Don't check directories always case-insensitive in rename(2)Corinna Vinschen
2016-06-25syscalls.cc: Merge desktop_ini_ext into desktop_iniCorinna Vinschen
2016-06-25Fix various OS-related commentsCorinna Vinschen
2016-06-24Drop has_transactions flagCorinna Vinschen
2016-06-23Drop has_recycle_dot_binCorinna Vinschen
2016-06-23Handle up to 63 partitions per driveCorinna Vinschen
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen
2016-04-01Remove MALLOC_CHECK and calls to it entirelyCorinna Vinschen
2016-04-01Remove remnants of never-defined MALLOC_DEBUG and NEWVFORKPeter Foley
2016-03-20Remove misleading indentationPeter Foley
2016-01-07Convert utmp{x}name to int, return useful value. Define _PATH_UTMPXCorinna Vinschen
2015-12-08Rename FileId to IndexNumber in NT structures to align with upstreamCorinna Vinschen
2015-11-19Reapply POSIX ACL changes.Corinna Vinschen
2015-04-23Handle unlinking in-use files on virtual drivesCorinna Vinschen
2015-03-18Drop unneeded passwd argument from security functionsCorinna Vinschen
2015-02-15 * path.h (path_conv): Make path_flags private. Rename known_suffix toCorinna Vinschen
2015-02-10 * syscalls.cc (fhandler_base::stat_fixup): Generate unique inode numberCorinna Vinschen
2014-12-02 * autoload.cc (CreateProfile): Import.Corinna Vinschen
2014-10-09 * common.din (ffsl): Export.Corinna Vinschen
2014-10-08 * syscall.cc (ffs): Fix crash of ffs (0x80000000) on 64 bit.Corinna Vinschen
2014-08-27 * path.h (path_conv::init_reopen_attr): Change from void to returningCorinna Vinschen
2014-08-22 * Throughout, use __try/__except/__endtry blocks, rather than myfaultCorinna Vinschen
2014-08-11 * cpuid.h: Add missing copyright header. Fix formatting. Use uint32_tCorinna Vinschen
2014-06-23 * spawn.cc (find_exec): Initialize err (CID 60111).Corinna Vinschen
2014-05-19 * syscalls.cc (getusershell): Fix buffer overrun (Coverity ID 59932).Corinna Vinschen
2014-04-25 * syscalls.cc (NT_TRANSACTIONAL_ERROR): Cover all status codes up toCorinna Vinschen
2014-02-09 Introduce reading passwd/group entries from SAM/AD. IntroduceCorinna Vinschen
2014-01-18 * include/netinet/ip6.h: New file, copied from FreeBSD vebatim.Corinna Vinschen
2014-01-17 * syscalls.cc (popen): Introduce Glibc 'e' flag to allow thread-safeCorinna Vinschen
2013-12-11 * syscalls.cc (NT_TRANSACTIONAL_ERROR): Define.Corinna Vinschen
2013-12-06* syscalls.cc (dup): Use cygheap_fdnew properly.Christopher Faylor
2013-12-05* cygheap.h (cygheap_fdnew): Avoid setting errno directly since it will haveChristopher Faylor