[Bug 122588] [lor] 4 Lock Order Reversal

2015-11-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=122588

NGie Cooper  changed:

   What|Removed |Added

   Assignee|freebsd-bugs@FreeBSD.org|freebsd...@freebsd.org
 CC||n...@freebsd.org

--- Comment #2 from NGie Cooper  ---
Most of these LORs are known, but the 2nd and 4th LORs look interesting (I
don't remember seeing LORs with vfslock and pseudofs recently).

Reassigning to -fs@ for triage.

-- 
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 204554] Intel 6300ESB SATA150 cannot find disk and boot rerun of 127391

2015-11-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204554

Bug ID: 204554
   Summary: Intel 6300ESB SATA150 cannot find disk and boot rerun
of 127391
   Product: Base System
   Version: 9.3-RELEASE
  Hardware: i386
OS: Any
Status: New
  Severity: Affects Some People
  Priority: ---
 Component: kern
  Assignee: freebsd-bugs@FreeBSD.org
  Reporter: s...@iranger.com

I reported kern/127391 back when I upgraded to 6.3 and 7.1. A patch was
re-discovered after being lost. See

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=127391

for the details. I had to patch sys/dev/ata/chipsets/ata-intel.c to increase
the DELAY value in the reset routine.

*** /usr/src/sys/dev/ata/chipsets/ata-intel.c-  Fri Nov 28 08:47:33 2014
--- /usr/src/sys/dev/ata/chipsets/ata-intel.c   Sat Nov 14 03:08:23 2015
***
*** 470,476 
mask |= (1 << smap[1]);
pci_write_config(parent, 0x92,
pci_read_config(parent, 0x92, 2) & ~mask, 2);
!   DELAY(10);
pci_write_config(parent, 0x92,
pci_read_config(parent, 0x92, 2) | mask, 2);

--- 470,476 
mask |= (1 << smap[1]);
pci_write_config(parent, 0x92,
pci_read_config(parent, 0x92, 2) & ~mask, 2);
!   DELAY(100);
pci_write_config(parent, 0x92,
pci_read_config(parent, 0x92, 2) | mask, 2);

I did notice that the GENERIC kernel worked fine when the console was
redirected to the serial port which led me to think to keep increasing the
DELAY value until it started working.

-- 
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 83995] CFLAGS & COPTFLAGS ambiguous behaviour

2015-11-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=83995

NGie Cooper  changed:

   What|Removed |Added

   Assignee|freebsd-bugs@FreeBSD.org|n...@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 198385] syslogd seems to leak memory under certain circumstances

2015-11-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198385

NGie Cooper  changed:

   What|Removed |Added

 CC||n...@freebsd.org
   Assignee|freebsd-bugs@FreeBSD.org|n...@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 125613] [ufs] [patch] ACL problems with special files

2015-11-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=125613

NGie Cooper  changed:

   What|Removed |Added

 Status|In Progress |Closed
   Assignee|freebsd-bugs@FreeBSD.org|tr...@freebsd.org
 Resolution|--- |FIXED
 CC||n...@freebsd.org

--- Comment #7 from NGie Cooper  ---
Closing bug that seems to have been fixed on all shipping branches. Thanks
trasz :)!

-- 
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 127056] lp(1) doesn't use -o options

2015-11-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=127056

NGie Cooper  changed:

   What|Removed |Added

 Status|In Progress |Open

-- 
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 186032] failok option in /etc/fstab not being honored when NFS export is unavailable

2015-11-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=186032

NGie Cooper  changed:

   What|Removed |Added

 CC||n...@freebsd.org

--- Comment #1 from NGie Cooper  ---
I've seen this too recently. I'm wondering if dump/pass == 0 vs != 0 would
affect this any..

-- 
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 204537] A typo in a Makefile fails 'install world' on 10.2-STABLE

2015-11-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204537

Bug ID: 204537
   Summary: A typo in a Makefile fails 'install world' on
10.2-STABLE
   Product: Base System
   Version: 10.2-STABLE
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Many People
  Priority: ---
 Component: misc
  Assignee: freebsd-bugs@FreeBSD.org
  Reporter: tam...@gmail.com

Created attachment 163111
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=163111=edit
this diff fixes the typo.

a typo in /usr/src/share/man/man9/Makefile fails 'install world'.

-- 
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 195460] [patch] systat to display zfs arc cache status/info

2015-11-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195460

Michael Reifenberger  changed:

   What|Removed |Added

 Status|In Progress |Closed
 Resolution|--- |FIXED

--- Comment #4 from Michael Reifenberger  ---
No complaints after commit.

-- 
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 204340] [panic] nfsd, em, msix, fatal trap 9

2015-11-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204340

Sean Bruno  changed:

   What|Removed |Added

   Keywords||IntelNetworking
 CC||sbr...@freebsd.org

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list 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 204545] Adding quirk entry for some C720p firmware in keyboard module.

2015-11-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204545

Bug ID: 204545
   Summary: Adding quirk entry for some C720p firmware in keyboard
module.
   Product: Base System
   Version: 11.0-CURRENT
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Some People
  Priority: ---
 Component: kern
  Assignee: freebsd-bugs@FreeBSD.org
  Reporter: pit...@gmail.com

Basically a one-liner to make the keyboard work on my machine (C720p).
Has been tested.

Update the struct in sys/dev/atkbdc/atkbdc.c:124

static struct atkbdc_quirks quirks[] = {
{"coreboot", "Acer", "Peppy",
KBDC_QUIRK_KEEP_ACTIVATED | KBDC_QUIRK_IGNORE_PROBE_RESULT |
KBDC_QUIRK_RESET_AFTER_PROBE | KBDC_QUIRK_SETLEDS_ON_INIT},
{"coreboot", "Google", "Peppy",
KBDC_QUIRK_KEEP_ACTIVATED | KBDC_QUIRK_IGNORE_PROBE_RESULT |
KBDC_QUIRK_RESET_AFTER_PROBE | KBDC_QUIRK_SETLEDS_ON_INIT},

{NULL, NULL, NULL, 0}
};

Ref:
https://lists.freebsd.org/pipermail/svn-src-head/2015-February/068276.html

-- Philippe Michaud-Boudreault

-- 
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 204537] A typo in a Makefile fails 'install world' on 10.2-STABLE

2015-11-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204537

Mark Linimon  changed:

   What|Removed |Added

   Assignee|freebsd-bugs@FreeBSD.org|j...@freebsd.org
URL||https://svnweb.freebsd.org/
   ||base/stable/10/share/man/ma
   ||n9/Makefile?revision=290809
   ||=markup
   Keywords||easy, patch

--- Comment #1 from Mark Linimon  ---
John, visually this seems to be a correct fix for your commit in 29080.

-- 
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 76362] [patch] sys directory link points to wrong location

2015-11-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=76362

NGie Cooper  changed:

   What|Removed |Added

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

--- Comment #4 from NGie Cooper  ---
(In reply to NGie Cooper from comment #3)

This works with relative symlinks, i.e. DESTDIR != /:

$ svn diff etc/
Index: etc/Makefile
===
--- etc/Makefile(revision 290831)
+++ etc/Makefile(working copy)
@@ -408,7 +408,7 @@
${METALOG.add} ; \
done; true
 .endif
-   ${INSTALL_SYMLINK} usr/src/sys ${DESTDIR}/sys
+   ${INSTALL_SYMLINK} ${SRCTOP:C/^\///}/sys ${DESTDIR}/sys
 .if ${MK_MAN} != "no"
cd ${DESTDIR}${SHAREDIR}/man; \
for mandir in man*; do \

-- 
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 201961] r285995: /usr/src/sys/kern/kern_shutdown.c:(.text+0x2e6): undefined reference to `bufshutdown'

2015-11-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201961

NGie Cooper  changed:

   What|Removed |Added

 Status|New |Open
   Assignee|freebsd-bugs@FreeBSD.org|n...@freebsd.org
 CC||n...@freebsd.org

--- Comment #1 from NGie Cooper  ---
Did you run into this issue when you did make buildkernel without running make
buildworld/kernel-toolchain first?

$ svn blame sys/sys/buf.h | grep bufshutdown
285993   jeff void  bufshutdown(int);
$

-- 
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 194985] getdtablecount new syscall from openbsd

2015-11-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194985

--- Comment #7 from commit-h...@freebsd.org ---
A commit references this bug:

Author: rodrigc
Date: Sat Nov 14 23:07:39 UTC 2015
New revision: 290835
URL: https://svnweb.freebsd.org/changeset/base/290835

Log:
  Implemtn getdtablecount() to count open file descriptors for current process.

  Use underlying sysctl implemented by mjg in r290473.

  PR:194985
  Reviewed by:   bapt, mjg
  Differential Revision: https://reviews.freebsd.org/D4084

Changes:
  head/lib/libopenbsd/Makefile
  head/lib/libopenbsd/getdtablecount.c
  head/lib/libopenbsd/unistd.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 204549] freebsd-update should fetch e.g. /etc/ntp.conf.default

2015-11-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204549

Bug ID: 204549
   Summary: freebsd-update should fetch e.g. /etc/ntp.conf.default
   Product: Base System
   Version: 9.3-RELEASE
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Many People
  Priority: ---
 Component: conf
  Assignee: freebsd-bugs@FreeBSD.org
  Reporter: d...@horsfall.org

If I modify /etc/ntp.conf to add say my ADSL router, freebsd-update will not
retrieve any new version.  Instead, it should maintain say
/etc/ntp.conf.default, and let the user sort it out.

If I dare to modify a user-modifiable file:

aneurin# freebsd-update fetch  
Looking up update.FreeBSD.org mirrors... none found.
Fetching metadata signature for 9.3-RELEASE from update.FreeBSD.org... done.
Fetching metadata index... done.
Inspecting system... done.
Preparing to download files... done.

The following files are affected by updates, but no changes have
been downloaded because the files have been modified locally:
/etc/ntp.conf

The following files will be removed as part of updating to 9.3-RELEASE-p30:

aneurin# 

If I capitulate and put the original back:

aneurin# freebsd-update fetch
Looking up update.FreeBSD.org mirrors... none found.
Fetching metadata signature for 9.3-RELEASE from update.FreeBSD.org... done.
Fetching metadata index... done.
Inspecting system... done.
Preparing to download files... done.

The following files will be removed as part of updating to 9.3-RELEASE-p30:

aneurin#

I then have to restore my changes...

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