Page MenuHomeFreeBSD

ar: enable deterministic mode by default
ClosedPublic

Authored by emaste on Jul 24 2015, 7:01 PM.
Tags
None
Referenced Files
F83129261: D3190.id7272.diff
Mon, May 6, 5:31 PM
F83127054: D3190.id7271.diff
Mon, May 6, 4:44 PM
F83127031: D3190.id7272.diff
Mon, May 6, 4:43 PM
F83123109: D3190.diff
Mon, May 6, 3:11 PM
F83121045: D3190.diff
Mon, May 6, 2:26 PM
Unknown Object (File)
Sat, Apr 27, 3:05 AM
Unknown Object (File)
Fri, Apr 26, 6:40 PM
Unknown Object (File)
Thu, Apr 25, 5:50 PM

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.