Commit Graph

23822 Commits

Author SHA1 Message Date
Gordon Bergling 187a0a85e1 g_geom.9: Fix a typo in the manual page
- s/strng/string/

MFC after:	5 days
2025-10-27 07:27:27 +01:00
Gordon Bergling 1a28455cb5 efirt.9: Fix a typo in the manual page
- s/retireved/retrieved/

MFC after:	5 days
2025-10-27 07:27:27 +01:00
Gordon Bergling e17c87d4a2 domain.9: Fix a typo in the manual page
- s/exprimental/experimental/

MFC after:	5 days
2025-10-27 07:27:27 +01:00
Gordon Bergling a1e76a3af8 crypto_request.9: Fix a typo in the manual page
- s/througput/throughput/

MFC after:	5 days
2025-10-27 07:27:27 +01:00
Gordon Bergling ad7bbe691b copy.9: Fix a typo in the manual page
- s/heterogenous/heterogeneous/

MFC after:	5 days
2025-10-27 07:27:26 +01:00
Gordon Bergling 5215760811 bus_dma.9: Fix two typos in the manual page
- s/decribes/describes/
- s/Muliple/Multiple/

MFC after:	5 days
2025-10-27 07:27:26 +01:00
Gordon Bergling 3ceaf4d804 bhnd.9: Fix a typo in the manual page
- s/devce/device/

MFC after:	5 days
2025-10-27 07:27:26 +01:00
Gordon Bergling 2f263badcc atomic.9: Fix a typo in the manual page
- s/constrast/contrast/

MFC after:	5 days
2025-10-27 07:27:26 +01:00
Gordon Bergling d81fe0b206 PCI_IOV_ADD_VF.9: Fix a typo in the manual page
- s/initializating/initializing/

MFC after:	5 days
2025-10-27 07:27:26 +01:00
Mateusz Piotrowski 3559b8e983 g_bio.9: Reference dtrace_io(4)
MFC after:	3 days
2025-10-26 17:32:00 +01:00
Gordon Bergling 5a739b7465 p9fs.4: Fix a typo in the manual page
- s/recommented/recommended/

MFC after:	5 days
2025-10-26 14:32:43 +01:00
Gordon Bergling 72a9bfcfab mac_do.4: Fix a typo in the manual page
- s/occurences/occurrences/

MFC after:	5 days
2025-10-26 14:32:43 +01:00
Gordon Bergling 7c8c5ac82e iwlwifi.4: Fix a typo in the manual page
- s/incosistent/inconsistent/

MFC after:	5 days
2025-10-26 14:32:43 +01:00
Gordon Bergling dc9fd0f379 bce.4: Fix a typo in the manual page
- s/activitiy/activity/

MFC after:	5 days
2025-10-26 14:32:42 +01:00
Gordon Bergling 76b44182c6 ahc.4: Fix a typo in the manual page
- s/configued/configured/

MFC after:	5 days
2025-10-26 14:32:42 +01:00
Gordon Bergling e47c294d00 acpi_battery.4: Fix a typo in the manual page
- s/rechargable/rechargeable/

MFC after:	5 days
2025-10-26 14:32:42 +01:00
Gordon Bergling 8c48902d41 build.7 Fix a typo in the manual page
- s/envirnoment/environment/

While here fix a .Xr macro.

MFC after:	5 days
2025-10-26 14:32:42 +01:00
Gordon Bergling 66923ac81b arch.7: Fix a typo in the manual page
- s/dereferencable/dereferenceable/

MFC after:	5 days
2025-10-26 14:32:42 +01:00
Gordon Bergling ca7deba74b rc.conf.5: Fix a typo in the manual page
- s/overriden/overridden/
- s/explicitely/explicitly/

MFC after:	5 days
2025-10-26 14:32:42 +01:00
Gordon Bergling 189cec2f0d pf.conf.5: Fix a typo in the manual page
- s/opion/option/

MFC after:	5 days
2025-10-26 14:32:42 +01:00
Gordon Bergling 12584410c5 rc.subr.8: Fix a typo in the manual page
- s/derrived/derived/

MFC after:	5 days
2025-10-26 14:32:42 +01:00
Gordon Bergling 69fbd069d8 debug.sh.8: Fix a typo in the manual page
- s/noticable/noticeable/
- s/compatability/compatibility/

MFC after:	5 days
2025-10-26 14:32:42 +01:00
Gordon Bergling 1447a22133 siginfo.3: Fix a typo in the manual page
- s/Sychronous/Synchronous/

MFC after:	5 days
2025-10-26 14:32:41 +01:00
Gordon Bergling f5a3d790c7 queue.3: Fix a typo in the manual page
- s/overriden/overridden/

MFC after:	5 days
2025-10-26 14:32:41 +01:00
Lexi Winter 031e711647 packages: Install development manpages in the -dev package
Add a new per-group SUBPACKAGE option to bsd.man.mk.  When MANSPLITPKG
is enabled, this is forced to "-man", otherwise it defaults to empty
but can be overridden by the caller.

Use this in bsd.lib.mk to install library manpages in the -dev package
instead of the base package.  This is nearly always preferable, since
library manpages are usually in section 2 or 3 and are only relevant
to people with development packages installed.

For manpages which should be installed in the base package even for
libraries, add a new MANNODEV group in bsd.lib.mk.  Update existing
Makefiles to use this where appropriate.

MFC after:	3 days
Discussed with:	olce
Reviewed by:	olce
Sponsored by:	https://www.patreon.com/bsdivy
Differential Revision:	https://reviews.freebsd.org/D52832
2025-10-26 02:26:06 +00:00
Lexi Winter 82f96b2bc9 share/man/man5: Use MANGROUPS.yes
Simplify the Makefile logic by using MANGROUPS.yes for optional
packages.  Also, move bluetooth manpages to the correct package,
add the correct conditional for OpenSSH (MK_OPENSSH), and properly
alphabetise the file.

MFC after:	3 days
Reviewed by:	emaste
Sponsored by:	https://www.patreon.com/bsdivy
Differential Revision:	https://reviews.freebsd.org/D53127
2025-10-26 02:25:58 +00:00
Mateusz Piotrowski 83ac79599f examples/mdoc: Remove text of BSD-2-Clause from mdoc examples
We live in the SPDX world now and our example manual pages should
reflect that.

Also, fix the order of the SPDX and copyright lines as per style(9).

Reviewed by:	ziaee
MFC after:	3 days
Differential Revision:	https://reviews.freebsd.org/D53335
2025-10-24 22:17:37 +02:00
Maxim Konovalov ec5b9019c2 deadfs.9: spell 2025-10-24 20:10:46 +00:00
Mateusz Piotrowski 3cc7d67155 style.mdoc.5: Point readers to style(9) regarding copyright headers
While here, fix the ordering of the elements in the copyright header per
style(9) and remove the text of the license as we already have the SPDX
tag here.

MFC after:	3 days
2025-10-24 21:25:38 +02:00
Mateusz Piotrowski daa6660f89 deadfs.9: Document
Reviewed by:	kib
MFC after:	2 weeks
Differential Revision:	https://reviews.freebsd.org/D53334
2025-10-24 20:35:15 +02:00
Ed Maste e4d6433e9c le(4): Update depreciation notice
This driver was in fact not removed prior to FreeBSD 15.0.

Sponsored by:	The FreeBSD Foundation
2025-10-24 13:19:51 -04:00
Konstantin Belousov 5e85f383da vfs_syscalls.c::flags_to_right(): O_DSYNC should be allowed for CAP_FSYNC
Noted by:	arrowd
Reviewed by:	markj
Sponsored by:	The FreeBSD Foundation
MFC after:	1 week
Differential revision:	https://reviews.freebsd.org/D53315
2025-10-24 19:09:25 +03:00
Andrew Turner 82778970ee share/mk: Add opencsd to the list of private libs
Reported by:	Sarah Walker <Sarah.Walker2@arm.com>
Reviewed by:	emaste
Fixes:	1c52229528 ("lib: Move libopencsd to /usr/lib and make private")
Sponsored by:	Arm Ltd
Differential Revision:	https://reviews.freebsd.org/D53217
2025-10-23 11:47:05 +01:00
Ed Maste 69415879e9 src.opts.mk: Enable LLDB for 32-bit arm
It was previously disabled when we built for older 32-bit arm targets
which lack 64-bit atomics.  As we now support armv7 at a minimum there
is no need to disable LLDB.

Sponsored by:	The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D52668
2025-10-22 16:03:40 -04:00
Robert Clausecker 5f2df8f831 committers-src: add self
With big thanks to Mark Johnston for mentoring me!

Approved by:	markj (mentor)
Differential Revision:	https://reviews.freebsd.org/D53258
2025-10-22 16:01:35 +02:00
Mateusz Piotrowski 0625f470e0 uio.9: Improve description of uio_rw flags
The direction of the data transfer in uio(9) can be confusing,
so state explicitly the difference between UIO_READ and UIO_WRITE.

Reviewed by:	ziaee
MFC after:	3 days
Differential Revision:	https://reviews.freebsd.org/D52996
2025-10-22 15:44:24 +02:00
Christos Margiolis d6432907f6 snd_dummy.4: Use sound(4) instead of PCM
Sponsored by:	The FreeBSD Foundation
MFC after:	4 days
Reviewed by:	ziaee
Differential Revision:	https://reviews.freebsd.org/D53257
2025-10-22 13:51:15 +02:00
Christos Margiolis 2693d6c7c9 snd_dummy: Create device alias
Sponsored by:	The FreeBSD Foundation
MFC after:	4 days
Reviewed by:	emaste, ziaee
Differential Revision:	https://reviews.freebsd.org/D53237
2025-10-22 13:51:01 +02:00
Maxim Konovalov cdc1990393 bsd-family-tree: add OpenBSD 7.8 release 2025-10-22 03:05:23 +00:00
David E. O'Brien d78da1ea01 man9: Provide SYSCTL_BOOL & SYSCTL_ADD_BOOL man pages
Updates: 84e717c4c & 9a593520
2025-10-21 11:31:01 -07:00
Mitchell Horne 67bc0e3459 aw_mmc.4: add D1 compatible
MFC after:	3 days
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D52586
2025-10-20 20:37:14 -03:00
Mitchell Horne 15c79c6fa6 man4: move allwinner pages and logic to a standard place
They are shared by arm, arm64, and now riscv. Note that they are
always installed by default, where MAN_ARCH=all.

MFC after:	3 days
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D52585
2025-10-20 20:37:13 -03:00
Jason A. Harmening 8a1d6d6da5 VOP_OPENCLOSE.9: note that td may be NULL for VOP_CLOSE
MFC after:	3 days
Reviewed by:	asomers, olce
Differential Revision:	https://reviews.freebsd.org/D53137
2025-10-17 13:24:33 -05:00
Michael Osipov 88b9ca860e manpages: Use canonical names for Linux filesystems
The manpages of linprocfs(5) and linsysfs(5) document incomplete names without
"fs" suffix. Make them identical to other filesystems.

PR:		283079
MFC after:	3 days
Reviewed by:	ziaee, markj
Differential Revision:	https://reviews.freebsd.org/D53155
2025-10-17 14:46:57 +02:00
Lexi Winter e757a92282 bsd.man.mk: Support MANGROUPS.yes
Similar to SUBDIR and CONFGROUPS, this allows the use of
MANGROUPS.${MK_FOO}, simplifying Makefile logic for optional
manpages.

MFC after:	3 seconds
Reviewed by:	emaste
Sponsored by:	https://www.patreon.com/bsdivy
Differential Revision:	https://reviews.freebsd.org/D53126
2025-10-17 11:42:51 +01:00
Alexander Ziaee 8a9f1a2286 release.7: Update RPI example + CHROOTDIR + SPDX
+ arm/RPI-B.conf no longer exists, adjust for arm64/RPI.conf
+ document default CHROOTDIR, also add to FILES list
+ tag SPDX

MFC after:	3 days
Reviewed by:	cperciva
Differential Revision:	https://reviews.freebsd.org/D53078
2025-10-16 10:17:39 -07:00
Alexander Ziaee 7f5267a998 nvd.4: Add a HARDWARE section for HW Relnotes
MFC after:	3 days
Reviewed by:	dab
Differential Revision:	https://reviews.freebsd.org/D52867
2025-10-16 10:17:31 -07:00
Mark Johnston f19f17b3af vmrun.sh: Don't require firmware on amd64 unless -E was specified
PR:		290232
Reported by:	David Marker <dave@freedave.net>
Fixes:		aa34b1d20e ("vmrun.sh: Add arm64 support")
MFC after:	3 days
2025-10-16 14:50:33 +00:00
Lexi Winter dd69f1261e bridge.4: Improve VLAN documentation
Document how bridge implements VLANs, and provide an example of
configuring a bridge with VLAN filtering.

MFC after:	3 days
Reviewed by:	ziaee, pauamma_gundo.com (previous version)
Sponsored by:	https://www.patreon.com/bsdivy
Differential Revision:	https://reviews.freebsd.org/D51185
2025-10-13 11:44:05 +01:00
Jose Luis Duran 7238317403 blocklist: Rename blacklist to blocklist
Follow up upstream rename from blacklist to blocklist.

- Old names and rc scripts are still valid, but emitting an ugly warning
- Old firewall rules and anchor names should work, but emitting an ugly
  warning
- Old MK_BLACKLIST* knobs are wired to the new ones

Although care has been taken not to break current configurations, this
is a large patch containing mostly duplicated code.  If issues arise, it
will be swiftly reverted.

Reviewed by:	ivy (pkgbase)
Approved by:	emaste (mentor)
MFC after:	2 days
Relnotes:	yes
2025-10-12 17:14:27 +00:00