forked from pool/coreutils
684831c59a
* id and groups, when invoked with no user name argument, would print the default group ID listed in the password database, and sometimes that ID would be neither real nor effective. For example, when run set-GID, or in a session for which the default group has just been changed, the new group ID would be listed, even though it is not yet effective. * 'cp S D' is no longer subject to a race: if an existing D were removed between the initial stat and subsequent open-without-O_CREAT, cp would fail with a confusing diagnostic saying that the destination, D, was not found. Now, in this unusual case, it retries the open (but with O_CREAT), and hence usually succeeds. With NFS attribute caching, the condition was particularly easy to trigger, since there, the removal of D could precede the initial stat. [This bug was present in "the beginning".] (bnc#760926). OBS-URL: https://build.opensuse.org/package/show/Base:System/coreutils?expand=0&rev=152 |
||
---|---|---|
.gitattributes | ||
.gitignore | ||
baselibs.conf | ||
coreutils-8.6-compile-su-with-fpie.diff | ||
coreutils-8.6-honor-settings-in-etc-default-su-resp-etc-login.defs.diff | ||
coreutils-8.6-log-all-su-attempts.diff | ||
coreutils-8.6-make-sure-sbin-resp-usr-sbin-are-in-PATH.diff | ||
coreutils-8.6-pam-support-for-su.diff | ||
coreutils-8.6-set-sane-default-path.diff | ||
coreutils-8.6-update-man-page-for-pam.diff | ||
coreutils-8.9-singlethreaded-sort.patch | ||
coreutils-8.16.de.po.xz | ||
coreutils-8.16.tar.xz | ||
coreutils-acl-nofollow.patch | ||
coreutils-basename_documentation.patch | ||
coreutils-bnc#697897-setsid.patch | ||
coreutils-getaddrinfo.patch | ||
coreutils-gl_printf_safe.patch | ||
coreutils-i18n-infloop.patch | ||
coreutils-i18n-uninit.patch | ||
coreutils-i18n.patch | ||
coreutils-id_show_real_groups.patch | ||
coreutils-invalid-ids.patch | ||
coreutils-misc.patch | ||
coreutils-ptr_int_casts.patch | ||
coreutils-race_in_cp.patch | ||
coreutils-remove_hostname_documentation.patch | ||
coreutils-sysinfo.patch | ||
coreutils.changes | ||
coreutils.spec | ||
su.default | ||
su.pamd |