index
:
cygnal
cygnal-2.5.2
cygnal-2.9.0-branch
cygnal-3-1-6-98-branch
cygnal-3-1-98-branch
cygwin-master
"Cygwin Native Application Lib" --- http://www.kylheku.com/cygnal
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
winsup
/
cygwin
Commit message (
Expand
)
Author
Age
Files
Lines
*
Provide ucontext to signal handlers
Jon TURNEY
2015-04-23
4
-2
/
+70
*
Add cygwin_internal() operation to retrieve the EXCEPTION_RECORD from a sigin...
Jon TURNEY
2015-04-23
4
-1
/
+26
*
Rename struct ucontext to struct __mcontext
Jon TURNEY
2015-04-23
2
-9
/
+26
*
Fix UTF-16 surrogate handling in wctomb and friends.
Corinna Vinschen
2015-04-23
1
-0
/
+3
*
Avoid potential crash at startup or in getgroups(2).
Corinna Vinschen
2015-04-23
3
-1
/
+13
*
Fix buffer size error handling in gethostname.
Renato Silva
2015-04-23
2
-1
/
+8
*
Add release msg
Corinna Vinschen
2015-04-23
1
-0
/
+10
*
Don't allow fully qualified Windows account names.
Corinna Vinschen
2015-04-23
2
-0
/
+12
*
Add _tzset_unlocked and _tzset_unlocked_r
Corinna Vinschen
2015-04-23
2
-0
/
+14
*
cygwin: add GNU basename(3)
Yaakov Selkowitz
2015-04-23
3
-0
/
+34
*
Try best to handle user from domain not in trusted domain list.
Corinna Vinschen
2015-04-23
3
-4
/
+45
*
Prepare to rename/reuse struct ucontext.
Corinna Vinschen
2015-04-23
6
-112
/
+120
*
Add CMIN and CTIME definitions
Corinna Vinschen
2015-04-23
3
-4
/
+11
*
Bump tty.cc copyright date
Corinna Vinschen
2015-04-23
1
-1
/
+1
*
TIOCPKT mode of PTY is broken if ONLCR bit is cleared.
Takashi Yano
2015-04-23
7
-132
/
+168
*
Ignore __STDC_{FORMAT,LIMIT,CONSTANT}_MACROS
Corinna Vinschen
2015-04-23
3
-23
/
+9
*
Drop cygwin/_types.h.
Corinna Vinschen
2015-04-23
2
-16
/
+4
*
Implmenet faster getfrompw/getfromgr
Corinna Vinschen
2015-03-18
7
-18
/
+43
*
Drop unneeded passwd argument from security functions
Corinna Vinschen
2015-03-18
5
-18
/
+31
*
Drop unused timeoput paramter to internal_getlogin
Corinna Vinschen
2015-03-17
4
-7
/
+9
*
Avoid name change if script is called via symlink from execvp et al.
Corinna Vinschen
2015-03-17
3
-6
/
+14
*
Teach stackinfo::walk() how to virtually unwind the tls sigstack
Jon TURNEY
2015-03-13
3
-0
/
+21
*
Remove now useless include/cygwin/sys_time.h
Corinna Vinschen
2015-03-13
2
-27
/
+5
*
net.cc: Remove extra braces.
Alexey Pavlov
2015-03-13
2
-2
/
+7
*
Fix typo in include/cygwin/version.h
Alexey Pavlov
2015-03-12
2
-1
/
+5
*
Drop defining _BSDTYPES_DEFINED before including winsup.h.
Corinna Vinschen
2015-03-12
2
-2
/
+5
*
Let pty slave detect closure of last master handle
Takashi Yano
2015-03-12
2
-3
/
+14
*
Include sys/_timespec.h in cygwin/types.h to adjust to newlib
Corinna Vinschen
2015-03-11
2
-1
/
+6
*
* autoload.cc (CreateEnvironmentBlock): Make loading non-fatal.
Corinna Vinschen
2015-03-11
2
-1
/
+5
*
Fix condition in DLL loading loop
Corinna Vinschen
2015-03-11
2
-2
/
+7
*
cygwin: fix __x86_64__ conditional in stdint.h
Yaakov Selkowitz
2015-03-10
2
-1
/
+5
*
* tty.h (tty::set_master_ctl_closed): Rename from set_master_closed.
Corinna Vinschen
2015-03-05
4
-24
/
+28
*
* fhandler.h (fhandler_base::get_echo_handle): New virtual method.
Corinna Vinschen
2015-03-05
5
-11
/
+71
*
* include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 36.
Corinna Vinschen
2015-03-04
2
-1
/
+5
*
* msg.cc: Throughout, drop raising SIGSYS if cygserver is not running.
Corinna Vinschen
2015-03-03
5
-26
/
+13
*
* common.din (issetugid): Export.
Corinna Vinschen
2015-03-03
6
-2
/
+20
*
* security.cc (get_attribute_from_acl): Don't spill Everyone permissions
Corinna Vinschen
2015-03-02
2
-5
/
+12
*
*** empty log message ***
Corinna Vinschen
2015-02-28
1
-0
/
+3
*
* uinfo.cc (pwdgrp::add_line): Return NULL if parsing a line failed.
Corinna Vinschen
2015-02-28
2
-7
/
+14
*
*** empty log message ***
Corinna Vinschen
2015-02-27
1
-0
/
+18
*
* security.cc (alloc_sd): For directories, mark inherited ACEs
Corinna Vinschen
2015-02-27
2
-0
/
+11
*
* sec_acl.cc (getacl): Add mask even if all group and secondary account
Corinna Vinschen
2015-02-27
2
-4
/
+17
*
* uinfo.cc (pwdgrp::fetch_account_from_windows): Drop redundant test
Corinna Vinschen
2015-02-27
2
-1
/
+6
*
* sec_acl.cc (setacl): Fix bug which leads to ACE duplication in
Corinna Vinschen
2015-02-27
4
-52
/
+93
*
* ldap.cc (cyg_ldap::wait): Call cygwait with cw_infinite timeout value
Corinna Vinschen
2015-02-26
2
-3
/
+8
*
* posix_ipc.cc (ipc_mutex_lock): Revert unneeded call to signal handler.
Corinna Vinschen
2015-02-26
2
-1
/
+4
*
* posix_ipc.cc (ipc_mutex_lock): Add bool parameter to influence if
Corinna Vinschen
2015-02-26
2
-8
/
+21
*
* fhandler_termios.cc (fhandler_termios::line_edit): Fix condition
Corinna Vinschen
2015-02-26
3
-7
/
+20
*
* sec_acl.cc (setacl): Always grant default owner entry
Corinna Vinschen
2015-02-25
2
-0
/
+7
*
*** empty log message ***
Corinna Vinschen
2015-02-25
1
-0
/
+3
[next]