https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205176
Mathieu Arnold changed:
What|Removed |Added
Assignee|port...@freebsd.org |freebsd-bugs@FreeBSD.org
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205163
Mark Linimon changed:
What|Removed |Added
Keywords||patch
--
You are receiving this ma
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192014
Hajimu UMEMOTO changed:
What|Removed |Added
CC||u...@freebsd.org
--- Comment #8 f
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205163
Andriy Gapon changed:
What|Removed |Added
CC||a...@freebsd.org
--- Comment #5 fro
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205163
Andriy Gapon changed:
What|Removed |Added
CC|a...@freebsd.org |
--- Comment #6 from Andriy Gapon
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205180
Bug ID: 205180
Summary: bsdtar does not restore group with -p
Product: Base System
Version: 9.3-STABLE
Hardware: Any
OS: Any
Status: New
Severity: A
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192014
--- Comment #9 from Francisco de Borja Lopez Rio ---
Because it is handy when you have a system with a number of local-only Jails.
You give them addresses in the 127.0.0.0 range and then you use PF (or
whatever) to redirect traffic there if
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205183
Bug ID: 205183
Summary: powerpc64 11.0-CURRENT clang (3.7) crashes during
buildworld's atf-check.cpp compile
Product: Base System
Version: 11.0-CURRENT
Hardware: ppc
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203791
Andrey V. Elsukov changed:
What|Removed |Added
CC||a...@freebsd.org
Resol
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=183817
eu...@grosbein.net changed:
What|Removed |Added
CC||freebsd-sta...@freebsd.org
---
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=183817
Kubilay Kocak changed:
What|Removed |Added
Flags||mfc-stable9?, mfc-stable10?
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=175086
Andrey V. Elsukov changed:
What|Removed |Added
CC||jyhpsy...@gmail.com
--- Commen
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202142
--- Comment #1 from commit-h...@freebsd.org ---
A commit references this bug:
Author: ume
Date: Thu Dec 10 11:11:44 UTC 2015
New revision: 292059
URL: https://svnweb.freebsd.org/changeset/base/292059
Log:
The calls to RES_SET_H_ERRNO() m
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202142
Hajimu UMEMOTO changed:
What|Removed |Added
CC||u...@freebsd.org
Stat
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=175086
Andrey V. Elsukov changed:
What|Removed |Added
Assignee|freebsd-bugs@FreeBSD.org|a...@freebsd.org
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205180
Mark Linimon changed:
What|Removed |Added
Keywords||patch
--
You are receiving this ma
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205163
--- Comment #7 from k...@denninger.net ---
(In reply to Andriy Gapon from comment #6)
The predicate that was turned into a dynamic variable was runtime tunable
without any sort of mutex locking; a reasonable perusal of the code disclosed
no
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205194
Bug ID: 205194
Summary: Changing MTU higher than 1500 on the interface pfsync0
causes panic
Product: Base System
Version: 10.1-RELEASE
Hardware: amd64
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205163
--- Comment #8 from Andriy Gapon ---
(In reply to karl from comment #7)
The original tunable was expected to be set only once at the boot time.
Your new "internal" variable can be changed on every call to "dmu_tx_wait" and
those calls can b
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205163
--- Comment #9 from k...@denninger.net ---
(In reply to Andriy Gapon from comment #8)
That sysctl was not declared as settable only in loader.conf; it was (and is)
runtime tunable. That which can be changed at runtime the base code had bet
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205183
--- Comment #1 from Mark Millard ---
I should have noted that the running powerpc64 11.0-CURRENT system was built
with a modern devel/powerpc-gcc that was running on the powerpc64. (Sort of a
self-hosted cross compile.) It is WITH_LIBCPLUSP
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205228
Bug ID: 205228
Summary: [lor] @ kern/kern_descrip.c kern/vfs_subr.c
Product: Base System
Version: 11.0-CURRENT
Hardware: amd64
OS: Any
Status: New
S
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204897
Jamie Gritton changed:
What|Removed |Added
Attachment #163656|0 |1
is obsolete|
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205163
--- Comment #10 from dustinw...@ebureau.com ---
(kgdb) frame 7
#7 0x819f54d4 in dmu_tx_wait (tx=0xf805786ae400) at
/usr/src/sys/modules/zfs/../../cddl/contrib/opensolaris/uts/common/fs/zfs/dmu_tx.c:1078
1078min_tx_time =
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205163
--- Comment #11 from dustinw...@ebureau.com ---
The instruction pointer refers to the division at 0x819f54d4, where it
performs the unsigned divide rdx:rax/rsi.
Somehow, rsi is reported as 0 in frame 7. I'd expect it to be -5165056
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205163
--- Comment #12 from k...@denninger.net ---
(In reply to dustinwenz from comment #11)
Right -- it should be the unsigned (underflowed) equivalent, which of course is
not division by zero.
I don't think you should be able to get there with
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205176
Jilles Tjoelker changed:
What|Removed |Added
Resolution|--- |Works As Intended
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205163
--- Comment #13 from Andriy Gapon ---
(In reply to dustinwenz from comment #11)
I think that gdb does not lie here.
Do you see any code that prevents a value stored at address 0x81b11ad0
from changing after a load to %rsi at 0xf
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205194
Mark Linimon changed:
What|Removed |Added
Assignee|freebsd-bugs@FreeBSD.org|freebsd-...@freebsd.org
--
You are
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192014
Hajimu UMEMOTO changed:
What|Removed |Added
Status|New |In Progress
Assignee|fr
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=183817
Kubilay Kocak changed:
What|Removed |Added
Keywords||crash
--
You are receiving this m
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205176
Kubilay Kocak changed:
What|Removed |Added
Assignee|freebsd-bugs@FreeBSD.org|jil...@freebsd.org
--- Comment #4
32 matches
Mail list logo