Page MenuHomeFreeBSD

ar: enable deterministic mode by default
ClosedPublic

Authored by emaste on Jul 24 2015, 7:01 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, May 11, 11:01 PM
Unknown Object (File)
Mon, May 4, 3:27 PM
Unknown Object (File)
Thu, Apr 30, 12:16 PM
Unknown Object (File)
Thu, Apr 30, 10:26 AM
Unknown Object (File)
Thu, Apr 30, 10:26 AM
Unknown Object (File)
Thu, Apr 30, 8:46 AM
Unknown Object (File)
Mon, Apr 27, 5:20 AM
Unknown Object (File)
Sun, Apr 26, 4:45 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

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.