summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin
Commit message (Expand)AuthorAgeFilesLines
* Provide ucontext to signal handlersJon TURNEY2015-04-234-2/+70
* Add cygwin_internal() operation to retrieve the EXCEPTION_RECORD from a sigin...Jon TURNEY2015-04-234-1/+26
* Rename struct ucontext to struct __mcontextJon TURNEY2015-04-232-9/+26
* Fix UTF-16 surrogate handling in wctomb and friends.Corinna Vinschen2015-04-231-0/+3
* Avoid potential crash at startup or in getgroups(2).Corinna Vinschen2015-04-233-1/+13
* Fix buffer size error handling in gethostname.Renato Silva2015-04-232-1/+8
* Add release msgCorinna Vinschen2015-04-231-0/+10
* Don't allow fully qualified Windows account names.Corinna Vinschen2015-04-232-0/+12
* Add _tzset_unlocked and _tzset_unlocked_rCorinna Vinschen2015-04-232-0/+14
* cygwin: add GNU basename(3)Yaakov Selkowitz2015-04-233-0/+34
* Try best to handle user from domain not in trusted domain list.Corinna Vinschen2015-04-233-4/+45
* Prepare to rename/reuse struct ucontext.Corinna Vinschen2015-04-236-112/+120
* Add CMIN and CTIME definitionsCorinna Vinschen2015-04-233-4/+11
* Bump tty.cc copyright dateCorinna Vinschen2015-04-231-1/+1
* TIOCPKT mode of PTY is broken if ONLCR bit is cleared.Takashi Yano2015-04-237-132/+168
* Ignore __STDC_{FORMAT,LIMIT,CONSTANT}_MACROSCorinna Vinschen2015-04-233-23/+9
* Drop cygwin/_types.h.Corinna Vinschen2015-04-232-16/+4
* 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
* 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
* 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
* * 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
* * msg.cc: Throughout, drop raising SIGSYS if cygserver is not running.Corinna Vinschen2015-03-035-26/+13
* * 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
* *** empty log message ***Corinna Vinschen2015-02-281-0/+3
* * uinfo.cc (pwdgrp::add_line): Return NULL if parsing a line failed.Corinna Vinschen2015-02-282-7/+14
* *** empty log message ***Corinna Vinschen2015-02-271-0/+18
* * security.cc (alloc_sd): For directories, mark inherited ACEsCorinna Vinschen2015-02-272-0/+11
* * sec_acl.cc (getacl): Add mask even if all group and secondary accountCorinna Vinschen2015-02-272-4/+17
* * uinfo.cc (pwdgrp::fetch_account_from_windows): Drop redundant testCorinna Vinschen2015-02-272-1/+6
* * sec_acl.cc (setacl): Fix bug which leads to ACE duplication inCorinna Vinschen2015-02-274-52/+93
* * ldap.cc (cyg_ldap::wait): Call cygwait with cw_infinite timeout valueCorinna Vinschen2015-02-262-3/+8
* * posix_ipc.cc (ipc_mutex_lock): Revert unneeded call to signal handler.Corinna Vinschen2015-02-262-1/+4
* * posix_ipc.cc (ipc_mutex_lock): Add bool parameter to influence ifCorinna Vinschen2015-02-262-8/+21
* * fhandler_termios.cc (fhandler_termios::line_edit): Fix conditionCorinna Vinschen2015-02-263-7/+20
* * sec_acl.cc (setacl): Always grant default owner entryCorinna Vinschen2015-02-252-0/+7
* *** empty log message ***Corinna Vinschen2015-02-251-0/+3