[Bug 269581] provisioning arm64 Azure image in Azure getting stuck intermittently.

2023-02-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269581 schakraba...@microsoft.com changed: What|Removed |Added Severity|Affects Some People |Affects Many People -

[Bug 269581] provisioning arm64 Azure image in Azure getting stuck intermittently.

2023-02-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269581 schakraba...@microsoft.com changed: What|Removed |Added Severity|Affects Some People |Affects Many People -

[Bug 269688] memalign() produces division by zero if size is 0

2023-02-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269688 Bug ID: 269688 Summary: memalign() produces division by zero if size is 0 Product: Base System Version: 13.1-RELEASE Hardware: Any OS: Any Status: New

[Bug 269688] memalign() produces division by zero if size is 0

2023-02-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269688 Mina Galić changed: What|Removed |Added CC||free...@igalic.co --- Comment #1 from

[Bug 269513] Crash when running poudriere with USE_TMPFS=all with recently upgraded CURRENT

2023-02-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269513 Graham Perrin changed: What|Removed |Added Assignee|b...@freebsd.org|f...@freebsd.org C

[Bug 269688] memalign() produces division by zero if size is 0

2023-02-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269688 --- Comment #2 from Paul Floyd --- On other platforms the behaviour is: macOS doesn't exist Linux glibc just calls malloc https://elixir.bootlin.com/glibc/glibc-2.37.9000/source/malloc/malloc.c#L3510 /* If we need less alignment than w

[Bug 269688] memalign() produces division by zero if size is 0

2023-02-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269688 --- Comment #3 from Paul Floyd --- And I would just pass it on to aligned_alloc: void * memalign(size_t align, size_t size) { return (aligned_alloc(align, size ? roundup(size, align) : size)); } -- You are receiving this mail bec

[Bug 196437] zless doesn't correctly display uncompressed files

2023-02-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196437 Fernando Apesteguía changed: What|Removed |Added Assignee|b...@freebsd.org|fern...@freebsd.org

[Bug 193334] crashinfo(8) doesn't handle compressed dumps (savecore -z)

2023-02-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193334 Fernando Apesteguía changed: What|Removed |Added Status|New |Closed Assignee|b.

[Bug 196106] VMs downloaded for 10.1-release do not dhcp on startup

2023-02-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196106 Fernando Apesteguía changed: What|Removed |Added Resolution|--- |Overcome By Events

[Bug 197547] /usr/bin/make segfaults for .SHELL: name=sh

2023-02-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197547 Fernando Apesteguía changed: What|Removed |Added CC||fern...@freebsd.org

[Bug 197547] /usr/bin/make segfaults for .SHELL: name=sh

2023-02-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197547 Fernando Apesteguía changed: What|Removed |Added Assignee|b...@freebsd.org|fern...@freebsd.org -- You

[Bug 247676] nvme not detected when hot-adding new ebs to aws instance

2023-02-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247676 dgmor...@earthlink.net changed: What|Removed |Added CC||dgmor...@earthlink.net --

[Bug 199806] [libc] Add a new option letter "l" to make fopen() use O_SHLOCK or O_EXLOCK when calling open()

2023-02-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199806 Fernando Apesteguía changed: What|Removed |Added Assignee|b...@freebsd.org|fern...@freebsd.org

[Bug 201003] forcibly unmounting a filesystem with running binaries results in panic

2023-02-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201003 Fernando Apesteguía changed: What|Removed |Added Status|New |Open CC|

[Bug 203173] nvi -R seems broken

2023-02-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203173 Fernando Apesteguía changed: What|Removed |Added Assignee|b...@freebsd.org|fern...@freebsd.org

[Bug 203662] tail -F misbehaves with stdin closed

2023-02-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203662 Fernando Apesteguía changed: What|Removed |Added Assignee|b...@freebsd.org|fern...@freebsd.org

Problem reports for b...@freebsd.org that need special attention

2023-02-19 Thread bugzilla-noreply
To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and ob

[Bug 269699] ipfw table is always created in set 0

2023-02-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269699 Bug ID: 269699 Summary: ipfw table is always created in set 0 Product: Base System Version: 13.1-RELEASE Hardware: Any OS: Any Status: New Severity:

[Bug 269699] ipfw table is always created in set 0 even if explicitely requested in a different set

2023-02-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269699 adr...@faultware.com changed: What|Removed |Added Summary|ipfw table is always|ipfw table is always

[Bug 269699] ipfw table is always created in set 0 even if explicitly requested in a different set

2023-02-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269699 adr...@faultware.com changed: What|Removed |Added Summary|ipfw table is always|ipfw table is always