Announcing the release of GNU findutils 4.5.6b

2010-03-30 Thread James Youngman
I am pleased to announce the release of version 4.5.6b of GNU findutils. GNU findutils is a set of software tools for finding files that match certain criteria and for performing various operations on them. Findutils includes the programs "find", "xargs" and "locate". More information about findu

Re: [PATCH] Apply bugfixes and suggestions from Eric's comments.

2010-03-30 Thread James Youngman
On Tue, Mar 30, 2010 at 2:45 PM, Eric Blake wrote: > But this is still the right thing to do, so it is only a misleading > comment in the commit log. In the end I opted to support O_CREAT, with the attached patch. James. From 4968d14544e0dc1a0519d3bbdefbcf8027f5c3ab Mon Sep 17 00:00:00 2001 From

Re: [PATCH] Apply bugfixes and suggestions from Eric's comments.

2010-03-30 Thread Eric Blake
On 03/29/2010 06:23 PM, James Youngman wrote: > * configure.ac: Check for and the getrusage > function. > * lib/fdleak.c: Don't #include if we don't have it. > (get_max_fd): If neither /proc/self/fd not getrusage is available, > return _POSIX_OPEN_MAX. > (remember_non_cloexec_fds): Also check for

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

2010-03-30 Thread Kamil Dudka
On Tue March 30 2010 11:34:59 James Youngman wrote: > Sorry, this slipped off my radar. I have pushed the change now. > That means it will be included in findutils-4.5.6, when that is > released. Thank you for getting the patch in! I'll keep following the mailing-list for eventual issues relate

[patch #4848] Patch - Support for SELinux

2010-03-30 Thread James Youngman
Update of patch #4848 (project findutils): Status:None => Done ___ Follow-up Comment #5: I have now applied and pushed the change I emailed in December. This change will be releas

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

2010-03-30 Thread James Youngman
On Sun, Apr 12, 2009 at 9:15 PM, Kamil Dudka wrote: > 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

[PATCH] Optimise -fstype NOTUSED to -false at -O2.

2010-03-30 Thread James Youngman
Optimise -fstype NOTUSED to -false at -O2. * find/parser.c: Include mountlist.h. (insert_false): New function, inserts a -false predicate. (parse_false): Use insert_false. (is_used_fs_type): New function, determines if any mounted filesystem is of the named type. (parse_fstype): At optimisation lev