#
d004554a |
| 12-Jan-2024 |
Rick Macklem <rmacklem@FreeBSD.org> |
UPDATING: Add an entry for the __FreeBSD_version bump to 1500010
|
#
5d4f897f |
| 23-Nov-2023 |
Warner Losh <imp@FreeBSD.org> |
UPDATING: Add unset hint.acpi.0.disabled as workaround for no ACPI
Explicitly add the 'unset hint.acpi.0.disabled' command to work around this problem.
Sponsored by: Netflix
|
#
0abe05ae |
| 21-Nov-2023 |
Warner Losh <imp@FreeBSD.org> |
stand: bandaide for acpi
Old binaries do not set acpi.rsdp early enough. So when we boot with an older loader.efi from an ESP that's not been updated, we assume there's no ACPI on this system. This
stand: bandaide for acpi
Old binaries do not set acpi.rsdp early enough. So when we boot with an older loader.efi from an ESP that's not been updated, we assume there's no ACPI on this system. This is unwise. Put a band-aide on this until we can implement a proper 'feature' variable that the binary reports so we can do conditionals for things like this in the future.
This is at best a rapid-response stop-gap.
Glanced at by: kevans Sponsored by: Netflix
show more ...
|
#
b2376a5f |
| 15-Nov-2023 |
Warner Losh <imp@FreeBSD.org> |
Revert "awk: Merge upstream 2nd Edition Awk Book"
The pre-push testing I did turned out to be testing the old version with the old testsuite (for reasons I don't understnad). There's issues with the
Revert "awk: Merge upstream 2nd Edition Awk Book"
The pre-push testing I did turned out to be testing the old version with the old testsuite (for reasons I don't understnad). There's issues with the new version, the new test in the suite or (likely) both. Revert until they can be chased down.
This should also fix the github CI that's gone red since this commit.
This reverts commit 3fd60a6b73ac01a72df89751f173970fae4cae73, reversing changes made to 194df014feebd8b169b41ecd75ae73d63a792d6b.
Sponsored by: Netflix
show more ...
|
#
3fd60a6b |
| 02-Nov-2023 |
Warner Losh <imp@FreeBSD.org> |
awk: Merge upstream 2nd Edition Awk Book
Merge in the November 2nd, 2023 version of one true awk.
This brings in Unicode support, CSV support and a number of bug fixes.
Sponsored by: Netflix Revi
awk: Merge upstream 2nd Edition Awk Book
Merge in the November 2nd, 2023 version of one true awk.
This brings in Unicode support, CSV support and a number of bug fixes.
Sponsored by: Netflix Reviewed by: delphij Differential Revision: https://reviews.freebsd.org/D42447
show more ...
|
#
ec4c2adb |
| 13-Nov-2023 |
Brooks Davis <brooks@FreeBSD.org> |
Retire LLD_IS_LD option
The option was added to parallel the CLANG_IS_CC which was removed in commit 20a66ab4bf8511e51e11321b775d36c92e77fa69.
Reviewed by: imp, dim, emaste Differential Revision: h
Retire LLD_IS_LD option
The option was added to parallel the CLANG_IS_CC which was removed in commit 20a66ab4bf8511e51e11321b775d36c92e77fa69.
Reviewed by: imp, dim, emaste Differential Revision: https://reviews.freebsd.org/D42575
show more ...
|
#
0527c9bd |
| 31-Oct-2023 |
Warner Losh <imp@FreeBSD.org> |
ino64: Remove 'forward compat' code for this
Forward compatibility code was added for running newer ino64 binaries on older kernels as a transition aide. Now that ino64 has been in the tree 6 years,
ino64: Remove 'forward compat' code for this
Forward compatibility code was added for running newer ino64 binaries on older kernels as a transition aide. Now that ino64 has been in the tree 6 years, this code is no longer useful and should have been removed long ago. Remove it now. Should be no user-visible changes at this point as all the 'upgrade' scenarios it was intended for are long since past.
Also need to remove this stuff from rtld since the _foo versions no longer exist.
Sponsored by: Netflix Reviewed by: kib Differential Revision: https://reviews.freebsd.org/D42382
show more ...
|
#
cb0259b6 |
| 27-Oct-2023 |
Warner Losh <imp@FreeBSD.org> |
UPDATING: Document branch creation
Document when stable/12, stable/13 and stable/14 were created. Once we release 14.0, I'll trim the stable/11 branchpoint through stable/12 brnachpoint. Documenting
UPDATING: Document branch creation
Document when stable/12, stable/13 and stable/14 were created. Once we release 14.0, I'll trim the stable/11 branchpoint through stable/12 brnachpoint. Documenting all of these will make it easier in the future.
Sponsored by: Netflix
show more ...
|
#
fb7140b1 |
| 18-Oct-2023 |
Rick Macklem <rmacklem@FreeBSD.org> |
UPDATING: Add entry for commit 57ce37f9dcd0
|
#
261cda20 |
| 12-Oct-2023 |
Ceri Davies <ceri@FreeBSD.org> |
UPDATING: fix typo
|
#
bb63e82e |
| 10-Oct-2023 |
Baptiste Daroussin <bapt@FreeBSD.org> |
bsddialog(1): document the replacement of dialog(1)
|
#
da695970 |
| 27-Sep-2023 |
Ed Maste <emaste@FreeBSD.org> |
UPDATING: add a note about EARLY_AP_STARTUP on x86
Requested by: wollman (in D41351)
|
#
366ef17b |
| 22-Sep-2023 |
Zhenlei Huang <zlei@FreeBSD.org> |
UPDATING: add entry for the new loader tunnable net.pf.default_to_drop
|
#
4ff9d270 |
| 17-Sep-2023 |
Doug Rabson <dfr@FreeBSD.org> |
pkgbase: Add instructions for upgrading past 78847e1
The pkg solver gets confused by the file moves and refuses to upgrade without manually upgrading FreeBSD-utilities and FreeBSD-utilities-dev firs
pkgbase: Add instructions for upgrading past 78847e1
The pkg solver gets confused by the file moves and refuses to upgrade without manually upgrading FreeBSD-utilities and FreeBSD-utilities-dev first.
PR: 254173, 273859 MFC after: 1 week Reviewed by: Mina Galić <freebsd@igalic.co> Differential Revision: https://reviews.freebsd.org/D41892
show more ...
|
#
74da9c39 |
| 14-Sep-2023 |
Doug Rabson <dfr@FreeBSD.org> |
pkgbase: Split out manpages by default
This helps with building small container images using pkgbase.
Reviewed by: manu bapt MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D41
pkgbase: Split out manpages by default
This helps with building small container images using pkgbase.
Reviewed by: manu bapt MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D41861
show more ...
|
#
d2c839ee |
| 13-Sep-2023 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Belatedly document OPIE removal in RELNOTES and UPDATING.
MFC after: 3 days Reviewed by: imp, emaste Differential Revision: https://reviews.freebsd.org/D41822
|
#
c1b26df2 |
| 09-Sep-2023 |
Zhenlei Huang <zlei@FreeBSD.org> |
UPDATING: Document the change that enable vnet sysctl variables to be loader tunable
|
#
48d05737 |
| 01-Sep-2023 |
Brooks Davis <brooks@FreeBSD.org> |
UPDATING: typo fox
Fixes: 2befa269b869c810b4436b7b5fe922ac3278ee5e Reported by: jrtc27
|
#
2befa269 |
| 01-Sep-2023 |
Brooks Davis <brooks@FreeBSD.org> |
Add INIT_ALL build option
This option replaces WITH_INIT_ALL_PATTERN and WITH_INIT_ALL_ZERO with INIT_ALL=pattern and INIT_ALL=zero respectively. As these are relatively rarely used options no back
Add INIT_ALL build option
This option replaces WITH_INIT_ALL_PATTERN and WITH_INIT_ALL_ZERO with INIT_ALL=pattern and INIT_ALL=zero respectively. As these are relatively rarely used options no backwards compatibility is implemented.
Reviewed by: emaste Relnotes: yes Differential Revision: https://reviews.freebsd.org/D41675
show more ...
|
#
52c1066f |
| 25-Aug-2023 |
Glen Barber <gjb@FreeBSD.org> |
UPDATING: add entry for 15.0-CURRENT
Sponsored by: GoFundMe https://www.gofundme.com/f/gjbbsd Sponsored by: PayPal https://paypal.me/gjbbsd
|
#
aee253d8 |
| 25-Aug-2023 |
Glen Barber <gjb@FreeBSD.org> |
update main to 15
Approved by: re (implicit) Sponsored by: GoFundMe https://www.gofundme.com/f/gjbbsd Sponsored by: PayPal https://paypal.me/gjbbsd
|
#
edacf4b4 |
| 18-Aug-2023 |
Graham Perrin <grahamperrin@FreeBSD.org> |
UPDATING: fix a typo, adjust a white space
From:
> … chagned. boot0sio …
to:
> … changed. boot0sio …
Fixes: 4722ceb7d53e Use 115200 bps by default for serial communication
|
#
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 ...
|
#
05248206 |
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line bare tag
Remove /^\s*\$FreeBSD\$$\n/
|
#
37c8ee88 |
| 07-Aug-2023 |
Marius Strobl <marius@FreeBSD.org> |
ath(4): Remove MIPS AHB frontend and join PCI one w/ main support again
Following the removal of general MIPS support, there's no longer a need to have the AHB bus-frontend in place, which according
ath(4): Remove MIPS AHB frontend and join PCI one w/ main support again
Following the removal of general MIPS support, there's no longer a need to have the AHB bus-frontend in place, which according to Linux sources also isn't used with any non-MIPS SoCs. For simplicity, PCI bus support is only made conditional on the main one again, i. e. device ath_pci is removed, and built into the main module, i. e. if_ath_pci.ko obsoleted, respectively. Effectively, this reverts the following commits and associated changes: dba9c8597747c6c9bf3d2ec68f7eb90552878dc7 e849bb3ecbb1963344a22ae77fc96f89fbebf40c
Approved by: adrian Relnotes: yes Differential Revision: https://reviews.freebsd.org/D41354
show more ...
|