On 9/17/05, Eric Blake <[EMAIL PROTECTED]> wrote:
>> Cygwin has been working fine for about a year, until a few days ago
>> when I started seeing this problem. When I run rxvt -e bash (or bash
>> --login -i, or sh, or anything at all), rxvt appears for about 0.1
>> seconds and then immediately exit
That's the old texinfo version of the FAQ, but since it's still being used
I did an update to fix the broken links.
On 9/17/05, Christopher Faylor wrote:
> I could have sworn that I fixed these not too long ago.
>
> Joshua, could you fix these?
>
> cgf
>
> - Forwarded message from Paul Wats
I could have sworn that I fixed these not too long ago.
Joshua, could you fix these?
cgf
- Forwarded message from Paul Watson <[EMAIL PROTECTED]> -
From: Paul Watson
To: webmaster
Subject: [webmaster] Broken links
Date: Fri, 16 Sep 2005 12:42:50 -0600
Some links on the historical infor
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
A new release of sharutils, 4.5.3-1, is available.
NEWS:
=
This is a new alpha upstream release. However, the previous stable
release (4.4) had a bug that made unshar unusable. Cygwin-specific
changes present in 4.5.2-1 have been folded in upstr
> Cygwin has been working fine for about a year, until a few days ago
> when I started seeing this problem. When I run rxvt -e bash (or bash
> --login -i, or sh, or anything at all), rxvt appears for about 0.1
> seconds and then immediately exits (the process disappears). However,
> running bash fr
Cygwin has been working fine for about a year, until a few days ago
when I started seeing this problem. When I run rxvt -e bash (or bash
--login -i, or sh, or anything at all), rxvt appears for about 0.1
seconds and then immediately exits (the process disappears). However,
running bash from cmd/exp
On Sat, Sep 17, 2005 at 08:01:47PM +0100, Buster wrote:
>On 17/09/05, Christopher Faylor wrote:
>> On Sat, Sep 17, 2005 at 07:44:47PM +0100, Buster wrote:
>>>[...]
>>
>> I think we heard you the first time.
>
>Oh. Right, so I see from the archives. I'm sorry. I resent it because
>I got a bounce me
On 17/09/05, Christopher Faylor wrote:
> On Sat, Sep 17, 2005 at 07:44:47PM +0100, Buster wrote:
>>[...]
>
> I think we heard you the first time.
Oh. Right, so I see from the archives. I'm sorry. I resent it because
I got a bounce message from another subscriber's misconfigured spam
software, whi
On Sat, Sep 17, 2005 at 07:44:47PM +0100, Buster wrote:
>Would it be possible to get the OpenGL manpages put into section 3G?
>The cross references in these pages appear like so:
> glBegin(3G), glColor(3G), glIndex(3G), glNormalPointer(3G),
> glTexCoord(3G), glVertex(3G).
>In
Would it be possible to get the OpenGL manpages put into section 3G?
The cross references in these pages appear like so:
glBegin(3G), glColor(3G), glIndex(3G), glNormalPointer(3G),
glTexCoord(3G), glVertex(3G).
In Emacs, putting point inside "glBegin(3G)" and issuing the com
-- Forwarded message --
From: Krister Svanlund <[EMAIL PROTECTED]>
Date: Sep 17, 2005 5:22 PM
Subject: Lost user/group permissions after reinstallation of Cygwin
To: cygwin@cygwin.com
I have major problems here, I reinstalled my computer, and while doing
this i removed cygwin (exc
Would it be possible to get the OpenGL manpages put into section 3G?
The cross references in these pages appear like so:
glBegin(3G), glColor(3G), glIndex(3G), glNormalPointer(3G),
glTexCoord(3G), glVertex(3G).
In Emacs, putting point inside "glBegin(3G)" and issuing the c
-- Forwarded message --
From: Krister Svanlund <[EMAIL PROTECTED]>
Date: Sep 17, 2005 5:22 PM
Subject: Lost user/group permissions after reinstallation of Cygwin
To: cygwin@cygwin.com
I have major problems here, I reinstalled my computer, and while doing
this i removed cygwin (exce
Ok, If I use ProcessExplorer for example (anither great tool), I see
each time I run/stop a sequence of the client test program I'm losing
a lot of handles on my server process
But I don't understand where are these leaks !?
I've done all the close() of socket in the fork/children (I hope)
Pleas
Hi,
thanks for the advices, and sorry for the VC++ project
So, I added sigchld() event and replaced shutdown() by close()
It works cool
But now I try to change server code to use select() for my children
and I have the same behaviour
(anyway, it takes more "client queries" to hang...)
so
Reid Thompson wrote:
Yaakov S wrote:
Gerrit P. Haase wrote:
script does not build out of the box. I ported another similar tool,
I believe Reini has done something similar. Unfortunately I cannot
find the announcement / bookmark / package name / patch.
As have I:
ftp://sunsite.dk/proje
On Sep 16 21:56, znort wrote:
> while(1)
> {
> errno=0;
>
> sock = accept(sd, NULL,NULL);
>
> if (errno==0)
> {
> rf = fork();
>
> /* father will still listener forever */
> if (!rf)
> {
> fcntl(sock, F_SETFL, f & (~O_NONBLOCK) );
>
>
On Sep 17 15:08, Hiroki Sakagami wrote:
> Hi,
>
> I have two questions about libc include headers.
>
> 1. Is there any reason socklen_t is defined as a macro
> instead of typedef in ?
Is this a problem for you? The reasons are plain historical. I don't
see that converting it to a typede
18 matches
Mail list logo