[Bug 255525] grep performance problem

2022-04-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255525 Duane changed: What|Removed |Added CC||parakl...@darkreality.org --- Comment #1 f

subscribe

2022-04-14 Thread Dmitry Chagin
Subscribe

[Bug 263278] boot(8) states mistakenly that a `?` at the end of the path lists directory contents

2022-04-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263278 Bug ID: 263278 Summary: boot(8) states mistakenly that a `?` at the end of the path lists directory contents Product: Base System Version: 13.0-RELEASE Hardware: Any

[Bug 255525] grep performance problem

2022-04-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255525 --- Comment #2 from Duane --- Created attachment 233215 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=233215&action=edit Replace gnugrep with pcregrep -- You are receiving this mail because: You are the assignee for the bug.

[Bug 255525] grep performance problem

2022-04-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255525 --- Comment #3 from Duane --- Sorry, I've just realised that this bug relates to the performance of libc/regex in the base system, not the debootstrap port performance. I've come into this backwards through a search online. I'll resubmit

[Bug 263268] bsdgrep: support empty subexpressions

2022-04-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263268 Ed Maste changed: What|Removed |Added CC||ema...@freebsd.org --- Comment #1 from

[Bug 261728] If sh became a usable interactive shell, then why can't it tab-autocomplete file.(mine).1.txt and file.(mine).2.txt?

2022-04-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261728 --- Comment #13 from Piotr Pawel Stefaniak --- A fix for this (and another file name completion bug) just landed in main. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 262590] [pf][patch] Anchor "blacklistd/*" not correctly shown in pfctl -a \* -s rules

2022-04-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262590 --- Comment #15 from commit-h...@freebsd.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=d86cf4435021d0abf3f3d65039583ee8cfde1be1 commit d86cf4435021d0abf3f3d65039583ee8cfde1be1 Author:

[Bug 262590] [pf][patch] Anchor "blacklistd/*" not correctly shown in pfctl -a \* -s rules

2022-04-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262590 Matteo Riondato changed: What|Removed |Added Status|New |In Progress -- You are receivin

[Bug 263283] Packet drops on rock64

2022-04-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263283 Bug ID: 263283 Summary: Packet drops on rock64 Product: Base System Version: 13.0-RELEASE Hardware: arm64 OS: Any Status: New Severity: Affects Some

[Bug 263283] Packet drops on rock64

2022-04-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263283 Mark Linimon changed: What|Removed |Added Component|kern|arm Assignee|b...@freebsd

[Bug 263288] IPv6 system not responding to Neighbor Solicitation

2022-04-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263288 Bug ID: 263288 Summary: IPv6 system not responding to Neighbor Solicitation Product: Base System Version: 13.0-RELEASE Hardware: amd64 OS: Any Status: New

[Bug 262897] [ufs] [panic] Crash during chflags operation

2022-04-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262897 --- Comment #2 from Kirk McKusick --- Were you able to successfully do the operation after the system rebooted? Running `tunefs -p' on the affected filesystem might be useful. This is such a commonly used code path and with no likely lock

[Bug 263289] [devfs] /bin/devfs usage

2022-04-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263289 Bug ID: 263289 Summary: [devfs] /bin/devfs usage Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affects Some Peo

[Bug 255525] grep performance problem

2022-04-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255525 --- Comment #4 from Duane --- Just out of interest I had a look around at the available regex libraries and I think probably the way forward for base would be to update to the newer Henry Spencer regex library from within the TCL codebase.