Page MenuHomeFreeBSD

developers handbook: Remove obsolete information about binary objects
ClosedPublic

Authored by emaste on Aug 4 2021, 4:23 PM.
Tags
None
Referenced Files
F171041194: D31411.id93228.diff
Tue, Sep 8, 8:41 AM
Unknown Object (File)
Mon, Sep 7, 1:12 PM
Unknown Object (File)
Mon, Sep 7, 1:09 PM
Unknown Object (File)
Mon, Sep 7, 1:00 PM
Unknown Object (File)
Mon, Sep 7, 12:52 PM
Unknown Object (File)
Mon, Sep 7, 12:51 PM
Unknown Object (File)
Wed, Sep 2, 11:19 AM
Unknown Object (File)
Mon, Aug 31, 8:04 AM

Details

Summary

It is no longer necessary to uuencode binary blobs for drivers. We can now commit the binary object to the tree as-is.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

emaste requested review of this revision.Aug 4 2021, 4:23 PM
emaste created this revision.
This revision is now accepted and ready to land.Aug 4 2021, 4:28 PM

One suggested tweak you can take or leave. I'm fine with this or with my suggestion or with anything similar.

documentation/content/en/books/developers-handbook/policies/_index.adoc
274

I'd add something like "Until converted to native format, " at the front of this rather than removing it entirely.

documentation/content/en/books/developers-handbook/policies/_index.adoc
274

Yeah, maybe something like "Historically, object files were uuencoded and named ..."

Take @imp's suggestion, mention historical uuencoding.

This revision now requires review to proceed.Aug 4 2021, 4:46 PM
pauamma_chezdork.com added inline comments.
documentation/content/en/books/developers-handbook/policies/_index.adoc
274–275

Consensus is for a single sentence per line.

One sentence per line (indented for readability as list item)

This revision is now accepted and ready to land.Aug 4 2021, 5:22 PM