[Bug 228290] [patch] elfdump -n does not recognise notes sections

2018-05-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228290 Ed Maste changed: What|Removed |Added Assignee|b...@freebsd.org|ema...@freebsd.org -- You are receivin

[Bug 228290] [patch] elfdump -n does not recognise notes sections

2018-05-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228290 --- Comment #1 from commit-h...@freebsd.org --- A commit references this bug: Author: emaste Date: Wed May 30 01:16:50 UTC 2018 New revision: 334363 URL: https://svnweb.freebsd.org/changeset/base/334363 Log: elfdump: chase ABI tag note n

[Bug 228599] iflib / arp : Memory modified after free 0xfffff8009a1a9c00(504) val=8ff4fc00 @ 0xfffff8009a1a9c90 [

2018-05-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228599 Eitan Adler changed: What|Removed |Added Resolution|--- |FIXED Status|New

[Bug 228599] iflib / arp : Memory modified after free 0xfffff8009a1a9c00(504) val=8ff4fc00 @ 0xfffff8009a1a9c90 [

2018-05-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228599 Bug ID: 228599 Summary: iflib / arp : Memory modified after free 0xf8009a1a9c00(504) val=8ff4fc00 @ 0xf8009a1a9c90 [ Product: Base System Version: C

[Bug 228290] [patch] elfdump -n does not recognise notes sections

2018-05-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228290 Conrad Meyer changed: What|Removed |Added Version|10.4-RELEASE|CURRENT -- You are receiving this

Faktura VAT - sprzedaży nr. 30/05/2018

2018-05-29 Thread Bartosz Wozniak
Witam, W załączniku znajduje się faktura. Faktura VAT - sprzedaży nr. 30/05/2018 Z poważaniem, Bartosz Wozniak Biuro COMINPORT ___ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send a

[Bug 228574] GNU ld doesn't emit _end when linking with lld-linked libc.so

2018-05-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228574 --- Comment #3 from Mark Johnston --- Looks like the binutils maintainers consider our use of _end to be a bug: https://sourceware.org/bugzilla/show_bug.cgi?id=23161 I don't see how we can implement brk()/sbrk() without it though. Looking

[Bug 228574] GNU ld doesn't emit _end when linking with lld-linked libc.so

2018-05-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228574 --- Comment #2 from Mark Johnston --- I asked about the GNU ld behaviour here: https://sourceware.org/ml/binutils/2018-05/msg00300.html I suspect that this will have to be worked around in lld regardless, but I'd like to understand the pro

[Bug 212562] stucking kyua test (/usr/tests/lib/libutil) on 10.3-RELEASE

2018-05-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212562 Ed Maste changed: What|Removed |Added See Also||https://bugs.freebsd.org/bu

[Bug 222684] IPv6 AH hmac-sha2-384 is incompatible with Linux AH hmac(sha384)

2018-05-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222684 --- Comment #8 from Jason Mader --- (In reply to Conrad Meyer from comment #7) I don't see changes to the NetBSD ah_output() and ah_hdrsiz() functions either. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 222684] IPv6 AH hmac-sha2-384 is incompatible with Linux AH hmac(sha384)

2018-05-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222684 --- Comment #7 from Conrad Meyer --- (In reply to Jason Mader from comment #6) Ah, that is unfortunate. Thanks. I don't see anything in the NetBSD link related to AH MAC length padding. -- You are receiving this mail because: You are th

[Bug 222684] IPv6 AH hmac-sha2-384 is incompatible with Linux AH hmac(sha384)

2018-05-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222684 --- Comment #6 from Jason Mader --- (In reply to Conrad Meyer from comment #5) Nope, only because I don't believe Linux ip xfrm has that algorithm, >From IP-XFRM(8): Authentication algorithms include digest_null, hmac(md5), hmac(sha1),

[Bug 222684] IPv6 AH hmac-sha2-384 is incompatible with Linux AH hmac(sha384)

2018-05-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222684 --- Comment #5 from Conrad Meyer --- (In reply to Jason Mader from comment #4) Ah, got it, thanks! I'm not familiar with NetBSD IPSec work and don't know how much is shared. Based on a 20 byte MAC like HMAC-SHA1 working and an 8 byte alig

[Bug 222684] IPv6 AH hmac-sha2-384 is incompatible with Linux AH hmac(sha384)

2018-05-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222684 --- Comment #4 from Jason Mader --- (In reply to Conrad Meyer from comment #3) Correct. All I meant, with the considerable of changes to NetBSD IPsec (which I thought FreeBSD was similar to), if this had been caught already this would be a

[Bug 222684] IPv6 AH hmac-sha2-384 is incompatible with Linux AH hmac(sha384)

2018-05-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222684 --- Comment #3 from Conrad Meyer --- I think FreeBSD is probably in the wrong here. ah_output() does not appear to round-up ah/MAC length at all, and the ah_hdrsiz() helper unconditionally rounds to 32 bits, not 64. -- You are receiving

[Bug 222684] IPv6 AH hmac-sha2-384 is incompatible with Linux AH hmac(sha384)

2018-05-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222684 --- Comment #2 from Conrad Meyer --- It is totally plausible that FreeBSD's Ipv6 IPSEC is broken, but I don't see what NetBSD's got to do with it. -- You are receiving this mail because: You are the assignee for the bug. _

[Bug 222684] IPv6 AH hmac-sha2-384 is incompatible with Linux AH hmac(sha384)

2018-05-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222684 Jason Mader changed: What|Removed |Added Version|11.1-RELEASE|CURRENT --- Comment #1 from Jason Ma

[Bug 228592] freebsd-update kernel update

2018-05-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228592 Bug ID: 228592 Summary: freebsd-update kernel update Product: Base System Version: 11.1-RELEASE Hardware: Any OS: Any Status: New Severity: Affects

[Bug 228556] igb link status is not updating properly when configured as VF driver in guest OS

2018-05-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228556 Sean Bruno changed: What|Removed |Added Status|New |In Progress --- Comment #1 from Sean

[Bug 169800] [libc] [patch] change a number of system library functions to set the O_CLOEXEC flag

2018-05-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=169800 Dag-Erling Smørgrav changed: What|Removed |Added Assignee|d...@freebsd.org |b...@freebsd.org

[Bug 228588] [patch] add keymap file to provide Irish language support

2018-05-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228588 Mark Linimon changed: What|Removed |Added Keywords||patch Summary|[PATCH] Ke

[Bug 228587] [patch] add new ga_IE.UTF-8 locale

2018-05-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228587 Mark Linimon changed: What|Removed |Added Summary|[PATCH] ga_IE.UTF-8 locale |[patch] add new ga_IE.UTF-8

[Bug 228588] [PATCH] Keymap file to provide Irish language support

2018-05-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228588 Bug ID: 228588 Summary: [PATCH] Keymap file to provide Irish language support Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New

[Bug 228480] [amdtemp] Add device id and WIP patch for driver update

2018-05-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228480 Mark Linimon changed: What|Removed |Added Keywords||patch -- You are receiving this ma

[Bug 228470] struct auditpipe_ioctl_preselect's fields not defined in the same header file

2018-05-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228470 Mark Linimon changed: What|Removed |Added Keywords||patch -- You are receiving this ma

[Bug 228587] [PATCH] ga_IE.UTF-8 locale

2018-05-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228587 Bug ID: 228587 Summary: [PATCH] ga_IE.UTF-8 locale Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affects Only Me

[Bug 228497] [nfs] kernel panic in nfsrv_checksequence

2018-05-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228497 Mark Linimon changed: What|Removed |Added Keywords||panic Assignee|b...@freeb

[Bug 228500] problem when install on intel dx38bt

2018-05-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228500 Mark Linimon changed: What|Removed |Added Component|standards |misc Assignee|standa...@f

[Bug 228555] panic: ufs_dirbad: /home: bad dir ino 449428 at offset 1024: mangled entry

2018-05-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228555 Mark Linimon changed: What|Removed |Added Keywords||panic -- You are receiving this ma

[Bug 228556] igb link status is not updating properly when configured as VF driver in guest OS

2018-05-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228556 Mark Linimon changed: What|Removed |Added Keywords||patch CC|

[Bug 228557] 11.3-BETA3 excessive swapping (swap on zvol)

2018-05-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228557 Mark Linimon changed: What|Removed |Added Keywords||regression -- You are receiving th

[Bug 228555] panic: ufs_dirbad: /home: bad dir ino 449428 at offset 1024: mangled entry

2018-05-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228555 Andriy Gapon changed: What|Removed |Added Summary|Using either Firefox and|panic: ufs_dirbad: /home:

[Bug 178473] gmultipath(8) needs to be smarter about errors

2018-05-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=178473 --- Comment #6 from Jan Bramkamp --- The problem described in this PR still exists in FreeBSD 11.1-p10. -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs