Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)Author
2015-04-23Rename struct ucontext to struct __mcontextJon TURNEY
2015-04-23Fix UTF-16 surrogate handling in wctomb and friends.Corinna Vinschen
2015-04-23Avoid potential crash at startup or in getgroups(2).Corinna Vinschen
2015-04-23Fix documentation of cygwin_internal()'s return type.Jon TURNEY
2015-04-23Fix buffer size error handling in gethostname.Renato Silva
2015-04-23Add release msgCorinna Vinschen
2015-04-23Document GNU basename.Corinna Vinschen
2015-04-23Don't allow fully qualified Windows account names.Corinna Vinschen
2015-04-23Add _tzset_unlocked and _tzset_unlocked_rCorinna Vinschen
2015-04-23cygwin: add GNU basename(3)Yaakov Selkowitz
2015-04-23Try best to handle user from domain not in trusted domain list.Corinna Vinschen
2015-04-23Prepare to rename/reuse struct ucontext.Corinna Vinschen
2015-04-23Add CMIN and CTIME definitionsCorinna Vinschen
2015-04-23Bump tty.cc copyright dateCorinna Vinschen
2015-04-23TIOCPKT mode of PTY is broken if ONLCR bit is cleared.Takashi Yano
2015-04-23Ignore __STDC_{FORMAT,LIMIT,CONSTANT}_MACROSCorinna Vinschen
2015-04-23Drop cygwin/_types.h.Corinna Vinschen
2015-03-18Implmenet faster getfrompw/getfromgrCorinna Vinschen
2015-03-18Drop unneeded passwd argument from security functionsCorinna Vinschen
2015-03-17Drop unused timeoput paramter to internal_getloginCorinna Vinschen
2015-03-17Avoid name change if script is called via symlink from execvp et al.Corinna Vinschen
2015-03-16Fix winsup/doc to install into prefixJon TURNEY
2015-03-13Teach stackinfo::walk() how to virtually unwind the tls sigstackJon TURNEY
2015-03-13Remove now useless include/cygwin/sys_time.hCorinna Vinschen
2015-03-13net.cc: Remove extra braces.Alexey Pavlov
2015-03-12Fix typo in include/cygwin/version.hAlexey Pavlov
2015-03-12Drop defining _BSDTYPES_DEFINED before including winsup.h.Corinna Vinschen
2015-03-12Let pty slave detect closure of last master handleTakashi Yano
2015-03-12Fix more typos in ntsec.xmlCorinna Vinschen
2015-03-12Fix typos in ntsec.xmlCorinna Vinschen
2015-03-11Include sys/_timespec.h in cygwin/types.h to adjust to newlibCorinna Vinschen
2015-03-11* autoload.cc (CreateEnvironmentBlock): Make loading non-fatal.Corinna Vinschen
2015-03-11Fix condition in DLL loading loopCorinna Vinschen
2015-03-11cygwin: fix __x86_64__ conditional in stdint.hYaakov Selkowitz
2015-03-10whitespace fixCorinna Vinschen
2015-03-10Change CVS->GIT in docsCorinna Vinschen
2015-03-09mv .cvsignore to .gitignoreCorinna Vinschen
2015-03-05 * tty.h (tty::set_master_ctl_closed): Rename from set_master_closed.Corinna Vinschen
2015-03-05 * fhandler.h (fhandler_base::get_echo_handle): New virtual method.Corinna Vinschen
2015-03-04 * include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 36.Corinna Vinschen
2015-03-04 * posix.xml (std-bsd): Add issetugid.Corinna Vinschen
2015-03-03 * new-features.xml (ov-new1.7.35): Add SIGSYS change.Corinna Vinschen
2015-03-03 * msg.cc: Throughout, drop raising SIGSYS if cygserver is not running.Corinna Vinschen
2015-03-03 * new-features.xml (ov-new1.7.35): Add new section.Corinna Vinschen
2015-03-03 * common.din (issetugid): Export.Corinna Vinschen
2015-03-02 * security.cc (get_attribute_from_acl): Don't spill Everyone permissionsCorinna Vinschen
2015-02-28 * utils.xml (getfacl): Adjust options to option nmame change.Corinna Vinschen
2015-02-28*** empty log message ***Corinna Vinschen
2015-02-28 * getfacl.c (usage): Change --all to --access, --dir to --default.Corinna Vinschen
2015-02-28 * uinfo.cc (pwdgrp::add_line): Return NULL if parsing a line failed.Corinna Vinschen