Re: [PATCH] Add-on to gethostbyname2

2015-01-23 Thread Corinna Vinschen
On Jan 23 09:30, phumb...@phumblet.no-ip.org wrote: > > From: Corinna Vinschen > > Sent: Friday, January 23, 2015 5:48 AM > > > > On Jan 22 21:05, Pierre A. Humblet wrote: > > > Add-on to gethostbyname2, as discussed previously on main list. > > > Th

Re: [PATCH] Add-on to gethostbyname2

2015-01-27 Thread Corinna Vinschen
On Jan 27 09:56, Pierre A. Humblet wrote: > > >-Original Message- > >From: Pierre A Humblet > >Sent: Friday, January 23, 2015 9:30 AM > > > >> From: Corinna Vinschen > >> Sent: Friday, January 23, 2015 5:48 AM > >> > >

Re: [PATCH] Prototype initstate() etc. if _XOPEN_SOURCE is defined appropriately

2015-02-19 Thread Corinna Vinschen
good, please apply. Thanks, Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Maintainer cygwin AT cygwin DOT com Red Hat pgpczBvTaDVEb.pgp Description: PGP signature

Re: [PATCH] Compile sigfe.s with CFLAGS

2015-02-19 Thread Corinna Vinschen
On Feb 19 13:21, Jon TURNEY wrote: > * Makefile.in (sigfe.o): Use CFLAGS. Please apply. Thanks, Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Maintainer cygwin AT cygwin DOT com Red Hat pgpmlZMUyVfqp.pgp Description:

Re: [PATCH] cygwin: fix __x86_64__ conditional in stdint.h

2015-03-10 Thread Corinna Vinschen
win/ChangeLog > index 550490a..cd2dbb9 100644 > --- a/winsup/cygwin/ChangeLog > +++ b/winsup/cygwin/ChangeLog > @@ -1,3 +1,7 @@ > +2015-03-10 Yaakov Selkowitz > + > + * include/stdint.h: Fix __x86_64__ conditional. > + > 2015-03-05 Corinna Vinschen > >

Re: [PATCH] Improve stackdumps on x86_64

2015-03-12 Thread Corinna Vinschen
On Mar 12 14:05, Jon TURNEY wrote: > + * exceptions.cc (stack_info): Add sigstackptr member. > + (walk): Unwind sigstackptr inside _sigbe and sigdelayed. > + * gendef (_sigdelayed_end): Add symbol to mark end of sigdelayed. Patch is fine. Please apply. Thanks, Corinna --

Re: Fix typo

2015-03-12 Thread Corinna Vinschen
t; - 285: Export cabsl, cimagl, creall, finitel, hypotl, sqrtl. > + 286: Export cabsl, cimagl, creall, finitel, hypotl, sqrtl. >287: Export issetugid. > */ Applied. Thanks, Corinna -- Corinna Vinschen Please, send mails regardi

Re: braces around scalar initializer for type

2015-03-12 Thread Corinna Vinschen
missing the ChangeLog entry, Please provide ChangeLog entries per https://cygwin.com/contrib.html. Thanks, Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Maintainer cygwin AT cygwin DOT com Red Hat pgph8ZNdADBF3.pgp Description: PGP signature

Re: braces around scalar initializer for type

2015-03-13 Thread Corinna Vinschen
Hi Alexey, On Mar 12 22:47, Alexey Pavlov wrote: > 2015-03-12 22:22 GMT+03:00 Corinna Vinschen: > > I'm ok with that patch, but it's missing the ChangeLog entry, Please > > provide ChangeLog entries per https://cygwin.com/contrib.html. > > + * net.cc: Remove ext

Re: [PATCH] Fix winsup/doc to install into prefix

2015-03-13 Thread Corinna Vinschen
ss > configured otherwise. > > * Makefile.in (prefix): Define. Please apply. Thanks, Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Maintainer cygwin AT cygwin DOT com Red Hat pgpBOuwl25m4W.pgp Description: PGP signature

Re: TIOCPKT mode of PTY is broken if ONLCR bit is cleared.

2015-03-25 Thread Corinna Vinschen
Thanks, Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Maintainer cygwin AT cygwin DOT com Red Hat pgpYS39MDks1r.pgp Description: PGP signature

Re: [PATCH] Make EXCEPTION_POINTERS available to signal handlers

2015-03-30 Thread Corinna Vinschen
user-defined stack, see pthread_wrapper in miscfuncs.cc. While we're at it we should contemplate to define SIGSTKSZ and MINSIGSTKSZ along the lines of 64K, I guess. Thanks, Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Maintainer cygwin AT cygwin DOT com Red Hat pgpILnIlY_In2.pgp Description: PGP signature

Re: [PATCH] cygwin: add GNU basename(3)

2015-03-30 Thread Corinna Vinschen
ly after applying the newlib patch. Thanks, Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Maintainer cygwin AT cygwin DOT com Red Hat pgp1v7AAOXISP.pgp Description: PGP signature

Re: [PATCH 1/2] Rename struct ucontext to struct mcontext

2015-03-30 Thread Corinna Vinschen
; >__uint64_t efr; >__uint8_t _internal; > - __uint64_t oldmask; > }; Remove _internal, keep oldmask. As a result, __mcontext is still basically equivalent to Linux' mcontext_t. __mcontext can be taken from _my_tls.oldmask. Thanks, Corinna -- Corinna Vinschen

Re: [PATCH 2/2] Make CONTEXT available to signal handlers

2015-03-30 Thread Corinna Vinschen
ed. But everything else we can and should provide. uc_link might come in handy as well at one point, who knows? Just set it to NULL for now. Thanks, Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Maintainer cygwin AT cyg

Re: [PATCH 1/3] Rename struct ucontext to struct __mcontext

2015-03-31 Thread Corinna Vinschen
change to stay backward compatible which I apply after your patch. Thanks, Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Maintainer cygwin AT cygwin DOT com Red Hat pgpM7NRi0Jl6T.pgp Description: PGP signature

Re: [PATCH 2/3] Make mcontext and stack information available to signal handlers

2015-03-31 Thread Corinna Vinschen
(uintptr_t)NtCurrentTeb ()->Tib.StackBase; > + > +#ifndef _SYS_UCONTEXT_H_ > +#define _SYS_UCONTEXT_H_ > + > +#include > +#include Just include as on Linux, unless there's a really good reason. Thanks, Corinna -- Corinna Vinschen Please, send mails regardi

Re: [PATCH 0/3] Make detailled exception information available to signal handlers

2015-03-31 Thread Corinna Vinschen
ease rename cr2 to ctx_flags and add a uint64_t resp. uint32_t value called "cr2" as last member after "oldmask" to struct __mcontext. We're discussing filling cr2 later, it's certainly not a pressing issue. Thanks, Corinna -- Corinna Vinschen

Re: [PATCH 1/2] Rename struct ucontext to struct mcontext

2015-03-31 Thread Corinna Vinschen
On Mar 31 18:48, Jon TURNEY wrote: > On 30/03/2015 19:47, Corinna Vinschen wrote: > >Just for the records what we talked about on IRC: > > > >On Mar 30 18:32, Jon TURNEY wrote: > >>@@ -45,7 +49,7 @@ struct _fpstate > >>__uint32_t padding[24]; > &g

Re: [PATCH 3/3] Add cygwin_internal() operation to convert siginfo_t * to EXCEPTION_RECORD *

2015-03-31 Thread Corinna Vinschen
SRC, > +CW_EXCEPTION_RECORD_FROM_SIGINFO_T, >} cygwin_getinfo_types; > > #define CW_LOCK_PINFO CW_LOCK_PINFO There's a #define CW_EXCEPTION_RECORD_FROM_SIGINFO_T CW_EXCEPTION_RECORD_FROM_SIGINFO_T missing here. With these changes, ok to apply. Thanks, Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Maintainer cygwin AT cygwin DOT com Red Hat pgp7HjTvfGvzf.pgp Description: PGP signature

Re: [PATCH] Fix documentation of cygwin_internal()'s return type.

2015-03-31 Thread Corinna Vinschen
On Mar 31 18:50, Jon TURNEY wrote: > * misc-funcs.xml (cygwin_internal): Correct return type. Ouch, yes. Please apply. Thanks for catching. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Maintainer cygwin AT cygwin DOT

Re: Fix error mapping in gethostname

2015-03-31 Thread Corinna Vinschen
they are not informed about the long > name. > > Changelog entry: > 2015-03-31 Renato Silva > * net.cc: Fix buffer size error handling in cygwin_gethostname. Good catch. Patch applied. Thanks, Corinna -- Corinna Vinschen Please, send mails regarding

Re: [PATCH 1/3] Rename struct ucontext to struct __mcontext

2015-04-01 Thread Corinna Vinschen
d cr2 member. GTG. Thanks, Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Maintainer cygwin AT cygwin DOT com Red Hat pgpjZovFG5M4M.pgp Description: PGP signature

Re: [PATCH 3/3] Add cygwin_internal() operation to retrieve the EXCEPTION_RECORD from a siginfo_t *

2015-04-01 Thread Corinna Vinschen
ord accessor. Looks good, please apply. Thanks, Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Maintainer cygwin AT cygwin DOT com Red Hat pgpqjIlIxeuU6.pgp Description: PGP signature

Re: [PATCH 2/3] Provide ucontext to signal handlers

2015-04-01 Thread Corinna Vinschen
at one point, I think. Thanks, Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Maintainer cygwin AT cygwin DOT com Red Hat pgpMqoCzI5faR.pgp Description: PGP signature

Re: [PATCH 2/3] Provide ucontext to signal handlers

2015-04-01 Thread Corinna Vinschen
On Apr 1 18:36, Jon TURNEY wrote: > On 01/04/2015 15:22, Corinna Vinschen wrote: > >On Apr 1 14:19, Jon TURNEY wrote: > >>Add ucontext.h header, defining ucontext_t and mcontext_t types. > >> > >>Provide sigaction sighandlers with a ucontext_t parameter, c

Re: [PATCH] Try to make sure struct _mcontext is 16-byte aligned

2015-04-02 Thread Corinna Vinschen
the "struct" keyword. With this change, ok to apply. Thanks, Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Maintainer cygwin AT cygwin DOT com Red Hat pgpkDrJt6xflm.pgp Description: PGP signature

Re: [PATCH] Add FAQ entry on how Cygwin counters install and update MITM attacks

2015-04-03 Thread Corinna Vinschen
udes SHA-512 cryptographic hashes. Applied. Thanks, Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Maintainer cygwin AT cygwin DOT com Red Hat pgp3RtFrOwCW2.pgp Description: PGP signature

Re: [PATCH] Only construct ucontext for SA_SIGINFO signal handlers

2015-04-03 Thread Corinna Vinschen
() should occur before constructing the context, so that filling in uc_sigmask can be moved into the above `'if' branch. On second thought, isn't this slightly wrong anyway? Shouldn't that be context.uc_sigmask = _my_tls.sigmask; context.uc_mcontext.oldmask = this

Re: [PATCH] Only construct ucontext for SA_SIGINFO signal handlers

2015-04-03 Thread Corinna Vinschen
On Apr 3 13:18, Corinna Vinschen wrote: > On Apr 2 20:30, Jon TURNEY wrote: > > * exceptions.cc (call_signal_handler): Only bother to construct > > the ucontext for signal handlers with SA_SIGINFO set. > > Looks good, except... > > > + ucontext_t

Re: [PATCH] Only construct ucontext for SA_SIGINFO signal handlers

2015-04-03 Thread Corinna Vinschen
On Apr 3 13:51, Jon TURNEY wrote: > On 03/04/2015 13:17, Corinna Vinschen wrote: > >On Apr 3 13:18, Corinna Vinschen wrote: > >>On Apr 2 20:30, Jon TURNEY wrote: > >> > >>>sigset_t this_oldmask = set_process_mask_delta (); > >&

Re: [PATCH 2/3] Provide ucontext to signal handlers

2015-04-04 Thread Corinna Vinschen
On Apr 3 23:09, Jon TURNEY wrote: > On 01/04/2015 15:22, Corinna Vinschen wrote: > >On Apr 1 14:19, Jon TURNEY wrote: > >>Add ucontext.h header, defining ucontext_t and mcontext_t types. > >> > >>Provide sigaction sighandlers with a ucontext_t parameter, c

Re: [PATCH 2/3] Provide ucontext to signal handlers

2015-04-07 Thread Corinna Vinschen
On Apr 5 17:58, Jon TURNEY wrote: > On 04/04/2015 17:06, Jon TURNEY wrote: > >On 04/04/2015 09:40, Corinna Vinschen wrote: > >>So, what if we drop all the -fomit-frame-pointer from Makefile.in and > >>add an > >> > >> exceptions_CFLAGS:=-f

Re: [PATCH 3/3] Set mcontext.cr2 to the faulting address

2015-04-09 Thread Corinna Vinschen
? (uintptr_t) thissi.si_addr : 0; With these changes, all patches are ok to push. Thanks, Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Maintainer cygwin AT cygwin DOT com Red Hat pgp_XDK0VSSuT.pgp Description: PGP signature

Re: [PATCH] Fix inconsistencies in docs regarding fstab and executable file detection

2015-04-20 Thread Corinna Vinschen
(has_exec_chars). > > * pathnames.xml: Fix inconsistencies in docs regarding fstab and > executable file detection Applied. Thanks, Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Maintainer cygwin A

Re: Cygwin hangs up if several keys are typed during outputting a lot of texts.

2015-04-22 Thread Corinna Vinschen
On Apr 22 19:57, Takashi Yano wrote: > Hi Corinna, > > On Mon, 20 Apr 2015 17:12:30 +0200 > Corinna Vinschen wrote: > > > Ok. Let's go with that. Can you please rename handle2/master2 to > > handle_cyg/master_cyg and resend the patch to the cygwin-patches >

Re: [PATCH 2/3] Provide ucontext to signal handlers

2015-04-23 Thread Corinna Vinschen
Hi Jon, On Apr 23 14:53, Jon TURNEY wrote: > On 01/04/2015 18:36, Jon TURNEY wrote: > >On 01/04/2015 15:22, Corinna Vinschen wrote: > >>It would be better to call RtlCaptureContext > >>before calling call_signal_handler. But this requires a change in how > &

Re: [PATCH] * cygserver.xml: Add new section. How to install Cygserver.

2015-04-27 Thread Corinna Vinschen
a service. See > + . > + > + > + > + > How to start Cygserver > > > -- > 2.1.4 Patch applied. Thanks, Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Maintainer cygwin AT cygwin DOT com Red Hat pgpo4xYOPR89e.pgp Description: PGP signature

Re: [PATCH] Fix more typos in ntsec.xml

2015-04-29 Thread Corinna Vinschen
;canonical" > +following this rule are called "canonical". > > > Note that the last rule is a preference or a definition of > -- > 2.1.4 Looks fine. Please apply (to the cygwin-2.0 branch as well, if you don't mind). Thanks, Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Maintainer cygwin AT cygwin DOT com Red Hat pgppCH6kCzkmn.pgp Description: PGP signature

Re: [PATCH] Update the estimate of the size of installing everything

2015-05-27 Thread Corinna Vinschen
y > always, installing everything is not a good idea, so mentioning the > possibility before mentioning you should install what you need doesn't > really help. Go ahead with whatever you prefer. Thanks, Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Maintainer cygwin AT cygwin DOT com Red Hat pgpv4ZnfkbJKF.pgp Description: PGP signature

Re: [PATCH] winsup/doc: Remove ancient unused Makefile rules to make documentation tarball

2015-06-08 Thread Corinna Vinschen
y <...> Ok, please apply. Thanks, Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Maintainer cygwin AT cygwin DOT com Red Hat pgpe4nj6zcCl7.pgp Description: PGP signature

Re: [PATCH] Improve strace to log most Windows debug events

2015-06-10 Thread Corinna Vinschen
ACE_foo option for it. - The GetFileNameFromHandle function could be much simpler. Rather than opening a mapping object for ev.u.LoadDll.hFile, just use the existing mapping object from ev.u.LoadDll.lpBaseOfDll. Corinna -- Corinna Vinschen Please, send mails regarding Cygw

Re: [PATCH] Improve strace to log most Windows debug events

2015-06-10 Thread Corinna Vinschen
On Jun 10 16:11, Corinna Vinschen wrote: > Hi Jon, > > On Jun 10 13:05, Jon TURNEY wrote: > > Not sure if this is wanted, but on a couple of occasions recently I have > > been > > presented with strace output which contains an exception at an address in an > >

Re: [PATCH] Improve strace to log most Windows debug events

2015-06-10 Thread Corinna Vinschen
On Jun 10 16:18, Corinna Vinschen wrote: > On Jun 10 16:11, Corinna Vinschen wrote: > > Hi Jon, > > > > On Jun 10 13:05, Jon TURNEY wrote: > > > Not sure if this is wanted, but on a couple of occasions recently I have > > > been > > > presented w

Re: [PATCH] Improve strace to log most Windows debug events

2015-06-10 Thread Corinna Vinschen
On Jun 10 17:44, Corinna Vinschen wrote: > On Jun 10 16:18, Corinna Vinschen wrote: > > On Jun 10 16:11, Corinna Vinschen wrote: > > > Hi Jon, > > > > > > On Jun 10 13:05, Jon TURNEY wrote: > > > > Not sure if this is wanted, but on a c

Re: [PATCH 1/8] winsup/doc: Remove tarball target from .PHONY

2015-06-15 Thread Corinna Vinschen
On Jun 15 13:36, Jon TURNEY wrote: > Left over after 4885352e. > > 2015-06-12 Jon Turney <...> > > * Makefile.in (.PHONY): Remove tarball target. Please apply. Thanks, Corinna -- Corinna Vinschen Please, send mails regarding Cygwin

Re: [PATCH 2/8] winsup/doc: Fix xidepend to handle relative pathnames

2015-06-15 Thread Corinna Vinschen
> Although it might be better to fix this by making xidepend use pathnames, > rather > than ignoring them and assuming everything is in the current directory... Indeed. The problem is the included loop iterating over the dependencies. A more foolproof solution would be helpful. Fo

Re: [PATCH 3/8] winsup/doc: Some preparatory XML fixes

2015-06-15 Thread Corinna Vinschen
> manpages. ... but it generates a bit of clutter in the HTML user guide itself. Any chance to add those *only* to the man pages? Removing the date and trailing whitespaces is approved. Thanks, Corinna -- Corinna Vinschen Please, send mails regarding Cygw

Re: [PATCH 4/8] winsup/doc: Use fo.xsl to customize PDF generation from DocBook XML

2015-06-15 Thread Corinna Vinschen
o customized DocBook > XML->PDF conversion. Please apply. Thanks, Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Maintainer cygwin AT cygwin DOT com Red Hat pgpgvXdxOphHT.pgp Description: PGP signature

Re: [PATCH 5/8] winsup/doc: Convert utils.xml to using refentry

2015-06-15 Thread Corinna Vinschen
y, so use > fop instead. Uhm... wasn't Yaakov's patch from 2014-11-28 explicitely meant to drop the requirement to use fop andd thus java? Is there really no other way to handle that, rather than reverting to fop? Corinna -- Corinna Vinschen Please, send mails regarding

Re: [PATCH 6/8] winsup/doc: Make it easier to extend xidepend to more targets

2015-06-15 Thread Corinna Vinschen
ariable to express the dependency. Please apply. Thanks, Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Maintainer cygwin AT cygwin DOT com Red Hat pgpCN830gOf7T.pgp Description: PGP signature

Re: [PATCH 8/8] winsup/doc: Fix an issue with parallel make

2015-06-15 Thread Corinna Vinschen
2015-06-12 Jon Turney <...> > > * Makefile.in (cygwin-ug-net/cygwin-ug-net-nochunks.html.gz): > Ensure cygwin-ug-net directory exists. Please apply. Thanks, Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Maintainer

Re: [PATCH 7/8] winsup/doc: Make and install manpages for utils

2015-06-15 Thread Corinna Vinschen
stamp file for build avoidance when the > dependencies haven't changed. > > 2015-06-12 Jon Turney <...> > > * Makefile.in (install-man, utils2man.stamp): Add rules to build > and install manpages for utils. Please apply. Thanks, Corinna -- Corinna Vi

Re: [PATCH 3/8] winsup/doc: Some preparatory XML fixes

2015-06-16 Thread Corinna Vinschen
On Jun 16 10:22, Jon TURNEY wrote: > On 15/06/2015 18:04, Corinna Vinschen wrote: > >On Jun 15 13:36, Jon TURNEY wrote: > >>Remove the inconsistent .exe suffix in strace and umount usage lines. > >> > >>Consistently refer to cross-references outside utils.xml as

Re: [PATCH 5/8] winsup/doc: Convert utils.xml to using refentry

2015-06-16 Thread Corinna Vinschen
On Jun 16 10:28, Jon TURNEY wrote: > On 15/06/2015 18:11, Corinna Vinschen wrote: > >On Jun 15 13:36, Jon TURNEY wrote: > >>Convert utils.xml from using a sect2 to using a refentry for each utility > >>program. > >> > >>Unfortunately, using r

Re: [PATCH 5/8] winsup/doc: Convert utils.xml to using refentry

2015-06-16 Thread Corinna Vinschen
On Jun 16 12:09, Jon TURNEY wrote: > On 16/06/2015 10:45, Corinna Vinschen wrote: > >On Jun 16 10:28, Jon TURNEY wrote: > >>On 15/06/2015 18:11, Corinna Vinschen wrote: > >>>On Jun 15 13:36, Jon TURNEY wrote: > >>>>Convert utils.xml from using

Re: [PATCH] Hide sethostname() in unistd.h

2015-06-16 Thread Corinna Vinschen
menting sethostname instead? extern "C" int sethostname (const char *name, size_t len) { WCHAR wname[MAX_COMPUTERNAME_LENGTH + 1]; sys_mbstowcs (wname, MAX_COMPUTERNAME_LENGTH + 1, name, len); if (!SetComputerNameEx (ComputerNamePhysicalDnsHostname, wname)) { __seterrno ();

Re: [PATCH 5/8] winsup/doc: Convert utils.xml to using refentry

2015-06-16 Thread Corinna Vinschen
On Jun 16 18:33, Jon TURNEY wrote: > On 16/06/2015 13:49, Corinna Vinschen wrote: > >On Jun 16 12:09, Jon TURNEY wrote: > >>On 16/06/2015 10:45, Corinna Vinschen wrote: > >>>On Jun 16 10:28, Jon TURNEY wrote: > >>>>On 15/06/2015 18:11, Corinna Vinsc

Re: [PATCH 5/8] winsup/doc: Convert utils.xml to using refentry

2015-06-16 Thread Corinna Vinschen
On Jun 16 19:50, Jon TURNEY wrote: > On 16/06/2015 18:49, Corinna Vinschen wrote: > >>Note that the next time you build documentation for the website, you might > >>need to take some special steps to add new .html files. > > > >-v, please? > > Sorry, I

Re: [PATCH] Hide sethostname() in unistd.h

2015-06-17 Thread Corinna Vinschen
On Jun 17 07:38, Christian Franke wrote: > Corinna Vinschen wrote: > >On Jun 16 18:27, Christian Franke wrote: > >>Found during an experimental build of busybox: > >> > >>The sethostname() prototype in /usr/include/sys/unistd.h is enabled also on > >

Re: [PATCH 0/5] Generate cygwin-api manpages

2015-06-17 Thread Corinna Vinschen
an idea how far away we are from including the cygwin-doc package into the cygwin package set? I'm not planning a new release very soon, so we can coordinate that without pressure. Thanks, Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Maintainer

Re: [PATCH 0/5] Generate cygwin-api manpages

2015-06-17 Thread Corinna Vinschen
On Jun 17 16:59, Jon TURNEY wrote: > On 17/06/2015 14:49, Corinna Vinschen wrote: > >On Jun 17 13:37, Jon TURNEY wrote: > >>This patch set changes the DocBook source XML for the Cygwin API reference > >>to > >>use refentry elements, and also generates man p

Re: [PATCH] Hide sethostname() in unistd.h

2015-06-18 Thread Corinna Vinschen
called "busybox" and the package doesn't try to create shortcuts /bin/sh -> /bin/busybox, etc, I don't see a problem to ITP it. If those symlinks are required for busybox to work, they should be encapsulated in their own subdir, something like /usr/libexec/busybox or so. U

Re: [PATCH 0/5] Generate cygwin-api manpages

2015-06-18 Thread Corinna Vinschen
On Jun 18 11:46, Jon TURNEY wrote: > On 17/06/2015 17:27, Corinna Vinschen wrote: > >On Jun 17 16:59, Jon TURNEY wrote: > >>On 17/06/2015 14:49, Corinna Vinschen wrote: > >>>On Jun 17 13:37, Jon TURNEY wrote: > >>>>This patch set changes the DocBook s

Re: [PATCH] Hide sethostname() in unistd.h

2015-06-19 Thread Corinna Vinschen
On Jun 19 07:27, Christian Franke wrote: > Corinna Vinschen wrote: > >On Jun 17 15:15, Eric Blake wrote: > >>On 06/17/2015 02:57 PM, Yaakov Selkowitz wrote: > >>>On Wed, 2015-06-17 at 22:25 +0200, Christian Franke wrote: > >>>>Busybox does not use aut

Re: [PATCH 1/5] winsup/doc: Create info pages from cygwin documentation

2015-06-22 Thread Corinna Vinschen
l: Add texinfo-node. > * cygwin-api.xml: Ditto. This is fine. > * ntsec.xml (db_home): Add texinfo-node for titles containing a > ':' which are the targets of an xref. This... not so much. Let's simply remove the colons instead: -The db_home: setting +The db_home

Re: [PATCH 2/5] winsup/doc: Add intro man pages from cygwin-doc

2015-06-22 Thread Corinna Vinschen
. If you > are > + able to track down the source of the bug and can provide a fix, there > are > + instructions for contributing patches at: > + > + url="http://cygwin.com/contrib.html";>http://cygwin.com/contrib.html > + > + > + > + SEE ALSO > + > + > + intro > + 1 Shouldn't that be a 3 here? Thanks, Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Maintainer cygwin AT cygwin DOT com Red Hat pgpog5781Bym7.pgp Description: PGP signature

Re: [PATCH 3/5] winsup/doc: Remove 'Usage' prefix from synopses

2015-06-22 Thread Corinna Vinschen
On Jun 22 15:39, Jon TURNEY wrote: > Remove redundant 'Usage' prefix from synopses. > > 2015-06-22 Jon Turney > > * utils.xml: Remove 'Usage' prefix from synopses. Ok. Thanks, Corinna -- Corinna Vinschen Please, send mails re

Re: [PATCH 4/5] winsup/doc: Use xidepend to generate the source list for FAQ targets as well

2015-06-22 Thread Corinna Vinschen
On Jun 22 15:39, Jon TURNEY wrote: > 2015-06-22 Jon Turney > > * Makefile.in (FAQ_SOURCES): Remove and generate with xidepend. Ok. Thanks, Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Maintainer cygwin AT cygwi

Re: [PATCH 5/5] winsup/doc: Update ancient README about building documentation

2015-06-22 Thread Corinna Vinschen
gt; > * README: Update. Ok. Thanks, Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Maintainer cygwin AT cygwin DOT com Red Hat pgpVV2K7NbyKH.pgp Description: PGP signature

Re: [PATCH 2/5] winsup/doc: Add intro man pages from cygwin-doc

2015-06-22 Thread Corinna Vinschen
nd install manpages from XML > > v4: > Update to refer to GPLv3+, SUSv4 > > 2015-06-22 Jon Turney > > * Makefile.in (intro2man.stamp): Add. > * intro.xml: New file. GTG :) Thanks, Corinna -- Corinna Vinschen Please,

Re: [PATCH 1/5] winsup/doc: Create info pages from cygwin documentation

2015-06-22 Thread Corinna Vinschen
On Jun 22 18:15, Jon TURNEY wrote: > On 22/06/2015 15:55, Corinna Vinschen wrote: > >On Jun 22 15:39, Jon TURNEY wrote: > >>v2: > >>Updated to use docbook2x-texi not docbook2texi, since source is now docbook > >>XML. > >>Tweak DocBook XML so info d

Re: Using g++ and -m32 option on x86_64 broken

2015-07-01 Thread Corinna Vinschen
cross compiling on both platforms. Having a working -m32 utilizing the cross build package path would be the icing on the cake. Thanks, Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Maintainer cygwin AT cygwin DOT com Red Hat pgpm2VPRS5pe8.pgp Description: PGP signature

Re: Using g++ and -m32 option on x86_64 broken

2015-07-01 Thread Corinna Vinschen
On Jul 1 06:59, Jeffrey Walton wrote: > On Wed, Jul 1, 2015 at 4:29 AM, Corinna Vinschen > wrote: > > Hi Jeffrey, > > > > On Jun 30 21:38, Jeffrey Walton wrote: > >> Cygwin's GCC responds to the -m32 option, but it causes a compile error: > >> &

Re: [PATCH] winsup/doc: Add a configure test to find docbook2xtexi

2015-07-05 Thread Corinna Vinschen
figure.ac: Add check for DOCBOOK2XTEXI > * configure: Regenerate. > * Makefile.in (DOCBOOK2XTEXI): Use. Looks good on Fedora, please apply. Thanks, Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Maintainer cy

Re: [PATCH] winsup/cygwin: fix compile of path.cc after basename changes

2015-07-06 Thread Corinna Vinschen
he same line but in full english preceeding the #define line. With such a comment and a ChangeLog entry, patch is ok. Thanks, Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Maintainer cygwin AT cygwin DOT com Red Hat pgp8Ua8lDq9vP.pgp Description: PGP signature

Re: [PATCH] winsup/cygwin: Protect fork() against dll- and exe-updates.

2015-07-27 Thread Corinna Vinschen
footprint of the cache, speed up subsequent forks. - Given that the /bin directory alone can be easily 0.5 Gigs and more, the cache(s) can take as much memory. This really asks for some cleanup mechanism. - The heretical question of course: Is the underlying problem really

Re: RtlFillMemory fails on block sizes over 0x7fffffff

2015-07-29 Thread Corinna Vinschen
27;ll rather be looking into an assembler alternative. I'm planning to pull in the NetBSD implementation, with the tweaks required for MS ABI. Thanks, Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Maintainer cygwin AT cygwin D

Re: RtlFillMemory fails on block sizes over 0x7fffffff

2015-07-29 Thread Corinna Vinschen
;m just creating a 2.2.0-0.5 test release which I'll upload and announce in a couple of minutes. Please give it a try. Since I'm AFK for the rest of the week, the official 2.2.0-1 release will occur next week. Thanks, Corinna -- Corinna Vinschen Please, send mails

Re: [PATCH] Improve FAQ answer on debugging Cygwin

2015-08-05 Thread Corinna Vinschen
answer. Looks good. Please apply. Thanks, Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Maintainer cygwin AT cygwin DOT com Red Hat pgpIK9MKIERnl.pgp Description: PGP signature

Re: [PATCH] mkglobals: Fix EOL detection

2015-08-17 Thread Corinna Vinschen
convert the file. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Maintainer cygwin AT cygwin DOT com Red Hat pgpBSGWLMtDQn.pgp Description: PGP signature

Re: [PATCH] mkglobals: Fix EOL detection

2015-08-17 Thread Corinna Vinschen
On Aug 17 11:02, Orgad Shaneh wrote: > On Mon, Aug 17, 2015 at 10:59 AM, Corinna Vinschen > wrote: > > On Aug 17 10:41, Orgad Shaneh wrote: > >> When globals.cc has CRLF line endings, winsup.h is not removed, and > >> compilation fails for duplicate definition

Re: [PATCH] mkglobals: Fix EOL detection

2015-08-17 Thread Corinna Vinschen
On Aug 17 10:41, Orgad Shaneh wrote: > When globals.cc has CRLF line endings, winsup.h is not removed, and > compilation fails for duplicate definitions. Applied. Thanks, Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Main

Re: [PATCH] Add Lavasoft Web Companion to BLODA list.

2015-08-18 Thread Corinna Vinschen
enApp (see url="http://support.citrix.com/article/CTX107825";>Citrix Support > page) > +Lavasoft Web Companion > > Sometimes these problems can be worked around, by temporarily or > partially > disabling the offending software. For instance, it may be possible to

Re: [PATCH] Introduce the 'usertemp' filesystem type

2015-10-20 Thread Corinna Vinschen
t; + } > +} >else > { >int res = mount_table->add_item (native_path, posix_path, mount_flags); - What about adding a mount flags to allow fillout_mntent to print out the mount type? This isn't essential, I'm just wondering if there might be a good reason to see the type in mount(1) output. Thanks, Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Maintainer cygwin AT cygwin DOT com Red Hat pgpY6QzAIl42w.pgp Description: PGP signature

Re: [PATCH] Fix compiler errors/warnings when compiling with -O3

2015-10-20 Thread Corinna Vinschen
og entry for this simple case. Thanks, Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Maintainer cygwin AT cygwin DOT com Red Hat pgpgEcTmJ7A0R.pgp Description: PGP signature

Re: New FAQ entry about permissions since Cygwin 1.7.34

2015-10-20 Thread Corinna Vinschen
problem is likely to look. The following patch attempts to remedy > this: Unfortunately it doesn't apply cleanly. There are weird differences in whitespaces and a patch-breaking line wrap. Can you check and resend, please? Thanks, Corinna -- Corinna Vinschen Please, se

Re: New FAQ entry about permissions since Cygwin 1.7.34

2015-10-21 Thread Corinna Vinschen
On Oct 20 18:48, Ken Brown wrote: > On 10/20/2015 3:25 PM, Corinna Vinschen wrote: > >Hi Ken, > > > >On Oct 6 16:41, Ken Brown wrote: > >>There have been several recent threads on the cygwin list stemming from the > >>permissions change in 1.7.34. I

Re: [PATCH] Introduce the 'usertemp' filesystem type

2015-10-21 Thread Corinna Vinschen
Hi Johannes, On Oct 20 13:47, Johannes Schindelin wrote: > On Tue, 20 Oct 2015, Corinna Vinschen wrote: > > On Sep 16 09:35, Johannes Schindelin wrote: > > > * mount.cc (mount_info::from_fstab_line): support mounting the > > > current user's temp folde

Re: [PATCH] Allow overriding the home directory via the HOME variable

2015-10-21 Thread Corinna Vinschen
env" setting will return the same $HOME setting in the pw_dir field for every user account. All user accounts will have the same home dir as your current user. And the value is unreliable, too. If another user logs in, all accounts will have another $HOME, the one from the now logged in user

Re: [PATCH] Add ability to use NTFS native directory symlinks without admin rights on XP and later

2015-10-21 Thread Corinna Vinschen
. We could even always use dir junctions for dirs in the first place and only try to create a symlink if that fails. The difference is negligible from a user perspective anyway. Thanks, Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Maintainer

Re: [PATCH] Introduce the 'usertemp' filesystem type

2015-10-22 Thread Corinna Vinschen
On Oct 21 20:23, Corinna Vinschen wrote: > On Oct 20 13:47, Johannes Schindelin wrote: > > On Tue, 20 Oct 2015, Corinna Vinschen wrote: > > > On Sep 16 09:35, Johannes Schindelin wrote: > > [...] > > > > + char mb_tmp[len = sys_wcstombs (NULL, 0, tmp)

Re: [PATCH] Allow overriding the home directory via the HOME variable

2015-10-23 Thread Corinna Vinschen
On Oct 22 17:38, Johannes Schindelin wrote: > Hi Corinna, > > On Wed, 21 Oct 2015, Corinna Vinschen wrote: > > > On Sep 16 15:06, Johannes Schindelin wrote: > > > * uinfo.cc (cygheap_pwdgrp::get_home): Offer an option in > > > nsswitch.conf that let

Re: [PATCH] Allow overriding the home directory via the HOME variable

2015-10-23 Thread Corinna Vinschen
On Oct 23 11:10, Corinna Vinschen wrote: > On Oct 22 17:38, Johannes Schindelin wrote: > > Hi Corinna, > > > > On Wed, 21 Oct 2015, Corinna Vinschen wrote: > > > > > On Sep 16 15:06, Johannes Schindelin wrote: > > > > * uinfo.c

Re: Bash unable to print epoch timestamp

2015-10-27 Thread Corinna Vinschen
C */ This setting the offset to 0 is necessary, but commented out. Typo? I fixed this before committing the patch. Thanks again, Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Maintainer cygwin AT cygwin DOT com Red Hat pgpt_K_dG1abv.pgp Description: PGP signature

Re: [PATCH] Remove spurious execute permissions from some Cygwin source and text files

2015-10-27 Thread Corinna Vinschen
to. > * include/fenv.h: Ditto. > * include/resolv.h: Ditto. > * libstdcxx_wrapper.cc: Ditto. Shoot. Thanks, Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Maintainer cygwin AT cygwin DOT com Red Hat pgpP

Re: [PATCH] cygwin: export rpmatch(3)

2015-11-18 Thread Corinna Vinschen
geLog | 5 + > winsup/doc/new-features.xml| 12 > winsup/doc/posix.xml | 1 + > 6 files changed, 26 insertions(+), 1 deletion(-) ACK, thanks. Corinna -- Corinna Vinschen Please, send mails regarding Cyg

Re: patch to cron

2015-11-21 Thread Corinna Vinschen
tro. Ideally you resend your message to the cygwin AT cygwin DOT com mailing list. I Bcc'ed the cron package maintainer so he can pick this up, though. Thanks, Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Maintainer cygwin AT cy

Re: [PATCH] Add MacType to BLODA

2015-11-26 Thread Corinna Vinschen
ncy. > > * faq-using.xml: Add Forefront TMG to the BLODA Thanks David. All patches applied. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Maintainer cygwin AT cygwin DOT com Red Hat pgpOMV78RODlU.pgp Description: PGP signature

Re: [PATCH v2] Introduce the 'usertemp' filesystem type

2015-12-01 Thread Corinna Vinschen
gt; * pathnames.xml: document the new usertemp file system type patch looks good. We just have to wait for the ok in terms of the copyright assignment. Might take a day or two. Thanks, Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Maintainer

<    1   2   3   4   5   6   7   8   9   10   >