aboutsummaryrefslogtreecommitdiff
path: root/RELNOTES
Commit message (Collapse)AuthorAgeFilesLines
* RELNOTES: Document recent file handle layout changesMark Johnston2025-01-171-0/+5
| | | | | | | | | | | Reviewed by: olce, rmacklem, imp, emaste Differential Revision: https://reviews.freebsd.org/D48093 (cherry picked from commit e0b7a9b6bee16f4855b392c0941e76b7fef777a0) This commit has been adapted for stable/13 (references of the relevant commits and the date have been changed) and the commits that actually have been MFCed so far (mentions of tarfs and tmpfs have been removed).
* RELNOTES: Document that grep no longer follows symlinks by defaultJohn Baldwin2024-11-301-0/+5
|
* Remove $FreeBSD$: one-line bare tagWarner Losh2023-08-231-2/+0
| | | | | | | Remove /^\s*\$FreeBSD\$$\n/ Similar commit in main: (cherry picked from commit 05248206f720)
* RELNOTES: Add an entry for the NFS "syskrb5" mount optionRick Macklem2023-05-261-0/+11
|
* RELNOTES: Add an entry for nfsd running in a vnet jailRick Macklem2023-05-221-0/+10
|
* Note upgrade to sendmail 8.17.1Gregory Neil Shapiro2023-02-011-0/+3
|
* RELNOTES: Document lifting the hard limit on guest vCPUs in bhyve.John Baldwin2023-01-261-0/+6
|
* RELNOTES: Note support for KTLS RX for TLS 1.3.John Baldwin2022-04-291-0/+3
| | | | | | Sponsored by: Netflix (cherry picked from commit 253ecb389e91cd2460ff0ed98b8541ecab7391a0)
* Add release note about change to lowest address in IPv4 (sub)net.Mike Karels2022-04-041-0/+8
| | | | | This change was made earlier, note it now. This is a direct commit.
* RELNOTES: Note addition of zfskeysMateusz Piotrowski2022-03-061-0/+5
| | | | | | | | | | | | zfskeys is about to be released for the first time with FreeBSD 13.1-RELEASE. This is a direct commit. Reviewed by: allanjude Sponsored: Modirum Sponsored: Klara Inc. Differential Revision: https://reviews.freebsd.org/D34428
* RELNOTES: Add entry for bhyve NVMe 1.4 supportChuck Tuffli2022-02-281-0/+3
| | | | This is a direct commit.
* RELNOTES: Add comment about WiFi 6 supportCy Schubert2021-11-221-0/+3
|
* RELNOTES: Add entry for just-MFC'ed HiFive Unmatched supportJessica Clarke2021-09-071-0/+3
| | | | This is a direct commit.
* RELNOTES: Add entries for commits 9fb6e613373c and 9ec7dbf46b0aRick Macklem2021-08-041-0/+23
| | | | This is a direct commit.
* RELNOTES: add notes about awk updatesWarner Losh2021-07-301-0/+14
| | | | | | | Direct commit to stable/13 to note user-visible changes in the awk update. Sponsored by: Netflix
* RELNOTES: Add an entry for commit 8a04edfdcbd2Rick Macklem2021-07-111-0/+6
| | | | This is a direct commit.
* [skip ci] Add RELNOTES entries for aio_writev and fusefsAlan Somers2021-03-071-0/+8
|
* Add an entry for NFS-over-TLS.Rick Macklem2021-03-071-0/+9
|
* Add RELNOTES entry for AES-GCM in armv8crypto(4)Oleksandr Tymoshenko2021-01-261-0/+4
| | | | | | Reviewed by: gjb, jhb Approved by: re (gjb) Differential Revision: https://reviews.freebsd.org/D28297
* RELNOTES: correct sense and name for allow_wx sysctlEd Maste2021-01-191-1/+1
| | | | | | The sysctl is kern.elf64.allow_wx and defaults to 1, allow W+X mappings. Reported by: alc
* RELNOTES: correct elfctl(1) man page sectionEd Maste2021-01-141-1/+1
|
* Note aesni/armv8crypto in GENERIC, W^X, and AES-XTS for armv8crypto.John Baldwin2021-01-141-0/+16
|
* Add relnote for r368667, GDB 6.1.1 removalEd Maste2020-12-151-0/+4
| | | | Notes: svn path=/head/; revision=368668
* Note removal of hme(4)Brooks Davis2020-12-111-0/+3
| | | | | | | Sponsored by: DARPA Notes: svn path=/head/; revision=368560
* Add a entry for r367660.Rick Macklem2020-11-141-0/+10
| | | | Notes: svn path=/head/; revision=367661
* Add an entry for r367026, r367423.Rick Macklem2020-11-141-0/+8
| | | | Notes: svn path=/head/; revision=367658
* Add an entry for r351863 (honoring ${name}_env in rc(8) scripts)Mateusz Piotrowski2020-11-101-0/+7
| | | | | | | | PR: 239692 Requested by: koobs Notes: svn path=/head/; revision=367551
* Add an entry to RELNOTES about renaming ACPI_DMAR to IOMMUMateusz Piotrowski2020-11-101-0/+5
| | | | | | | | Reviewed by: br (earlier version) Differential Revision: https://reviews.freebsd.org/D26813 Notes: svn path=/head/; revision=367549
* Add an entry to RELNOTES for the NFS over TLS kernel support.Rick Macklem2020-08-301-0/+11
| | | | Notes: svn path=/head/; revision=364980
* Fix silly typo...Warner Losh2020-08-241-1/+1
| | | | Notes: svn path=/head/; revision=364728
* Document devd event change from r364725Warner Losh2020-08-241-0/+5
| | | | Notes: svn path=/head/; revision=364727
* Mention the new implementation of bc and dc which has become the defaultStefan Eßer2020-08-081-0/+7
| | | | | | | version in FreeBSD-CURRENT. Notes: svn path=/head/; revision=364055
* UPDATING / RELNOTES: Document new regcomp(3) behaviorKyle Evans2020-07-291-0/+4
| | | | | | | | This is a breaking change that had a not-insignificant impact in ports, it is worth documenting it well. Notes: svn path=/head/; revision=363681
* Add a RELNOTES entry for r363253.Mark Johnston2020-07-161-0/+4
| | | | | | | Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=363254
* Note the merge of sendmail 8.16.1 from vendor "branch"Gregory Neil Shapiro2020-07-151-0/+3
| | | | Notes: svn path=/head/; revision=363234
* Add a RELNOTES entry for safexcel(4).Mark Johnston2020-07-141-0/+3
| | | | | | | Sponsored by: Rubicon Communications, LLC (Netgate) Notes: svn path=/head/; revision=363183
* Add a RELNOTES entry for r363084.Mark Johnston2020-07-101-0/+3
| | | | Notes: svn path=/head/; revision=363086
* Add an entry for r362158, r362163, which changes struct export_args.Rick Macklem2020-06-161-0/+5
| | | | Notes: svn path=/head/; revision=362247
* RELNOTES: Post-portem note about sed(1) \x supportKyle Evans2020-06-081-0/+5
| | | | | | | Requested by: Oliver Pinter Notes: svn path=/head/; revision=361902
* RELNOTES and UPDATING: Document the new policy on read(2) of dirfdKyle Evans2020-06-041-2/+11
| | | | | | | These changes have been completely flushed as of r361799; note it. Notes: svn path=/head/; revision=361800
* Mention new jail(8) command hooks in RELNOTESRyan Moeller2020-05-191-0/+6
| | | | | | | | Reported by: 0mp Approved by: mmacy (mentor) Notes: svn path=/head/; revision=361265
* Mention new dd flags in RELNOTESRyan Moeller2020-05-191-0/+4
| | | | | | | | Approved by: mmacy (mentor) Sponsored by: iXsystems, Inc. Notes: svn path=/head/; revision=361264
* Belatedly add a RELNOTES entry for r347532.Mark Johnston2020-05-191-0/+6
| | | | Notes: svn path=/head/; revision=361253
* Belated RELNOTES entry for r361238Kyle Evans2020-05-191-0/+3
| | | | | | | | This may get revised later if the larger change lands, but we should note this. Notes: svn path=/head/; revision=361239
* Document removal of deprecated algorithms from OCF.John Baldwin2020-05-111-0/+5
| | | | | | | Sponsored by: Chelsio Communications Notes: svn path=/head/; revision=360937
* Document removal of deprecated algorithms from /dev/crypto.John Baldwin2020-05-021-0/+4
| | | | Notes: svn path=/head/; revision=360563
* Document removal of deprecated IPsec algorithms.John Baldwin2020-05-021-0/+5
| | | | Notes: svn path=/head/; revision=360558
* Document removal of deprecated algorithms from geli(4).John Baldwin2020-04-151-0/+4
| | | | Notes: svn path=/head/; revision=359984
* Document removal of deprecated algorithms for in-kernel GSS.John Baldwin2020-04-101-0/+4
| | | | Notes: svn path=/head/; revision=359788
* Add elf2aout removalWarner Losh2020-02-061-0/+3
| | | | | | | | | After committing, I noticed elf2aout commit missed the relnotes yes. It's unlikely to be interesting, since it's just part of sparc64 removal and quite niche, but it was installed on all FreeBSD machines. Notes: svn path=/head/; revision=357629