History log of /src/sys/compat/linuxkpi/common/include/linux/string_choices.h (Results 1 – 5 of 5)
Revision Date Author Comments
# 8df7af9c 03-Feb-2026 Bjoern A. Zeeb <bz@FreeBSD.org>

LinuxKPI: string_choices.h: use ternary operator

Switch from using if () else to a direct return (?:) code.
No functional changes.

Suggested by: kib (D55029)
Sponosred by: The FreeBSD Foundation
MF

LinuxKPI: string_choices.h: use ternary operator

Switch from using if () else to a direct return (?:) code.
No functional changes.

Suggested by: kib (D55029)
Sponosred by: The FreeBSD Foundation
MFC after: 3 days
Reviewed by: emaste (before removing more () as suggested by him)
Differential Revision: https://reviews.freebsd.org/D55088

show more ...


# 6ea242cc 31-Jan-2026 Bjoern A. Zeeb <bz@FreeBSD.org>

LinuxKPI: add str_read_write()

Needed by a wireless driver.

Sponsored by: The FreeBSD Foundation
MFC after: 3 days
Reviewed by: kib, emaste
Differential Revision: https://reviews.freebsd.org/D55029


# 4d6d5f5a 18-Sep-2025 Ed Maste <emaste@FreeBSD.org>

linuxkpi: Move string_helpers.h to string_choices.h

Chace Linux change fca76071bab2 ("lib/string_helpers: Split out
string_choices.h") from v6.5. Everything that we implemented from
string_helpers.

linuxkpi: Move string_helpers.h to string_choices.h

Chace Linux change fca76071bab2 ("lib/string_helpers: Split out
string_choices.h") from v6.5. Everything that we implemented from
string_helpers.h has moved, so rename the file, update the include
guards, and add a new dummy string_helpers.h that just #includes it.
This matches Linux for the functionality that we have.

Reviewed by: bz
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D52606

show more ...


# 4d6d5f5a 18-Sep-2025 Ed Maste <emaste@FreeBSD.org>

linuxkpi: Move string_helpers.h to string_choices.h

Chace Linux change fca76071bab2 ("lib/string_helpers: Split out
string_choices.h") from v6.5. Everything that we implemented from
string_helpers.

linuxkpi: Move string_helpers.h to string_choices.h

Chace Linux change fca76071bab2 ("lib/string_helpers: Split out
string_choices.h") from v6.5. Everything that we implemented from
string_helpers.h has moved, so rename the file, update the include
guards, and add a new dummy string_helpers.h that just #includes it.
This matches Linux for the functionality that we have.

Reviewed by: bz
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D52606

show more ...


# 4d6d5f5a 18-Sep-2025 Ed Maste <emaste@FreeBSD.org>

linuxkpi: Move string_helpers.h to string_choices.h

Chace Linux change fca76071bab2 ("lib/string_helpers: Split out
string_choices.h") from v6.5. Everything that we implemented from
string_helpers.

linuxkpi: Move string_helpers.h to string_choices.h

Chace Linux change fca76071bab2 ("lib/string_helpers: Split out
string_choices.h") from v6.5. Everything that we implemented from
string_helpers.h has moved, so rename the file, update the include
guards, and add a new dummy string_helpers.h that just #includes it.
This matches Linux for the functionality that we have.

Reviewed by: bz
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D52606

show more ...