[Bug 204614] LOR In mpr(4)

2016-04-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204614

Sean Bruno  changed:

   What|Removed |Added

 CC||asom...@freebsd.org,
   ||cluster...@freebsd.org,
   ||freebsd-s...@freebsd.org,
   ||k...@freebsd.org,
   ||sbr...@freebsd.org,
   ||sco...@freebsd.org,
   ||s...@freebsd.org

--- Comment #2 from Sean Bruno  ---
We just ran into this in the FreeBSD cluster with:
FreeBSD 11.0-CURRENT #0 r296318M: Mon Apr  4 21:46:27 UTC 2016


mpr0: SAS Address for SATA device = 2a4f636b92648265
mpr0: SAS Address for SATA device = 142f4f6e92648266
mpr0: SAS Address for SATA device = b2a706e92648266
mpr0: SAS Address for SATA device = 4414c6e92648266
mpr0: SAS Address from SAS device page0 = 500304801ecc0b00
mpr0: SAS Address from SATA device = 2a4f636b92648265
mpr0: Found device <81,End Device> <12.0Gbps> handle<0x000a>
enclosureHandle<0x0002> slot 0
mpr0: At enclosure level 0 and connector name ()
lock order reversal:
 1st 0xf8013d2c7460 CAM device lock (CAM device lock) @
/usr/src/sys/cam/cam_xpt.c:784
 2nd 0xfe0001b331c0 MPR lock (MPR lock) @ /usr/src/sys/cam/cam_xpt.c:2622
stack backtrace:
#0 0x80a83000 at witness_debugger+0x70
#1 0x80a82f01 at witness_checkorder+0xe71
#2 0x80a09d24 at __mtx_lock_flags+0xa4
#3 0x803022cc at xpt_action_default+0xb6c
#4 0x803120e5 at scsi_scan_bus+0x1d5
#5 0x80307f3c at xpt_scanner_thread+0x15c
#6 0x809ebea4 at fork_exit+0x84
#7 0x80e59f1e at fork_trampoline+0xe
mpr0: SAS Address from SAS device page0 = 500304801ecc0b01
mpr0: SAS Address from SATA device = 142f4f6e92648266
mpr0: Found device <81,End Device> <12.0Gbps> handle<0x000b>
enclosureHandle<0x0002> slot 1
mpr0: At enclosure level 0 and connector name ()
mpr0: SAS Address from SAS device page0 = 500304801ecc0b02
mpr0: SAS Address from SATA device = b2a706e92648266
mpr0: Found device <81,End Device> <12.0Gbps> handle<0x000c>
enclosureHandle<0x0002> slot 2
mpr0: At enclosure level 0 and connector name ()
mpr0: SAS Address from SAS device page0 = 500304801ecc0b03
mpr0: SAS Address from SATA device = 4414c6e92648266
mpr0: Found device <81,End Device> <12.0Gbps> handle<0x000d>
enclosureHandle<0x0002> slot 3

-- 
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 208188] multiple identical wait4 results for ptraced processes

2016-04-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208188

joss.up...@yahoo.com changed:

   What|Removed |Added

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

--- Comment #2 from joss.up...@yahoo.com ---
This bug is fixed with r283282.

-- 
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 206761] Kernel stack overflow in sysctl handler for kern.binmisc.add

2016-04-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206761

Ed Maste  changed:

   What|Removed |Added

  Flags||mfc-stable10?

-- 
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 204081] Uninterruptible sleep under 10.2-RELEASE

2016-04-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204081

--- Comment #3 from me+free...@lelf.lu ---
(In reply to Kurt Jaeger from comment #2)

Not sure yet. I upgraded and will keep an eye on 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 207626] [cam] Memory leak in ctl.c

2016-04-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207626

--- Comment #4 from CTurt  ---
Shawn, in your patch, setting `tmpptr` to `NULL` after it has been freed is
unnecessary since it is out of scope of the `bailout` label, so nothing can use
the freed pointer to cause use after free, after the `goto`; however it may be
preferable to do so out of good practice.

-- 
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 207366] openssh do not generate dsa host key by default

2016-04-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207366

Dag-Erling Smørgrav  changed:

   What|Removed |Added

 Status|New |Closed
 Resolution|--- |DUPLICATE

--- Comment #3 from Dag-Erling Smørgrav  ---


*** This bug has been marked as a duplicate of bug 208254 ***

-- 
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 208001] After turning off the jail does not remove network routes

2016-04-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208001

Mark Linimon  changed:

   What|Removed |Added

   Assignee|freebsd-bugs@FreeBSD.org|freebsd-j...@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 208050] The boot loader forth does not understand 'outb' on the amd64 platform.

2016-04-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208050

Mark Linimon  changed:

   What|Removed |Added

   Keywords||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 207996] RealTek ALC898 recognized as RealTek ALC899

2016-04-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207996

Mark Linimon  changed:

   What|Removed |Added

   Assignee|freebsd-bugs@FreeBSD.org|freebsd-multimedia@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 207956] [request] Support for Realtek ALC283 audio chip

2016-04-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207956

Mark Linimon  changed:

   What|Removed |Added

Summary|Support for Realtek ALC283  |[request] Support for
   |audio chip  |Realtek ALC283 audio chip

-- 
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 207910] [uart] [patch] fix for Intel Atom Cherryview SOC HSUART not recognized

2016-04-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207910

Mark Linimon  changed:

   What|Removed |Added

Summary|Intel Atom Cherryview SOC   |[uart] [patch] fix for
   |HSUART not recognized.  |Intel Atom Cherryview SOC
   |(patch included)|HSUART not recognized
   Keywords||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 207902] zfs boot into Safe Mode & Single User leads to auto mount failure.

2016-04-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207902

Mark Linimon  changed:

   What|Removed |Added

   Assignee|freebsd-bugs@FreeBSD.org|freebsd...@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 207877] routing issue (some routes seem to stop being effective after some period)

2016-04-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207877

Mark Linimon  changed:

   What|Removed |Added

   Assignee|freebsd-bugs@FreeBSD.org|freebsd-...@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 207840] Driver ix-3.1.14 not work without 'options INET6'

2016-04-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207840

Mark Linimon  changed:

   What|Removed |Added

   Keywords||IntelNetworking
   Assignee|freebsd-bugs@FreeBSD.org|freebsd-...@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 207786] gpioiic_callback() dereferences IIC "how" argument incorrectly

2016-04-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207786

Mark Linimon  changed:

   What|Removed |Added

   Keywords||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 207807] mountd: mountd.pid file is not readable by normal users

2016-04-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207807

Mark Linimon  changed:

   What|Removed |Added

   Keywords||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 207804] nscd negtive cache do not timeout for getaddrinfo:Non -recoverable failure in name resolution

2016-04-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207804

Mark Linimon  changed:

   What|Removed |Added

   Keywords||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 207745] contrib/wpa Version checks failing with LibreSSL

2016-04-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207745

Mark Linimon  changed:

   What|Removed |Added

   Keywords||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 207742] crypto/heimdal requires RAND_egd capable libcrypto

2016-04-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207742

Mark Linimon  changed:

   What|Removed |Added

   Keywords||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 207712] FreeBSD buildworld fails if option WITHOUT_SYMVER is set

2016-04-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207712

Mark Linimon  changed:

   What|Removed |Added

   Assignee|freebsd-bugs@FreeBSD.org|ema...@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 207676] ACPI Exception on Skylake Supermicro X11SSH-LN4F

2016-04-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207676

Mark Linimon  changed:

   What|Removed |Added

   Assignee|freebsd-bugs@FreeBSD.org|freebsd-a...@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 207626] [cam] Memory leak in ctl.c

2016-04-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207626

Mark Linimon  changed:

   What|Removed |Added

   Keywords||patch
Summary|Memory leak in ctl.c|[cam] Memory leak in ctl.c

-- 
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 207619] ZFS range_tree_remove() assert causes kernel panic

2016-04-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207619

Mark Linimon  changed:

   What|Removed |Added

   Assignee|freebsd-bugs@FreeBSD.org|freebsd...@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 207599] kernel built with clang fails to boot on ppc64 qemu

2016-04-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207599

Mark Linimon  changed:

   What|Removed |Added

   Assignee|freebsd-bugs@FreeBSD.org|freebsd-...@freebsd.org
   Keywords||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 207534] LOR in UFS on FreeBSD 10.3-BETA3 @ sys_rmdir

2016-04-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207534

Mark Linimon  changed:

   What|Removed |Added

   Assignee|freebsd-bugs@FreeBSD.org|freebsd...@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 207535] LOR in UFS on FreeBSD 10.3-BETA3 @ sys_fsync

2016-04-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207535

Mark Linimon  changed:

   What|Removed |Added

   Assignee|freebsd-bugs@FreeBSD.org|freebsd...@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 207533] LOR in UFS on FreeBSD 10.3-BETA3 @ sys_openat

2016-04-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207533

Mark Linimon  changed:

   What|Removed |Added

   Assignee|freebsd-bugs@FreeBSD.org|freebsd...@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 207431] Using scanimage triggers ata2: FAILURE - odd-sized DMA transfer attempt

2016-04-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207431

Mark Linimon  changed:

   What|Removed |Added

   Keywords||regression

-- 
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 207422] sys/amd64/amd64/support.S mempcy does not return dest

2016-04-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207422

Mark Linimon  changed:

   What|Removed |Added

 Resolution|--- |FIXED
   Assignee|freebsd-bugs@FreeBSD.org|k...@freebsd.org
 Status|New |Closed

--- Comment #3 from Mark Linimon  ---
Already committed by kib.

-- 
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 207411] vt has no modes with nvidia, however syscons does

2016-04-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207411

Mark Linimon  changed:

   What|Removed |Added

   Keywords||vt

-- 
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 207388] unfamiliar behavior of "setdscp" in IPFW

2016-04-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207388

Mark Linimon  changed:

   What|Removed |Added

   Assignee|freebsd-bugs@FreeBSD.org|freebsd-i...@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 207366] openssh do not generate dsa host key by default

2016-04-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207366

Mark Linimon  changed:

   What|Removed |Added

 CC||d...@freebsd.org

--- Comment #2 from Mark Linimon  ---
des@, is this your area?

-- 
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 207362] Crafted gzip archive causes tar(1) to exhaust all your memory

2016-04-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207362

Mark Linimon  changed:

   What|Removed |Added

   Assignee|freebsd-bugs@FreeBSD.org|delp...@freebsd.org
 Status|New |Closed
 Resolution|--- |FIXED

--- Comment #8 from Mark Linimon  ---
Already committed by delphij.

-- 
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 207337] libi386: typo in struct in pxe.h

2016-04-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207337

Mark Linimon  changed:

   What|Removed |Added

   Keywords||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 207336] Storage Controller Interface driver - typo in unimplemented macro in scic_sds_controller_registers.h

2016-04-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207336

Mark Linimon  changed:

   What|Removed |Added

   Assignee|freebsd-bugs@FreeBSD.org|freebsd-s...@freebsd.org
   Keywords||patch
Summary|Storage Controller  |Storage Controller
   |Interface driver - typo in  |Interface driver - typo in
   |unimplemented macro |unimplemented macro in
   ||scic_sds_controller_registe
   ||rs.h

-- 
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 207332] RAID LSI EP400i hardware error on Fujitsu RX2450

2016-04-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207332

Mark Linimon  changed:

   What|Removed |Added

Summary|RAID LSI EP400i hardware|RAID LSI EP400i hardware
   |error   |error on Fujitsu RX2450
  Component|misc|kern

-- 
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 207281] 10.3-PRERELEASE r295247M hangup

2016-04-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207281

Mark Linimon  changed:

   What|Removed |Added

   Assignee|freebsd-bugs@FreeBSD.org|mar...@freebsd.org

--- Comment #4 from Mark Linimon  ---
Over to marius, who did the revert.

-- 
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 207255] UEFI not working with Acer Aspire E5-571G-55TR

2016-04-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207255

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 207069] setting loader password in loader.conf disallows boot

2016-04-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207069

Mark Linimon  changed:

   What|Removed |Added

   Keywords||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 207068] hwpmc wrap around/sign extension

2016-04-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207068

Mark Linimon  changed:

   What|Removed |Added

 Status|New |Closed
 Resolution|--- |FIXED
   Assignee|freebsd-bugs@FreeBSD.org|k...@freebsd.org

--- Comment #14 from Mark Linimon  ---
Already committed by kib.

-- 
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 208196] Forward declaration of 'struct ifaddr' in /usr/include/net/if_var.h

2016-04-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208196

Mark Linimon  changed:

   What|Removed |Added

Summary|Forward declaration of  |Forward declaration of
   |'struct ifaddr' |'struct ifaddr' in
   ||/usr/include/net/if_var.h
   Keywords||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 208497] less in 10.3-RELEASE in more compatibility mode cause freebsd-update to page when it shouldn't

2016-04-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208497

--- Comment #2 from der...@lifeofadishwasher.com ---
Created attachment 168951
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=168951=edit
page the contents of a group not all of the if

page the contents of a group not all of the if.  That way we only page when we
have to.

-- 
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 208497] less in 10.3-RELEASE in more compatibility mode cause freebsd-update to page when it shouldn't

2016-04-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208497

der...@lifeofadishwasher.com changed:

   What|Removed |Added

URL||http://www.greenwoodsoftwar
   ||e.com/less/news.481.html

--- Comment #1 from der...@lifeofadishwasher.com ---
less's update to 481 in 10.3-RELEASE causes more compatibility more to page
output when you reach EOF:

 ...
 - In more-compatible mode, change the -e option to work like -E, not -EF. 
 ...

This didn't happen in <10.3 running freebsd-update without when nothing was to
be updated.

less when ran in more compatibility without -e applies as if -e was used.

freebsd-update sends all output to a $PAGER (by default - more) by piping a sh
if to $PAGER:

  if

  fi | $PAGER

I don't think less should change for this (or if it's even a bug in less).

Should freebsd-update to not pipe if's contents but rather a grouped { ... ; }
output inside the if block:

  ...
  # Report to the user if any updates were avoided due to local changes
  if [ -s modifiedfiles ]; then
{ echo
echo -n "The following files are affected by updates, "
echo "but no changes have" 
echo -n "been downloaded because the files have been "
echo "modified locally:"
cat modifiedfiles; } | $PAGER
  fi
  ...

I believe that's the way PAGER is used in all of freebsd-update.
If so should the attached patch fix this?

PS: I hit return in the subject when I first reported this bug hence the empty
comment.

-- 
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"