Page MenuHomeFreeBSD

ar: enable deterministic mode by default
ClosedPublic

Authored by emaste on Jul 24 2015, 7:01 PM.
Tags
None
Referenced Files
F137100962: D3190.id.diff
Fri, Nov 21, 3:41 AM
F137099838: D3190.id7271.diff
Fri, Nov 21, 3:38 AM
F137099758: D3190.id7272.diff
Fri, Nov 21, 3:38 AM
F137099485: D3190.id7468.diff
Fri, Nov 21, 3:37 AM
F137098490: D3190.diff
Fri, Nov 21, 3:34 AM
Unknown Object (File)
Sat, Nov 1, 3:32 AM
Unknown Object (File)
Tue, Oct 28, 9:05 AM
Unknown Object (File)
Tue, Oct 28, 9:05 AM

Details

Summary

Ar cannot handle UIDs with more than 6 digits, and there's little value in storing the mtime, uid, gid and mode anyhow. Turn on deterministic (-D) mode by default; it can be disabled by the user with -U.

PR: 196929
Relnotes: Yes
Sponsored by: The FreeBSD Foundation

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

emaste retitled this revision from to ar: enable deterministic mode by default.
emaste updated this object.
emaste edited the test plan for this revision. (Show Details)
emaste added reviewers: bapt, brooks.
emaste added a subscriber: freebsd-toolchain-list.

Add note of -D default in man page.

brooks edited edge metadata.

Looks good to me

This revision is now accepted and ready to land.Jul 24 2015, 8:44 PM
bapt edited edge metadata.
This revision was automatically updated to reflect the committed changes.