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
F113741942: D30546.diff
Wed, Apr 2, 9:36 PM
Unknown Object (File)
Mon, Mar 24, 1:31 PM
Unknown Object (File)
Feb 23 2025, 2:39 AM
Unknown Object (File)
Feb 22 2025, 4:44 AM
Unknown Object (File)
Feb 21 2025, 8:55 PM
Unknown Object (File)
Feb 17 2025, 1:26 PM
Unknown Object (File)
Feb 17 2025, 4:59 AM
Unknown Object (File)
Jan 31 2025, 5:06 PM
Subscribers

Details

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.