summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-10-24 13:50:13 +0200
committerJim Meyering <meyering@redhat.com>2009-10-26 08:25:34 +0100
commit501bf7b589e8c63c408c86fce5bb9902ae019017 (patch)
treebb481650db8dc23e5a0a0bdd528677eb1bec73bd /NEWS
parent69fbfd400c8000e7a7aeed399476c6d9c002a0bc (diff)
downloadcoreutils-501bf7b589e8c63c408c86fce5bb9902ae019017.tar.xz
nice: execute program even when setpriority fails due to EACCES
* src/nice.c (perm_related_errno): New function. (main): Use it, rather than testing only errno == EPERM. * NEWS (Bug fixes): Mention it.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 315ae5f6d..53992299a 100644
--- a/NEWS
+++ b/NEWS
@@ -13,6 +13,10 @@ GNU coreutils NEWS -*- outline -*-
This also affected sum, sha1sum, sha224sum, sha384sum and sha512sum.
[the bug dates back to the initial implementation]
+ nice -n -1 PROGRAM now runs PROGRAM even when its internal setpriority
+ call fails with errno == EACCES.
+ [the bug dates back to the initial implementation]
+
stat -f recognizes more file system types: afs, cifs, anon-inode FS,
btrfs, cgroupfs, cramfs-wend, debugfs, futexfs, hfs, inotifyfs, minux3,
nilfs, securityfs, selinux, xenfs