[Bug 231768] [request] Disable COMPAT_FREEBSD4/5/6/7/9 as default kernel option

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 23 May 2024 20:34:49 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231768

--- Comment #10 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=87bf0aaba8f1bd743d4df24ae422dd8075260d45

commit 87bf0aaba8f1bd743d4df24ae422dd8075260d45
Author:     Henrich Hartzer <henrichhartzer@tuta.io>
AuthorDate: 2024-05-10 23:03:14 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2024-05-23 20:30:57 +0000

    Remove COMPAT_FREEBSD4/5/6/7/9 from MINIMAL and FIRECRACKER kernel
configurations

    FIRECRACKER is not a legacy config, so remove the really old FreeBSD
    versions from it. MINIMAL has a similar history, and limited target
    audience which has little to no overlap with really old binaries. Either
    of these is really easy to get additional binary compat with the include
    directive, so balance things better. Leave GENERIC alone.

    PR: 231768
    Signed-off-by: Henrich Hartzer <henrichhartzer@tuta.io>
    Reviewed by: imp (MINIMAL), cperciva (FIRECRACKER)
    Pull Request: https://github.com/freebsd/freebsd-src/pull/1228

 sys/amd64/conf/FIRECRACKER | 5 -----
 sys/amd64/conf/MINIMAL     | 5 -----
 sys/i386/conf/MINIMAL      | 5 -----
 3 files changed, 15 deletions(-)

-- 
You are receiving this mail because:
You are the assignee for the bug.