History log of /freebsd/RELNOTES (Results 1 – 25 of 149)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# c55e4971 13-Nov-2024 John Baldwin <jhb@FreeBSD.org>

RELNOTES: Document that grep no longer follows symlinks by default

Requested by: markj


# 6e242595 19-Oct-2024 Christos Margiolis <christos@FreeBSD.org>

RELNOTES: Add mididump(1)

Sponsored by: The FreeBSD Foundation


# 0706fa37 14-Oct-2024 Baptiste Daroussin <bapt@FreeBSD.org>

RELNOTES: document update of unicode and cldr


# e46c4de7 14-Oct-2024 Baptiste Daroussin <bapt@FreeBSD.org>

RELNOTES: document the disabling of RSA generation for basic cloudinit


# fc2efd28 27-Sep-2024 Colin Percival <cperciva@FreeBSD.org>

RELNOTES: RSA host keys for SSH are deprecated

Ficticious hash since there's no actual code change; but the release
notes for FreeBSD 15 should say that RSA host keys for SSH will no
longer be gener

RELNOTES: RSA host keys for SSH are deprecated

Ficticious hash since there's no actual code change; but the release
notes for FreeBSD 15 should say that RSA host keys for SSH will no
longer be generated by default in FreeBSD 16.

Discussed on: freebsd-arch
Sponsored by: Amazon

show more ...


# 279734be 18-Sep-2024 Colin Percival <cperciva@FreeBSD.org>

RELNOTES: Document EC2 SSH RSA host key desupport.

Sponsored by: Amazon


Revision tags: release/13.4.0
# 116dc70c 10-Sep-2024 Mark Johnston <markj@FreeBSD.org>

RELNOTES: Add an entry for SO_SPLICE

Sponsored by: Klara, Inc.
Sponsored by: Stormshield


# 34d9de96 09-Sep-2024 Mark Johnston <markj@FreeBSD.org>

RELNOTES: Document recent bhyve commits which have user-visible impact


# cf9c4b32 13-Jun-2024 Alexander Ziaee <concussious@runbox.com>

RELNOTES: mention moving filesystems to section 4

Fixes: 1687d7 (move filesystems to s4)
Reported by: mhorne
Reviewed by: imp, mhorne
Pull Request: https://github.com/freebsd/freebsd-src/pull/1289


# 2e98b886 21-Jun-2024 Baptiste Daroussin <bapt@FreeBSD.org>

RELNOTES: add entries about byacc and ncurses updates


Revision tags: release/14.1.0
# c180fd3d 22-May-2024 Baptiste Daroussin <bapt@FreeBSD.org>

RELNOTES: document MAC/do


# 5224825a 06-May-2024 Christos Margiolis <christos@FreeBSD.org>

RELNOTES: Mention hw.snd.version being removed

Sponsored by: The FreeBSD Foundation


# 6faf6567 03-May-2024 John Baldwin <jhb@FreeBSD.org>

RELNOTES: Document the addition of NVMe over Fabrics support


# 54d6fea9 02-May-2024 Mateusz Piotrowski <0mp@FreeBSD.org>

RELNOTES: Mention date(1)'s nanosecond support

Sponsored by: Klara, Inc.


# 993d1fad 28-Apr-2024 Christos Margiolis <christos@FreeBSD.org>

RELNOTES: Fix wrong commit hash

Fixes: 25723d66369f ("sound: Retire unit.*")
Sponsored by: The FreeBSD Foundation
MFC after: 1 week


# 25723d66 28-Apr-2024 Christos Margiolis <christos@FreeBSD.org>

sound: Retire unit.*

The unit.* code is largely obsolete and imposes limits that are no
longer needed nowadays.

- Capping the maximum allowed soundcards in a given machine. By default,
the limit

sound: Retire unit.*

The unit.* code is largely obsolete and imposes limits that are no
longer needed nowadays.

- Capping the maximum allowed soundcards in a given machine. By default,
the limit is 512 (snd_max_u() in unit.c), and the maximum possible is
2048 (SND_UNIT_UMAX in unit.h). It can also be tuned through the
hw.snd.maxunit loader(8) tunable. Even though these limits are large
enough that they should never cause problems, there is no need for
this limit to exist in the first place.
- Capping the available device/channel types. By default, this is 32
(snd_max_d() in unit.c). However, these types are pre-defined in
pcm/sound.h (see SND_DEV_*), so the cap is unnecessary when we know
that their number is constant.
- Capping the number of channels per-device. By default, the limit 1024
(snd_max_c() in unit.c). This is probably the most problematic of the
limits mentioned, because this limit can never be reached, as the
maximum is hard-capped at either hw.snd.maxautovchans (16 by default),
or SND_MAXHWCHAN and SND_MAXVCHANS.

These limtits are encoded in masks (see SND_U_MASK, SND_D_MASK,
SND_C_MASK in unit.h) and are used to construct a bitfield of the form
[dsp_unit, type, channel_unit] in snd_mkunit() which is assigned to
pcm_channel->unit.

This patch gets rid of everything unit.*-related and makes a slightly
different use of the "unit" field to only contain the channel unit
number. The channel type is stored in a new pcm_channel->type field, and
the DSP unit number need not be stored at all, since we can fetch it
from device_get_unit(pcm_channel->dev). This change has the effect that
we no longer need to impose caps on the number of soundcards,
device/channel types and per-device channels. As a result the code is
noticeably simplified and more readable.

Apart from the fact that the hw.snd.maxunit loader(8) tunable is also
retired as a side-effect of this patch, sound(4)'s behavior remains the
same.

Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Reviewed by: dev_submerge.ch
Differential Revision: https://reviews.freebsd.org/D44912

show more ...


# ca0620b7 23-Apr-2024 Mark Johnston <markj@FreeBSD.org>

RELNOTES: Add an entry for the nfs_reserved_port_only default change

Sponsored by: The FreeBSD Foundation


# 1ff4bc0f 06-Apr-2024 Jake Freeland <jfree@FreeBSD.org>

RELNOTES: Add entry for updates to ktrace(2)

Approved by: markj (mentor)


# 5b35479e 12-Mar-2024 Warner Losh <imp@FreeBSD.org>

RELNOTES: Add awk update from 2 weeks ago.

Sponsored by: Netflix


Revision tags: release/13.3.0
# 73157ce4 29-Feb-2024 Baptiste Daroussin <bapt@FreeBSD.org>

RELNOTES: fix my poor english

Reported by: Gary Jennejohn <garyj@gmx.de>


# 5a98d9d0 29-Feb-2024 Baptiste Daroussin <bapt@FreeBSD.org>

RELNOTES: document usbconfig(8) changes


# 30c741c6 30-Jan-2024 Mike Karels <karels@FreeBSD.org>

RELNOTES: document powerd enable on RPI images

Note that powerd(8) is enabled in /etc/rc.conf.


# b9a60d36 17-Jan-2024 Alexander Leidinger <netchild@FreeBSD.org>

RELNOTES: mention ZFS dataset support for jail(8)


# 2f036705 29-Dec-2023 Xin LI <delphij@FreeBSD.org>

Document the two recent newsyslog(8) change (-c option and <compress>
configuration option).


# 208f089d 27-Dec-2023 Rick Macklem <rmacklem@FreeBSD.org>

RELNOTES: Add an entry for commit 1a878807006c


123456