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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Drop defining _BSDTYPES_DEFINED before including winsup.h.
Corinna Vinschen
2015-03-12
2
-2
/
+5
*
Import libc/sys/rtems/include/semaphore.h from FreeBSD.
Sebastian Huber
2015-03-12
2
-0
/
+60
*
Let pty slave detect closure of last master handle
Takashi Yano
2015-03-12
2
-3
/
+14
*
Fix more typos in ntsec.xml
Corinna Vinschen
2015-03-12
2
-2
/
+7
*
Fix typos in ntsec.xml
Corinna Vinschen
2015-03-12
2
-4
/
+10
*
Add "tags" to .gitignore
Corinna Vinschen
2015-03-11
1
-0
/
+1
*
Include sys/_timespec.h in cygwin/types.h to adjust to newlib
Corinna Vinschen
2015-03-11
2
-1
/
+6
*
Add and use latest <sys/timespec.h> from FreeBSD
Sebastian Huber
2015-03-11
9
-16
/
+130
*
* 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
*
Fix a build problem running the newlib testsuite on targets that only have 32...
Nick Clifton
2015-03-11
2
-1
/
+7
*
cygwin: fix __x86_64__ conditional in stdint.h
Yaakov Selkowitz
2015-03-10
2
-1
/
+5
*
whitespace fix
Corinna Vinschen
2015-03-10
1
-1
/
+0
*
Change CVS->GIT in docs
Corinna Vinschen
2015-03-10
3
-8
/
+14
*
Add .gitignore
Corinna Vinschen
2015-03-09
1
-0
/
+42
*
mv .cvsignore to .gitignore
Corinna Vinschen
2015-03-09
1
-0
/
+0
*
Add .gitattributes
Corinna Vinschen
2015-03-09
1
-0
/
+20
*
* libc/include/stdio.h (FILE): Protect typedef from redefinition.
Corinna Vinschen
2015-03-05
3
-0
/
+11
*
* 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
*
* v850/sim.ld: Add a .note.renesas section.
Nick Clifton
2015-03-05
2
-0
/
+7
*
merge from gcc
DJ Delorie
2015-03-04
4
-0
/
+33
*
* include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 36.
Corinna Vinschen
2015-03-04
2
-1
/
+5
*
* posix.xml (std-bsd): Add issetugid.
Corinna Vinschen
2015-03-04
2
-0
/
+5
*
2015-02-25 Gedare Bloom <gedare@rtems.org>
Joel Sherrill
2015-03-03
2
-4
/
+6
*
* libc/machine/mips/memset.S: Add support for mips32r6/mips64r6.
Steve Ellcey
2015-03-03
2
-0
/
+62
*
* libc/machine/mips/memcpy.S: Add support for mips32r6/mips64r6.
Steve Ellcey
2015-03-03
2
-14
/
+169
*
* new-features.xml (ov-new1.7.35): Add SIGSYS change.
Corinna Vinschen
2015-03-03
2
-0
/
+9
*
* msg.cc: Throughout, drop raising SIGSYS if cygserver is not running.
Corinna Vinschen
2015-03-03
5
-26
/
+13
*
* new-features.xml (ov-new1.7.35): Add new section.
Corinna Vinschen
2015-03-03
2
-0
/
+54
*
* 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
*
* utils.xml (getfacl): Adjust options to option nmame change.
Corinna Vinschen
2015-02-28
2
-6
/
+8
*
*** empty log message ***
Corinna Vinschen
2015-02-28
1
-0
/
+3
*
* getfacl.c (usage): Change --all to --access, --dir to --default.
Corinna Vinschen
2015-02-28
2
-6
/
+12
*
* 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
*
2015-02-26 Steve Ellcey <sellcey@imgtec.com>
Steve Ellcey
2015-02-26
2
-108
/
+113
*
* 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
*
* mkgroup.c (MAX_SID_LEN): Remove. Instead, use SECURITY_MAX_SID_SIZE
Corinna Vinschen
2015-02-25
3
-49
/
+61
*
* fhandler_tape.cc (fhandler_dev_tape::_lock): Add cw_sig_restart to
Corinna Vinschen
2015-02-25
4
-15
/
+19
[prev]
[next]