Page MenuHomeFreeBSD

Install the linux(4) man page also for aarch64
ClosedPublic

Authored by trasz on May 29 2021, 5:58 PM.
Tags
None
Referenced Files
F107279972: D30546.diff
Sat, Jan 11, 9:59 PM
Unknown Object (File)
Wed, Dec 25, 5:18 AM
Unknown Object (File)
Dec 12 2024, 12:49 AM
Unknown Object (File)
Dec 3 2024, 10:28 PM
Unknown Object (File)
Dec 1 2024, 9:23 PM
Unknown Object (File)
Nov 12 2024, 3:51 AM
Unknown Object (File)
Nov 12 2024, 3:22 AM
Unknown Object (File)
Oct 29 2024, 7:53 AM
Subscribers

Details

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 39566
Build 36455: arc lint + arc unit

Event Timeline

trasz requested review of this revision.May 29 2021, 5:58 PM

linux.4 also needs some updating, e.g.

To compile support for this ABI into an i386 kernel place the following
line in your kernel configuration file:

      options COMPAT_LINUX

for an amd64 kernel use:

      options COMPAT_LINUX32

Alternatively, to load the ABI as a module at boot time, place the
following line in loader.conf(5):

      linux_load="YES"
This revision is now accepted and ready to land.May 29 2021, 8:50 PM
gbe added a subscriber: gbe.

LGTM

This revision was automatically updated to reflect the committed changes.