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
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
2013-11-27 * syscalls.cc (try_to_bin): Enhance debug output in case reopen fails.Corinna Vinschen
2013-11-27 * syscalls.cc (try_to_bin): Drop fh_dup, reuse tmp_fh instead.Corinna Vinschen
2013-11-27 * syscalls.cc (try_to_bin): Take additional parameter to get file openCorinna Vinschen
2013-11-25 Throughout, keep function definitions and declarations in sync withCorinna Vinschen
2013-11-24 Throughout, drop unnecessary explicit includes of windows header filesCorinna Vinschen
2013-11-23dup2: fix off-by-one crashEric Blake
2013-05-21 * syscalls.cc (open): Only return ENOTDIR if file exists.Corinna Vinschen
2013-05-01Throughout, (mainly in fhandler*) fix remaining gcc 4.7 mismatchYaakov Selkowitz
2013-04-24 * autoload.cc (CreateSymbolicLink): Define.Corinna Vinschen
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen
2013-01-21Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor
2013-01-19 * syscalls.cc (rename): Remove ill-conceived NFS workaround fromCorinna Vinschen
2013-01-11 * syscalls.cc (rename): Drop handling paths > 32757 chars, emit EINVALCorinna Vinschen
2013-01-10 * path.h (path_conv::fs_type): New method.Corinna Vinschen
2012-12-31* dtable.cc (dtable::dup3): Fix bounds checking for valid newfd.Christopher Faylor
2012-08-17whitespace cleanupChristopher Faylor
2012-07-25 * syscalls.cc (enum bin_status): Add dir_not_empty.Corinna Vinschen
2012-07-22* DevNotes: Add entry cgf-000013.Christopher Faylor
2012-06-19Revert errneous checkin.Christopher Faylor
2012-06-19* cygwait.cc (cancelable_wait): Mimic old cygwait behavior more closely wrtChristopher Faylor
2012-06-04* dtable.cc (dtable::dup3): Only return with lock set when O_EXCL flag isChristopher Faylor
2012-06-03* DevNotes: Add entry cgf-000011.Christopher Faylor
2012-06-03 * globals.cc (ro_u_refs): New R/O unicode string.Corinna Vinschen
2012-04-11 * syscalls.cc (fhandler_base::stat_fixup): Fix inode numbers ofCorinna Vinschen
2012-04-03 * syscalls.cc (fhandler_base::stat_fixup): Replace string comparisonCorinna Vinschen
2012-04-02 * devices.h (device::get_device): New method.Corinna Vinschen
2012-04-02 * fhandler.h (fhandler_base::stat_fixup): Rename fromCorinna Vinschen
2012-04-02 * devices.h (FH_CYGDRIVE): Define as DEV_VIRTFS_MAJOR class device.Corinna Vinschen
2012-04-02 * devices.h (FH_DEV): Define as DEV_VIRTFS_MAJOR class device.Corinna Vinschen
2012-04-02 * fhandler.h (fhandler_base::set_ino_and_dev): Declare.Corinna Vinschen
2012-03-21 * syscalls.cc (lseek): Fix debug output.Corinna Vinschen