aboutsummaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)AuthorFilesLines
2015-06-02Bump minor DLL version to 3Corinna Vinschen2-1/+5
2015-06-01Remove mention of installing everythingJon TURNEY3-12/+6
2015-05-28Use NtQueryObject to detect closing the last master handleCorinna Vinschen2-8/+29
2015-05-27* net.cc: Define _NETIOAPI_H_ to accomodate newer w32api.Takashi Yano2-1/+6
2015-05-03Bump minor DLL version to 2cygwin-2_0_2-releaseCorinna Vinschen2-1/+5
2015-04-30Bump minor DLL version to 1cygwin-2_0_1-releaseCorinna Vinschen3-1/+13
2015-04-30Use all ACEs from original ACL on Samba shareCorinna Vinschen2-3/+8
2015-04-29Fix more typos in ntsec.xmlYaakov Selkowitz1-4/+4
2015-04-27Define __s64 and __u64cygwin-2_0_0-releaseCorinna Vinschen2-1/+9
2015-04-27cygserver.xml: Add new section. How to install Cygserver.Mike DePaulo2-0/+18
2015-04-23Document previous unlink patchCorinna Vinschen1-0/+6
2015-04-23Handle unlinking in-use files on virtual drivesCorinna Vinschen4-3/+46
2015-04-23Fix closing too many handles in pty fchown/fchmodCorinna Vinschen2-3/+5
2015-04-23Fix OPOST for non-Cygwin pty slavesTakashi Yano5-19/+178
2015-04-23Undef basename before defining function.Corinna Vinschen2-0/+7
2015-04-23Remove Cygwin's libgen.hCorinna Vinschen2-23/+4
2015-04-23Asia/Calcutta -> Asia/Kolkata (not on unicode.org)Corinna Vinschen3-4/+13
2015-04-23Fix inconsistencies in docs regarding fstab and executable file detectionDavid Macek1-7/+6
2015-04-23Fix broken SID in passwd/group entry for unkown accountCorinna Vinschen2-1/+6
2015-04-23Fix broken PSID problem on cygheap in account handlingCorinna Vinschen4-4/+20
2015-04-23Don't rely on size argument in shmget callCorinna Vinschen3-1/+17
2015-04-23Bump Cygwin version to 2.0.0.Corinna Vinschen5-3/+13
2015-04-23Set mcontext.cr2 to the faulting addressJon TURNEY2-0/+9
2015-04-23Only construct ucontext for SA_SIGINFO signal handlersJon TURNEY2-22/+38
2015-04-23Initialize context before RtlContextCaptureJon TURNEY2-2/+11
2015-04-23Call open_null to open fake handleCorinna Vinschen2-2/+6
2015-04-23Introduce sidfromuid and sidfromgidCorinna Vinschen4-14/+30
2015-04-23Remove __acl16 from official headerCorinna Vinschen3-10/+11
2015-04-23Remove unused 32/64 bit tty codeCorinna Vinschen2-18/+8
2015-04-23Raise # of ptys to 128.Corinna Vinschen5-3154/+6324
2015-04-23Compile exceptions.cc with -fno-omit-frame-pointer on x86Jon TURNEY2-52/+13
2015-04-23Cygwin hangs up if several keys are typed during outputting a lot of texts.Takashi Yano2-1/+6
2015-04-23Add FAQ entry on how Cygwin counters install and update MITM attacksDavid A. Wheeler2-1/+127
2015-04-23Try to make sure struct _mcontext is 16-byte alignedJon TURNEY3-3/+8
2015-04-23Drop local stdint.h and inttypes.h in favor of newlib filesCorinna Vinschen4-544/+7
2015-04-23Provide ucontext to signal handlersJon TURNEY4-2/+70
2015-04-23Add cygwin_internal() operation to retrieve the EXCEPTION_RECORD from a sigin...Jon TURNEY4-1/+26
2015-04-23Rename struct ucontext to struct __mcontextJon TURNEY2-9/+26
2015-04-23Fix UTF-16 surrogate handling in wctomb and friends.Corinna Vinschen1-0/+3
2015-04-23Avoid potential crash at startup or in getgroups(2).Corinna Vinschen3-1/+13
2015-04-23Fix documentation of cygwin_internal()'s return type.Jon TURNEY2-1/+5
2015-04-23Fix buffer size error handling in gethostname.Renato Silva2-1/+8
2015-04-23Add release msgCorinna Vinschen1-0/+10
2015-04-23Document GNU basename.Corinna Vinschen2-0/+23
2015-04-23Don't allow fully qualified Windows account names.Corinna Vinschen2-0/+12
2015-04-23Add _tzset_unlocked and _tzset_unlocked_rCorinna Vinschen2-0/+14
2015-04-23cygwin: add GNU basename(3)Yaakov Selkowitz5-1/+44
2015-04-23Try best to handle user from domain not in trusted domain list.Corinna Vinschen3-4/+45
2015-04-23Prepare to rename/reuse struct ucontext.Corinna Vinschen6-112/+120
2015-04-23Add CMIN and CTIME definitionsCorinna Vinschen3-4/+11