[newlib-cygwin/refs/meta/config] Allow merge commits on master.

2015-05-29 Thread Joel Brobecker
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=8e1d67017068e348ee80942b851b32b765499d91 commit 8e1d67017068e348ee80942b851b32b765499d91 Author: Joel Brobecker brobec...@adacore.com Date: Fri May 29 05:16:13 2015 -0700 Allow merge commits on master. Diff: --- project.config |

[newlib-cygwin] Drop cygwin/_types.h.

2015-05-29 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=dd3d3b10e224947832cd2c9d3997935136c79fdc commit dd3d3b10e224947832cd2c9d3997935136c79fdc Author: Corinna Vinschen cori...@vinschen.de Date: Mon Mar 23 11:52:05 2015 +0100 Drop cygwin/_types.h. *

[newlib-cygwin] Ignore __STDC_{FORMAT,LIMIT,CONSTANT}_MACROS

2015-05-29 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=7befea740dfdc7d50e24351eaf1308071e9399ab commit 7befea740dfdc7d50e24351eaf1308071e9399ab Author: Corinna Vinschen cori...@vinschen.de Date: Tue Mar 24 10:42:45 2015 +0100 Ignore __STDC_{FORMAT,LIMIT,CONSTANT}_MACROS

[newlib-cygwin] Prepare to rename/reuse struct ucontext.

2015-05-29 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=3fb21f914375fb36d5a1a1a1d5cc362215e9ba1c commit 3fb21f914375fb36d5a1a1a1d5cc362215e9ba1c Author: Corinna Vinschen cori...@vinschen.de Date: Mon Mar 30 16:53:52 2015 +0200 Prepare to rename/reuse struct ucontext. *

[newlib-cygwin] Try best to handle user from domain not in trusted domain list.

2015-05-29 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=d4f8c94a9b62706d88f8b6b80697023ab32ae497 commit d4f8c94a9b62706d88f8b6b80697023ab32ae497 Author: Corinna Vinschen cori...@vinschen.de Date: Mon Mar 30 18:05:06 2015 +0200 Try best to handle user from domain not in trusted domain

[newlib-cygwin] Bump tty.cc copyright date

2015-05-29 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=e6c735f685b378973d321ca53e7bdfb74fdf874e commit e6c735f685b378973d321ca53e7bdfb74fdf874e Author: Corinna Vinschen cori...@vinschen.de Date: Wed Mar 25 17:16:52 2015 +0100 Bump tty.cc copyright date Diff: --- winsup/cygwin/tty.cc

[newlib-cygwin] Avoid potential crash at startup or in getgroups(2).

2015-05-29 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=71a897e40d4a9f0b3a6caf6bae974c00aae2cbe8 commit 71a897e40d4a9f0b3a6caf6bae974c00aae2cbe8 Author: Corinna Vinschen cori...@vinschen.de Date: Wed Apr 1 13:15:18 2015 +0200 Avoid potential crash at startup or in getgroups(2).

[newlib-cygwin] Fix UTF-16 surrogate handling in wctomb and friends.

2015-05-29 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=9b42474f293d068dcaa65f2f20ca268c51c960ec commit 9b42474f293d068dcaa65f2f20ca268c51c960ec Author: Corinna Vinschen cori...@vinschen.de Date: Wed Apr 1 15:31:18 2015 +0200 Fix UTF-16 surrogate handling in wctomb and friends.

[newlib-cygwin] Fix documentation of cygwin_internal()'s return type.

2015-05-29 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=adbc3d4bb19771950a0c471cf5303f9f55dc9b4d commit adbc3d4bb19771950a0c471cf5303f9f55dc9b4d Author: Jon TURNEY jon.tur...@dronecode.org.uk Date: Tue Mar 31 18:32:41 2015 +0100 Fix documentation of cygwin_internal()'s return type.

[newlib-cygwin] Rename struct ucontext to struct __mcontext

2015-05-29 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=9afde4dff449f9fac207de548fff34a44f5eb6ea commit 9afde4dff449f9fac207de548fff34a44f5eb6ea Author: Jon TURNEY jon.tur...@dronecode.org.uk Date: Mon Mar 30 18:05:51 2015 +0100 Rename struct ucontext to struct __mcontext

[newlib-cygwin] Add cygwin_internal() operation to retrieve the EXCEPTION_RECORD from a siginfo_t *

2015-05-29 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=d89cc269039817729020bb6092efccd5bf520cd4 commit d89cc269039817729020bb6092efccd5bf520cd4 Author: Jon TURNEY jon.tur...@dronecode.org.uk Date: Mon Mar 30 20:56:03 2015 +0100 Add cygwin_internal() operation to retrieve the

[newlib-cygwin] Fix buffer size error handling in gethostname.

2015-05-29 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=f7ddc49f40172ede26747c100b4132eb8680cf24 commit f7ddc49f40172ede26747c100b4132eb8680cf24 Author: Renato Silva br.renatosi...@gmail.com Date: Tue Mar 31 21:18:46 2015 +0200 Fix buffer size error handling in gethostname.

[newlib-cygwin] Call open_null to open fake handle

2015-05-29 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=19dc6ee82cafa7acbbc4aee8db7a6b511025a805 commit 19dc6ee82cafa7acbbc4aee8db7a6b511025a805 Author: Corinna Vinschen cori...@vinschen.de Date: Thu Apr 9 21:49:36 2015 +0200 Call open_null to open fake handle *

[newlib-cygwin] Only construct ucontext for SA_SIGINFO signal handlers

2015-05-29 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=9043956ce8594855ae5cfe66e8334e51c6969f59 commit 9043956ce8594855ae5cfe66e8334e51c6969f59 Author: Jon TURNEY jon.tur...@dronecode.org.uk Date: Thu Apr 2 18:15:07 2015 +0100 Only construct ucontext for SA_SIGINFO signal handlers

[newlib-cygwin] Initialize context before RtlContextCapture

2015-05-29 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=65c071bc4d4622af861b63066cd8cdb9d0ece467 commit 65c071bc4d4622af861b63066cd8cdb9d0ece467 Author: Jon TURNEY jon.tur...@dronecode.org.uk Date: Sat Apr 4 16:19:31 2015 +0100 Initialize context before RtlContextCapture *

[newlib-cygwin] Don't rely on size argument in shmget call

2015-05-29 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=023be4aedbd5bfb0a56164a2803c9c24a0d546f5 commit 023be4aedbd5bfb0a56164a2803c9c24a0d546f5 Author: Corinna Vinschen cori...@vinschen.de Date: Sun Apr 12 14:05:12 2015 +0200 Don't rely on size argument in shmget call *

[newlib-cygwin] Remove unused 32/64 bit tty code

2015-05-29 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=84b8db8e7ac60ad8e08c7013fc8cc4f03d37f262 commit 84b8db8e7ac60ad8e08c7013fc8cc4f03d37f262 Author: Corinna Vinschen cori...@vinschen.de Date: Tue Apr 7 12:16:07 2015 +0200 Remove unused 32/64 bit tty code * tty.h (class

[newlib-cygwin] Fix more typos in ntsec.xml

2015-05-29 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=37ab32da30a8bed7339fb1e9968bae53390a4622 commit 37ab32da30a8bed7339fb1e9968bae53390a4622 Author: Yaakov Selkowitz yselk...@redhat.com Date: Wed Apr 29 11:20:21 2015 -0500 Fix more typos in ntsec.xml Signed-off-by: Yaakov

[newlib-cygwin] cygserver.xml: Add new section. How to install Cygserver.

2015-05-29 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=a3e0771edaeefe88a97258c610e4405f01c28cd4 commit a3e0771edaeefe88a97258c610e4405f01c28cd4 Author: Mike DePaulo mikedep...@gmail.com Date: Mon Apr 27 04:46:18 2015 -0400 cygserver.xml: Add new section. How to install Cygserver.

[newlib-cygwin] Use all ACEs from original ACL on Samba share

2015-05-29 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=b07326d29e0df7a8f21aaadefebecbec8da20144 commit b07326d29e0df7a8f21aaadefebecbec8da20144 Author: Corinna Vinschen cori...@vinschen.de Date: Thu Apr 30 17:26:55 2015 +0200 Use all ACEs from original ACL on Samba share

[newlib-cygwin] Bump minor DLL version to 1

2015-05-29 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=d4058c6686fe4b59988d7b642627308b4622d90d commit d4058c6686fe4b59988d7b642627308b4622d90d Author: Corinna Vinschen cori...@vinschen.de Date: Thu Apr 30 17:53:15 2015 +0200 Bump minor DLL version to 1 Signed-off-by: Corinna

[newlib-cygwin] Bump minor DLL version to 2

2015-05-29 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=761a123a4f9de9f06b3cb8f348a5ec7d6c9a70a2 commit 761a123a4f9de9f06b3cb8f348a5ec7d6c9a70a2 Author: Corinna Vinschen cori...@vinschen.de Date: Sun May 3 12:28:39 2015 +0200 Bump minor DLL version to 2 Signed-off-by: Corinna

[newlib-cygwin] Introduce sidfromuid and sidfromgid

2015-05-29 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=853fcd8936b5ffdc465e4ce31af51b8ae223d247 commit 853fcd8936b5ffdc465e4ce31af51b8ae223d247 Author: Corinna Vinschen cori...@vinschen.de Date: Wed Apr 8 11:00:08 2015 +0200 Introduce sidfromuid and sidfromgid * pwdgrp.h

[newlib-cygwin] Add _tzset_unlocked and _tzset_unlocked_r

2015-05-29 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=c11779332651dd2f3b12f5ec48202fa7e547272b commit c11779332651dd2f3b12f5ec48202fa7e547272b Author: Corinna Vinschen cori...@vinschen.de Date: Tue Mar 31 11:14:22 2015 +0200 Add _tzset_unlocked and _tzset_unlocked_r newlib:

[newlib-cygwin] Add CMIN and CTIME definitions

2015-05-29 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=03d5584c4bd296872f4c1dd3fa930ecdffc581a6 commit 03d5584c4bd296872f4c1dd3fa930ecdffc581a6 Author: Corinna Vinschen cori...@vinschen.de Date: Wed Mar 25 17:21:38 2015 +0100 Add CMIN and CTIME definitions *

[newlib-cygwin] Don't allow fully qualified Windows account names.

2015-05-29 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=f0b38a8af6ef6b62b8911db5ec3d77c93e32ebe0 commit f0b38a8af6ef6b62b8911db5ec3d77c93e32ebe0 Author: Corinna Vinschen cori...@vinschen.de Date: Tue Mar 31 11:54:34 2015 +0200 Don't allow fully qualified Windows account names.

[newlib-cygwin] TIOCPKT mode of PTY is broken if ONLCR bit is cleared.

2015-05-29 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=8c1a778e7ddf137420de2407a96977f3281c3775 commit 8c1a778e7ddf137420de2407a96977f3281c3775 Author: Takashi Yano takashi.y...@nifty.ne.jp Date: Wed Mar 25 20:42:38 2015 +0900 TIOCPKT mode of PTY is broken if ONLCR bit is cleared.

[newlib-cygwin] cygwin: add GNU basename(3)

2015-05-29 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=75d5f68aabf62c42884ff935f888b12bbcd1 commit 75d5f68aabf62c42884ff935f888b12bbcd1 Author: Yaakov Selkowitz yselk...@redhat.com Date: Thu Mar 26 00:20:15 2015 -0500 cygwin: add GNU basename(3) winsup/cygwin/ *

[newlib-cygwin] Add release msg

2015-05-29 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=7b90cc4b9c40b2b8ae698813b296577752b0221e commit 7b90cc4b9c40b2b8ae698813b296577752b0221e Author: Corinna Vinschen cori...@vinschen.de Date: Tue Mar 31 13:13:06 2015 +0200 Add release msg Signed-off-by: Corinna Vinschen

[newlib-cygwin] Document GNU basename.

2015-05-29 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=2e3968cefa8b110a905fd3b5040ffd301a078674 commit 2e3968cefa8b110a905fd3b5040ffd301a078674 Author: Corinna Vinschen cori...@vinschen.de Date: Tue Mar 31 13:12:24 2015 +0200 Document GNU basename. * new-features.xml

[newlib-cygwin] Remove __acl16 from official header

2015-05-29 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=651bb62ae24cf5081f244085a652261abce92696 commit 651bb62ae24cf5081f244085a652261abce92696 Author: Corinna Vinschen cori...@vinschen.de Date: Wed Apr 8 10:01:59 2015 +0200 Remove __acl16 from official header *

[newlib-cygwin] Raise # of ptys to 128.

2015-05-29 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=19c6889c371e1766856040d9e981c944cee4f179 commit 19c6889c371e1766856040d9e981c944cee4f179 Author: Corinna Vinschen cori...@vinschen.de Date: Tue Apr 7 12:11:52 2015 +0200 Raise # of ptys to 128. * tty.h (NTTYS): Raise

[newlib-cygwin] Add FAQ entry on how Cygwin counters install and update MITM attacks

2015-05-29 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=f33e34f333ca67cb932c3829acf6b6d427b78e99 commit f33e34f333ca67cb932c3829acf6b6d427b78e99 Author: David A. Wheeler dwhee...@dwheeler.com Date: Thu Apr 2 14:04:55 2015 -0400 Add FAQ entry on how Cygwin counters install and update

[newlib-cygwin] Try to make sure struct _mcontext is 16-byte aligned

2015-05-29 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=383ff5fc47123ab2914cffc9517df1071eb1dc6a commit 383ff5fc47123ab2914cffc9517df1071eb1dc6a Author: Jon TURNEY jon.tur...@dronecode.org.uk Date: Thu Apr 2 18:05:32 2015 +0100 Try to make sure struct _mcontext is 16-byte aligned

[newlib-cygwin] Drop local stdint.h and inttypes.h in favor of newlib files

2015-05-29 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=bbf1475e020dc9e2c5aca14b241fac109450b593 commit bbf1475e020dc9e2c5aca14b241fac109450b593 Author: Corinna Vinschen cori...@vinschen.de Date: Wed Apr 1 20:37:58 2015 +0200 Drop local stdint.h and inttypes.h in favor of newlib files

[newlib-cygwin] Cygwin hangs up if several keys are typed during outputting a lot of texts.

2015-05-29 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=252a07b0ad3353abcd0fcd9b1b65ff977acd679e commit 252a07b0ad3353abcd0fcd9b1b65ff977acd679e Author: Takashi Yano takashi.y...@nifty.ne.jp Date: Fri Apr 3 13:07:35 2015 +0900 Cygwin hangs up if several keys are typed during outputting

[newlib-cygwin] Compile exceptions.cc with -fno-omit-frame-pointer on x86

2015-05-29 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=4f28e8a0e50003b8406ae3d80b7a542748bfb0c5 commit 4f28e8a0e50003b8406ae3d80b7a542748bfb0c5 Author: Jon TURNEY jon.tur...@dronecode.org.uk Date: Sat Apr 4 23:31:03 2015 +0100 Compile exceptions.cc with -fno-omit-frame-pointer on x86

[newlib-cygwin] Provide ucontext to signal handlers

2015-05-29 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=9e8932d6dac0d0acdedaf363adbf2265111ed27c commit 9e8932d6dac0d0acdedaf363adbf2265111ed27c Author: Jon TURNEY jon.tur...@dronecode.org.uk Date: Mon Mar 30 20:31:13 2015 +0100 Provide ucontext to signal handlers Add

[newlib-cygwin] Bump Cygwin version to 2.0.0.

2015-05-29 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=5778304f168a0ce4d1b6cd048a5e499436f0f6d0 commit 5778304f168a0ce4d1b6cd048a5e499436f0f6d0 Author: Corinna Vinschen cori...@vinschen.de Date: Fri Apr 10 20:41:00 2015 +0200 Bump Cygwin version to 2.0.0. *

[newlib-cygwin] Fix broken PSID problem on cygheap in account handling

2015-05-29 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=83b3f891c4f6cb46162ddec41ace787aa11929b3 commit 83b3f891c4f6cb46162ddec41ace787aa11929b3 Author: Corinna Vinschen cori...@vinschen.de Date: Fri Apr 17 11:56:15 2015 +0200 Fix broken PSID problem on cygheap in account handling

[newlib-cygwin] Set mcontext.cr2 to the faulting address

2015-05-29 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=bccc0e83e82af2e74e4a813bf551cad0b2305814 commit bccc0e83e82af2e74e4a813bf551cad0b2305814 Author: Jon TURNEY jon.tur...@dronecode.org.uk Date: Sat Apr 4 16:12:27 2015 +0100 Set mcontext.cr2 to the faulting address *

[newlib-cygwin] Fix closing too many handles in pty fchown/fchmod

2015-05-29 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=4e99630cfdfa582feb6deeb12f6fbee92d15d44e commit 4e99630cfdfa582feb6deeb12f6fbee92d15d44e Author: Corinna Vinschen cori...@vinschen.de Date: Wed Apr 22 13:26:37 2015 +0200 Fix closing too many handles in pty fchown/fchmod

[newlib-cygwin] Fix inconsistencies in docs regarding fstab and executable file detection

2015-05-29 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=bbc87a02fdf3df19ca5a42f844e4ca74ddded293 commit bbc87a02fdf3df19ca5a42f844e4ca74ddded293 Author: David Macek david.mace...@gmail.com Date: Sat Apr 18 23:25:15 2015 +0200 Fix inconsistencies in docs regarding fstab and executable

[newlib-cygwin] Asia/Calcutta - Asia/Kolkata (not on unicode.org)

2015-05-29 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=68994d682802cf18e71ec3d9e811c232ded47225 commit 68994d682802cf18e71ec3d9e811c232ded47225 Author: Corinna Vinschen cori...@vinschen.de Date: Tue Apr 21 14:29:01 2015 +0200 Asia/Calcutta - Asia/Kolkata (not on unicode.org)

[newlib-cygwin] Document previous unlink patch

2015-05-29 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=f21c9bface547a444027ecb7e29c57631ab296aa commit f21c9bface547a444027ecb7e29c57631ab296aa Author: Corinna Vinschen cori...@vinschen.de Date: Thu Apr 23 15:22:37 2015 +0200 Document previous unlink patch Signed-off-by:

[newlib-cygwin] Handle unlinking in-use files on virtual drives

2015-05-29 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=5abb0ed13c09a1ce68d3134c7a9369ccbb1a739b commit 5abb0ed13c09a1ce68d3134c7a9369ccbb1a739b Author: Corinna Vinschen cori...@vinschen.de Date: Thu Apr 23 15:02:32 2015 +0200 Handle unlinking in-use files on virtual drives

[newlib-cygwin] Define __s64 and __u64

2015-05-29 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=49c051c13352cd2fd2131a379d51a4a63c09283e commit 49c051c13352cd2fd2131a379d51a4a63c09283e Author: Corinna Vinschen cori...@vinschen.de Date: Mon Apr 27 14:39:57 2015 +0200 Define __s64 and __u64 *

[newlib-cygwin] * net.cc: Define _NETIOAPI_H_ to accomodate newer w32api.

2015-05-29 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=3afe8808b9412a79be781ccfc9a40604bab237d0 commit 3afe8808b9412a79be781ccfc9a40604bab237d0 Author: Takashi Yano takashi.y...@nifty.ne.jp Date: Wed May 27 12:56:31 2015 +0200 * net.cc: Define _NETIOAPI_H_ to accomodate newer w32api.

[newlib-cygwin] Use NtQueryObject to detect closing the last master handle

2015-05-29 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=712811e9bb53564fe27631c0cdaf0e7adb521396 commit 712811e9bb53564fe27631c0cdaf0e7adb521396 Author: Corinna Vinschen cori...@vinschen.de Date: Thu May 28 16:06:49 2015 +0200 Use NtQueryObject to detect closing the last master handle

[newlib-cygwin] Fold branch cygwin-2.0 into master

2015-05-29 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=30cffa234b092f3b17aeff63347c5f2ffd481bc3 commit 30cffa234b092f3b17aeff63347c5f2ffd481bc3 Merge: 1aeda8a 714507f Author: Corinna Vinschen vinsc...@redhat.com Date: Thu May 28 17:20:39 2015 +0200 Fold branch cygwin-2.0 into master

[newlib-cygwin] Fix broken SID in passwd/group entry for unkown account

2015-05-29 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=5dc398f1d9ea628809c56b3aedfe282e68b978f3 commit 5dc398f1d9ea628809c56b3aedfe282e68b978f3 Author: Corinna Vinschen cori...@vinschen.de Date: Fri Apr 17 11:57:57 2015 +0200 Fix broken SID in passwd/group entry for unkown account

[newlib-cygwin(refs/meta/config)] Revert Allow merge commits on master.

2015-05-29 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=37b4b8fa5e1385e507726857d4b2a1c39189332f commit 37b4b8fa5e1385e507726857d4b2a1c39189332f Author: Corinna Vinschen vinsc...@redhat.com Date: Fri May 29 17:07:48 2015 +0200 Revert Allow merge commits on master. This reverts

[newlib-cygwin] Created branch 'cygwin-acl'

2015-05-29 Thread Corinna Vinschen
The branch 'cygwin-acl' was created pointing to: 30cffa2... Fold branch cygwin-2.0 into master