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
path: root/winsup
AgeCommit message (Expand)Author
2015-04-23Document previous unlink patchnewlib-snapshot-20150423Corinna Vinschen
2015-04-23Handle unlinking in-use files on virtual drivesCorinna Vinschen
2015-04-22Fix closing too many handles in pty fchown/fchmodCorinna Vinschen
2015-04-22Fix OPOST for non-Cygwin pty slavesTakashi Yano
2015-04-22Undef basename before defining function.Corinna Vinschen
2015-04-21Remove Cygwin's libgen.hCorinna Vinschen
2015-04-21Asia/Calcutta -> Asia/Kolkata (not on unicode.org)Corinna Vinschen
2015-04-21Apply umask on "standard" Cygwin ACLCorinna Vinschen
2015-04-20Apply mask execute bit for SYSTEM and Admins group.Corinna Vinschen
2015-04-20Fix inconsistencies in docs regarding fstab and executable file detectionDavid Macek
2015-04-20sec_acl.cc (set_posix_access): Fix typo in commentCorinna Vinschen
2015-04-18Try to avoid creating dangerous DENY ACEsCorinna Vinschen
2015-04-17Support acl(2) method for reading pty ACLs, fix pty chownCorinna Vinschen
2015-04-17Fix broken SID in passwd/group entry for unkown accountCorinna Vinschen
2015-04-17Fix broken PSID problem on cygheap in account handlingCorinna Vinschen
2015-04-16Fix merging group perms into owner perms in owner == group caseCorinna Vinschen
2015-04-16Fix setting saw_group_obj flagCorinna Vinschen
2015-04-16Set GROUP_OBJ and CLASS_OBJ perms to new group permsCorinna Vinschen
2015-04-16Better workaround owner/group SIDs being NULLCorinna Vinschen
2015-04-16Workaround owner/group SIDs being NULLCorinna Vinschen
2015-04-16Add mask recomputation as on LinuxCorinna Vinschen
2015-04-16Add output of effective rights to getfaclCorinna Vinschen
2015-04-15Handle files with owner == group.Corinna Vinschen
2015-04-14Fix typo in commentCorinna Vinschen
2015-04-14Fix thinko in creating the {DEF_}CLASS_OBJ value on old-style ACLsCorinna Vinschen
2015-04-12Fix pty permssion handling in new permission handling codeCorinna Vinschen
2015-04-12Don't rely on size argument in shmget callCorinna Vinschen
2015-04-11Fix typo in new fchmod implementationCorinna Vinschen
2015-04-10Bump Cygwin version to 2.0.0.Corinna Vinschen
2015-04-10Set mcontext.cr2 to the faulting addressJon TURNEY
2015-04-10Only construct ucontext for SA_SIGINFO signal handlersJon TURNEY
2015-04-10Initialize context before RtlContextCaptureJon TURNEY
2015-04-10First cut of full implementation of new permission handlingCorinna Vinschen
2015-04-09Call open_null to open fake handleCorinna Vinschen
2015-04-08Introduce sidfromuid and sidfromgidCorinna Vinschen
2015-04-08Use NULL dey ACE rather than special Cygwin ACECorinna Vinschen
2015-04-08Remove __acl16 from official headerCorinna Vinschen
2015-04-07Remove unused 32/64 bit tty codeCorinna Vinschen
2015-04-07Raise # of ptys to 128.Corinna Vinschen
2015-04-07Compile exceptions.cc with -fno-omit-frame-pointer on x86Jon TURNEY
2015-04-03Cygwin hangs up if several keys are typed during outputting a lot of texts.Takashi Yano
2015-04-03Add FAQ entry on how Cygwin counters install and update MITM attacksDavid A. Wheeler
2015-04-02Try to make sure struct _mcontext is 16-byte alignedJon TURNEY
2015-04-02Rename index variable from i to idx.Corinna Vinschen
2015-04-02Drop unused parameter from add_access_*_aceCorinna Vinschen
2015-04-01Drop local stdint.h and inttypes.h in favor of newlib filesCorinna Vinschen
2015-04-01Provide ucontext to signal handlersJon TURNEY
2015-04-01Add cygwin_internal() operation to retrieve the EXCEPTION_RECORD from a sigin...Jon TURNEY
2015-04-01Rename struct ucontext to struct __mcontextJon TURNEY
2015-04-01Fix UTF-16 surrogate handling in wctomb and friends.Corinna Vinschen