[bug #23542] Problem with performance, search it's to slow

2009-04-12 Thread James Youngman
Update of bug #23542 (project findutils): Open/Closed:Open => Closed ___ Reply to this item at: ___

[bug #22301] find fails on Solaris automount points when configured --with-fts

2009-04-12 Thread James Youngman
Update of bug #22301 (project findutils): Status:None => Need Info ___ Follow-up Comment #6: Does this problem still occur in findutils-4.5.4? __

[bug #23443] cycle detection in ftsfind yields false positives on some filesystems with imperfect POSIX compliance

2009-04-12 Thread James Youngman
Update of bug #23443 (project findutils): Summary: cycle detection in ftsfind yields false positives on some filesystems with imperect POSIX compliance => cycle detection in ftsfind yields false positives on some filesystems with imperfect POSIX compliance _

[bug #24873] Duplicate fprint option corrupts output

2009-04-12 Thread James Youngman
Update of bug #24873 (project findutils): Status: Ready For Test => Fixed ___ Follow-up Comment #3: No response from the problem reporter; I'm going to go ahead and mark this as fixed. ___

[bug #26092] find.1 still marks -iwholename as prefered over -ipath

2009-04-12 Thread James Youngman
Update of bug #26092 (project findutils): Status:None => Fixed ___ Reply to this item at: ___

[PATCH] Fix Savannah bug# 26092: find.1 still marks -iwholename as prefered

2009-04-12 Thread James Youngman
From: Andreas Metzler I've just applied this patch from Andreas. * find/find.1 (-iwholename): Indicate that this option is no longer preferred over -ipath. --- ChangeLog |6 ++ find/find.1 | 11 +-- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/

Re: [PATCH 2/2] Bugfixes to the handling of %Z in the Red Hat SELinux patch.

2009-04-12 Thread Kamil Dudka
On Sunday 12 of April 2009 17:31:37 James Youngman wrote: > * find/pred.c (do_fprintf): If getfilecon fails, print the > relevant segment anyway, with the file context expanding to an > empty string. > * find/parser.c (make_segment): For %Z, set the cost to > NeedsAccessInfo. > > Signed-off-by: Jam

[PATCH 2/2] Bugfixes to the handling of %Z in the Red Hat SELinux patch.

2009-04-12 Thread James Youngman
* find/pred.c (do_fprintf): If getfilecon fails, print the relevant segment anyway, with the file context expanding to an empty string. * find/parser.c (make_segment): For %Z, set the cost to NeedsAccessInfo. Signed-off-by: James Youngman --- find/parser.c |4 find/pred.c |7 +

[PATCH 1/2] find: add SELinux support

2009-04-12 Thread James Youngman
From: Kamil Dudka * find/defs.h: Add SELinux related definitions. * find/tree.c: Add -context predicate to lookup. * find/pred.c: Handle %Z printf directive. * find/parser.c: Parse -context predicate and %Z printf directive. * find/find.1: Mention -context predicate and %Z printf directive. * doc

[PATCH 2/2] Avoid mixing declarations and statements.

2009-04-12 Thread James Youngman
* lib/buildcmd.c (bc_do_exec): Declare variables at the top of the relevant block, in order to avoid mixing declarations and statements. * xargs/xargs.c (main): Likewise. * NEWS: Mention the fix for bug #22708 in the correct section. --- ChangeLog | 46 +

[PATCH 0/2] Merge Leslie Polzer's SOC 2007 changes for better ARG_MAX support

2009-04-12 Thread James Youngman
This patch applies part of Leslie P. Polzer's project for the Google Summer of Code 2007. James Youngman (1): Avoid mixing declarations and statements. Leslie P. Polzer (1): Merge Leslie Polzer's SOC 2007 changes for better ARG_MAX support ChangeLog | 46 +++ NEWS

[PATCH 1/2] Merge Leslie Polzer's SOC 2007 changes for better ARG_MAX support

2009-04-12 Thread James Youngman
From: Leslie P. Polzer 2008-03-23 Leslie Polzer Merge Leslie Polzer's ARG_MAX enhancements to xargs which were produced as part of the Google Summer of Code 2007. These changes fix Savannah bug #22708. * find/pred.c (launch): The struct buildcmd_control* argume

Re: [PATCH] Update the code to better reflect the semantics of digest_mode(); pass the mode by reference not value.

2009-04-12 Thread James Youngman
On Sat, Jan 17, 2009 at 8:25 PM, James Youngman wrote: > +2009-01-17  James Youngman   > + > +       Update the code to better reflect the semantics of digest_mode(). > +       * find/defs.h: Pass the file mode to digest_mode() by reference > +       (as a pointer) rather than by value to make it

Re: [PATCH] Remove unnecessary include guards.

2009-04-12 Thread James Youngman
On Wed, Mar 11, 2009 at 12:54 AM, James Youngman wrote: > > Remove "lib/wait.h", since gnulib provides . ... > Remove unnecessary include guards. Applied.