Page MenuHomeFreeBSD

ar: enable deterministic mode by default
ClosedPublic

Authored by emaste on Jul 24 2015, 7:01 PM.
Tags
None
Referenced Files
F163246825: D3190.id7468.diff
Tue, Jul 21, 9:36 AM
Unknown Object (File)
Mon, Jul 20, 7:28 AM
Unknown Object (File)
Sat, Jul 18, 2:55 PM
Unknown Object (File)
Sun, Jul 5, 1:50 AM
Unknown Object (File)
Tue, Jun 30, 9:25 PM
Unknown Object (File)
Fri, Jun 26, 1:41 PM
Unknown Object (File)
Jun 4 2026, 5:37 AM
Unknown Object (File)
May 24 2026, 3:56 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.