[Bug 276206] Setting kern.vty="sc" will hang the loader boot process, but vt(4) says we can do that

2024-05-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276206

--- Comment #9 from commit-h...@freebsd.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=f52481f3b8a377e336ecba1b5150023a344ec189

commit f52481f3b8a377e336ecba1b5150023a344ec189
Author: Ed Maste 
AuthorDate: 2024-05-24 21:45:14 +
Commit: Ed Maste 
CommitDate: 2024-05-24 23:55:10 +

vt(4): add note about sc/UEFI incompatibility

syscons is not compatible with UEFI boot.  This is noted in syscons(4),
but not mentioned in vt(4) where the kern.vty tunable (used to select vt
or sc) is documented.  Add a note so that if someone reads vt(4) but not
sc(4) they are not surprised by having no usable console.

PR: 276206
Reviewed by:brooks
Sponsored by:   The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D45357

 share/man/man4/vt.4 | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 276206] Setting kern.vty="sc" will hang the loader boot process, but vt(4) says we can do that

2024-05-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276206

Ed Maste  changed:

   What|Removed |Added

   Assignee|b...@freebsd.org|ema...@freebsd.org
 Status|New |In Progress

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 276206] Setting kern.vty="sc" will hang the loader boot process, but vt(4) says we can do that

2024-05-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276206

--- Comment #8 from Ed Maste  ---
https://reviews.freebsd.org/D45357 for a vt(4) man page update to note this

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 276206] Setting kern.vty="sc" will hang the loader boot process, but vt(4) says we can do that

2024-05-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276206

Ed Maste  changed:

   What|Removed |Added

 CC||ema...@freebsd.org

--- Comment #7 from Ed Maste  ---
Note that this is documented in syscons(4):

 Note that the syscons driver is not compatible with systems booted via
 UEFI(8).  Forcing use of syscons on such systems will result in no usable
 console.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 279249] quotactl(2) out of date w.r.t. ZFS, and missing information

2024-05-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279249

Bug ID: 279249
   Summary: quotactl(2) out of date w.r.t. ZFS, and missing
information
   Product: Documentation
   Version: Latest
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Many People
  Priority: ---
 Component: Manual Pages
  Assignee: b...@freebsd.org
  Reporter: g...@nxg.name
CC: d...@freebsd.org

The quotactl(2) manpage states bluntly that ‘Currently quotas are supported
only for the "ufs" file system.’ But (a) bug #234413 from 2019/12.0, states
that ‘ZFS implements quotactl(2) as of r336017; the man page needs to be
updated.’ Also (b) quotactl does seem to work when called on a ZFS filesystem.

Though it seems to work, does this work only by accident? (ie, is it going to
stop working unexpectedly?).  It would be good for the manpage to be explicit
about this.

Separately, the manpage doesn't give, or point to, relevant information on how
to interpret the results of the call.  I can call quotactl(2) on a ZFS
filesystem and it produces numbers, which quota.h tells me are in units of disk
blocks, and which are right if the block-size is 512B.  But I can find nothing,
neither in quotactl() nor in ufs/ufs/quota.h, which tells me that
unequivocally, and in a way which I'm confident will work on a pool with a
different ashift value.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 279248] Submit new ISP provider company

2024-05-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279248

Bug ID: 279248
   Summary: Submit new ISP provider company
   Product: Documentation
   Version: Latest
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Only Me
  Priority: ---
 Component: Website
  Assignee: d...@freebsd.org
  Reporter: ad...@3v-host.com

Hello.

My name is Vadislav, I am the founder and CEO of 3v-Hosting
(https://3v-host.com/) , a hosting provider with head office in Ukraine and
data centers in Ukraine and the Netherlands. We have been working in the web
hosting industry since 2016.

By offering our clients the rental of VPS or dedicated servers, we provide them
with a choice of several pre-installed operating systems, including FreeBSD.

Based on this, we would be very grateful if information about our company
appeared on the page https://www.freebsd.org/commercial/isp/ of your website.

Tell me, is this possible and if so, under what conditions?

Thanks and have a nice day!

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 108980] list of missing man pages

2024-05-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=108980
Bug 108980 depends on bug 262892, which changed state.

Bug 262892 Summary: ice(4): Manpage missing (but present in upstream)
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262892

   What|Removed |Added

 Status|In Progress |Closed
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.


[Bug 262892] ice(4): Manpage missing (but present in upstream)

2024-05-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262892

Dag-Erling Smørgrav  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|In Progress |Closed

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 262895] access(2) man page should mention softlinks

2024-05-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262895

Dag-Erling Smørgrav  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|In Progress |Closed

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 262895] access(2) man page should mention softlinks

2024-05-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262895

--- Comment #15 from commit-h...@freebsd.org ---
A commit in branch releng/14.1 references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=fb18c369c32d746569e36ae7dca7dad43bcc118e

commit fb18c369c32d746569e36ae7dca7dad43bcc118e
Author: Dag-Erling Smørgrav 
AuthorDate: 2024-05-21 22:35:22 +
Commit: Dag-Erling Smørgrav 
CommitDate: 2024-05-23 02:45:55 +

access(2): Discourage use of these system calls.

Fixes:  421025a274fb
PR: 262895
MFC after:  3 days
Reviewed by:emaste
Differential Revision:  https://reviews.freebsd.org/D45240

(cherry picked from commit a4be1eb21165d7aedae9dc6634528619ff10d025)
(cherry picked from commit 79b39f23e1341bdc3ab9c6a08e1506d40b8b6dbc)

Approved by:re (cperciva)

 lib/libc/sys/access.2 | 105 --
 1 file changed, 50 insertions(+), 55 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 262892] ice(4): Manpage missing (but present in upstream)

2024-05-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262892

--- Comment #13 from commit-h...@freebsd.org ---
A commit in branch releng/14.1 references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=3cec7e14b06edb74c6c30889bef5c8e448ecec71

commit 3cec7e14b06edb74c6c30889bef5c8e448ecec71
Author: Mathieu Simon 
AuthorDate: 2024-05-21 05:49:50 +
Commit: Dag-Erling Smørgrav 
CommitDate: 2024-05-23 02:45:25 +

Add man page for the ice network driver.

PR: 262892
MFC after:  3 days
Reviewed by:concussious.bugzi...@runbox.com, erj
Differential Revision:  https://reviews.freebsd.org/D45270

(cherry picked from commit 8e5e42d54ad3093e38263814d1f3e7d8406d5421)
(cherry picked from commit 42e50eaf7f6f4459f1217564fd143ae4f8127154)

Approved by:re (karels)

 share/man/man4/Makefile|   2 +
 share/man/man4/ice.4 (new) | 250 +
 2 files changed, 252 insertions(+)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 262895] access(2) man page should mention softlinks

2024-05-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262895

--- Comment #14 from commit-h...@freebsd.org ---
A commit in branch releng/14.1 references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=8766ae10d3b792caf7c31b583afcaf43b1a6543f

commit 8766ae10d3b792caf7c31b583afcaf43b1a6543f
Author: Gordon Bergling 
AuthorDate: 2024-05-13 08:40:12 +
Commit: Dag-Erling Smørgrav 
CommitDate: 2024-05-23 02:45:49 +

access.2: Mention that lstat(2) should be used for symbolic links

access(), eaccess() and faccessat() will always dereference
symbolic links.

So add a note in the manual page, that lstat(2) should be
used in the case of symbolic links.

PR: 262895
Reviewed by:gbe, pauamma_gundo.com
MFC after:  1 week
Differential Revision:  https://reviews.freebsd.org/D44890

(cherry picked from commit 421025a274fb5759b3ecc8bdb30b24db830b45ae)
(cherry picked from commit f075b6113726d74342d4af15dfab60709f50b859)

Approved by:re (cperciva)

 lib/libc/sys/access.2 | 11 ++-
 1 file changed, 10 insertions(+), 1 deletion(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 262895] access(2) man page should mention softlinks

2024-05-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262895

--- Comment #13 from commit-h...@freebsd.org ---
A commit in branch stable/13 references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=78ea1fcf29a780fb6bd90e41772d5a3751fb56d7

commit 78ea1fcf29a780fb6bd90e41772d5a3751fb56d7
Author: Gordon Bergling 
AuthorDate: 2024-05-13 08:40:12 +
Commit: Dag-Erling Smørgrav 
CommitDate: 2024-05-23 02:43:49 +

access.2: Mention that lstat(2) should be used for symbolic links

access(), eaccess() and faccessat() will always dereference
symbolic links.

So add a note in the manual page, that lstat(2) should be
used in the case of symbolic links.

PR: 262895
Reviewed by:gbe, pauamma_gundo.com
MFC after:  1 week
Differential Revision:  https://reviews.freebsd.org/D44890

(cherry picked from commit 421025a274fb5759b3ecc8bdb30b24db830b45ae)

 lib/libc/sys/access.2 | 11 ++-
 1 file changed, 10 insertions(+), 1 deletion(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 262895] access(2) man page should mention softlinks

2024-05-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262895

--- Comment #12 from commit-h...@freebsd.org ---
A commit in branch stable/13 references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=55cd52a4418d79962ebd81f34544a3747db9e031

commit 55cd52a4418d79962ebd81f34544a3747db9e031
Author: Dag-Erling Smørgrav 
AuthorDate: 2024-05-21 22:35:22 +
Commit: Dag-Erling Smørgrav 
CommitDate: 2024-05-23 02:43:49 +

access(2): Discourage use of these system calls.

Fixes:  421025a274fb
PR: 262895
MFC after:  3 days
Reviewed by:emaste
Differential Revision:  https://reviews.freebsd.org/D45240

(cherry picked from commit a4be1eb21165d7aedae9dc6634528619ff10d025)

 lib/libc/sys/access.2 | 105 --
 1 file changed, 50 insertions(+), 55 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 262892] ice(4): Manpage missing (but present in upstream)

2024-05-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262892

--- Comment #12 from commit-h...@freebsd.org ---
A commit in branch stable/13 references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=c96451a0d94e046d1ce147f8db6e83c1e7968f2c

commit c96451a0d94e046d1ce147f8db6e83c1e7968f2c
Author: Mathieu Simon 
AuthorDate: 2024-05-21 05:49:50 +
Commit: Dag-Erling Smørgrav 
CommitDate: 2024-05-23 02:43:49 +

Add man page for the ice network driver.

PR: 262892
MFC after:  3 days
Reviewed by:concussious.bugzi...@runbox.com, erj
Differential Revision:  https://reviews.freebsd.org/D45270

(cherry picked from commit 8e5e42d54ad3093e38263814d1f3e7d8406d5421)

 share/man/man4/Makefile|   2 +
 share/man/man4/ice.4 (new) | 250 +
 2 files changed, 252 insertions(+)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 262892] ice(4): Manpage missing (but present in upstream)

2024-05-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262892

--- Comment #11 from commit-h...@freebsd.org ---
A commit in branch stable/14 references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=42e50eaf7f6f4459f1217564fd143ae4f8127154

commit 42e50eaf7f6f4459f1217564fd143ae4f8127154
Author: Mathieu Simon 
AuthorDate: 2024-05-21 05:49:50 +
Commit: Dag-Erling Smørgrav 
CommitDate: 2024-05-23 02:41:32 +

Add man page for the ice network driver.

PR: 262892
MFC after:  3 days
Reviewed by:concussious.bugzi...@runbox.com, erj
Differential Revision:  https://reviews.freebsd.org/D45270

(cherry picked from commit 8e5e42d54ad3093e38263814d1f3e7d8406d5421)

 share/man/man4/Makefile|   2 +
 share/man/man4/ice.4 (new) | 250 +
 2 files changed, 252 insertions(+)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 262895] access(2) man page should mention softlinks

2024-05-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262895

--- Comment #11 from commit-h...@freebsd.org ---
A commit in branch stable/14 references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=f075b6113726d74342d4af15dfab60709f50b859

commit f075b6113726d74342d4af15dfab60709f50b859
Author: Gordon Bergling 
AuthorDate: 2024-05-13 08:40:12 +
Commit: Dag-Erling Smørgrav 
CommitDate: 2024-05-23 02:41:32 +

access.2: Mention that lstat(2) should be used for symbolic links

access(), eaccess() and faccessat() will always dereference
symbolic links.

So add a note in the manual page, that lstat(2) should be
used in the case of symbolic links.

PR: 262895
Reviewed by:gbe, pauamma_gundo.com
MFC after:  1 week
Differential Revision:  https://reviews.freebsd.org/D44890

(cherry picked from commit 421025a274fb5759b3ecc8bdb30b24db830b45ae)

 lib/libc/sys/access.2 | 11 ++-
 1 file changed, 10 insertions(+), 1 deletion(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 262895] access(2) man page should mention softlinks

2024-05-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262895

--- Comment #10 from commit-h...@freebsd.org ---
A commit in branch stable/14 references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=79b39f23e1341bdc3ab9c6a08e1506d40b8b6dbc

commit 79b39f23e1341bdc3ab9c6a08e1506d40b8b6dbc
Author: Dag-Erling Smørgrav 
AuthorDate: 2024-05-21 22:35:22 +
Commit: Dag-Erling Smørgrav 
CommitDate: 2024-05-23 02:41:32 +

access(2): Discourage use of these system calls.

Fixes:  421025a274fb
PR: 262895
MFC after:  3 days
Reviewed by:emaste
Differential Revision:  https://reviews.freebsd.org/D45240

(cherry picked from commit a4be1eb21165d7aedae9dc6634528619ff10d025)

 lib/libc/sys/access.2 | 105 --
 1 file changed, 50 insertions(+), 55 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 262895] access(2) man page should mention softlinks

2024-05-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262895

--- Comment #9 from Jamie Landeg-Jones  ---
(In reply to Dag-Erling Smørgrav from comment #8)

Thank-you. That's much clearer.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 279220] Frequently Asked Questions for FreeBSD: 1.5. Who is responsible for FreeBSD?: grammar

2024-05-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279220

Dag-Erling Smørgrav  changed:

   What|Removed |Added

 Status|New |Closed
   Assignee|d...@freebsd.org |d...@freebsd.org
 CC||d...@freebsd.org
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 279220] Frequently Asked Questions for FreeBSD: 1.5. Who is responsible for FreeBSD?: grammar

2024-05-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279220

--- Comment #1 from commit-h...@freebsd.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/doc/commit/?id=fe6b3df0a01874fc1c2f0f34ce92fc9100a0a161

commit fe6b3df0a01874fc1c2f0f34ce92fc9100a0a161
Author: Dag-Erling Smørgrav 
AuthorDate: 2024-05-22 15:00:02 +
Commit: Dag-Erling Smørgrav 
CommitDate: 2024-05-22 15:02:34 +

books/faq: Fix grammar.

PR: 279220

 documentation/content/en/books/faq/_index.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 279221] Handbook Section 7.4. Wireless Networks lacks info on identifying non-iwn driver WiFi

2024-05-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279221

Bug ID: 279221
   Summary: Handbook Section 7.4. Wireless Networks lacks info on
identifying non-iwn driver WiFi
   Product: Documentation
   Version: Latest
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Some People
  Priority: ---
 Component: Books & Articles
  Assignee: d...@freebsd.org
  Reporter: d...@freebsdfoundation.org

Handbook Section 7.4.1 suggests running the following:

# sysrc wlans_iwn0="wlan0"
# sysrc ifconfig_wlan0="WPA DHCP"

But may not identify options if users don't have iwn driver-based WiFi
chipsets.

Suggest adding the following to identify available devices:

$ sysctl net.wlan.devices

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 279220] Frequently Asked Questions for FreeBSD: 1.5. Who is responsible for FreeBSD?: grammar

2024-05-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279220

tellesp2...@gmail.com changed:

   What|Removed |Added

URL||https://docs.freebsd.org/en
   ||/books/faq/#responsible

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 279220] Frequently Asked Questions for FreeBSD: 1.5. Who is responsible for FreeBSD?: grammar

2024-05-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279220

Bug ID: 279220
   Summary: Frequently Asked Questions for FreeBSD: 1.5. Who is
responsible for FreeBSD?: grammar
   Product: Documentation
   Version: Latest
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Many People
  Priority: ---
 Component: Books & Articles
  Assignee: d...@freebsd.org
  Reporter: tellesp2...@gmail.com

Frequently Asked Questions for FreeBSD -> 1.5. Who is responsible for FreeBSD?

The second paragraph states, "The key decisions concerning the FreeBSD project,
such as the overall direction of the project or who is allowed to add code to
the source tree, are made by a [sic] elected Core Team of 9 people."

I recommend that the Core Team reference be changed to read, "an elected Core
Team of nine people."

The prevailing style in technical writing is to write out numbers under ten.
However, this is not explicitly addressed by the FreeBSD documentation project
primer.

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 262895] access(2) man page should mention softlinks

2024-05-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262895

--- Comment #8 from commit-h...@freebsd.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=a4be1eb21165d7aedae9dc6634528619ff10d025

commit a4be1eb21165d7aedae9dc6634528619ff10d025
Author: Dag-Erling Smørgrav 
AuthorDate: 2024-05-21 22:35:22 +
Commit: Dag-Erling Smørgrav 
CommitDate: 2024-05-21 22:35:22 +

access(2): Discourage use of these system calls.

Fixes:  421025a274fb
PR: 262895
MFC after:  3 days
Reviewed by:emaste
Differential Revision:  https://reviews.freebsd.org/D45240

 lib/libsys/access.2 | 105 +---
 1 file changed, 50 insertions(+), 55 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 276724] 'man 8 glabel': add extra content

2024-05-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276724

--- Comment #3 from commit-h...@freebsd.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=c80c104cbd52db994c0f2757bd1c6d014744022c

commit c80c104cbd52db994c0f2757bd1c6d014744022c
Author: Chris Moerz 
AuthorDate: 2024-05-21 18:10:11 +
Commit: Joseph Mingrone 
CommitDate: 2024-05-21 18:49:17 +

glabel.8: Describe cases related to permissions / existing mounts

Specially, note some requirements for label changes:

- glabel requires write permission on device
- filesystems first need to be unmounted for new labels to persist
  across reboots
- if the affected device node holds the filesystem root, single-user
  mode with r/o mount will be required.

Also, while here, apply some formatting tweaks.

PR: 276724
Reported by:Alex Matei 
Reviewed by:gbe, jrm, Alexander Ziaee 
Differential Revision:  https://reviews.freebsd.org/D44394

 lib/geom/label/glabel.8 | 25 +++--
 1 file changed, 19 insertions(+), 6 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 279201] mptutil(8) use date from the future: May 24, 2024

2024-05-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279201

Bug ID: 279201
   Summary: mptutil(8) use date from the future: May 24, 2024
   Product: Documentation
   Version: Latest
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Some People
  Priority: ---
 Component: Manual Pages
  Assignee: b...@freebsd.org
  Reporter: wo...@freebsd.org
CC: d...@freebsd.org

Today is May 21th, but the manual page for mptutil(8) reports itself as from
May 24, 2024 

$ man mptutil | tail -n1
FreeBSD 15.0-CURRENT May 24, 2024 FreeBSD 15.0-CURRENT

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 278640] kerberos: 16.9.4. MIT Differences: wrong kdc command

2024-05-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278640

Fernando Apesteguía  changed:

   What|Removed |Added

 CC||fern...@freebsd.org
 Status|New |In Progress
   Assignee|d...@freebsd.org |fern...@freebsd.org

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 262892] ice(4): Manpage missing (but present in upstream)

2024-05-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262892

--- Comment #10 from commit-h...@freebsd.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=8e5e42d54ad3093e38263814d1f3e7d8406d5421

commit 8e5e42d54ad3093e38263814d1f3e7d8406d5421
Author: Mathieu Simon 
AuthorDate: 2024-05-21 05:49:50 +
Commit: Dag-Erling Smørgrav 
CommitDate: 2024-05-21 05:53:02 +

Add man page for the ice network driver.

PR: 262892
MFC after:  3 days
Reviewed by:concussious.bugzi...@runbox.com, erj
Differential Revision:  https://reviews.freebsd.org/D45270

 share/man/man4/Makefile|   2 +
 share/man/man4/ice.4 (new) | 250 +
 2 files changed, 252 insertions(+)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 262892] ice(4): Manpage missing (but present in upstream)

2024-05-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262892

Dag-Erling Smørgrav  changed:

   What|Removed |Added

   Assignee|d...@freebsd.org |d...@freebsd.org
URL||https://reviews.freebsd.org
   ||/D45270
   Severity|Affects Only Me |Affects Some People
 CC||d...@freebsd.org

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 279177] Cannot unsubscribe from POWERPC

2024-05-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279177

Li-Wen Hsu  changed:

   What|Removed |Added

  Component|Website |Mailing Lists
Version|Latest  |unspecified
   Assignee|d...@freebsd.org |postmas...@freebsd.org
Product|Documentation   |Services
 CC||lw...@freebsd.org

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 279177] Cannot unsubscribe from POWERPC

2024-05-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279177

Bug ID: 279177
   Summary: Cannot unsubscribe from POWERPC
   Product: Documentation
   Version: Latest
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Only Me
  Priority: ---
 Component: Website
  Assignee: d...@freebsd.org
  Reporter: a...@ozlabs.ru

In the past I worked on POWERPC and interacted with FreeBSD for a short period
of time.
Years later I am receiving notifications on tickets like this:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279137

I am neither assignee (it is "freebsd-ppc"), nor in the cc. I am guessing I am
part of some PPC group or something. Emails do not provide with the
"unsubscribe" link.

How do I unsubscribe just from POWERPC bugs? Why am I receiving these? Thanks,

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 278640] kerberos: 16.9.4. MIT Differences: wrong kdc command

2024-05-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278640

Chris Moerz  changed:

   What|Removed |Added

 CC||free...@ny-central.org

--- Comment #1 from Chris Moerz  ---
Thanks for reporting this. I've posted a review:
https://reviews.freebsd.org/D45255

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 278284] Contributing to FreeBSD suggests patches by tar or shar

2024-05-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278284

--- Comment #2 from Chris Moerz  ---
Created attachment 250812
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=250812=edit
Rendering of suggested changes

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 278284] Contributing to FreeBSD suggests patches by tar or shar

2024-05-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278284

Chris Moerz  changed:

   What|Removed |Added

 CC||free...@ny-central.org

--- Comment #1 from Chris Moerz  ---
I have set up a review to address this:
https://reviews.freebsd.org/D45252

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 262895] access(2) man page should mention softlinks

2024-05-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262895

--- Comment #7 from Jamie Landeg-Jones  ---
(In reply to Dag-Erling Smørgrav from comment #6)

Fair enough. Obviously, even in my use case, there could be a potential race
condition, so I suppose its use as an existence test can only be considered to
give historical information.

Might it be an idea when you remove that line to suggest in its place what
would be the best alternative to use? I think some people will be more likely
to follow the security advice if they are given an alternative!

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 262895] access(2) man page should mention softlinks

2024-05-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262895

--- Comment #6 from Dag-Erling Smørgrav  ---
OK, I think the proper fix here would be to remove the sentence about
`access()` being a cheaper existence test, because it's not an existence test
at all.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 262895] access(2) man page should mention softlinks

2024-05-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262895

--- Comment #5 from Jamie Landeg-Jones  ---
(In reply to Dag-Erling Smørgrav from comment #4)

Hi. Thanks for the feedback.

I could be wrong, but I'll explain my situation as far as I can remember:

I wasn't trying to open the file - I wanted to check the existence of any entry
with that name in a directory before renaming a file to said name.

Rather than "do it and see", if an entry of the destination name already
existed, I wanted the options presented to the user prior to the rename to be
changed appropriately.

I saw at the end of the manpage for access(2) :

"access() remains useful for providing clues to users as to whether operations
make sense for particular filesystem objects (e.g. 'delete' menu item only
highlighted in a writable folder ... avoiding interpretation of the st_mode
bits that the application might not understand -- e.g. in the case of AFS).  It
also allows a cheaper file existence test than stat(2)."

Going by that, access seemed the best option for the job, but of course, it
failed when I had a softlink in the directory that pointed to a non-existent
file, causing an unfriendly error rather than the result I wanted. OK, hardly
the end of the world, but I had expected a test for whether an entry exists
within a directory to not fail in this case, hence why I suggested adding the
bit about softlinks to that paragraph (Incidentally, I meant "lstat" not "stat"
- I have already corrected it in the review)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 274897] expand(1) man page contains spurious characters

2024-05-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274897

--- Comment #5 from commit-h...@freebsd.org ---
A commit in branch releng/14.1 references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=b45d038b5f7c3d4c972d656e08fea91e9059687b

commit b45d038b5f7c3d4c972d656e08fea91e9059687b
Author: Dag-Erling Smørgrav 
AuthorDate: 2024-05-13 10:41:27 +
Commit: Dag-Erling Smørgrav 
CommitDate: 2024-05-16 10:04:05 +

expand: Fix markup for the `-t` option.

PR: 274897
Fixes:  8993d785a261
MFC after:  3 days
Reviewed by:gbe
Differential Revision:  https://reviews.freebsd.org/D45167

(cherry picked from commit f3eeeb959c9b00c89a2e1ff009c78162eb398656)
(cherry picked from commit 0d230c89f5b39b06730bb43aa6e0cd0482dbd64a)

Approved by:re (cperciva)

 usr.bin/expand/expand.1 | 8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 274897] expand(1) man page contains spurious characters

2024-05-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274897

Gordon Bergling  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|In Progress |Closed

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 274897] expand(1) man page contains spurious characters

2024-05-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274897

--- Comment #3 from commit-h...@freebsd.org ---
A commit in branch stable/14 references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=0d230c89f5b39b06730bb43aa6e0cd0482dbd64a

commit 0d230c89f5b39b06730bb43aa6e0cd0482dbd64a
Author: Dag-Erling Smørgrav 
AuthorDate: 2024-05-13 10:41:27 +
Commit: Dag-Erling Smørgrav 
CommitDate: 2024-05-15 15:59:30 +

expand: Fix markup for the `-t` option.

PR: 274897
Fixes:  8993d785a261
MFC after:  3 days
Reviewed by:gbe
Differential Revision:  https://reviews.freebsd.org/D45167

(cherry picked from commit f3eeeb959c9b00c89a2e1ff009c78162eb398656)

 usr.bin/expand/expand.1 | 8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 274897] expand(1) man page contains spurious characters

2024-05-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274897

--- Comment #4 from commit-h...@freebsd.org ---
A commit in branch stable/13 references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=a4d054aa5cabcf3ad7991d186dc0c98e0152d2b4

commit a4d054aa5cabcf3ad7991d186dc0c98e0152d2b4
Author: Dag-Erling Smørgrav 
AuthorDate: 2024-05-13 10:41:27 +
Commit: Dag-Erling Smørgrav 
CommitDate: 2024-05-15 13:51:10 +

expand: Fix markup for the `-t` option.

PR: 274897
Fixes:  8993d785a261
MFC after:  3 days
Reviewed by:gbe
Differential Revision:  https://reviews.freebsd.org/D45167

(cherry picked from commit f3eeeb959c9b00c89a2e1ff009c78162eb398656)

 usr.bin/expand/expand.1 | 8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 192562] zfs(5): missing manpage

2024-05-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192562

Alexander Ziaee  changed:

   What|Removed |Added

 CC||concussious.bugzilla@runbox
   ||.com

--- Comment #5 from Alexander Ziaee  ---
Update: We are moving all the filesystem manuals to section four in
https://github.com/freebsd/freebsd-src/pull/1077
feedback and suggestions are desired in that thread :)

Filesystem pages in section five don't describe file formats, they describe the
kernel interface of the filesystem driver.

ZFS is actually demonstrating what we're trying to do: there's zfs(4) for that,
and then z$whatever(8) for the tooling and z$whatever(7) for concept overviews.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 278947] front-end proxy varnish returns truncated HTML pages

2024-05-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278947

Li-Wen Hsu  changed:

   What|Removed |Added

 CC||lw...@freebsd.org
   Assignee|d...@freebsd.org |cluster...@freebsd.org

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 130238] nfs.lockd man page doesn't mention NFSLOCKD option or nfslockd module

2024-05-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=130238

Dag-Erling Smørgrav  changed:

   What|Removed |Added

 Status|In Progress |Closed
 Resolution|--- |FIXED
  Flags|mfc-stable14?,  |mfc-stable14+,
   |mfc-stable13?   |mfc-stable13+

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 130238] nfs.lockd man page doesn't mention NFSLOCKD option or nfslockd module

2024-05-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=130238

--- Comment #7 from commit-h...@freebsd.org ---
A commit in branch stable/13 references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=7f97e3f47149ee44b06e3877f1bab1834c6a9307

commit 7f97e3f47149ee44b06e3877f1bab1834c6a9307
Author: Dag-Erling Smørgrav 
AuthorDate: 2024-05-10 09:23:13 +
Commit: Dag-Erling Smørgrav 
CommitDate: 2024-05-14 06:59:12 +

Add man page for nfslockd.

PR: 130238
MFC after:  3 days
Differential Revision:  https://reviews.freebsd.org/D45139

(cherry picked from commit 44e72c6e2e6bcfa2cba89afb92fa05f6ac4d5660)

 share/man/man4/Makefile |  1 +
 share/man/man4/nfslockd.4 (new) | 45 +
 usr.sbin/rpc.lockd/lockd.c  |  3 ++-
 usr.sbin/rpc.lockd/rpc.lockd.8  |  5 +++--
 4 files changed, 51 insertions(+), 3 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 130238] nfs.lockd man page doesn't mention NFSLOCKD option or nfslockd module

2024-05-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=130238

--- Comment #6 from commit-h...@freebsd.org ---
A commit in branch stable/14 references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=cd7dc8deefbce5dc3b5aaab611bbee7af6eccf62

commit cd7dc8deefbce5dc3b5aaab611bbee7af6eccf62
Author: Dag-Erling Smørgrav 
AuthorDate: 2024-05-10 09:23:13 +
Commit: Dag-Erling Smørgrav 
CommitDate: 2024-05-14 06:58:40 +

Add man page for nfslockd.

PR: 130238
MFC after:  3 days
Differential Revision:  https://reviews.freebsd.org/D45139

(cherry picked from commit 44e72c6e2e6bcfa2cba89afb92fa05f6ac4d5660)

 share/man/man4/Makefile |  1 +
 share/man/man4/nfslockd.4 (new) | 45 +
 usr.sbin/rpc.lockd/lockd.c  |  3 ++-
 usr.sbin/rpc.lockd/rpc.lockd.8  |  5 +++--
 4 files changed, 51 insertions(+), 3 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 262895] access(2) man page should mention softlinks

2024-05-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262895

Dag-Erling Smørgrav  changed:

   What|Removed |Added

 CC||d...@freebsd.org

--- Comment #4 from Dag-Erling Smørgrav  ---
Jamie, how exactly did you “almost get bitten” by this?  `access()` etc always
dereference the symbolic link because the question they answer is “what would
happen if I tried to `open()` this path” and `open()` always dereferences
symbolic links.  Furthermore, as is already noted in the manual page, you
should probably not be using `access()` at all for reasons entirely unrelated
to whether or not it follows symbolic links.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 278957] web page Git repositories freebsd.org/$%7Brepo%7D/log/ error 404

2024-05-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278957

Bug ID: 278957
   Summary: web page Git repositories freebsd.org/$%7Brepo%7D/log/
error 404
   Product: Documentation
   Version: Latest
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Many People
  Priority: ---
 Component: Website
  Assignee: d...@freebsd.org
  Reporter: forense.m...@protonmail.com

When accessing the page:

https://docs.freebsd.org/en/articles/committers-guide/

one of the links is broken:

https://cgit.freebsd.org/$%7Brepo%7D/log/?h=internal/admin

which leads to the page:

FreeBSD Git repositories

List of FreeBSD development repositories
index

No repositories found

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 278956] web page freebsd.org/advocacy/ url error 404

2024-05-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278956

Bug ID: 278956
   Summary: web page freebsd.org/advocacy/ url error 404
   Product: Documentation
   Version: Latest
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Some People
  Priority: ---
 Component: Website
  Assignee: d...@freebsd.org
  Reporter: forense.m...@protonmail.com

Created attachment 250624
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=250624=edit
url redirect

The link below is showing a 404 error, please check.


https://www.freebsd.org/advocacy/

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 274897] expand(1) man page contains spurious characters

2024-05-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274897

--- Comment #2 from commit-h...@freebsd.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=f3eeeb959c9b00c89a2e1ff009c78162eb398656

commit f3eeeb959c9b00c89a2e1ff009c78162eb398656
Author: Dag-Erling Smørgrav 
AuthorDate: 2024-05-13 10:41:27 +
Commit: Dag-Erling Smørgrav 
CommitDate: 2024-05-13 10:41:38 +

expand: Fix markup for the `-t` option.

PR: 274897
Fixes:  8993d785a261
MFC after:  3 days
Reviewed by:gbe
Differential Revision:  https://reviews.freebsd.org/D45167

 usr.bin/expand/expand.1 | 8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 262895] access(2) man page should mention softlinks

2024-05-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262895

--- Comment #3 from commit-h...@freebsd.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=421025a274fb5759b3ecc8bdb30b24db830b45ae

commit 421025a274fb5759b3ecc8bdb30b24db830b45ae
Author: Gordon Bergling 
AuthorDate: 2024-05-13 08:40:12 +
Commit: Gordon Bergling 
CommitDate: 2024-05-13 08:40:12 +

access.2: Mention that lstat(2) should be used for symbolic links

access(), eaccess() and faccessat() will always dereference
symbolic links.

So add a note in the manual page, that lstat(2) should be
used in the case of symbolic links.

PR: 262895
Reviewed by:gbe, pauamma_gundo.com
MFC after:  1 week
Differential Revision:  https://reviews.freebsd.org/D44890

 lib/libsys/access.2 | 11 ++-
 1 file changed, 10 insertions(+), 1 deletion(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 278947] front-end proxy varnish returns truncated HTML pages

2024-05-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278947

Wolfram Schneider  changed:

   What|Removed |Added

 Status|New |Open
 Depends on||223065


Referenced Bugs:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223065
[Bug 223065] INDEX file truncated from time to time
-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 278947] front-end proxy varnish returns truncated HTML pages

2024-05-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278947

Bug ID: 278947
   Summary: front-end proxy varnish returns truncated HTML pages
   Product: Documentation
   Version: Latest
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Some People
  Priority: ---
 Component: Website
  Assignee: d...@freebsd.org
  Reporter: wo...@freebsd.org

I noticed that our front end proxy varnish returns sometimes truncated HTML
pages 

$ for i in $(seq 1 5);do curl -sSf
https://docs-archive.freebsd.org/doc/13.0-RELEASE/usr/local/share/doc/freebsd/en/books/handbook/book.html?x=4
| wc;done
7226   71923  851968
   18545  175529 1998848
   32807  309138 3614799
   32807  309138 3614799
   32807  309138 3614799


without caching, it get worse:

$ for i in $(seq 1 5);do curl -sSf -H "Cache-Control: no-cache"
https://docs-archive.freebsd.org/doc/13.0-RELEASE/usr/local/share/doc/freebsd/en/books/handbook/book.html
| wc;done
8341   82813  983040
   21867  206733 2359296
   16469  159056 1835008
   32807  309138 3614799
   12411  118977 1376256

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 243380] atrun(8) man page does not reflect cron.d change

2024-05-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243380

Gordon Bergling  changed:

   What|Removed |Added

 Status|New |In Progress

--- Comment #4 from Gordon Bergling  ---
committed to HEAD, MFC is waiting.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 276724] 'man 8 glabel': add extra content

2024-05-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276724

Mark Linimon  changed:

   What|Removed |Added

Summary|'man 8 glabel'  |'man 8 glabel': add extra
   ||content

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 278063] Add znver4 to 14-STABLE examples

2024-05-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278063

--- Comment #3 from ni...@protonmail.com ---
(In reply to Joel Bodenmann from comment #2)

Same here compiling base with znver4 works here too (14.0) so i think it should
be back-ported for 14.0/14.1

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 272955] net/mpd5: Please update "Open issues" on WWW for MPD5

2024-05-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272955

Eugene Grosbein  changed:

   What|Removed |Added

 Resolution|--- |Overcome By Events
 Status|New |Closed
 CC||eu...@freebsd.org

--- Comment #6 from Eugene Grosbein  ---
Original problem already fixed.

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 130238] nfs.lockd man page doesn't mention NFSLOCKD option or nfslockd module

2024-05-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=130238

--- Comment #5 from commit-h...@freebsd.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=44e72c6e2e6bcfa2cba89afb92fa05f6ac4d5660

commit 44e72c6e2e6bcfa2cba89afb92fa05f6ac4d5660
Author: Dag-Erling Smørgrav 
AuthorDate: 2024-05-10 09:23:13 +
Commit: Dag-Erling Smørgrav 
CommitDate: 2024-05-10 09:23:13 +

Add man page for nfslockd.

PR: 130238
MFC after:  3 days
Differential Revision:  https://reviews.freebsd.org/D45139

 share/man/man4/Makefile |  1 +
 share/man/man4/nfslockd.4 (new) | 45 +
 usr.sbin/rpc.lockd/lockd.c  |  3 ++-
 usr.sbin/rpc.lockd/rpc.lockd.8  |  5 +++--
 4 files changed, 51 insertions(+), 3 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 275590] Porter's Handbook: commit template

2024-05-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275590

Mathieu Arnold  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|New |Closed

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 276796] Replace PYTHON_NO_DEPENDS=yes with USES=python:env in Porters Handbook

2024-05-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276796

Mathieu Arnold  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|New |Closed

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 278841] rfork(2) bad documentation

2024-05-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278841

Bug ID: 278841
   Summary: rfork(2) bad documentation
   Product: Documentation
   Version: Latest
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Some People
  Priority: ---
 Component: Manual Pages
  Assignee: b...@freebsd.org
  Reporter: i+free...@1a-insec.net
CC: d...@freebsd.org

# problems about rfork(2)


rfork(RFTHREAD) returns 0 (but it doesn't do anything). This is not documented
explicitly.



RETURN VALUES section bad

>>> start (this part should be in RETURN VALUES)
 If RFPROC is set, the value returned in the parent process is the process
 id of the child process; the value returned in the child is zero.
 Without RFPROC, the return value is zero.  Process id's range from 1 to
 the maximum integer (int) value.  The rfork() system call will sleep, if
 necessary, until required process resources are available.
>>> end
 The fork() system call can be implemented as a call to rfork(RFFDG |
 RFPROC) but is not for backwards compatibility.

RETURN VALUES
 Upon successful completion, rfork() returns a value of 0 to the child
 process and returns the process ID of the child process to the parent
 process.  Otherwise, a value of -1 is returned to the parent process, no
 child process is created, and the global variable errno is set to
 indicate the error.



I don't understand this wording:

> RFTHREAD If set, the new process shares file descriptor to process 
> leaders table with its parent 

Since `man -K 'process leader'` gives no result, I've read the FreeBSD source
code and wrote about p_leader myself:
https://www.1a-insec.net/frag/35-freebsd-fd-race/. I hope I understand this
correctly.

For some reason, there are both `proc->p_fdtol->fdl_leader` and
`proc->p_leader`.


In sys/kern/kern_descrip.c, I see:

error = VOP_ADVLOCK(vp, (caddr_t)p->p_leader, F_SETLK,
flp, flg);

(void) VOP_ADVLOCK(vp,
(caddr_t)fdtol->fdl_leader, F_UNLCK, ,
F_POSIX);

What is happening here?

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 278772] Latest 2024-01 report has syntax/formatting issues in bhyve section

2024-05-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278772

Lorenzo Salvadore  changed:

   What|Removed |Added

 CC||salvad...@freebsd.org
   Assignee|d...@freebsd.org |salvad...@freebsd.org

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 278772] Latest 2024-01 report has syntax/formatting issues in bhyve section

2024-05-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278772

--- Comment #1 from Chris Moerz  ---
Put up as Phabricator review: https://reviews.freebsd.org/D45093

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 278772] Latest 2024-01 report has syntax/formatting issues in bhyve section

2024-05-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278772

Bug ID: 278772
   Summary: Latest 2024-01 report has syntax/formatting issues in
bhyve section
   Product: Documentation
   Version: Latest
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Only Me
  Priority: ---
 Component: Website
  Assignee: d...@freebsd.org
  Reporter: free...@ny-central.org

Created attachment 250414
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=250414=edit
patch for bhyve.adoc

While reading the latest report, I realized I caused some formatting issues
with my bhyve report. I've now updated the code to remove those issues and will
post a Phabricator review shortly.

- man link syntax incorrect
- URL missing "link:" prefix

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 270338] FreeBSD Handbook: minor and major upgrades with freebsd-update(8): corrections and improvements

2024-05-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270338

--- Comment #15 from Graham Perrin  ---
(In reply to Graham Perrin from comment #9)

To avoid discussion in Bugzilla …

… for users of FreeBSD Discord, I created a thread for this bug 270338 in the
#documentation channel: 



Please note, this is not to discourage discussion in areas that are more open,
e.g. . It's a convenience, for users of the
service.

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 270338] FreeBSD Handbook: minor and major upgrades with freebsd-update(8): corrections and improvements

2024-05-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270338

--- Comment #14 from Graham Perrin  ---
Re: comment #12

This can not be true: 

> … there may only be two install phases …

If you restart the OS after the first two runs of 
freebsd-update install
then you'll probably find a kernel-userland mismatch in response to 
freebsd-version -kru

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 270338] FreeBSD Handbook: minor and major upgrades with freebsd-update(8): corrections and improvements

2024-05-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270338

--- Comment #13 from Graham Perrin  ---

condensed

pkg-static upgrade -f
freebsd-update install
portmaster -af
"Reboot the machine into the new FreeBSD version."

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 270338] FreeBSD Handbook: minor and major upgrades with freebsd-update(8): corrections and improvements

2024-05-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270338

--- Comment #12 from Graham Perrin  ---

condensed

freebsd-update fetch
freebsd-update install
freebsd-update -r 13.2-RELEASE upgrade
freebsd-update install
shutdown -r now
freebsd-update install
"Depending upon whether any library version numbers were bumped, there may only
be two install phases instead of three."
"The upgrade is now complete. If this was a major version upgrade, reinstall
all ports and packages as described in Upgrading Packages After a Major Version
Upgrade."

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 270338] FreeBSD Handbook: minor and major upgrades with freebsd-update(8): corrections and improvements

2024-05-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270338

--- Comment #11 from Graham Perrin  ---

condensed

freebsd-update fetch
freebsd-update install

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 270338] FreeBSD Handbook: minor and major upgrades with freebsd-update(8): corrections and improvements

2024-05-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270338

--- Comment #10 from Graham Perrin  ---
 condensed

freebsd-update fetch
freebsd-update install
freebsd-update upgrade -r 13.3-RELEASE
freebsd-update install
shutdown -r now
freebsd-update install
pkg (or whatever) for ports
"only if freebsd-update(8) printed a message indicating that this was
necessary"
freebsd-update install
shutdown -r now

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 270338] FreeBSD Handbook: minor and major upgrades with freebsd-update(8): corrections and improvements

2024-05-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270338

--- Comment #9 from Graham Perrin  ---
(In reply to Ed Maste from comment #8)

Sorry for the slow response, I'm rarely in Bugzilla nowadays. There remain
inconsistencies, and a probable need to rethink at least one thing in the
context of pkgbase. 

Partly to simplify comparison, I'll add: 

- one comment with information condensed from www.freebsd.org/releases

- three comments with information condensed from docs.freebsd.org …

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 223998] /usr/libexec/save-entropy has no manpage

2024-05-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223998

--- Comment #4 from commit-h...@freebsd.org ---
A commit in branch stable/14 references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=227f81c8bd0f60176519276839b24b468afce0bc

commit 227f81c8bd0f60176519276839b24b468afce0bc
Author: Fernando Apesteguía 
AuthorDate: 2023-09-07 08:28:43 +
Commit: Mitchell Horne 
CommitDate: 2024-05-03 20:25:24 +

save-entropy: Add manual page

Succinct manual page for save-entropy(8).

PR: 223998
Reported by:AJ Jordan 
Reviewed by:carlavilla@, delphij@, lwhsu@, pauamma_gundo.com
Approved by:delphi, lwhsu (src)
Differential Revision:  https://reviews.freebsd.org/D41768

(cherry picked from commit 8dc9b10e388da19d63b3dd718a8243e8e969091d)

 libexec/save-entropy/Makefile |  1 +
 libexec/save-entropy/save-entropy.8 (new) | 97 +++
 2 files changed, 98 insertions(+)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 261349] Modernise hier(7)

2024-05-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261349

--- Comment #51 from commit-h...@freebsd.org ---
A commit in branch stable/14 references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=63b747823bead05837f6893a2f2d38b516bc1e49

commit 63b747823bead05837f6893a2f2d38b516bc1e49
Author: Alexander Ziaee 
AuthorDate: 2024-03-20 17:40:57 +
Commit: Mitchell Horne 
CommitDate: 2024-05-01 18:43:20 +

hier.7: polish entry to system manual

Entries reworded to improve grammar or add keywords:
- document description: substitute layout for index for first-glance
- /etc/freebsd/update.conf
- /usr/share/vi/

Entries that have been wordshuffled for brevity or consistency:
- /{bin,libexec,nonexistent,sbin,tmp}/
- /boot/dtb/overlays/
- /boot/{defaults,efi,kernel,lua}/
- /usr/libexec/
- /var/{db,games,lib,log/{bsdisks.log,spool/,tmp/}}
- /usr/share/sysroot/VERSION/MACHINE.MACHINE_ARCH/ (unfold a little)
- /usr/local/share/doc/freebsd/ (unfold a little)

Entries that have macro or linking adjustments:
- /{boot,boot/efi,dev,etc,home,sbin,usr/bin}/ (overview or intro pages)
- /media/ (bsdisks is from ports, but afaik pulled by every desktop)
- /usr/share/{lib/,lib/dtrace/,libdata/games/,man/}/ (intro pages)
- /var/log/messages (syslog(3) -> syslogd(8))

Entries that have been added:
- /dev/{cuaU0,vmm,zvol}/
- /usr/share/{atf,bhyve}/
- /usr/share/libexec/hyperv/ (thanks @rtprio)
- /local//
- /var/log/debug.log (thanks @pauamma)
- /var/spool/{lock,lpd}

Please forgive my earlier mistakes fixed in this commit:
- /{dev,/usr/share/{calendar,misc}} : accidentally reverted description
- /etc/local-unbound.conf/ (wrong link)
- /usr/{freebsd-dist,lib32,libdata},/var/log/{dmesg.today,lpd-errs} (typos)
- /{usr/libdata/gcc/,var/log/bsdisks.log} (removed, unnecessary)

PR: 261349
Reviewed by:mhorne
MFC after:  1 week
Pull Request:   https://github.com/freebsd/freebsd-src/pull/1131

(cherry picked from commit 9dfe484e126d0e477a0d79b3f7a2350af9f5e025)

 share/man/man7/hier.7 | 207 ++
 1 file changed, 123 insertions(+), 84 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 278671] newsyslog.conf has an incomplete reference regarding trimming

2024-05-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278671

--- Comment #1 from Darren Henderson  ---
Sorry - that was sloppy - should be "man 5 newsyslog.conf"

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 278671] newsyslog.conf has an incomplete reference regarding trimming

2024-04-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278671

Bug ID: 278671
   Summary: newsyslog.conf has an incomplete reference regarding
trimming
   Product: Documentation
   Version: Latest
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Many People
  Priority: ---
 Component: Manual Pages
  Assignee: b...@freebsd.org
  Reporter: darren.hender...@gmail.com
CC: d...@freebsd.org

man 5 newsyslog.d when discussing the size option the text states "...the log
file will be trimmed as described above.  If this field contains an
asterisk(`*'), the log file will not be trimmed based on size."

Nothing prior to that statement addresses trimming so it's unclear as to what
the asterisk is meant to do. 

I suspect it was meant to be "rotated" rather than "trimmed". This would read
more clearlym, "...the log file will be rotated.  If this field contains an
asterisk (`*'), the log file will not be rotated based on size."

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 256087] man 8 boot1.efi refers to non-existent gptboot.efi(8)

2024-04-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256087

Mitchell Horne  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 CC||mho...@freebsd.org
   Assignee|b...@freebsd.org|i...@freebsd.org
 Status|Open|Closed

--- Comment #5 from Mitchell Horne  ---
Yep, fixed recently:
https://cgit.freebsd.org/src/commit/stand/efi/gptboot?id=cfcf475a669738382ac75ea50eb03a20280f7662

Closing.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 111425] Missing chunks of text in historical manpages

2024-04-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=111425

Oleksandr Tymoshenko  changed:

   What|Removed |Added

   Assignee|d...@freebsd.org |b...@freebsd.org
  Component|Documentation   |Manual Pages
 CC||d...@freebsd.org

Chris Davidson  changed:

   What|Removed |Added

 CC||Christopher.davidson@gmail.
   ||com

--- Comment #2 from Chris Davidson  ---
This manual page is being rendered incorrectly.

Rationale:
1. The bug is quite old
2. It is for an Operating System 4.3 Reno that is no longer being updated
3. Important to have render anomalies evaluated and potentially addressed

My suggestion would be: To realign this bug to a non-doc component, maybe
infrastructure?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.


[Bug 256087] man 8 boot1.efi refers to non-existent gptboot.efi(8)

2024-04-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256087

Chris Davidson  changed:

   What|Removed |Added

 CC||Christopher.davidson@gmail.
   ||com

--- Comment #4 from Chris Davidson  ---
I think this bug should be closed, i am able to confirm that man 8 gptboot.efi
does exist as per the patch in it.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 180767] [patch] printf.3: fix off-by-one in snprintf description

2024-04-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=180767

--- Comment #5 from Chris Davidson  ---
I came across this bug after doing an overhaul of the printf.3 manual page
which is currently in review phase.

I think the updates address this concern, while it is different. There are
updates that consider the "infinite" problem.

If this pull request does not meet
this:https://github.com/freebsd/freebsd-src/pull/1200

Maybe we can address it, during this review cycle.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 180767] [patch] printf.3: fix off-by-one in snprintf description

2024-04-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=180767

Chris Davidson  changed:

   What|Removed |Added

 CC||Christopher.davidson@gmail.
   ||com

--- Comment #4 from Chris Davidson  ---
I came across this bug after doing an overhaul of the printf.3 manual page
which is currently in review phase.

I think the updates address this concern, while it is different. There are
updates that consider the "infinite" problem.

If this pull request does not meet
this:https://github.com/freebsd/freebsd-src/pull/1200

Maybe we can address it, during this review cycle.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 264484] Problem report guidelines page is out dated and doesn't match current practice

2024-04-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264484

Li-Wen Hsu  changed:

   What|Removed |Added

 CC||lw...@freebsd.org
   Assignee|ko...@freebsd.org   |d...@freebsd.org

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 278640] kerberos: 16.9.4. MIT Differences: wrong kdc command

2024-04-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278640

Mark Linimon  changed:

   What|Removed |Added

Summary|16.9.4. MIT Differences:|kerberos: 16.9.4. MIT
   |wrong kdc command   |Differences: wrong kdc
   ||command

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 278640] 16.9.4. MIT Differences: wrong kdc command

2024-04-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278640

Bug ID: 278640
   Summary: 16.9.4. MIT Differences: wrong kdc command
   Product: Documentation
   Version: Latest
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Some People
  Priority: ---
 Component: Books & Articles
  Assignee: d...@freebsd.org
  Reporter: weber...@gmx.de

the mit kdc command is called

kdc_program="/usr/local/sbin/krb5kdc"

note the leading krb5.

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 271134] bhyve(8), bhyvectl(8), bhyve(4), bhyve_config(5): manual pages cleanup

2024-04-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271134
Bug 271134 depends on bug 266336, which changed state.

Bug 266336 Summary: Angle brackets < and > misrepresented as underscore 
characters in online manual pages
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266336

   What|Removed |Added

 Status|In Progress |Closed
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 266336] Angle brackets < and > misrepresented as underscore characters in online manual pages

2024-04-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266336

Wolfram Schneider  changed:

   What|Removed |Added

 Status|In Progress |Closed
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 266336] Angle brackets < and > misrepresented as underscore characters in online manual pages

2024-04-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266336

--- Comment #3 from commit-h...@freebsd.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/doc/commit/?id=e4d3f14695b1e2a23143ca940e3b73df224dcb43

commit e4d3f14695b1e2a23143ca940e3b73df224dcb43
Author: Wolfram Schneider 
AuthorDate: 2024-04-28 18:19:51 +
Commit: Wolfram Schneider 
CommitDate: 2024-04-28 18:19:51 +

improve URL matching

for trailing '>', comma and other characters

PR: 266336

 website/content/en/cgi/man.cgi | 16 ++--
 1 file changed, 14 insertions(+), 2 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 264661] Misbehaviours with underscored uppercase section headings in online manual pages

2024-04-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264661

Wolfram Schneider  changed:

   What|Removed |Added

 Status|New |Open
 CC||wo...@freebsd.org
   Assignee|b...@freebsd.org|wo...@freebsd.org

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 266406] Superfluous underscores in, for example, synopses

2024-04-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266406

Wolfram Schneider  changed:

   What|Removed |Added

 CC||wo...@freebsd.org
 Resolution|--- |FIXED
   Assignee|b...@freebsd.org|wo...@freebsd.org
 Status|New |Closed

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 274434] HTMLDOCS for CXGBE(4) has an incorrect link to ng_ether(4) in all versions from 9.0

2024-04-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274434

Wolfram Schneider  changed:

   What|Removed |Added

 CC||wo...@freebsd.org
   Assignee|b...@freebsd.org|wo...@freebsd.org
 Status|New |Closed
 Resolution|--- |DUPLICATE

--- Comment #3 from Wolfram Schneider  ---


*** This bug has been marked as a duplicate of bug 275000 ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 266336] Angle brackets < and > misrepresented as underscore characters in online manual pages

2024-04-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266336

Wolfram Schneider  changed:

   What|Removed |Added

 CC||wo...@freebsd.org
   Assignee|b...@freebsd.org|wo...@freebsd.org
 Status|Open|In Progress

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 275480] Incorrect links generated for pages with embedded underscores.

2024-04-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275480

Wolfram Schneider  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|Open|Closed

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 274164] man.freebsd.org unexpected emphasis (bold) in a manual page

2024-04-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274164

Wolfram Schneider  changed:

   What|Removed |Added

 Status|Open|In Progress

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 271479] An underscore character _ within a URL seems to be misinterpreted as a delimiter, causing link breakage

2024-04-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271479

Wolfram Schneider  changed:

   What|Removed |Added

 Status|Open|Closed
 Resolution|--- |Unable to Reproduce

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 235567] man physio(9) html page hyphen render break

2024-04-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235567

Wolfram Schneider  changed:

   What|Removed |Added

 Status|In Progress |Closed
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 235567] man physio(9) html page hyphen render break

2024-04-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235567

--- Comment #3 from commit-h...@freebsd.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/doc/commit/?id=a59104fb3ce0551abb18540b6f5f76cab57f3424

commit a59104fb3ce0551abb18540b6f5f76cab57f3424
Author: Wolfram Schneider 
AuthorDate: 2024-04-28 11:55:58 +
Commit: Wolfram Schneider 
CommitDate: 2024-04-28 11:55:58 +

rewrite parser for italic/bold words

this should fix the issues with underline links and hyphens

PR: 275000, 235567

 website/content/en/cgi/man.cgi | 156 -
 1 file changed, 138 insertions(+), 18 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 266571] Porter's Handbook: Using cargo: Use Makefile.crates instead of Makefile's CARGO_CRATES

2024-04-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266571

Nuno Teixeira  changed:

   What|Removed |Added

 Status|New |Closed
 Resolution|--- |FIXED

--- Comment #4 from Nuno Teixeira  ---
Hello all,

Just noticed that Makefile.crates was added to Porter's Handbook:
https://docs.freebsd.org/en/books/porters-handbook/book/#using-cargo

Thanks

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 278601] kern.ipc.maxpipekva exhaustion description in tuning(7)

2024-04-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278601

Bug ID: 278601
   Summary: kern.ipc.maxpipekva exhaustion description in
tuning(7)
   Product: Documentation
   Version: Latest
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Some People
  Priority: ---
 Component: Manual Pages
  Assignee: b...@freebsd.org
  Reporter: pi...@durlej.net
CC: d...@freebsd.org

According to tuning(7), with regard to the kern.ipc.maxpipekva tunable: "This
exhaustion is not fatal; however, and it will only cause pipes to fall back to
using double-copy."

This doesn't seem to be true any longer: pipe(2) fails with ENOMEM, opening
named pipes also fails with ENOMEM, ssh(1) logins fail with "error:
server_accept_loop: pipe(startup_p): Cannot allocate memory", and so on.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 173321] ports(7) man page -- no info on building with debugging info

2024-04-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=173321

Oleksandr Tymoshenko  changed:

   What|Removed |Added

  Component|Documentation   |Manual Pages
 CC||d...@freebsd.org
   Assignee|d...@freebsd.org |b...@freebsd.org

Chris Davidson  changed:

   What|Removed |Added

 CC||Christopher.davidson@gmail.
   ||com

--- Comment #4 from Chris Davidson  ---
Hi,

The latest -CURRENT, at the time of this message, has the option of WITH_DEBUG
to enable debug capabilities in the ports(7) manual page.

I think this meets the need of the request.

If so, I would say it is ready for a closure.

Kind Regards,
Chris

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.


[Bug 278063] Add znver4 to 14-STABLE examples

2024-04-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278063

Joel Bodenmann  changed:

   What|Removed |Added

 CC||j...@freebsd.org

--- Comment #2 from Joel Bodenmann  ---
Not sure if this information adds any value but I came across this PR when I
wanted to submit a patch to add znver4 to the docs: I'm successfully using:

> CPUTYPE?=znver4

on my machine.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


  1   2   3   4   5   6   7   8   9   10   >