-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Eric Blake on 10/8/2009 7:13 AM:
> Here's the current state of my utimensat series. It's now stable enough
> to post for review, although I reserve the right to rebase as I find
> tweaks are needed in the testsuite:
I've now implemented
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Eric Blake on 10/9/2009 12:06 PM:
> Multiple calls to sleep(2) add up fast! I've especially noticed it while
> working on my utimensat series, where repeatedly running 'make check' stalls
> on
> this test. Unless you are insane enough
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
I'm applying the first two - adding some missing Link lines, and changing
"filesystem" to "file system" in modules I've recently touched (the unit
test output on mingw looked rather inconsistent with a mix of both
spellings, and GNU coding standards pr
If no one beats me to it, I can get more detail on these next week:
=
GNU coreutils 8.0.14-0023f: gnulib-tests/test-suite.log
=
3 of 173 tests failed. (2 tests were not run)
Multiple calls to sleep(2) add up fast! I've especially noticed it while
working on my utimensat series, where repeatedly running 'make check' stalls on
this test. Unless you are insane enough to run on FAT, or unlucky enough to be
on mingw (since I didn't want to drag in a dependency on xnano
On Friday 09 October 2009 04:40:46 Jim Meyering wrote:
> I noticed that gnulib.git was consuming nearly 700MB, so did this:
>
> $ du -sh .; git gc; du -sh .
> 692M.
> Counting objects: 78817, done.
> Delta compression using up to 4 threads.
> Compressing objects: 100% (1907
I noticed that gnulib.git was consuming nearly 700MB, so did this:
$ du -sh .; git gc; du -sh .
692M.
Counting objects: 78817, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (19078/19078), done.
Writing objects: 100% (78817/78817), done.
To
I've written an addition to the selinux-h module
that makes it wrap the three getfilecon functions.
I debated whether to take the stdlib.in.h approach and create separate
per-function modules, but know of no application that would use selinux-h
without also using at least one of the three affected