Implementation of sched_rr_get_interval for NT systems.

2003-02-05 Thread Vaclav Haisman
Hi, this patch implements sched_rr_get_interval for NT systems. The patch consists of two parts. The first part is detection of NT server systems, NT servers have different time quanta than workstations. Unfortunately the server detection is not perfect because GetVersionEx call with OSVERSIONINF

Re: Implementation of sched_rr_get_interval for NT systems.

2003-02-05 Thread Robert Collins
On Thu, 2003-02-06 at 11:50, Vaclav Haisman wrote: > Hi, > this patch implements sched_rr_get_interval for NT systems. The patch consists > of two parts. > > The first part is detection of NT server systems, NT servers have different > time quanta than workstations. Unfortunately the server detect

Re: Implementation of sched_rr_get_interval for NT systems.

2003-02-05 Thread Igor Pechtchanski
Vaclav, On Thu, 6 Feb 2003, Vaclav Haisman wrote: > Hi, > this patch implements sched_rr_get_interval for NT systems. The patch consists > of two parts. > > The first part is detection of NT server systems, NT servers have different > time quanta than workstations. Unfortunately the server detect

Re: Implementation of sched_rr_get_interval for NT systems.

2003-02-05 Thread Christopher Faylor
On Wed, Feb 05, 2003 at 08:46:12PM -0500, Igor Pechtchanski wrote: >Vaclav, > >On Thu, 6 Feb 2003, Vaclav Haisman wrote: > >> Hi, >> this patch implements sched_rr_get_interval for NT systems. The patch consists >> of two parts. >> >> The first part is detection of NT server systems, NT servers hav

Re: Implementation of sched_rr_get_interval for NT systems.

2003-02-06 Thread Vaclav Haisman
Huh, I really don't know why I typed -c instead of -u. This is the same patch with addition of error checking on registry access as suggested by Robert Collins. Now with the right diff options. I am working on submitting the assignment too. Vaclav Haisman > You're not wrong and it does matter.

Re: Implementation of sched_rr_get_interval for NT systems.

2003-02-06 Thread Christopher Faylor
On Thu, Feb 06, 2003 at 01:16:17PM +0100, Vaclav Haisman wrote: >Huh, I really don't know why I typed -c instead of -u. Not a big deal but it's -u -p, actually. cgf

Re: Implementation of sched_rr_get_interval for NT systems.

2003-09-26 Thread Christopher Faylor
[cleaning out my cygwin-patches backlog] On Thu, Feb 06, 2003 at 01:16:17PM +0100, Vaclav Haisman wrote: >2003-02-06 Vaclav Haisman <[EMAIL PROTECTED]> >* Makefile.in: Add libusr32.a to DLL_IMPORTS. >* wincap.h (wincaps::is_server): New flag. >(wincapc::version): Change ty

Re: Implementation of sched_rr_get_interval for NT systems.

2003-09-27 Thread Corinna Vinschen
On Fri, Sep 26, 2003 at 11:44:55PM -0400, Christopher Faylor wrote: > Corinna, could you take a look at the wincap stuff and make sure it > makes sense? Yes, I've just tweaked it to allow NT4 SP6 to be a server, too. Corinna -- Corinna Vinschen Please, send mails regarding Cygw