summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Handle unlinking in-use files on virtual drivesCorinna Vinschen2015-04-234-3/+46
* Fix closing too many handles in pty fchown/fchmodCorinna Vinschen2015-04-222-3/+5
* Fix OPOST for non-Cygwin pty slavesTakashi Yano2015-04-225-19/+178
* Undef basename before defining function.Corinna Vinschen2015-04-222-0/+7
* Fix basename prototype collision string.h vs libgen.hCorinna Vinschen2015-04-223-12/+34
* libgloss: mcore: add custom syscall headerMike Frysinger2015-04-212-0/+47
* libgloss: arm: fix copy & paste in syscall.hMike Frysinger2015-04-212-3/+7
* Remove Cygwin's libgen.hCorinna Vinschen2015-04-212-23/+4
* Asia/Calcutta -> Asia/Kolkata (not on unicode.org)Corinna Vinschen2015-04-213-4/+13
* Apply umask on "standard" Cygwin ACLCorinna Vinschen2015-04-213-23/+54
* Apply mask execute bit for SYSTEM and Admins group.Corinna Vinschen2015-04-204-7/+34
* Fix inconsistencies in docs regarding fstab and executable file detectionDavid Macek2015-04-201-7/+6
* sec_acl.cc (set_posix_access): Fix typo in commentCorinna Vinschen2015-04-201-1/+1
* Try to avoid creating dangerous DENY ACEsCorinna Vinschen2015-04-182-0/+11
* Support acl(2) method for reading pty ACLs, fix pty chownCorinna Vinschen2015-04-175-24/+120
* Fix broken SID in passwd/group entry for unkown accountCorinna Vinschen2015-04-172-1/+6
* Fix broken PSID problem on cygheap in account handlingCorinna Vinschen2015-04-174-4/+20
* Fix merging group perms into owner perms in owner == group caseCorinna Vinschen2015-04-162-5/+11
* Fix setting saw_group_obj flagCorinna Vinschen2015-04-162-1/+7
* Set GROUP_OBJ and CLASS_OBJ perms to new group permsCorinna Vinschen2015-04-163-4/+17
* Better workaround owner/group SIDs being NULLCorinna Vinschen2015-04-162-4/+14
* Workaround owner/group SIDs being NULLCorinna Vinschen2015-04-162-2/+9
* Add mask recomputation as on LinuxCorinna Vinschen2015-04-164-181/+314
* Add output of effective rights to getfaclCorinna Vinschen2015-04-164-63/+145
* Handle files with owner == group.Corinna Vinschen2015-04-152-20/+80
* Fix typo in commentCorinna Vinschen2015-04-141-2/+2
* Fix thinko in creating the {DEF_}CLASS_OBJ value on old-style ACLsCorinna Vinschen2015-04-142-6/+13
* Fix pty permssion handling in new permission handling codeCorinna Vinschen2015-04-125-21/+42
* Don't rely on size argument in shmget callCorinna Vinschen2015-04-123-1/+17
* Fix typo in new fchmod implementationCorinna Vinschen2015-04-112-2/+7
* Bump Cygwin version to 2.0.0.Corinna Vinschen2015-04-105-3/+13
* Set mcontext.cr2 to the faulting addressJon TURNEY2015-04-102-0/+9
* Only construct ucontext for SA_SIGINFO signal handlersJon TURNEY2015-04-102-22/+38
* Initialize context before RtlContextCaptureJon TURNEY2015-04-102-2/+11
* First cut of full implementation of new permission handlingCorinna Vinschen2015-04-1010-725/+632
* Call open_null to open fake handleCorinna Vinschen2015-04-092-2/+6
* For the RX port, avoid using string instructions when __RX_DISALLOW_STRING_IN...Nick Clifton2015-04-0916-0/+272
* Add .note and DWARF3 sections to RX linker scripts.Nick Clifton2015-04-083-0/+17
* Introduce sidfromuid and sidfromgidCorinna Vinschen2015-04-084-14/+30
* Use NULL dey ACE rather than special Cygwin ACECorinna Vinschen2015-04-084-49/+76
* Remove __acl16 from official headerCorinna Vinschen2015-04-083-10/+11
* Always include the .csstart section in RL78 executables.Nick Clifton2015-04-073-2/+7
* Remove unused 32/64 bit tty codeCorinna Vinschen2015-04-072-18/+8
* Raise # of ptys to 128.Corinna Vinschen2015-04-075-3154/+6324
* Compile exceptions.cc with -fno-omit-frame-pointer on x86Jon TURNEY2015-04-072-52/+13
* Cygwin hangs up if several keys are typed during outputting a lot of texts.Takashi Yano2015-04-032-1/+6
* Add FAQ entry on how Cygwin counters install and update MITM attacksDavid A. Wheeler2015-04-032-1/+127
* Try to make sure struct _mcontext is 16-byte alignedJon TURNEY2015-04-023-3/+8
* Rename index variable from i to idx.Corinna Vinschen2015-04-022-16/+22
* Drop unused parameter from add_access_*_aceCorinna Vinschen2015-04-024-53/+56