summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add parens around MIN/MAX values in stdint.h.Corinna Vinschen2015-04-012-71/+75
* Drop local stdint.h and inttypes.h in favor of newlib filesCorinna Vinschen2015-04-014-544/+7
* Add <sys/_stdint.h> for FreeBSD compatibilitySebastian Huber2015-04-016-46/+87
* Provide ucontext to signal handlersJon TURNEY2015-04-014-2/+70
* Make stack_t typedef generally availableJon TURNEY2015-04-012-9/+14
* Add cygwin_internal() operation to retrieve the EXCEPTION_RECORD from a sigin...Jon TURNEY2015-04-014-1/+26
* Rename struct ucontext to struct __mcontextJon TURNEY2015-04-012-9/+26
* Fix UTF-16 surrogate handling in wctomb and friends.Corinna Vinschen2015-04-013-1/+9
* Avoid potential crash at startup or in getgroups(2).Corinna Vinschen2015-04-013-1/+13
* Fix documentation of cygwin_internal()'s return type.Jon TURNEY2015-03-312-1/+5
* Fix buffer size error handling in gethostname.Renato Silva2015-03-312-1/+8
* Add release msgCorinna Vinschen2015-03-311-0/+10
* Document GNU basename.Corinna Vinschen2015-03-312-0/+23
* Don't allow fully qualified Windows account names.Corinna Vinschen2015-03-312-0/+12
* Avoid excessive locking and calling tzset in time functions.Corinna Vinschen2015-03-314-5/+25
* Add _tzset_unlocked and _tzset_unlocked_rCorinna Vinschen2015-03-316-23/+49
* Move tzset calls to time functions.Craig Howland2015-03-315-7/+13
* strftime: use tzname if TM_ZONE is NULLYaakov Selkowitz2015-03-302-3/+8
* cygwin: add GNU basename(3)Yaakov Selkowitz2015-03-305-1/+44
* string: add GNU basename(3)Yaakov Selkowitz2015-03-306-2/+61
* Try best to handle user from domain not in trusted domain list.Corinna Vinschen2015-03-303-4/+45
* Prepare to rename/reuse struct ucontext.Corinna Vinschen2015-03-306-112/+120