Re: ntsec odds and ends

2003-02-07 Thread Corinna Vinschen
On Thu, Feb 06, 2003 at 02:49:59PM -0500, Igor Pechtchanski wrote: > Yes, it is. What I meant was "files show up in the 'ls -l' listing with > '' in the user field". Since the Administrators group is not the > current user, this field won't be set to whatever the default is, will it? It

Make busy waiting loop in exceptions.cc (try_to_debug) less busy.

2003-02-07 Thread Vaclav Haisman
Hi, this patch makes busy waiting loop in try_to_debug less busy by lowering priority of current thread to idle and by giving up time slices with Sleep(0). Without this patch it takes tens of seconds to start dumper or gdb because this busy loop eats whole CPU and computer almost stops responding.

Re: Make busy waiting loop in exceptions.cc (try_to_debug) less busy.

2003-02-07 Thread Christopher Faylor
On Fri, Feb 07, 2003 at 03:35:12PM +0100, Vaclav Haisman wrote: >this patch makes busy waiting loop in try_to_debug less busy by lowering >priority of current thread to idle and by giving up time slices with Sleep(0). I'll apply something similar to this but the scenario of setting the priority to

[doc PATCH] Re: ntsec odds and ends, take 2

2003-02-07 Thread Igor Pechtchanski
On Fri, 7 Feb 2003, Corinna Vinschen wrote: > On Thu, Feb 06, 2003 at 02:49:59PM -0500, Igor Pechtchanski wrote: > > Yes, it is. What I meant was "files show up in the 'ls -l' listing with > > '' in the user field". Since the Administrators group is not the > > current user, this field w

[ls PATCH] Re: ntsec odds and ends

2003-02-07 Thread Igor Pechtchanski
On Thu, 6 Feb 2003, Igor Pechtchanski wrote: > > I just had another really wild idea (feel free to ignore): since we want > this visible in the "ls" output, suppose ls recognized these special names > you are going to use (whatever they are), and used the existing > "--color=auto" mechanism to ou

cygcheck output alignment

2003-02-07 Thread Igor Pechtchanski
Hi all, This patch fixes the badly aligned output of "cygcheck -c". Igor === ChangeLog: 2003-02-07 Igor Pechtchanski <[EMAIL PROTECTED]> * dump_setup.cc (dump_setup): Compute the longest package name and

Re: [doc PATCH] Re: ntsec odds and ends, take 2

2003-02-07 Thread Corinna Vinschen
On Fri, Feb 07, 2003 at 10:24:53AM -0500, Igor Pechtchanski wrote: > ChangeLog (needed?): Yes, always! > 2003-02-06 Igor Pechtchanski <[EMAIL PROTECTED]> > > * ntsec.sgml: Add note on special names for missing > user/group. Applied. Thanks, Corinna -- Corinna Vinschen

Re: cygcheck output alignment

2003-02-07 Thread Corinna Vinschen
On Fri, Feb 07, 2003 at 02:55:11PM -0500, Igor Pechtchanski wrote: > 2003-02-07 Igor Pechtchanski <[EMAIL PROTECTED]> > > * dump_setup.cc (dump_setup): Compute the longest > package name and align columns properly. Applied. Thanks, Corinna -- Corinna Vinschen Plea

Re: cygcheck output alignment

2003-02-07 Thread Christopher Faylor
On Fri, Feb 07, 2003 at 10:12:05PM +0100, Corinna Vinschen wrote: >On Fri, Feb 07, 2003 at 02:55:11PM -0500, Igor Pechtchanski wrote: >> 2003-02-07 Igor Pechtchanski <[EMAIL PROTECTED]> >> >> * dump_setup.cc (dump_setup): Compute the longest >> package name and align columns properly. >

Re: cygcheck output alignment

2003-02-07 Thread Igor Pechtchanski
On Fri, 7 Feb 2003, Christopher Faylor wrote: > On Fri, Feb 07, 2003 at 10:12:05PM +0100, Corinna Vinschen wrote: > >On Fri, Feb 07, 2003 at 02:55:11PM -0500, Igor Pechtchanski wrote: > >> 2003-02-07 Igor Pechtchanski <[EMAIL PROTECTED]> > >> > >>* dump_setup.cc (dump_setup): Compute the long

Re: cygcheck output alignment

2003-02-07 Thread Christopher Faylor
On Fri, Feb 07, 2003 at 04:37:51PM -0500, Igor Pechtchanski wrote: >On Fri, 7 Feb 2003, Christopher Faylor wrote: > >> On Fri, Feb 07, 2003 at 10:12:05PM +0100, Corinna Vinschen wrote: >> >On Fri, Feb 07, 2003 at 02:55:11PM -0500, Igor Pechtchanski wrote: >> >> 2003-02-07 Igor Pechtchanski <[EMAIL