[Bug 247874] diff to update iwm.4 man page explaining limitations of driver

2020-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247874

Mark Linimon  changed:

   What|Removed |Added

 Attachment #216341|0   |1
   is patch||
 Attachment #216341|iwm.4.diff.txt  |iwm.4.diff
   filename||

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


[Bug 247829] Constant load of 1 on a recent 12.1-STABLE with 3 ZFS pools (high rates of zfskern{mmp_thread_enter})

2020-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247829

Jamie Landeg-Jones  changed:

   What|Removed |Added

 CC||ja...@catflap.org

--- Comment #1 from Jamie Landeg-Jones  ---
Yes, I just updated 12.1-stable from a previous 13th May build, and I'm now
seeing similar.

I don't get quite up to 1.00 but I only have ZFS on an /archive partition that
is literally idle.

I have one zfskern{mmp_thread_enter} continuously using 3% of one CPU core of
an i7-7567-U 3.5GHz

PID   JID USERNAMEPRI NICE   SIZERES SWAP STATEC   TIMEWCPU
COMMAND
   11 0 root155 ki31 0B64K   0B CPU3 3  38.3H  99.29%
[idle{idle: cpu3}]
   11 0 root155 ki31 0B64K   0B CPU1 1  38.1H  99.00%
[idle{idle: cpu1}]
   11 0 root155 ki31 0B64K   0B CPU0 0  38.1H  98.53%
[idle{idle: cpu0}]
   11 0 root155 ki31 0B64K   0B RUN  2  38.0H  98.34%
[idle{idle: cpu2}] 
 46 0 root -8- 0B  
656K   0B RUN  0  66:45   2.90% [zfskern{mmp_thread_enter}]

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


[Bug 247829] Constant load of 1 on a recent 12.1-STABLE with 3 ZFS pools (high rates of zfskern{mmp_thread_enter})

2020-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247829

--- Comment #2 from Jamie Landeg-Jones  ---
(mine is a direct install, not virtualised)

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


[Bug 247829] Constant load of 1 on a recent 12.1-STABLE with 3 ZFS pools (high rates of zfskern{mmp_thread_enter})

2020-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247829

--- Comment #3 from Jamie Landeg-Jones  ---
I've discovered this is a new feature that's been added, but it defaults to
being off, and is so:

13:42 [2] (2) "~/build" jamie@thompson% zpool get multihost
NAME   PROPERTY   VALUE  SOURCE
ZFS:0  multihost  offdefault

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


[Bug 219829] "systat -if 1" Peak has wrong display

2020-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219829

--- Comment #6 from commit-h...@freebsd.org ---
A commit references this bug:

Author: mr
Date: Sat Jul 11 13:56:37 UTC 2020
New revision: 363095
URL: https://svnweb.freebsd.org/changeset/base/363095

Log:
  Handle device removal and removal+add cases to fix infinity rate.

  PR:   219829
  Submitted by: o...@j.email.ne.jp
  Reported by:  r...@live.cn
  MFC after:2 weeks
  Differential Revision:https://reviews.freebsd.org/D25226

Changes:
  head/usr.bin/systat/ifcmds.c
  head/usr.bin/systat/ifstat.c
  head/usr.bin/systat/systat.1

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


[Bug 88821] [patch] IPv6 support for ggated(8)

2020-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=88821

Tom Jones  changed:

   What|Removed |Added

 CC||t...@freebsd.org

--- Comment #5 from Tom Jones  ---
We had a quick look at this during the July 2020 bugathon. The best course of
action is to create a review on reviews.freebsd.org and adding freebsd-net as a
reviewer. 

If there are no further updates in the next 6 months we will close this issue.

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


[Bug 186133] [patch] tcpdump(1): zero checksums are invalid for UDP over IPv6

2020-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=186133

Tom Jones  changed:

   What|Removed |Added

 Resolution|--- |Overcome By Events
 Status|Open|Closed
 CC||t...@freebsd.org

--- Comment #2 from Tom Jones  ---
RFC 6935 allows 0 checksum for IPv6 in tunnel applications. If you still think
this issue is relevant please create a bug with upstream, tcpdump no longer
requires registration for changes.

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


[Bug 247852] procstat(1) is missing many command line arguments

2020-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247852

Allan Jude  changed:

   What|Removed |Added

 CC||allanj...@freebsd.org
 Resolution|--- |Unable to Reproduce
 Status|New |Closed

--- Comment #1 from Allan Jude  ---
On 12.1, the procstat man page looks like this:

SYNOPSIS
 procstat [--libxo] [-h] [-M core] [-N system] [-w interval] command
  [pid ... | core ...]
 procstat [--libxo] -a [-h] [-M core] [-N system] [-w interval] command
 procstat [--libxo] [-h] [-M core] [-N system] [-w interval] [-b | -c |
  -e | -f [-C] | -i [-n] | -j [-n] | -k [-k] | -l | -r [-H] | -s |
  -S | -t | -v | -x] [pid ... | core ...]
 procstat [--libxo] -a [-h] [-M core] [-N system] [-w interval] [-b | -c |
  -e | -f [-C] | -i [-n] | -j [-n] | -k [-k] | -l | -r [-H] | -s |
  -S | -t | -v | -x]
 procstat [--libxo] -L [-h] [-M core] [-N system] [-w interval] core ...


It does not appear to be missing the M, N, or n flags

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


[Bug 247912] IPv6 ndp does not work across local bridge members

2020-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247912

Bug ID: 247912
   Summary: IPv6 ndp does not work across local bridge members
   Product: Base System
   Version: 12.1-RELEASE
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Only Me
  Priority: ---
 Component: kern
  Assignee: b...@freebsd.org
  Reporter: d8zne...@aon.at

Scenario:
- FreeBSD 12.1 release patch level 6 acting as bhyve host
- The host has a local Ethernet interface em0 with IPv4 and IPv6 addresses
assigned; all these addresses are announced via DNS and /etc/hosts
- Via em0, the host sees several other machines on the network; all have IPv4
and IPv6 addresses assigned, as well as DNS and /etc/hosts entries
- Using bhyve to run guests (FreeBSD 12.1 amd64 and i386, and head amd64)
- In order to use bhyve, create bridge and tap interfaces as follows:

# sysctl net.link.tap.up_on_open=1
# ifconfig bridge0 create && ifconfig bridge0 addm em0 && ifconfig bridge0 up
# ifconfig tap905 create && ifconfig bridge0 addm tap905
# sh /usr/share/examples/bhyve/vmrun.sh -u -c 4 -m 3G -t tap905 -d  

Result:
- When using "ndp -a" in the bhyve client, entries for all remote machines
exist correctly.
- However, there is no entry for the IPv6 address associated with the
bridged-to interface em0
- As a result, it is not possible to reach services on the host system from the
bhyve client via IPv6 (IPv4 is working)

Scenario (continued):
- Manually add ndp entries in the client:

# ndp -s  

Result:
- It is now possible to reach services on the host system from the client
system via IPv6

Expected result:
- NDP should be working also for the host's interface em0 which is bridged to
bridge0, and not only for interfaces of remote machines

Note:
- The exactly same issue is seen on another bhyve host with re0 as physical
interface

-- Martin

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


[Bug 200904] crash in scif_cb_domain_device_removed when disk goes away

2020-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200904

Allan Jude  changed:

   What|Removed |Added

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

--- Comment #2 from Allan Jude  ---
I have replaced this hardware with an LSI controller.

This hardware is not current anymore.

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


[Bug 247852] procstat(1) is missing many command line arguments

2020-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247852

PauAmma  changed:

   What|Removed |Added

 CC||paua...@gundo.com

--- Comment #2 from PauAmma  ---
-n is explained in DESCRIPTION, and -M sort-of is. -N, as far as I can tell,
isn't, and probably should be. Its argument seems to be something to extract a
nlistf (namelist?) from.

In -current (head/usr.bin/procstat/procstat.1 344823 2019-03-05 19:45:37Z
markj), the manual page SYNOPSIS at least looks similar to me.

What other flags do you think are missing from the SYNOPSIS or DESCRIPTION?

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


[Bug 209940] FreeBSD installer for ZFS destroys RAID and fails (and hangs)

2020-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209940

Allan Jude  changed:

   What|Removed |Added

   Assignee|allanj...@freebsd.org   |b...@freebsd.org

--- Comment #5 from Allan Jude  ---
I am not interested in trying to fix this unsupported configuration

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


[Bug 247749] Add reference to smbmsg in jedec_dimm

2020-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247749

PauAmma  changed:

   What|Removed |Added

 CC||paua...@gundo.com

--- Comment #1 from PauAmma  ---
(In reply to johannes from comment #0)
> btw is there an easy tool to preview these manpages?

You can do something like: man /path/to/share/man/man4/jedec_dimm.4 to view a
manual page by its pathname.

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


[Bug 247638] Cross-reference ttys(5) and kernel drivers (such as uart(4)) which implement the TTY functionalities

2020-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247638

PauAmma  changed:

   What|Removed |Added

 CC||paua...@gundo.com

--- Comment #1 from PauAmma  ---
What are the applicable devices in addition to uarts(4)? Grepping
/usr/src/share/man/man4 for tty and removing what I think are false positives
finds ucom(4) and nmdm(4), but I may have missed some.

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


[Bug 130657] [ip6] [patch] ipv6 class option

2020-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=130657

Tom Jones  changed:

   What|Removed |Added

 CC||t...@freebsd.org
   Assignee|b...@freebsd.org|t...@freebsd.org

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


[Bug 153155] [PATCH] [8.2-BETA1] ipfw rules fail to load cleanly on start if nat enabled

2020-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=153155

Tom Jones  changed:

   What|Removed |Added

 CC||t...@freebsd.org
 Resolution|--- |Overcome By Events
 Status|Open|Closed

--- Comment #4 from Tom Jones  ---
I am going to close this issue as it is nearly 10 years old. If this bug still
exists on supported FreeBSD please feel free to reopen.

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


[Bug 143621] [ipfw] [dummynet] [patch] dummynet and vnet use results in panic

2020-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=143621

Tom Jones  changed:

   What|Removed |Added

 Status|Open|Closed
 Resolution|--- |Overcome By Events
 CC||t...@freebsd.org

--- Comment #3 from Tom Jones  ---
VNET was turn on by default in FreeBSD 12. If this issue still affects you
please feel free to reopen.

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


[Bug 143621] [ipfw] [dummynet] [patch] dummynet and vnet use results in panic

2020-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=143621

Mark Johnston  changed:

   What|Removed |Added

 CC||ma...@freebsd.org

--- Comment #4 from Mark Johnston  ---
To be clear, the dummynet task thread does run in a vnet as of r206461.  It
sounds like additional work is still required to make dummynet vnet-aware.

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


[Bug 247386] Description of the last argument of procctl is confusing

2020-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247386

PauAmma  changed:

   What|Removed |Added

 CC||paua...@gundo.com

--- Comment #2 from PauAmma  ---
procctl(2) in -current seems to have settled on "data" throughout instead,
except that PROC_PDEATHSIG_CTL and PROC_PDEATHSIG_STATUS still use "arg".

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


[Bug 243062] man ppp: mention default ppp_nat="YES" for rc.conf

2020-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243062

--- Comment #1 from Evilham  ---
Learning by doing at the virtual bug squash: https://reviews.freebsd.org/D25621

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


[Bug 190281] netstat -s -i only shows ip6 statistics

2020-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190281

Tom Jones  changed:

   What|Removed |Added

   Assignee|b...@freebsd.org|t...@freebsd.org
 CC||t...@freebsd.org

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


[Bug 243062] man ppp: mention default ppp_nat="YES" for rc.conf

2020-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243062

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

Author: allanjude
Date: Sat Jul 11 16:57:45 UTC 2020
New revision: 363100
URL: https://svnweb.freebsd.org/changeset/base/363100

Log:
  defaults/rc.conf: note that the default is ppp_nat="YES"

  PR:   243062
  Submitted by: Evilham 
  MFC after:2 weeks
  Sponsored by: Klara Inc.
  Differential Revision:https://reviews.freebsd.org/D25621

Changes:
  head/share/man/man5/rc.conf.5

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


[Bug 239976] Integer Overflow: ping(8) option "-s", bypass the invalid packet size check

2020-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239976

Mark Johnston  changed:

   What|Removed |Added

 CC||ma...@freebsd.org
   Assignee|b...@freebsd.org|ma...@freebsd.org

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


[Bug 239977] Integer Overflow: ping(8) option "-G" and "-g", bypass the invalid sweepmax and sweepmin packet size check

2020-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239977

Mark Johnston  changed:

   What|Removed |Added

 CC||ma...@freebsd.org
   Assignee|b...@freebsd.org|ma...@freebsd.org

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


[Bug 239978] Integer Overflow: ping(8) option "-h", bypass the invalid sweepincr packet size check

2020-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239978

Mark Johnston  changed:

   What|Removed |Added

   Assignee|b...@freebsd.org|ma...@freebsd.org
 CC||ma...@freebsd.org

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


[Bug 247638] Cross-reference ttys(5) and kernel drivers (such as uart(4)) which implement the TTY functionalities

2020-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247638

Allan Jude  changed:

   What|Removed |Added

 CC||allanj...@freebsd.org

--- Comment #2 from Allan Jude  ---
Probably cu(1) would be useful to mention

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


[Bug 159665] [patch] ctm(1) does not work with bzip2 or xz compressed files.

2020-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=159665

Mark Linimon  changed:

   What|Removed |Added

 Attachment #117574|patch-for-ctm-v07   |patch-for-ctm-v07.diff
   filename||
 Attachment #117574|text/plain; charset=UTF-8   |text/plain
  mime type||
 Attachment #117574|0   |1
   is patch||

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


[Bug 246004] Kernel Panic after moderate amount of activity

2020-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246004

Mark Linimon  changed:

   What|Removed |Added

 Attachment #213916|diff|cpu_errata.c.diff
   filename||

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


[Bug 245270] ls(1) man page describes LSCOLORS wrong

2020-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245270

Mark Linimon  changed:

   What|Removed |Added

 Attachment #212969|0   |1
   is patch||
 Attachment #212969|ls1diff.txt |ls1diff
   filename||

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


[Bug 237447] make buildworld: linker failure on i386 platform

2020-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237447

Mark Linimon  changed:

   What|Removed |Added

 Attachment #203919|0   |1
   is patch||

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


[Bug 224039] [PATCH] usr.bin/mandoc: add missing library descriptions

2020-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224039

Mark Linimon  changed:

   What|Removed |Added

 Attachment #188473|0   |1
   is patch||

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


[Bug 212841] getting panic during mps reinitialization.

2020-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212841

Mark Linimon  changed:

   What|Removed |Added

 Attachment #174986|0   |1
is obsolete||

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


[Bug 247386] Description of the last argument of procctl is confusing

2020-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247386

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

Author: allanjude
Date: Sat Jul 11 18:04:09 UTC 2020
New revision: 363104
URL: https://svnweb.freebsd.org/changeset/base/363104

Log:
  procctl(2): consistently refer to the last agrument as 'data'

  Some older references called it 'arg'

  Also fix a syntax error that was underlining an entire sentence.

  PR:   247386
  Reported by:  Paul Floyd , PauAmma (research)
  MFC after:2 weeks
  Sponsored by: Klara Inc.

Changes:
  head/lib/libc/sys/procctl.2

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


[Bug 239974] ping(8) crashes with SIGSEGV - Out-of-Bounds Write of size 1 (global-buffer-overflow)

2020-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239974

Mark Johnston  changed:

   What|Removed |Added

 Status|New |In Progress
   Assignee|b...@freebsd.org|ma...@freebsd.org
 CC||ma...@freebsd.org

--- Comment #1 from Mark Johnston  ---
I took a somewhat different approach: https://reviews.freebsd.org/D25622

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


[Bug 209716] [patch] zone.9: Document uma_prealloc() and uma_zone_reserve()

2020-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209716

Oleksandr Tymoshenko  changed:

   What|Removed |Added

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

Mark Linimon  changed:

   What|Removed |Added

 Attachment #170573|0   |1
   is patch||
 Attachment #170573|text/sgml   |text/plain
  mime type||

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


[Bug 243062] man ppp: mention default ppp_nat="YES" for rc.conf

2020-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243062

Allan Jude  changed:

   What|Removed |Added

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

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


[Bug 243062] man ppp: mention default ppp_nat="YES" for rc.conf

2020-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243062

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

Author: allanjude
Date: Sat Jul 11 18:24:17 UTC 2020
New revision: 363105
URL: https://svnweb.freebsd.org/changeset/base/363105

Log:
  ppp: Document the fact that ppp_nat is enabled by default

  No functional change.

  PR:   243062
  Submitted by: Evilham  (original version)
  MFC after:2 weeks
  Sponsored by: Klara Inc.
  Event:July 2020 Bugathon
  Differential Revision:https://reviews.freebsd.org/D25623

Changes:
  head/usr.sbin/ppp/ppp.8

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


[Bug 240700] [META] FreeBSD 12.1-RELEASE post-release EN candidates

2020-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240700
Bug 240700 depends on bug 241048, which changed state.

Bug 241048 Summary: After r349840, OOM reported when swap space is available.
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241048

   What|Removed |Added

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

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


[Bug 202135] nscd does not accept a value of zero for negative-time-to-live for passwd nor group

2020-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202135
Bug 202135 depends on bug 181586, which changed state.

Bug 181586 Summary: [patch] nscd(8): nscd negative responses
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=181586

   What|Removed |Added

 Status|Open|Closed
 Resolution|--- |DUPLICATE

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


[Bug 245270] ls(1) man page describes LSCOLORS wrong

2020-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245270

Gordon Bergling  changed:

   What|Removed |Added

 CC||g...@freebsd.org
   Assignee|b...@freebsd.org|g...@freebsd.org

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


[Bug 216897] pw(8): make the mode for logfile, etc configurable

2020-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216897

Sofian Brabez  changed:

   What|Removed |Added

   Assignee|b...@freebsd.org|s...@freebsd.org

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


[Bug 209716] [patch] zone.9: Document uma_prealloc() and uma_zone_reserve()

2020-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209716

Mark Johnston  changed:

   What|Removed |Added

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

--- Comment #2 from Mark Johnston  ---
My apologies, I never saw this PR.  I made a number of updates to the UMA man
page in r351628.  Reading your patch, I believe r351628 is a superset of your
changes.  Please re-open if you think there is anything missing from the
current revision.

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


[Bug 175645] tcpdump(1) incorrectly decodes pflog'ged UDP packet as ATALK

2020-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=175645

Tom Jones  changed:

   What|Removed |Added

 Status|Open|Closed
 CC||t...@freebsd.org
 Resolution|--- |Overcome By Events

--- Comment #5 from Tom Jones  ---
Unable to reproduce on 13-CURRENT. If this issue persists feel free to either
reopen this bug or to create one with upstream.

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


[Bug 239516] readelf -wf segfaults on most (all?) debug info files

2020-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239516

Mark Johnston  changed:

   What|Removed |Added

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

--- Comment #3 from Mark Johnston  ---
(In reply to Paco Pascal from comment #2)
My apologies for not following up sooner!  I think you indeed found the root
cause, thanks.  Thinking about this some more, I suspect that libdwarf should
be handling this case itself, rather than forcing it into consumers.

I looked at SGI libdwarf, and it appears to handle this:
dwarf_elf_object_access_load_section() looks for a NULL d_buf in the data
descriptor of the target ELF section, which indicates that the section is
SHT_NOBITS.  I proposed a patch here: https://reviews.freebsd.org/D25626

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


[Bug 202135] nscd does not accept a value of zero for negative-time-to-live for passwd nor group

2020-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202135

Allan Jude  changed:

   What|Removed |Added

 CC||allanj...@freebsd.org
   Assignee|b...@freebsd.org|allanj...@freebsd.org

--- Comment #2 from Allan Jude  ---
I've updated the patch and posted it for review:
https://reviews.freebsd.org/D25627

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


[Bug 195130] 10.1-STABLE r274611 panics randomly [amd64,zfs,wlan,ral,bridge]

2020-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195130

Tom Jones  changed:

   What|Removed |Added

 Resolution|--- |Feedback Timeout
 Status|New |Closed
 CC||t...@freebsd.org

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


[Bug 240545] patch to remove unneeded M_WAITOK return value checks

2020-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240545

Mark Johnston  changed:

   What|Removed |Added

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

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


[Bug 246918] audit.log(5) reference to non-existing man pages

2020-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246918

PauAmma  changed:

   What|Removed |Added

 CC||paua...@gundo.com

--- Comment #1 from PauAmma  ---
Looks like au_to_header32_ex.3 is supposed to be symlinked to au_token.3, see
contrib/openbsm/libbsm/Makefile.am and contrib/openbsm/libbsm/Makefile.in, but
this link is missing from MLINKS in 12.1's lib/libbsm/Makefile although present
in -current's.

The spurious reference to au_to_header64_ex(3) in
contrib/openbsm/man/audit.log.5 (present in both 12.1 and -current) should
probably be fixed upstream.

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


[Bug 173477] [kernel] [patch] mpath bugfixes

2020-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=173477

Mark Linimon  changed:

   What|Removed |Added

 Attachment #129494|text/plain; |text/plain
  mime type|charset=windows-1252|
 Attachment #129494|0   |1
   is patch||

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


[Bug 199103] 10.1 boot(8) docs loacking and/or inaccurate

2020-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199103

Oleksandr Tymoshenko  changed:

   What|Removed |Added

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

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

Author: allanjude
Date: Sat Jul 11 19:18:44 UTC 2020
New revision: 363107
URL: https://svnweb.freebsd.org/changeset/base/363107

Log:
  boot(8): Add additional cross references

  Provide hints to direct people towards gptzfsboot, zfsbootcfg, efibootmgr,
etc

  PR:   199103
  MFC after:2 weeks
  Sponsored by: Klara Inc.
  Event:July 2020 Bugathon

Changes:
  head/sbin/reboot/boot_i386.8

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


[Bug 199103] 10.1 boot(8) docs loacking and/or inaccurate

2020-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199103

Allan Jude  changed:

   What|Removed |Added

 CC||allanj...@freebsd.org

--- Comment #4 from Allan Jude  ---
currdev is documented in loader(8), it is not part of the bootstrap.

Although the documentation for it is lacking.

I have started a review to improve it: https://reviews.freebsd.org/D25629

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


[Bug 159665] [patch] ctm(1) does not work with bzip2 or xz compressed files.

2020-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=159665

Stephen Montgomery-Smith  changed:

   What|Removed |Added

 Resolution|--- |Overcome By Events
 Status|In Progress |Closed

--- Comment #9 from Stephen Montgomery-Smith  ---
This bug report can be closed as events have overtaken it.

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


[Bug 153753] [zfs] ZFS v15 - grammatical error when attempting to use existing cache device

2020-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=153753

Allan Jude  changed:

   What|Removed |Added

 CC||allanj...@freebsd.org
 Resolution|--- |Overcome By Events
 Status|Open|Closed

--- Comment #3 from Allan Jude  ---
Should be dealt with upstream

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


[Bug 247638] Cross-reference ttys(5) and kernel drivers (such as uart(4)) which implement the TTY functionalities

2020-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247638

PauAmma  changed:

   What|Removed |Added

 Attachment #216397||maintainer-approval?
  Flags||

--- Comment #3 from PauAmma  ---
Created attachment 216397
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=216397&action=edit
Add crossrefs between ttys(5), nmdm(4), ucom(4), and uart(4)

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


[Bug 247638] Cross-reference ttys(5) and kernel drivers (such as uart(4)) which implement the TTY functionalities

2020-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247638

--- Comment #4 from commit-h...@freebsd.org ---
A commit references this bug:

Author: allanjude
Date: Sat Jul 11 20:56:58 UTC 2020
New revision: 363111
URL: https://svnweb.freebsd.org/changeset/base/363111

Log:
  Add cross references betwen ttys(5) and related drivers

  nmdm(4), ucom(4), and uart(4)

  PR:   247638
  Submitted by: Pau Amma 
  Reported by:  0mp
  MFC after:4 weeks
  Sponsored by: Klara Inc.
  Event:July 2020 Bugathon

Changes:
  head/libexec/getty/ttys.5
  head/share/man/man4/nmdm.4
  head/share/man/man4/uart.4
  head/share/man/man4/ucom.4

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


[Bug 247638] Cross-reference ttys(5) and kernel drivers (such as uart(4)) which implement the TTY functionalities

2020-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247638

Allan Jude  changed:

   What|Removed |Added

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

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


[Bug 247126] zgrep(1) does not handle -f FILE correctly

2020-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247126

Craig Leres  changed:

   What|Removed |Added

 Status|Open|In Progress

--- Comment #10 from Craig Leres  ---
Here are some additional regressions the review has turned up (so far):

Flag processing ends after the first -e PATTERN:

echo foobar > test

grep -e foo -i < test
foobar

zgrep -e foo -i < test
zcat: can't stat: -i: No such file or directory

This bug hides another bug; multiple -e patterns are supposed to behave
like multiple patterns in a -f file:

echo foobar > test6
echo howdy >> test6

grep -e foo -e how test6
foobar
howdy

The zgrep wrapper only uses the last -e pattern seen.

Long flags that end with certain characters:

echo foobar > test

grep -e foo --ignore-case < test
foobar

zgrep -e foo --ignore-case < test
zcat: can't stat: --ignore-case: No such file or directory

Long flags that take arguments are problematic as well:

echo tiresome > test5
grep --regexp=some  test5
tiresome

zgrep --regexp=some test5 < /dev/null
test5:tiresome
zcat: (stdin): unexpected end of file

No whitespace between a flag and its argument:

echo foobar > test

grep -efoo test
foobar

zgrep -efoo test < /dev/null
zcat: (stdin): unexpected end of file
test:foobar

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


[Bug 207940] stand/efi/boot1: Add boot partition selection

2020-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207940

Mark Linimon  changed:

   What|Removed |Added

   Keywords||uefi

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


[Bug 187015] agpgart: Panic make_dev_credv: bad si_name (error=17, si_name=agpgart)

2020-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=187015

Mark Linimon  changed:

   What|Removed |Added

 Attachment #145022|0   |1
is obsolete||

--- Comment #24 from Mark Linimon  ---
Comment on attachment 145022
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=145022
test patch for 9-STABLE.

Overcome by events.  The patch for -11 should still be applicable.

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


[Bug 187015] agpgart: Panic make_dev_credv: bad si_name (error=17, si_name=agpgart)

2020-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=187015

Mark Linimon  changed:

   What|Removed |Added

 Attachment #145023|0   |1
is obsolete||

--- Comment #25 from Mark Linimon  ---
Comment on attachment 145023
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=145023
test patch for 8-STABLE

Overcome by events.  The patch for -11 should still be applicable.

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


[Bug 187015] agpgart: Panic make_dev_credv: bad si_name (error=17, si_name=agpgart)

2020-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=187015

Mark Linimon  changed:

   What|Removed |Added

 Attachment #175656|0   |1
is obsolete||

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


[Bug 187015] agpgart: Panic make_dev_credv: bad si_name (error=17, si_name=agpgart)

2020-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=187015

--- Comment #26 from Mark Linimon  ---
Comment on attachment 175656
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=175656
Resolve agpgart naming conflict by adding unit numbers to the device files.

Overcome by events.  The patch for -11 should still be applicable.

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


[Bug 179085] [tools] [patch] pthread patch for netblast

2020-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=179085

Mark Linimon  changed:

   What|Removed |Added

 Attachment #134414|0   |1
   is patch||
 Attachment #134414|freebsd-current.pthread-net |freebsd-current.pthread-net
   filename|blast.patch.txt |blast.patch
 Attachment #134414|text/plain; |text/plain
  mime type|charset=US-ASCII;   |
   |name="freebsd-current.pthre |
   |ad-netblast.patch.txt"  |

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


[Bug 179085] [tools] [patch] pthread patch for netblast

2020-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=179085

Mark Linimon  changed:

   What|Removed |Added

 Attachment #134415|0   |1
   is patch||
 Attachment #134415|text/plain; |text/plain
  mime type|charset=US-ASCII;   |
   |name="freebsd-stable.pthrea |
   |d-netblast.patch.txt"   |
 Attachment #134415|freebsd-stable.pthread-netb |freebsd-stable.pthread-netb
   filename|last.patch.txt  |last.patch

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


[Bug 179085] [tools] [patch] pthread patch for netblast

2020-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=179085

Mark Linimon  changed:

   What|Removed |Added

 Attachment #134413|0   |1
is obsolete||

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


[Bug 179085] [tools] [patch] pthread patch for netblast

2020-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=179085

Mark Linimon  changed:

   What|Removed |Added

 Attachment #134414|0   |1
is obsolete||

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


[Bug 176579] [kernel] [patch] add td_name to maxproc limit warning

2020-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=176579

Mark Linimon  changed:

   What|Removed |Added

 Attachment #132329|text/x-diff;|text/plain
  mime type|charset=US-ASCII|

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


[Bug 176579] [kernel] [patch] add td_name to maxproc limit warning

2020-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=176579

Mark Linimon  changed:

   What|Removed |Added

 Attachment #132330|text/x-diff;|text/plain
  mime type|charset=US-ASCII|

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


[Bug 175799] [patch] Adding more tools to be used by operator group members (reboot, apm, acpiconf)

2020-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=175799

Mark Linimon  changed:

   What|Removed |Added

 Attachment #131663|0   |1
is obsolete||

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


[Bug 176579] [kernel] [patch] add td_name to maxproc limit warning

2020-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=176579

--- Comment #4 from Mark Linimon  ---
The content of attachment 132331 has been deleted

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


[Bug 175799] [patch] Adding more tools to be used by operator group members (reboot, apm, acpiconf)

2020-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=175799

Mark Linimon  changed:

   What|Removed |Added

 Attachment #131664|text/plain; |text/plain
  mime type|charset=US-ASCII|
 Attachment #131664|More.use.of.operator.group. |More.use.of.operator.group.
   filename|diff.txt|diff
 Attachment #131664|0   |1
   is patch||

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


[Bug 174225] [network.subr] [patch] add support for ipv6_addrs_IF style aliases to rc.conf(5)

2020-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=174225

Mark Linimon  changed:

   What|Removed |Added

 Attachment #130331|0   |1
is obsolete||

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


[Bug 174225] [network.subr] [patch] add support for ipv6_addrs_IF style aliases to rc.conf(5)

2020-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=174225

Mark Linimon  changed:

   What|Removed |Added

 Attachment #130332|0   |1
   is patch||
 Attachment #130332|text/plain; |text/plain
  mime type|charset=US-ASCII|
 Attachment #130332|network.subr_ipv6_addrs_ran |network.subr_ipv6_addrs_ran
   filename|ge.patch.txt|ge.patch

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


[Bug 174225] [network.subr] [patch] add support for ipv6_addrs_IF style aliases to rc.conf(5)

2020-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=174225

Mark Linimon  changed:

   What|Removed |Added

 Attachment #130333|0   |1
   is patch||
 Attachment #130333|network.subr_ipv6_addrs_IF. |network.subr_ipv6_addrs_IF.
   filename|patch.txt   |patch
 Attachment #130333|text/plain; |text/plain
  mime type|charset=US-ASCII|

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


[Bug 174225] [network.subr] [patch] add support for ipv6_addrs_IF style aliases to rc.conf(5)

2020-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=174225

Mark Linimon  changed:

   What|Removed |Added

 Attachment #130332|0   |1
is obsolete||

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


[Bug 174033] [patch] prune unused net.inet6 sysctls

2020-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=174033

Mark Linimon  changed:

   What|Removed |Added

 Attachment #129963|0   |1
   is patch||
 Attachment #129963|TEXT/PLAIN; |text/plain
  mime type|charset=US-ASCII|
 Attachment #129963|prune_unused_net_inet6_sysc |prune_unused_net_inet6_sysc
   filename|tls-part2.patch.txt |tls-part2.patch

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


[Bug 174033] [patch] prune unused net.inet6 sysctls

2020-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=174033

Mark Linimon  changed:

   What|Removed |Added

 Attachment #129963|prune_unused_net_inet6_sysc |prune_unused_net_inet6_sysc
description|tls-part2.patch.txt |tls-part2.patch

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


[Bug 172801] [libexec] [patch] /usr/libexec/locate.updatedb (and therefore locate(1)) does not work inside a jail

2020-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=172801

Mark Linimon  changed:

   What|Removed |Added

 Attachment #128896|0   |1
is obsolete||

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


[Bug 172801] [libexec] [patch] /usr/libexec/locate.updatedb (and therefore locate(1)) does not work inside a jail

2020-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=172801

Mark Linimon  changed:

   What|Removed |Added

 Attachment #128897|0   |1
   is patch||

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


[Bug 170215] [build] cd release; make cdrom should fail if not executed using new process

2020-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=170215

Mark Linimon  changed:

   What|Removed |Added

 Attachment #126485|0   |1
   is patch||
 Attachment #126485|text/plain; |text/plain
  mime type|charset=us-ascii|
 Attachment #126485|release-Makefile.diff.txt   |release-Makefile.diff
   filename||
 Attachment #126485|release-Makefile.diff.txt   |release-Makefile.diff
description||

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


[Bug 170200] [crypto] [patch] AES-NI XTS mode performance lower than CBC

2020-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=170200

Mark Linimon  changed:

   What|Removed |Added

 Attachment #126470|patchv2.txt |patchv2.diff
   filename||
 Attachment #126470|0   |1
   is patch||
 Attachment #126470|patchv2.txt |patchv2.diff
description||

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


[Bug 170200] [crypto] [patch] AES-NI XTS mode performance lower than CBC

2020-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=170200

Mark Linimon  changed:

   What|Removed |Added

 Attachment #126469|file.diff   |aesni.diff
   filename||
 Attachment #126469|file.diff   |aesni.diff
description||

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


[Bug 169748] [patch] bsdinstall(8): when distfile fetch is complete on some distfiles, but not entire set, progress can go over 100%; installer gets confused with distfiles and halts

2020-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=169748

Mark Linimon  changed:

   What|Removed |Added

 Attachment #126028|TEXT/PLAIN; |text/plain
  mime type|charset=US-ASCII|
 Attachment #126028|bin-169748.patch.txt|bin-169748.patch
   filename||
 Attachment #126028|0   |1
   is patch||
 Attachment #126028|bin-169748.patch.txt|bin-169748.patch
description||

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


[Bug 169748] [patch] bsdinstall(8): when distfile fetch is complete on some distfiles, but not entire set, progress can go over 100%; installer gets confused with distfiles and halts

2020-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=169748

Mark Linimon  changed:

   What|Removed |Added

 Attachment #126027|0   |1
is obsolete||

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


[Bug 166056] [patch][bin] find(1) fails with .: permission denied, even when using absolute paths

2020-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=166056

Mark Linimon  changed:

   What|Removed |Added

 Attachment #122801|text/plain; |text/plain
  mime type|charset=US-ASCII|
 Attachment #122801|0   |1
   is patch||
 Attachment #122801|find.no_dotfd.patch.txt |find.no_dotfd.patch
   filename||
 Attachment #122801|find.no_dotfd.patch.txt |find.no_dotfd.patch
description||

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


[Bug 166056] [patch][bin] find(1) fails with .: permission denied, even when using absolute paths

2020-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=166056

Mark Linimon  changed:

   What|Removed |Added

 Attachment #122800|0   |1
is obsolete||

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


[Bug 162765] [patch] lseek(2) may return successful although no seek operation was actually performed

2020-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=162765

Mark Linimon  changed:

   What|Removed |Added

 Attachment #120032|lseek.2.diff3   |lseek.2.diff
   filename||
 Attachment #120032|text/plain; |text/plain
  mime type|charset=us-ascii|
 Attachment #120032|0   |1
   is patch||

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


[Bug 162765] [patch] lseek(2) may return successful although no seek operation was actually performed

2020-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=162765

Mark Linimon  changed:

   What|Removed |Added

 Attachment #120031|0   |1
is obsolete||

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


[Bug 159625] [devd.conf] [patch] replace hardcoded /usr/local with a variable in devd.conf to make it easier to override

2020-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=159625

Mark Linimon  changed:

   What|Removed |Added

 Attachment #117540|text/plain; |text/plain
  mime type|charset=US-ASCII|
 Attachment #117540|patch.txt   |devd.conf.patch
   filename||
 Attachment #117540|0   |1
   is patch||
 Attachment #117540|patch.txt   |devd.conf.patch
description||

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


[Bug 159625] [devd.conf] [patch] replace hardcoded /usr/local with a variable in devd.conf to make it easier to override

2020-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=159625

Mark Linimon  changed:

   What|Removed |Added

 Attachment #117539|0   |1
is obsolete||

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


[Bug 150095] [kernel] [patch] Account for reserved itimers which shouldn't count against _SC_TIMER_MAX

2020-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=150095

Mark Linimon  changed:

   What|Removed |Added

 Attachment #109142|text/plain; |text/plain
  mime type|charset=US-ASCII|
 Attachment #109142|account-for-reserved-itimer |account-for-reserved-itimer
description|s.diff.txt  |s.diff
 Attachment #109142|account-for-reserved-itimer |account-for-reserved-itimer
   filename|s.diff.txt  |s.diff
 Attachment #109142|0   |1
   is patch||

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


[Bug 150095] [kernel] [patch] Account for reserved itimers which shouldn't count against _SC_TIMER_MAX

2020-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=150095

Mark Linimon  changed:

   What|Removed |Added

 Attachment #109141|0   |1
is obsolete||

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


[Bug 146534] [icmp6] wrong source address in echo reply

2020-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=146534

Mark Linimon  changed:

   What|Removed |Added

 Attachment #105986|sys_netinet6_icmp6.c.patch. |sys_netinet6_icmp6.c.patch
description|txt |
 Attachment #105986|0   |1
   is patch||
 Attachment #105986|sys_netinet6_icmp6.c.patch. |sys_netinet6_icmp6.c.patch
   filename|txt |

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


[Bug 146534] [icmp6] wrong source address in echo reply

2020-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=146534

Mark Linimon  changed:

   What|Removed |Added

 Attachment #105983|0   |1
is obsolete||
 Attachment #105983|application/octet-stream|text/plain
  mime type||

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


[Bug 146534] [icmp6] wrong source address in echo reply

2020-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=146534

Mark Linimon  changed:

   What|Removed |Added

 Attachment #105984|0   |1
is obsolete||

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


[Bug 142434] [patch] Add cpuset(1) support to rc.subr(8)

2020-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=142434

Mark Linimon  changed:

   What|Removed |Added

 Attachment #102621|0   |1
   is patch||
 Attachment #102621|cpuset_rc.subr_72.patch.txt |cpuset_rc.subr_72.patch
   filename||
 Attachment #102621|cpuset_rc.subr_72.patch.txt |cpuset_rc.subr_72.patch
description||

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


[Bug 143472] gethostname(3) references undefined value: HOST_NAME_MAX

2020-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=143472

Oleksandr Tymoshenko  changed:

   What|Removed |Added

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

Mark Linimon  changed:

   What|Removed |Added

 Attachment #103535|gethostname.diff.txt|gethostname.diff
   filename||
 Attachment #103535|text/plain; |text/plain
  mime type|charset="ISO-8859-1"|
 Attachment #103535|gethostname.diff.txt|gethostname.diff
description||
 Attachment #103535|0   |1
   is patch||

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


[Bug 142434] [patch] Add cpuset(1) support to rc.subr(8)

2020-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=142434

Mark Linimon  changed:

   What|Removed |Added

 Attachment #102620|0   |1
is obsolete||

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


[Bug 139346] [patch] arp(8) add option to remove static entries listed in file

2020-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=139346

Mark Linimon  changed:

   What|Removed |Added

 Attachment #100101|0   |1
   is patch||
 Attachment #100101|arp-df-2.path.txt   |arp-df-2.patch
description||
 Attachment #100101|arp-df-2.path.txt   |arp-df-2.patch
   filename||
 Attachment #100101|text/plain; charset=utf-8   |text/plain
  mime type||

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


[Bug 139117] [lagg] + wlan boot timing (EBUSY)

2020-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=139117

Mark Linimon  changed:

   What|Removed |Added

  Attachment #99912|lagg_oactive.diff.txt   |lagg_oactive.diff
   filename||
  Attachment #99912|text/plain; |text/plain
  mime type|charset=US-ASCII|
  Attachment #99912|0   |1
   is patch||
  Attachment #99912|lagg_oactive.diff.txt   |lagg_oactive.diff
description||

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


  1   2   >