summaryrefslogtreecommitdiffstats
path: root/winsup
Commit message (Expand)AuthorAgeFilesLines
* 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
* Avoid name change if script is called via symlink from execvp et al.Corinna Vinschen2015-03-173-6/+14
* Fix winsup/doc to install into prefixJon TURNEY2015-03-162-0/+5
* Teach stackinfo::walk() how to virtually unwind the tls sigstackJon TURNEY2015-03-133-0/+21
* Remove now useless include/cygwin/sys_time.hCorinna Vinschen2015-03-132-27/+5
* net.cc: Remove extra braces.Alexey Pavlov2015-03-132-2/+7
* Fix typo in include/cygwin/version.hAlexey Pavlov2015-03-122-1/+5
* Drop defining _BSDTYPES_DEFINED before including winsup.h.Corinna Vinschen2015-03-122-2/+5
* Let pty slave detect closure of last master handleTakashi Yano2015-03-122-3/+14
* Fix more typos in ntsec.xmlCorinna Vinschen2015-03-122-2/+7
* Fix typos in ntsec.xmlCorinna Vinschen2015-03-122-4/+10
* Include sys/_timespec.h in cygwin/types.h to adjust to newlibCorinna Vinschen2015-03-112-1/+6
* * autoload.cc (CreateEnvironmentBlock): Make loading non-fatal.Corinna Vinschen2015-03-112-1/+5
* Fix condition in DLL loading loopCorinna Vinschen2015-03-112-2/+7
* cygwin: fix __x86_64__ conditional in stdint.hYaakov Selkowitz2015-03-102-1/+5
* whitespace fixCorinna Vinschen2015-03-101-1/+0
* Change CVS->GIT in docsCorinna Vinschen2015-03-103-8/+14
* mv .cvsignore to .gitignoreCorinna Vinschen2015-03-091-0/+0
* * tty.h (tty::set_master_ctl_closed): Rename from set_master_closed.Corinna Vinschen2015-03-054-24/+28
* * fhandler.h (fhandler_base::get_echo_handle): New virtual method.Corinna Vinschen2015-03-055-11/+71
* * include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 36.Corinna Vinschen2015-03-042-1/+5
* * posix.xml (std-bsd): Add issetugid.Corinna Vinschen2015-03-042-0/+5
* * new-features.xml (ov-new1.7.35): Add SIGSYS change.Corinna Vinschen2015-03-032-0/+9
* * msg.cc: Throughout, drop raising SIGSYS if cygserver is not running.Corinna Vinschen2015-03-035-26/+13
* * new-features.xml (ov-new1.7.35): Add new section.Corinna Vinschen2015-03-032-0/+54
* * common.din (issetugid): Export.Corinna Vinschen2015-03-036-2/+20
* * security.cc (get_attribute_from_acl): Don't spill Everyone permissionsCorinna Vinschen2015-03-022-5/+12
* * utils.xml (getfacl): Adjust options to option nmame change.Corinna Vinschen2015-02-282-6/+8