History log of /src/share/examples/etc/make.conf (Results 1 – 25 of 1110)
Revision Date Author Comments
# 665ac052 06-Jan-2026 Lexi Winter <ivy@FreeBSD.org>

powerpc: Update CPUTYPE options in make.conf

Document the supported PPC/POWER CPUTYPEs in the example make.conf.

Update bsd.cpu.mk to handle CPUs newer than POWER9, and remove
32-bit CPUTYPEs since

powerpc: Update CPUTYPE options in make.conf

Document the supported PPC/POWER CPUTYPEs in the example make.conf.

Update bsd.cpu.mk to handle CPUs newer than POWER9, and remove
32-bit CPUTYPEs since we no longer support those at all.

Reviewed by: imp, jhibbits
Sponsored by: https://www.patreon.com/bsdivy
Differential Revision: https://reviews.freebsd.org/D54257

show more ...


# eda7eff0 20-Jun-2024 Andrew Turner <andrew@FreeBSD.org>

share/examples/etc/make.conf: Remove old arm archs

Remove the pre-armv7 architecture options from the example make.conf.
These have either been removed, or will soon be removed from the build.

Revi

share/examples/etc/make.conf: Remove old arm archs

Remove the pre-armv7 architecture options from the example make.conf.
These have either been removed, or will soon be removed from the build.

Reviewed by: manu, imp, emaste
Sponsored by: Arm Ltd
Differential Revision: https://reviews.freebsd.org/D45636

show more ...


# 105e5f55 04-Nov-2023 Daniel Engberg <diizzy@FreeBSD.org>

share/examples/etc/make.conf: Add AMD Zen 4 to list

Add AMD Zen 4 (znver4) to the list of valid "Intel x86 CPU types"

Reviewed by: emaste
Approved by: emaste
Differential Revision: https://reviews.

share/examples/etc/make.conf: Add AMD Zen 4 to list

Add AMD Zen 4 (znver4) to the list of valid "Intel x86 CPU types"

Reviewed by: emaste
Approved by: emaste
Differential Revision: https://reviews.freebsd.org/D41518

show more ...


# 3ff06779 17-Aug-2023 Ed Maste <emaste@FreeBSD.org>

share/examples: clarify BOOT_COMCONSOLE_SPEED

Give an example of why one may want to override BOOT_COMCONSOLE_SPEED so
that it's clear why the default (in a comment) and the commented-out
example se

share/examples: clarify BOOT_COMCONSOLE_SPEED

Give an example of why one may want to override BOOT_COMCONSOLE_SPEED so
that it's clear why the default (in a comment) and the commented-out
example setting have different values.

Reported by: otis
Fixes: 4722ceb7d53e ("Use 115200 bps by default for serial communication")

show more ...


# 4722ceb7 17-Aug-2023 Ed Maste <emaste@FreeBSD.org>

Use 115200 bps by default for serial communication

9600 was a standard baud rate decades ago, but 115200 is now more common
so choose defaults that are useful to the largest number of users.

Note t

Use 115200 bps by default for serial communication

9600 was a standard baud rate decades ago, but 115200 is now more common
so choose defaults that are useful to the largest number of users.

Note that boot0sio does not support rates above 9600 so it remains
unchanged.

Reviewed by: bz, imp, manu
Relnotes: Yes
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D36295

show more ...


# d0b2dbfa 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


# 6300e58a 04-Jun-2022 Gordon Bergling <gbe@FreeBSD.org>

make.conf: Fix a typo in the example file

- s/architechture/architecture/

MFC after: 3 days


# 09e7341c 14-Jun-2021 Jung-uk Kim <jkim@FreeBSD.org>

Catch up with Clang 12.

Add "znver3" for AMD and "alderlake" and "sapphirerapids" for Intel.


# abb0d7d3 14-Jun-2021 Ceri Davies <ceri@FreeBSD.org>

make.conf: DOC_LANG and PRINTERDEVICE clarifications in man and example


# fbf8e324 06-Mar-2021 Mark Murray <markm@FreeBSD.org>

Remove references to the now-removed bktr(4) driver.


# 440cec3f 12-Aug-2020 Glen Barber <gjb@FreeBSD.org>

MFH

Sponsored by: Rubicon Communications, LLC (netgate.com)


# e383ec74 06-Aug-2020 Dimitry Andric <dim@FreeBSD.org>

Merge ^/head r363739 through r363986.


# c5112a4e 01-Aug-2020 Gregory Neil Shapiro <gshapiro@FreeBSD.org>

Mirror recommendation from Handbook to avoid linking conflicts when
pulling in SASL libraries.

PR: 247959
Reported by: Scott Allendorf
MFC after: 3 days


# e754c10d 10-Mar-2020 Jung-uk Kim <jkim@FreeBSD.org>

Add "tigerlake" CPUTYPE for x86 to catch up with Clang 10.0.


# c5672d15 10-Mar-2020 Jung-uk Kim <jkim@FreeBSD.org>

- Remove CPUTYPE examples for sparc64. It is not supported since r358345.
- Clean up CPUTYPE examples for x86. GCC 4.2.1 was removed by r358454.


# 4c8095b1 09-Jan-2020 Jung-uk Kim <jkim@FreeBSD.org>

Catch up with Clang 9.0.


# 7f49ce7a 27-Jun-2019 Alan Somers <asomers@FreeBSD.org>

MFHead @349476

Sponsored by: The FreeBSD Foundation


# 05b62601 22-Jun-2019 Warner Losh <imp@FreeBSD.org>

Add list of valid CPUTYPE flags for arm/arm64 to make.conf example

Summary:
Adds a list of valid CPUTYPE flags for arm and arm64 architectures
List taken from share/mk/bsd.cpu.mk

Submitted by: Dani

Add list of valid CPUTYPE flags for arm/arm64 to make.conf example

Summary:
Adds a list of valid CPUTYPE flags for arm and arm64 architectures
List taken from share/mk/bsd.cpu.mk

Submitted by: Daniel Engberg
Reviewed By: imp
Differential Revision: https://reviews.freebsd.org/D20315

show more ...


# 415e34c4 29-Mar-2019 Alan Somers <asomers@FreeBSD.org>

MFHead@r345677


# 0fa5ee1f 21-Mar-2019 Jung-uk Kim <jkim@FreeBSD.org>

Catch up with Clang 8.0.


# f4590b8c 21-Mar-2019 Jung-uk Kim <jkim@FreeBSD.org>

Catch up with Clang 7.0.

MFC after: 3 days


# 665ac052 06-Jan-2026 Lexi Winter <ivy@FreeBSD.org>

powerpc: Update CPUTYPE options in make.conf

Document the supported PPC/POWER CPUTYPEs in the example make.conf.

Update bsd.cpu.mk to handle CPUs newer than POWER9, and remove
32-bit CPUTYPEs since

powerpc: Update CPUTYPE options in make.conf

Document the supported PPC/POWER CPUTYPEs in the example make.conf.

Update bsd.cpu.mk to handle CPUs newer than POWER9, and remove
32-bit CPUTYPEs since we no longer support those at all.

Reviewed by: imp, jhibbits
Sponsored by: https://www.patreon.com/bsdivy
Differential Revision: https://reviews.freebsd.org/D54257

show more ...


# eda7eff0 20-Jun-2024 Andrew Turner <andrew@FreeBSD.org>

share/examples/etc/make.conf: Remove old arm archs

Remove the pre-armv7 architecture options from the example make.conf.
These have either been removed, or will soon be removed from the build.

Revi

share/examples/etc/make.conf: Remove old arm archs

Remove the pre-armv7 architecture options from the example make.conf.
These have either been removed, or will soon be removed from the build.

Reviewed by: manu, imp, emaste
Sponsored by: Arm Ltd
Differential Revision: https://reviews.freebsd.org/D45636

show more ...


# 105e5f55 04-Nov-2023 Daniel Engberg <diizzy@FreeBSD.org>

share/examples/etc/make.conf: Add AMD Zen 4 to list

Add AMD Zen 4 (znver4) to the list of valid "Intel x86 CPU types"

Reviewed by: emaste
Approved by: emaste
Differential Revision: https://reviews.

share/examples/etc/make.conf: Add AMD Zen 4 to list

Add AMD Zen 4 (znver4) to the list of valid "Intel x86 CPU types"

Reviewed by: emaste
Approved by: emaste
Differential Revision: https://reviews.freebsd.org/D41518

show more ...


# 3ff06779 17-Aug-2023 Ed Maste <emaste@FreeBSD.org>

share/examples: clarify BOOT_COMCONSOLE_SPEED

Give an example of why one may want to override BOOT_COMCONSOLE_SPEED so
that it's clear why the default (in a comment) and the commented-out
example se

share/examples: clarify BOOT_COMCONSOLE_SPEED

Give an example of why one may want to override BOOT_COMCONSOLE_SPEED so
that it's clear why the default (in a comment) and the commented-out
example setting have different values.

Reported by: otis
Fixes: 4722ceb7d53e ("Use 115200 bps by default for serial communication")

show more ...


12345678910>>...45