aboutsummaryrefslogtreecommitdiff
path: root/share/man/man5
Commit message (Collapse)AuthorAgeFilesLines
* Canonicalize the name of the FreeBSD FoundationLi-Wen Hsu2025-02-192-2/+2
| | | | | | | | Reviewed by: emaste Sponsored by: The FreeBSD Foundation (cherry picked from commit dab59af3bcc7cb7ba01569d3044894b3e860ad56) (cherry picked from commit ef3ed0726f2230e38df76a32a3b9ff145147af65)
* pf.conf.5: fix ≤Kristof Provost2025-02-181-4/+4
| | | | | | | | | | pf.conf expects <=, not ≤ (and the same applies to ≥ and >=). Make sure the man page reflects this. MFC after: 1 week Sponsored by: Rubicon Communications, LLC ("Netgate") (cherry picked from commit 85c333a947e950d9267517afd1d9c30a655b7bfb)
* dhclient: Update rc.conf.5 with dhclient_arpwaitIsaac Cilia Attard2024-08-201-0/+9
| | | | | | | | | | | | | Add new dhclient_arpwait option to rc.conf.5, with information about what it does, and cases in which it could be disabled. Sponsored by: Google LLC (GSoC 2024) Signed-off-by: Isaac Cilia Attard <icattard@FreeBSD.org> MFC after: 10 days Reviwed by: cperciva, brooks, Tom Hukins, Alexander Ziaee Pull Request: https://github.com/freebsd/freebsd-src/pull/1368 (cherry picked from commit e4482bfde9b10a4d0edd0e2d956a87b76db2cb1f)
* Optionally create full debuginfo for llvm-related executablesDimitry Andric2024-03-081-1/+4
| | | | | | | | | | | | | | | | | | Commit de6feefdb7cfd limited the amount of debuginfo generated for clang and other llvm-related executables. This was done to save disk space and memory during building, but it makes debugging any of these executables much harder. Add a new src.conf(5) setting, WITH_LLVM_FULL_DEBUGINFO, to generate full debuginfo instead. This is off by default, but could for example be enabled for release builds or snapshots, so llvm executables are easier to debug. Reviewed by: emaste MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D43839 (cherry picked from commit 73ff7384e025033abc98fd5437a48beb8077a90b)
* periodic: Make daily diff(1) output as small is possibleMichael Osipov2024-01-301-0/+3
| | | | | | | | | | | | | | Make, by default, daily diff(1) ignore whitespace changes and the unified output a context of zero (0) lines. This reduces output of unrelated lines in e-mails delivered to root. PR: 270266 Approved by: jrm (mentor), karels MFC after: 1 month Relnotes: yes Differential Revision: https://reviews.freebsd.org/D42762 (cherry picked from commit e2f6bafc3887c7752986526f3758525d24701fce)
* periodic: Make daily diff(1) flags configurable with daily_diff_flagsMichael Osipov2024-01-301-0/+5
| | | | | | | | | | PR: 270266 Approved by: jrm (mentor), karels MFC after: 1 month Relnotes: yes Differential Revision: https://reviews.freebsd.org/D42900 (cherry picked from commit 15e35d058cff847d1a7bc671fcf48b99f5d2f73b)
* periodic: Make security diff(1) output as small is possibleMichael Osipov2024-01-301-2/+3
| | | | | | | | | | | | | | Make, by default, security diff(1) produce a unified output with a context of zero (0) lines. This reduces output of unrelated lines in e-mails delivered to root. PR: 270266 Approved by: jrm (mentor), karels MFC after: 1 month Relnotes: yes Differential Revision: https://reviews.freebsd.org/D43071 (cherry picked from commit 3aa71ea7c231a4e60a7e1b9b677e379e17432fc8)
* rc.conf(5): add <service>_umask to run the service using this valueEugene Grosbein2023-12-021-1/+7
| | | | | | | | | | | | None of tools working with login classes change umask(1) and we had no ways to specify non-default umask for a service not touching its startup script. This change makes in possible. Some file-sharing services that create new files may benefit from it. Differential: https://reviews.freebsd.org/D36309 (cherry picked from commit 160a2f2cdda806e104c0d3194bfb84b208ad1ae8)
* pf: support SCTP-specific timeoutsKristof Provost2023-11-071-1/+18
| | | | | | | | | | | | Allow SCTP state timeouts to be configured independently from TCP state timeouts. Reviewed by: tuexen MFC after: 1 week Sponsored by: Orange Business Services Differential Revision: https://reviews.freebsd.org/D42393 (cherry picked from commit ca9dbde88122beb079b55fb4580b200f73044da6)
* rc.conf.5: Add /etc/rc.conf.d/ to FILESMateusz Piotrowski2023-10-041-1/+2
| | | | | | | | While here, fix the -width argument. MFC after: 3 days (cherry picked from commit a6e734d779b3b5f5679588c1e6f66d0d1533fcbf)
* style.Makefile.5: Stop documenting NO_MANMateusz Piotrowski2023-10-031-3/+3
| | | | | | | | | NO_MAN has been an error since 2020 according to UPDATING. PR: 231357 MFC after: 3 days (cherry picked from commit 73fb7a7a7342bb590ba53e406b564df0d90c3304)
* style.Makefile.5: Wordsmith .PATH descriptionMateusz Piotrowski2023-10-031-1/+1
| | | | | | | MFC after: 3 days Fixes: 1ac5586c6d86 style.Makefile.5: Do not require $FreeBSD$ SCM IDs (cherry picked from commit 9e850513daf9cd1db7980f1f38ef7051331293fd)
* style.Makefile.5: Remove $FreeBSD$ from examplesMateusz Piotrowski2023-10-031-4/+0
| | | | | | MFC after: 3 days (cherry picked from commit 22faf70d7e137f39b6afe7da967679a7cdbe3507)
* src.conf.5: regen after SSP option description updateEd Maste2023-09-241-3/+4
| | | | | | Also pick up missing note about SSP being disabled for MIPS. (cherry picked from commit 5449d0144d612d7b7b3b85ab292d514db4e300c3)
* tmpfs.5: Document option exportMateusz Piotrowski2023-09-221-0/+6
| | | | | | | | This is a no-op option supported for the sake of NFS. MFC after: 7 days (cherry picked from commit b2bd87bb01a97b5b025614a6bfccb8e109c201cd)
* tmpfs.5: Document option unionMateusz Piotrowski2023-09-221-0/+3
| | | | | | | | | As noted in 59169d915600333b7d9187097f157865ba642256, tmpfs(5) supports the union option just fine. MFC after: 7 days (cherry picked from commit 1d225179fd5d7eb932486a94abb8b76be7e44241)
* tmpfs.5: Document option nomtimeMateusz Piotrowski2023-09-221-0/+7
| | | | | | | Fixes: c1e84733ac7e tmpfs: add nomtime mount option, MFC after: 7 days (cherry picked from commit 6a1de1912d5216512a73dd97c4ee454d44b8fffb)
* tmpfs.5: Document option nosymfollowMateusz Piotrowski2023-09-221-0/+4
| | | | | | | Fixes: 15df90218bb6 tmpfs: support the nosymfollow mount option MFC after: 7 days (cherry picked from commit 942cc861f2cb5af287f15aa9b1bd56527f113032)
* tmpfs.5: Document option pgreadMateusz Piotrowski2023-09-221-0/+2
| | | | | | | Fixes: 765ad5b28d3f tmpfs: add the "pgread" mount option MFC after: 7 days (cherry picked from commit fade2298889d588c15705b44e336ff02cc96f956)
* tmpfs.5: Sort option descriptionsMateusz Piotrowski2023-09-221-12/+15
| | | | | | MFC after: 3 days (cherry picked from commit e69a5788273b4f531a49054e0238424826375633)
* tmpfs.5: Keep the style of option descriptions consistentMateusz Piotrowski2023-09-221-10/+10
| | | | | | MFC after: 3 days (cherry picked from commit 0789d988a95eba5bd45fbe82a4ebd4dc7e957797)
* tmpfs.5: Fix the use of BlMateusz Piotrowski2023-09-221-2/+2
| | | | | | MFC after: 3 days (cherry picked from commit adbc93c4cc862b6fc6e7992f6e8c78745d0d36eb)
* rc.conf.5: Pet mdoc lintersMateusz Piotrowski2023-09-221-2/+2
| | | | | | MFC after: 3 days (cherry picked from commit b7961dba30e60fb0d1a5383cf03e5ea2fd2ff607)
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-2326-26/+0
| | | | | | | Remove /^\.\\"\s*\$FreeBSD\$$\n/ Similar commit in main: (cherry picked from commit b2c76c41be32)
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-2349-98/+0
| | | | | | | Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/ Similar commit in main: (cherry picked from commit fa9896e082a1)
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-232-2/+0
| | | | | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/ Similar commit in main: (cherry picked from commit d0b2dbfa0ecf)
* pf.conf.5: document SCTP supportKristof Provost2023-08-111-4/+18
| | | | | | | | | | | Mention SCTP in the pf.conf.5 Reviewed by: tuexen MFC after: 3 weeks Sponsored by: Orange Business Services Differential Revision: https://reviews.freebsd.org/D40870 (cherry picked from commit 47d0c1fe7d3279e9d38df75cf0c359b1fbc26d5e)
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-253-3/+3
| | | | | | | | | | | The SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catch up to that fact and revert to their recommended match of BSD-2-Clause. Discussed with: pfg MFC After: 3 days Sponsored by: Netflix (cherry picked from commit 4d846d260e2b9a3d4d0a701462568268cbfe7a5b)
* Document fdescfs mount option "rdlnk"Konstantin Belousov2023-07-201-1/+13
| | | | (cherry picked from commit 7cd7a3204153fc8ddf7d06cd0d924d5c3ef5ff35)
* src.conf.5: regenKonstantin Belousov2023-07-131-1/+3
|
* cd9660.5: Fix the history sectionMateusz Piotrowski2023-06-051-2/+2
| | | | | | | MFC after: 7 days Sponsored by: Klara Inc. (cherry picked from commit 5212225753e965c87ae4a7fe5f8a7d9a8b6d04af)
* passwd.5: Update man page after e0155c6989049da43c5499f7129002aa17d1ca79Jose Luis Duran2023-05-191-2/+2
| | | | | | MFC After: 3 days (cherry picked from commit 6e068d6bea4d8282704b4e157da3da584dc67a2d)
* passwd.5: Remove .Tn (Trade Name) macrosJose Luis Duran2023-05-191-8/+8
| | | | | | | | To appease mandoc -T lint, remove .Tn macros. MFC After: 3 days (cherry picked from commit d047a4e486a44ca5ada29bf3461903867424c414)
* elf.5: Fix conjugation of holdsZhenlei Huang2023-05-171-1/+1
| | | | | | MFC after: 1 week (cherry picked from commit 6f96b5487f4359199ceb8339d2d7063e2249f538)
* unionfs.5: Use '.An -nosplit' in the AUTHORS sectionGordon Bergling2023-04-221-0/+1
| | | | | | Use '.An -nosplit' in the AUTHORS section to prevent line breaks. (cherry picked from commit 409731e7d71358cda3d23d903607614c29680038)
* Remove the MK_LIBCPLUSPLUS optionAlex Richardson2023-03-221-2/+0
| | | | | | | | | | This option has been equivalent to any form of C++ support since libstdc++ was removed. Therefore, replace all MK_LIBCPLUSPLUS uses with MK_CXX. Reviewed By: emaste Differential Revision: https://reviews.freebsd.org/D27974 (cherry picked from commit 5cf6f1c4bc281ac45ced086bc2e393f732f2fcc2)
* smbfs.5: Us .An -nosplit for the AUTHORS sectionGordon Bergling2023-03-211-1/+1
| | | | | | | | | Use .An -nosplit for the AUTHORS section, so that it renders without an unnecessary newline. No .Dd bump since it isn't a content change. (cherry picked from commit ac6bc808f51654414cb7a72f6849b3e61b1fb172)
* Enable kernel reproducible builds on stable branchEd Maste2023-03-061-5/+5
| | | | | | | | | | | When the stable/13 branch was created the userland knob (in share/mk/src.opts.mk) was changed to default to yes, but the kernel default was not changed. These two should always have the same default. Regenerate src.conf.5, as the differing defaults previously confused `makeman`. Fixes: bfd15705156b ("Create the stable/13 branch") Sponsored by: The FreeBSD Foundation
* src.conf: regen man page after RELRO changeEd Maste2023-03-021-1/+13
|
* src.conf: regen man pageEd Maste2023-02-281-1/+9
| | | | | | This hadn't been regenerated on the stable branch after some MFCs. Sponsored by: The FreeBSD Foundation
* protocols.5: Update the description of /etc/protocolsGordon Bergling2022-12-101-5/+16
| | | | | | | | | | | The reference to the "DARPA Internet" seems not quite up to date in 2022, so move that to the HISTORY section. Mention RFC 2780 and RFC 5237. Obtained from: NetBSD (cherry picked from commit 899edecdbe92f678c3c96572c8877cdbc6763e9a)
* Add support for adding default routes for other FIBsAndrew Fengler2022-12-021-1/+10
| | | | | | | | | | | | | Make rc.d/routing read defaultrouter_fibN and ipv6_defaultrouter_fibN, and set it as the default gateway for FIB N, where N is from 1 to (net.fibs - 1) This allows adding gateways for multiple FIBs in the same format as the main gateway. (FIB 0) Reviewed by: olivier, rgrimes, bcr (man page) Sponsored by: ScaleEngine Inc. Differential Revision: https://reviews.freebsd.org/D22706 (cherry picked from commit 30659d1dcbcc92016833f0956461314ed501ac83)
* Update resolv.conf(5) "not necessary" language.Pau Amma2022-11-301-7/+9
| | | | | | | | | | | | | | | | | | | | | While there, fix mandoc -T lint warnings. PR: 262492 Differential Revision: https://reviews.freebsd.org/D37449 MFC after: 1 week Reviewed by: gjb Approved by: gjb (mentor) (cherry picked from commit e8261bba4e18ab95fe958e195b07a66df1b8d855) Clarify what's normally not required. Reported by: karels Reviewed by: carlavilla, karels (informally) Approved by: carlavilla (mentor), gjb (mentor, implicitly) Differential Revision: https://reviews.freebsd.org/D37483 (cherry picked from commit 06703946d0be0baaf0f2a88f85e2dd5354e861da)
* linuxkpi: drm-kmod debugfs supportJake Freeland2022-11-292-0/+96
| | | | | | | | | | | | | | This diff extends LinuxKPI to support simple attribute files in debugfs. These simple attributes are an essential component for compiling drm-kmod with CONFIG_DEBUG_FS enabled. This will allow for easier graphics driver debugging using Intel's igt-gpu-tools. Reviewed by: hselasky Differential Revision: https://reviews.freebsd.org/D35883 Sponsored by: Google, Inc. (GSoC 2022) (cherry picked from commit f697b9432d9c7aa4c5ab5f5445ef5dc1bd40ce00)
* Remove references to timed(8)Ceri Davies2022-11-141-24/+0
| | | | | | | | | | | | There are still references to timed(8) and timedc(8) in the base system, which were removed in 2018. PR: 255425 Reported by: Ceri Davies <ceri at submonkey dot net> Reviewed by: ygy, gbe Differential Revision: https://reviews.freebsd.org/D30232 (cherry picked from commit 1760799b4c612b98c0e5c1abeb03814e24c33cf6)
* resolver.5: Add an EXAMPLES sectionGordon Bergling2022-11-141-1/+24
| | | | | | | | | | In case local-unbound(8) fails for some reason, it could be useful to have a basic resolv.conf(5) example in the manual page. Reviewed by: karels, pauamma Differential Revision: https://reviews.freebsd.org/D37183 (cherry picked from commit 4d00d772e9aa995f93da41883a1fea5e2e43f818)
* Update SEE ALSO sections for resolver.{3,5} and hosts.5Gordon Bergling2022-09-242-8/+2
| | | | | | | | | | | | | The mentioned document "Name Server Operations Guide for BIND" is outdated, so remove it from the SEE ALSO section of hosts.5 and resolver.{3,5}. PR: 266360 Reported by: Graham Perrin <grahamperrin at FreeBSD dot org> Reviewed by: karels Differential Revision: https://reviews.freebsd.org/D36557 (cherry picked from commit 0090d18235269cc5f9582712a42fb5641d5b6f71)
* man5/{hosts,resolver}.5: note that IPv6 addresses are allowed.Ceri Davies2022-09-242-5/+7
| | | | | | | | | | | | The patch in the PR largely no longer applied due to age, but thanks to Evgeniy Khramtsov for the patches in the PR. PR: 120024 Reported by: bcran Approved by: blackend (mentor) Obtained from: Evgeniy Khramtsov <evgeniy@khramtsov.org> (partly) (cherry picked from commit a23b08cf98d92ff82adeebc84673e9bd3cd0a6da)
* man: Remove obsolete info from hosts man pageWarner Losh2022-09-241-15/+1
| | | | | | | | | | The NIC no longer provides a host database, and hasn't for quite some time. Remove that paragraph, it's not been relevant for many years. Also, hosts appeared in 4.1c, not 4.2, so correct that too. Noticed by: Henry Bent (cherry picked from commit c22076b5283970908e74b3abece53efc4670e87d)
* src.conf: Introduce WITHOUT_MACHDEP_OPTIMIZATIONS knob.Gleb Popov2022-09-131-1/+3
| | | | | | | | | | | | | | Summary: This knob can be used to make buildsystem prefer generic C implentations of various functions, instead of machine-specific assembler ones. Test Plan: `make buildworld` on amd64 Reviewed by: imp, emaste Differential Revision: https://reviews.freebsd.org/D36076 (cherry picked from commit 20adba8bc1beb125d5e5ed8f12e747ae79ca6a10)