[Bug 198661] http://www.freebsd.org/doc/ returns a directory listing

2021-01-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198661

Mateusz Piotrowski <0...@freebsd.org> changed:

   What|Removed |Added

 Status|New |Open
 CC||0...@freebsd.org

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-doc@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


[Bug 26286] *printf(3) etc should gain format string warnings

2021-01-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=26286

Oleksandr Tymoshenko  changed:

   What|Removed |Added

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

PauAmma  changed:

   What|Removed |Added

 CC||paua...@gundo.com

--- Comment #9 from PauAmma  ---
This has been gathering dust for nearly 20 years. Is it still relevant?

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
freebsd-doc@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


[Bug 201489] random_harvest(9) man page has an incorrect function definition

2021-01-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201489

Oleksandr Tymoshenko  changed:

   What|Removed |Added

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

Daniel Ebdrup Jensen  changed:

   What|Removed |Added

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

--- Comment #1 from Daniel Ebdrup Jensen  ---
Thank you for your attention to detail, but unfortunately the man-page was
substantially rewritten in r284959, and 10.x was EOL on October 31, 2018
according to https://www.freebsd.org/security/unsupported.html

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
___
freebsd-doc@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


[Bug 237514] ZFS(8) Section "SUBCOMMANDS" does not contain names of sub-commands

2021-01-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237514

PauAmma  changed:

   What|Removed |Added

 CC||paua...@gundo.com

--- Comment #10 from PauAmma  ---
(In reply to commit-hook from comment #8)
>  MFC after:   soon for 11.3 and 12 series

Apparently, "soon" hasn't come after 1.5 year. Should the MFC be abandoned?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-doc@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


[Bug 179497] [patch] service.8 add csh completion example

2021-01-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=179497

Oleksandr Tymoshenko  changed:

   What|Removed |Added

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

Daniel Ebdrup Jensen  changed:

   What|Removed |Added

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

--- Comment #1 from Daniel Ebdrup Jensen  ---
I'll take this.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
___
freebsd-doc@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


[Bug 179497] [patch] service.8 add csh completion example

2021-01-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=179497

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

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

commit c6a112cf84d2bf55101c0fb61c4fd1e3cf5d3cc8
Author: Daniel Ebdrup Jensen 
AuthorDate: 2021-01-16 20:55:20 +
Commit: Daniel Ebdrup Jensen 
CommitDate: 2021-01-16 21:05:29 +

service.8: Provide example for adding completions to (t)csh

service(8) has an example for bash completion, however bash is third
party and in /usr/share/examples/csh/dot.cshrc is a working example for
csh.

Since I use (t)csh, I've tested it, and it works for me.

PR: 179497
Submitted by:   ohauer@

Reviewed by:kp (tentatively)
Differential Revision:  https://reviews.freebsd.org/D28197

 usr.sbin/service/service.8 | 9 -
 1 file changed, 8 insertions(+), 1 deletion(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-doc@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


[Bug 179497] [patch] service.8 add csh completion example

2021-01-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=179497

Daniel Ebdrup Jensen  changed:

   What|Removed |Added

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

--- Comment #3 from Daniel Ebdrup Jensen  ---
This has been fixed (although I need to fix my use of out-dated macros, but I
won't spam the bug tracker with that).

Thank you, Olli. :)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-doc@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


[Bug 36724] ipnat(5) manpage grammar is incomplete and inconsistent

2021-01-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=36724

Oleksandr Tymoshenko  changed:

   What|Removed |Added

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

PauAmma  changed:

   What|Removed |Added

 CC||paua...@gundo.com

--- Comment #5 from PauAmma  ---
It looks like the grammar section was removed at some point, so this can
probably be closed as OBE.

If not, then while there, maybe fix the "staus" typo in "See below for a list
of proxies and their relative staus." and add a .Dd?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
___
freebsd-doc@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


[Bug 36724] ipnat(5) manpage grammar is incomplete and inconsistent

2021-01-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=36724

PauAmma  changed:

   What|Removed |Added

 Resolution|--- |Overcome By Events
 Status|Open|Closed

--- Comment #6 from PauAmma  ---
Marking OBE as directed by debdrup in IRC.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-doc@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


[Bug 26286] *printf(3) etc should gain format string warnings

2021-01-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=26286

Mateusz Piotrowski <0...@freebsd.org> changed:

   What|Removed |Added

   Keywords||security
 CC||0...@freebsd.org
 Status|In Progress |Open

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-doc@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


[Bug 215528] vis(1) man page error in option usage

2021-01-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215528

Oleksandr Tymoshenko  changed:

   What|Removed |Added

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

Daniel Ebdrup Jensen  changed:

   What|Removed |Added

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

--- Comment #3 from Daniel Ebdrup Jensen  ---
vis(1) lives in src/contrib and, as of the transition to git, is a vendor
subtree which means the patch should be filed with NetBSD, at which point
FreeBSD can pull it in.

To file a report with NetBSD, please visit:
https://www.netbsd.org/support/send-pr.html

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
___
freebsd-doc@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


[Bug 220343] The manual page for mpt(4) should inform about disk size limitations of most/all supported controllers

2021-01-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220343

Oleksandr Tymoshenko  changed:

   What|Removed |Added

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

Daniel Ebdrup Jensen  changed:

   What|Removed |Added

 Status|New |In Progress
 CC||debd...@freebsd.org

--- Comment #2 from Daniel Ebdrup Jensen  ---
It's a little late, but I'll take this.

Incidentally, is it okay to credit you as "Sebastian Oswald " in the commit?

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
freebsd-doc@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


[Bug 220343] The manual page for mpt(4) should inform about disk size limitations of most/all supported controllers

2021-01-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220343

Daniel Ebdrup Jensen  changed:

   What|Removed |Added

   Assignee|b...@freebsd.org|debd...@freebsd.org

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-doc@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


[Bug 220343] The manual page for mpt(4) should inform about disk size limitations of most/all supported controllers

2021-01-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220343

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

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

commit 0ec6c03c76821edacba0615d3883293ad5f37dfc
Author: Sebastian Oswald 
AuthorDate: 2021-01-16 23:27:43 +
Commit: Daniel Ebdrup Jensen 
CommitDate: 2021-01-16 23:41:59 +

mpt.4: Warn about unexpected behaviour on older controllers

Older controllers have errata which causes the disk controller to wrap
data to other LBAs, causing data to be overwritten. [1]

While here, fix a small typo.

1:
https://www.broadcom.com/support/knowledgebase/1211161496563/3-terabyte-3tb-capacity-drives-on-lsi-megaraid-and-3ware-control

PR: 220343
Submitted by:   Sebastian Oswald 
Reviewed by:0mp
Event:  January 2021 Bugathon
Differential Revision:  

[Bug 220343] The manual page for mpt(4) should inform about disk size limitations of most/all supported controllers

2021-01-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220343

Daniel Ebdrup Jensen  changed:

   What|Removed |Added

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

--- Comment #4 from Daniel Ebdrup Jensen  ---
Thank you for your attention to detail. :)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-doc@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


[Bug 44034] Multiple sysctl variables are not documented

2021-01-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=44034

PauAmma  changed:

   What|Removed |Added

 CC||paua...@gundo.com

--- Comment #3 from PauAmma  ---
Seem to no longer exist (or perhaps renamed) in GENERIC 12.1:

net.inet.tcp.restrict_rst
net.inet.tcp.rfc1644
net.inet.tcp.slowstart_flightsize
net.inet.tcp.local_slowstart_flightsize

Now documented in GENERIC 12.1 tcp(4) or icmp(4):

net.inet.tcp.rfc1323
net.inet.tcp.mssdflt
net.inet.tcp.sendspace
net.inet.tcp.recvspace
net.inet.tcp.syncookies (also in syncookies(4))
net.inet.tcp.rexmit_min
net.inet.tcp.rexmit_slop
net.inet.icmp.maskrepl
net.inet.icmp.icmplim
net.inet.icmp.drop_redirect
net.inet.icmp.log_redirect
net.inet.icmp.icmplim_output
net.inet.icmp.bmcastecho

Now documented in GENERIC 12.1 syncache(4):

net.inet.tcp.syncache.bucketlimit
net.inet.tcp.syncache.cachelimit
net.inet.tcp.syncache.count
net.inet.tcp.syncache.hashsize
net.inet.tcp.syncache.rexmtlimit

Still not documented in GENERIC 12.1 tcp(4), icmp(4), and icmp6(4):

net.inet.tcp.drop_synfin
net.inet.tcp.v6mssdflt
net.inet6.icmp6.rediraccept
net.inet6.icmp6.redirtimeout
net.inet6.icmp6.nd6_prune
net.inet6.icmp6.nd6_delay
net.inet6.icmp6.nd6_umaxtries
net.inet6.icmp6.nd6_mmaxtries
net.inet6.icmp6.nd6_useloopback
net.inet6.icmp6.nodeinfo
net.inet6.icmp6.errppslimit
net.inet6.icmp6.nd6_maxnudhint
net.inet6.icmp6.nd6_debug

>   In addition, the tcp(4) man page contains descriptions of the
>   (presumably obsolete) sysctls tcp.slowstart_flightsize and
>   tcp.local_slowstart_flightsize.

It no longer does.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-doc@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


[Bug 53751] bus_dma(9) incorrectly documents BUS_DMA_ALLOCNOW

2021-01-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=53751

Oleksandr Tymoshenko  changed:

   What|Removed |Added

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

PauAmma  changed:

   What|Removed |Added

 CC||paua...@gundo.com

--- Comment #4 from PauAmma  ---
Is this still applicable? That description now reads:

  BUS_DMA_ALLOCNOW  Pre-allocate enough
resources to handle at
least one map load
operation on this tag.  If
sufficient resources are
not available, ENOMEM is
returned.  This should not
be used for tags that only
describe buffers that will
be allocated with
bus_dmamem_alloc().  Also,
due to resource sharing
with other tags, this flag
does not guarantee that
resources will be
allocated or reserved
exclusively for this tag.
It should be treated only
as a minor optimization.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
___
freebsd-doc@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


[Bug 220343] The manual page for mpt(4) should inform about disk size limitations of most/all supported controllers

2021-01-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220343

--- Comment #5 from Sebastian Oswald (sko)  ---
(In reply to Daniel Ebdrup Jensen from comment #2)

Better late than never ;)

> Incidentally, is it okay to credit you as "Sebastian Oswald  rostwald.de>" in the commit?
Yes, that's ok, thanks!

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-doc@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"