public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* RE: FW: Win32 XServer
@ 1999-11-17 12:56 Mike MacDonald
  1999-11-17 18:05 ` Suhaib M. Siddiqi
  1999-11-30 23:39 ` Mike MacDonald
  0 siblings, 2 replies; 4+ messages in thread
From: Mike MacDonald @ 1999-11-17 12:56 UTC (permalink / raw)
  To: 'cygwin@sourceware.cygnus.com'

Thanx, I found that just before, and just after the setruid function calls
there were a bunch of if !defines for a bunch of other os' - so I just added
Cygwin..

-----Original Message-----
From: Chris Faylor [ mailto:cgf@cygnus.com ]
Sent: Wednesday, November 17, 1999 3:39 PM
To: Mike MacDonald
Cc: 'Suhaib Siddiqi'; 'Cygwin-Xfree@Sourceware.Cygnus.Com'
Subject: Re: FW: Win32 XServer


On Wed, Nov 17, 1999 at 11:26:56AM -0500, Mike MacDonald wrote:
>Alot of people out there telling us it can't be done..  That REALLY pisses
>me off.. Anyway, theres a setruid function that I'm missing..  Is it out
>there, or do I gotta hack one together?  I had the same problem with Eterm,
>I just hacked it out, but I don't know that I want to go around mindlessly
>hacking X code :)..  Besides, it might be why Eterm didn't work..  Prolly
>not, but who knows?
>
>/usr/src/xc/programs/Xserver/hw/xfree86/common/xf86Config.c:975: undefined
>reference to `setruid'
>/usr/src/xc/programs/Xserver/hw/xfree86/common/xf86Config.c:989: undefined
>reference to `setruid'

I can't imagine that it would matter in a cygwin application.  We don't
even have the concept of real and effective UIDs.

So maybe you need a '-Dsetruid(x)=0' somewhere?

cgf

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: FW: Win32 XServer
  1999-11-17 12:56 FW: Win32 XServer Mike MacDonald
@ 1999-11-17 18:05 ` Suhaib M. Siddiqi
  1999-11-30 23:39   ` Suhaib M. Siddiqi
  1999-11-30 23:39 ` Mike MacDonald
  1 sibling, 1 reply; 4+ messages in thread
From: Suhaib M. Siddiqi @ 1999-11-17 18:05 UTC (permalink / raw)
  To: Mike MacDonald, cygwin

I did not patch XF86Config.c yet, because to use XF86Config, first you need
XF86 servers functional.  XF86Config access vieo memory and io ports
directly,
unless there are drivers, it would be of not much at the moment.

Suhaib


> -----Original Message-----
> From: cygwin-owner@sourceware.cygnus.com
> [ mailto:cygwin-owner@sourceware.cygnus.com]On Behalf Of Mike MacDonald
> Sent: Wednesday, November 17, 1999 3:57 PM
> To: 'cygwin@sourceware.cygnus.com'
> Subject: RE: FW: Win32 XServer
>
>
> Thanx, I found that just before, and just after the setruid function calls
> there were a bunch of if !defines for a bunch of other os' - so I
> just added
> Cygwin..
>
> -----Original Message-----
> From: Chris Faylor [ mailto:cgf@cygnus.com ]
> Sent: Wednesday, November 17, 1999 3:39 PM
> To: Mike MacDonald
> Cc: 'Suhaib Siddiqi'; 'Cygwin-Xfree@Sourceware.Cygnus.Com'
> Subject: Re: FW: Win32 XServer
>
>
> On Wed, Nov 17, 1999 at 11:26:56AM -0500, Mike MacDonald wrote:
> >Alot of people out there telling us it can't be done..  That
> REALLY pisses
> >me off.. Anyway, theres a setruid function that I'm missing..  Is it out
> >there, or do I gotta hack one together?  I had the same problem
> with Eterm,
> >I just hacked it out, but I don't know that I want to go around
> mindlessly
> >hacking X code :)..  Besides, it might be why Eterm didn't work..  Prolly
> >not, but who knows?
> >
> >/usr/src/xc/programs/Xserver/hw/xfree86/common/xf86Config.c:975:
> undefined
> >reference to `setruid'
> >/usr/src/xc/programs/Xserver/hw/xfree86/common/xf86Config.c:989:
> undefined
> >reference to `setruid'
>
> I can't imagine that it would matter in a cygwin application.  We don't
> even have the concept of real and effective UIDs.
>
> So maybe you need a '-Dsetruid(x)=0' somewhere?
>
> cgf
>
> --
> Want to unsubscribe from this list?
> Send a message to cygwin-unsubscribe@sourceware.cygnus.com
>


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: FW: Win32 XServer
  1999-11-17 18:05 ` Suhaib M. Siddiqi
@ 1999-11-30 23:39   ` Suhaib M. Siddiqi
  0 siblings, 0 replies; 4+ messages in thread
From: Suhaib M. Siddiqi @ 1999-11-30 23:39 UTC (permalink / raw)
  To: Mike MacDonald, cygwin

I did not patch XF86Config.c yet, because to use XF86Config, first you need
XF86 servers functional.  XF86Config access vieo memory and io ports
directly,
unless there are drivers, it would be of not much at the moment.

Suhaib


> -----Original Message-----
> From: cygwin-owner@sourceware.cygnus.com
> [ mailto:cygwin-owner@sourceware.cygnus.com]On Behalf Of Mike MacDonald
> Sent: Wednesday, November 17, 1999 3:57 PM
> To: 'cygwin@sourceware.cygnus.com'
> Subject: RE: FW: Win32 XServer
>
>
> Thanx, I found that just before, and just after the setruid function calls
> there were a bunch of if !defines for a bunch of other os' - so I
> just added
> Cygwin..
>
> -----Original Message-----
> From: Chris Faylor [ mailto:cgf@cygnus.com ]
> Sent: Wednesday, November 17, 1999 3:39 PM
> To: Mike MacDonald
> Cc: 'Suhaib Siddiqi'; 'Cygwin-Xfree@Sourceware.Cygnus.Com'
> Subject: Re: FW: Win32 XServer
>
>
> On Wed, Nov 17, 1999 at 11:26:56AM -0500, Mike MacDonald wrote:
> >Alot of people out there telling us it can't be done..  That
> REALLY pisses
> >me off.. Anyway, theres a setruid function that I'm missing..  Is it out
> >there, or do I gotta hack one together?  I had the same problem
> with Eterm,
> >I just hacked it out, but I don't know that I want to go around
> mindlessly
> >hacking X code :)..  Besides, it might be why Eterm didn't work..  Prolly
> >not, but who knows?
> >
> >/usr/src/xc/programs/Xserver/hw/xfree86/common/xf86Config.c:975:
> undefined
> >reference to `setruid'
> >/usr/src/xc/programs/Xserver/hw/xfree86/common/xf86Config.c:989:
> undefined
> >reference to `setruid'
>
> I can't imagine that it would matter in a cygwin application.  We don't
> even have the concept of real and effective UIDs.
>
> So maybe you need a '-Dsetruid(x)=0' somewhere?
>
> cgf
>
> --
> Want to unsubscribe from this list?
> Send a message to cygwin-unsubscribe@sourceware.cygnus.com
>


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: FW: Win32 XServer
  1999-11-17 12:56 FW: Win32 XServer Mike MacDonald
  1999-11-17 18:05 ` Suhaib M. Siddiqi
@ 1999-11-30 23:39 ` Mike MacDonald
  1 sibling, 0 replies; 4+ messages in thread
From: Mike MacDonald @ 1999-11-30 23:39 UTC (permalink / raw)
  To: 'cygwin@sourceware.cygnus.com'

Thanx, I found that just before, and just after the setruid function calls
there were a bunch of if !defines for a bunch of other os' - so I just added
Cygwin..

-----Original Message-----
From: Chris Faylor [ mailto:cgf@cygnus.com ]
Sent: Wednesday, November 17, 1999 3:39 PM
To: Mike MacDonald
Cc: 'Suhaib Siddiqi'; 'Cygwin-Xfree@Sourceware.Cygnus.Com'
Subject: Re: FW: Win32 XServer


On Wed, Nov 17, 1999 at 11:26:56AM -0500, Mike MacDonald wrote:
>Alot of people out there telling us it can't be done..  That REALLY pisses
>me off.. Anyway, theres a setruid function that I'm missing..  Is it out
>there, or do I gotta hack one together?  I had the same problem with Eterm,
>I just hacked it out, but I don't know that I want to go around mindlessly
>hacking X code :)..  Besides, it might be why Eterm didn't work..  Prolly
>not, but who knows?
>
>/usr/src/xc/programs/Xserver/hw/xfree86/common/xf86Config.c:975: undefined
>reference to `setruid'
>/usr/src/xc/programs/Xserver/hw/xfree86/common/xf86Config.c:989: undefined
>reference to `setruid'

I can't imagine that it would matter in a cygwin application.  We don't
even have the concept of real and effective UIDs.

So maybe you need a '-Dsetruid(x)=0' somewhere?

cgf

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~1999-11-30 23:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-11-17 12:56 FW: Win32 XServer Mike MacDonald
1999-11-17 18:05 ` Suhaib M. Siddiqi
1999-11-30 23:39   ` Suhaib M. Siddiqi
1999-11-30 23:39 ` Mike MacDonald

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).