Page MenuHomeFreeBSD

ar: enable deterministic mode by default
ClosedPublic

Authored by emaste on Jul 24 2015, 7:01 PM.
Tags
None
Referenced Files
F82120762: D3190.diff
Thu, Apr 25, 5:50 PM
Unknown Object (File)
Thu, Apr 25, 5:16 AM
Unknown Object (File)
Sun, Apr 21, 9:43 PM
Unknown Object (File)
Mar 25 2024, 11:49 PM
Unknown Object (File)
Mar 25 2024, 11:11 PM
Unknown Object (File)
Mar 3 2024, 4:50 PM
Unknown Object (File)
Feb 24 2024, 5:48 AM
Unknown Object (File)
Feb 24 2024, 2:24 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.