aboutsummaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)AuthorFilesLines
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
2015-04-23Bump tty.cc copyright dateCorinna Vinschen1-1/+1
2015-04-23TIOCPKT mode of PTY is broken if ONLCR bit is cleared.Takashi Yano7-132/+168
2015-04-23Ignore __STDC_{FORMAT,LIMIT,CONSTANT}_MACROSCorinna Vinschen3-23/+9
2015-04-23Drop cygwin/_types.h.Corinna Vinschen2-16/+4
2015-03-18Implmenet faster getfrompw/getfromgrCorinna Vinschen7-18/+43
2015-03-18Drop unneeded passwd argument from security functionsCorinna Vinschen5-18/+31
2015-03-17Drop unused timeoput paramter to internal_getloginCorinna Vinschen4-7/+9
2015-03-17Avoid name change if script is called via symlink from execvp et al.Corinna Vinschen3-6/+14
2015-03-16Fix winsup/doc to install into prefixJon TURNEY2-0/+5
2015-03-13Teach stackinfo::walk() how to virtually unwind the tls sigstackJon TURNEY3-0/+21
2015-03-13Remove now useless include/cygwin/sys_time.hCorinna Vinschen2-27/+5
2015-03-13net.cc: Remove extra braces.Alexey Pavlov2-2/+7
2015-03-12Fix typo in include/cygwin/version.hAlexey Pavlov2-1/+5
2015-03-12Drop defining _BSDTYPES_DEFINED before including winsup.h.Corinna Vinschen2-2/+5
2015-03-12Let pty slave detect closure of last master handleTakashi Yano2-3/+14
2015-03-12Fix more typos in ntsec.xmlCorinna Vinschen2-2/+7
2015-03-12Fix typos in ntsec.xmlCorinna Vinschen2-4/+10
2015-03-11Include sys/_timespec.h in cygwin/types.h to adjust to newlibCorinna Vinschen2-1/+6
2015-03-11* autoload.cc (CreateEnvironmentBlock): Make loading non-fatal.Corinna Vinschen2-1/+5
2015-03-11Fix condition in DLL loading loopCorinna Vinschen2-2/+7
2015-03-10cygwin: fix __x86_64__ conditional in stdint.hYaakov Selkowitz2-1/+5
2015-03-10whitespace fixCorinna Vinschen1-1/+0
2015-03-10Change CVS->GIT in docsCorinna Vinschen3-8/+14
2015-03-09mv .cvsignore to .gitignoreCorinna Vinschen1-0/+0
2015-03-05 * tty.h (tty::set_master_ctl_closed): Rename from set_master_closed.Corinna Vinschen4-24/+28
2015-03-05 * fhandler.h (fhandler_base::get_echo_handle): New virtual method.Corinna Vinschen5-11/+71