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-11-12flock: Fix hang in object collision casecygwin-aclCorinna Vinschen
2015-11-12Add comment to explain previous patchCorinna Vinschen
2015-11-12Fix crash at process init on 64 bit XP/2003 under WOW64Corinna Vinschen
2015-11-10get_posix_access: Skip merging permissions if user can't get more permissionsCorinna Vinschen
2015-11-10get_posix_access: Fix testing owner in every merge loop onlyCorinna Vinschen
2015-11-09Bump major versionCorinna Vinschen
2015-11-05Fake volume serial number on filesystems not providing itCorinna Vinschen
2015-11-05Avoid deadlock in flock(2)Corinna Vinschen
2015-11-05Fix iterating over pending signals if a signal doesn't have to be clearedCorinna Vinschen
2015-11-04Accommodate trailing NUL in PrlSF filesystem name.Corinna Vinschen
2015-11-04Add missing release message for 68b4238f4a1276a1f6f18430580b62dfa0420ffdCorinna Vinschen
2015-11-03Fix potential endless loop in pending_signals::clearCorinna Vinschen
2015-11-02Define MAX_IPOPTLENCorinna Vinschen
2015-11-02Fix incorrect implementation to clear per-thread pending signalsCorinna Vinschen
2015-11-02Add support for Parallels Desktop FS (prlfs)Corinna Vinschen
2015-11-02Add missing ChangeLog entry for ce8159d5Corinna Vinschen
2015-11-02Include <sched.h> in <pthread.h>Sebastian Huber
2015-11-02Workaround bug in LocaleNameToLCID on Windows 10Corinna Vinschen
2015-11-02Avoid double unlock of TLS mutexCorinna Vinschen
2015-11-02Fix sigwait and pthread_kill return values in case of errorCorinna Vinschen
2015-11-02Check for correct funtion entry address in munge_threadfuncQian Hong
2015-11-02Remove spurious execute permissions from some Cygwin source and text filesJon Turney
2015-10-27strftime: Add support for %s (seconds since epoch)Brian Inglis
2015-10-27Clear pending signals targeting exiting threadCorinna Vinschen
2015-10-27winsup/utils: add CPU cache variables to getconf(1)Yaakov Selkowitz
2015-10-22Export aligned_alloc, at_quick_exit, quick_exit.Corinna Vinschen
2015-10-22Avoid SEGV when handling SIDs with 0 subauthoritiesCorinna Vinschen
2015-10-22Add release message for previous Cygwin patchCorinna Vinschen
2015-10-22Fix length returned from sys_cp_wcstombs in case nwc > # of wcharsCorinna Vinschen
2015-10-22Fix memory leak in pthread_getattr_npCorinna Vinschen
2015-10-22Fix EIO error accessing certain (OS X SMB?) drivesCorinna Vinschen
2015-10-22* winsup/doc/faq-using.xml (faq.using.same-with-permissions): New entry.Ken Brown
2015-10-22Fix compiler errors/warnings when compiling with -O3Corinna Vinschen
2015-10-22C11 aligned_alloc() implementationSebastian Huber
2015-10-22C11 aligned_alloc() support for <stdlib.h>Sebastian Huber
2015-10-22C11 quick_exit() support for <stdlib.h>Sebastian Huber
2015-10-22Synchronize with FreeBSD.Jeff Johnston
2015-10-22Add FreeBSD style changes to sys/cdefs.hJeff Johnston
2015-10-22Cygwin 2.3.0: Add missing release messageCorinna Vinschen
2015-09-08flock.cc: Fix stack allocation from callee used in callerCorinna Vinschen
2015-09-07faq-using.xml: Replace makewhatis with mandbCorinna Vinschen
2015-09-03Fix file type mode bit handling on object security.Corinna Vinschen
2015-09-02setfacl: Allow to combine -b and -k optionsCorinna Vinschen
2015-09-02Fix permission evaluation for !new_style ACLsCorinna Vinschen
2015-09-01Fix up POSIX permission handlingCorinna Vinschen
2015-08-31* sec_acl.cc (getacl): Use Authz to fetch correct user permissions.Corinna Vinschen
2015-08-31Add Authz class to compute exact POSIX user perms in a security descriptorCorinna Vinschen
2015-08-31* sec_acl.cc (get_posix_access): Fix class_perm in !new_style case.Corinna Vinschen
2015-08-31Reapply POSIX ACL changes.Corinna Vinschen
2015-08-30cygcheck.cc: Fix missing commas in products arrayCorinna Vinschen