summaryrefslogtreecommitdiffstats
path: root/winsup
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
* 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
* 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
* Drop local stdint.h and inttypes.h in favor of newlib filesCorinna Vinschen2015-04-014-544/+7
* Provide ucontext to signal handlersJon TURNEY2015-04-014-2/+70
* 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-011-0/+3
* 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
* Add _tzset_unlocked and _tzset_unlocked_rCorinna Vinschen2015-03-312-0/+14
* cygwin: add GNU basename(3)Yaakov Selkowitz2015-03-305-1/+44
* 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
* Add CMIN and CTIME definitionsCorinna Vinschen2015-03-253-4/+11
* Bump tty.cc copyright dateCorinna Vinschen2015-03-251-1/+1
* TIOCPKT mode of PTY is broken if ONLCR bit is cleared.Takashi Yano2015-03-257-132/+168
* Ignore __STDC_{FORMAT,LIMIT,CONSTANT}_MACROSCorinna Vinschen2015-03-243-23/+9
* Drop cygwin/_types.h.Corinna Vinschen2015-03-232-16/+4
* Handle S_ISGID bit and multiple ACEs for ownerCorinna Vinschen2015-03-192-5/+43
* Preliminary read side implementation of new permission handling.Corinna Vinschen2015-03-186-355/+394
* Implmenet faster getfrompw/getfromgrCorinna Vinschen2015-03-187-18/+43
* Drop unneeded passwd argument from security functionsCorinna Vinschen2015-03-185-18/+31
* Drop unused timeoput paramter to internal_getloginCorinna Vinschen2015-03-174-7/+9