[Bug 228539] [PATCH] for /usr/bin/man when using multibyte characters (utf-8).

2018-06-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228539

--- Comment #2 from Michihiro Satoh  ---
Created attachment 193908
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=193908=edit
patch for manualpage of man(1)

-- 
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 214480] [psm] HP EliteBook 2570p: Synaptics touchpad detected as IntelliMouse

2018-06-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214480

Neel Chauhan  changed:

   What|Removed |Added

 Status|Open|Closed
 Resolution|--- |Overcome By Events

--- Comment #10 from Neel Chauhan  ---
My current FreeBSD laptop is a EliteBook 1040 G3 (I no longer own the 2570p).

-- 
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 228668] [psm] Alps GlidePoint on HP EliteBook 1040 G3: No two finger scroll

2018-06-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228668

Neel Chauhan  changed:

   What|Removed |Added

 Attachment #193906|0   |1
is obsolete||

--- Comment #2 from Neel Chauhan  ---
Created attachment 193907
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=193907=edit
Full dmesg log

Oops, accidentally uploaded psm snippet again.

-- 
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 228668] [psm] Alps GlidePoint on HP EliteBook 1040 G3: No two finger scroll

2018-06-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228668

--- Comment #1 from Neel Chauhan  ---
Created attachment 193906
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=193906=edit
Full dmesg log

Also, here is my dmesg log.

-- 
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 228668] [psm] Alps GlidePoint on HP EliteBook 1040 G3: No two finger scroll

2018-06-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228668

Bug ID: 228668
   Summary: [psm] Alps GlidePoint on HP EliteBook 1040 G3: No two
finger scroll
   Product: Base System
   Version: CURRENT
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Only Me
  Priority: ---
 Component: kern
  Assignee: b...@freebsd.org
  Reporter: n...@neelc.org

Created attachment 193905
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=193905=edit
HP EliteBook 1040 G3 psm snippets

I just got a HP EliteBook 1040 G3 to replace an older 1040 G1, and am not able
to do two finger scroll. I tried this with enabling Synaptics and Elantech
support in /boot/loader.conf, and tried both with and without moused. If I put
two fingers on the touchpad, the cursor does not move, but the page does not
scroll.

Unlike the 1040 G1 or G2 which used a Synaptics "ForcePad" (pressure sensitive
touchpad like Apple's "Force Touch"), the 1040 G3 uses a ClickPad, but one
backed by an Alps GlidePoint instead of Synaptics or Elantech. Looking at
psm.c, I did not see any code for two finger scrolling on Alps touchpads (It
seems Dell Latitudes and E-series ThinkPads also use GlidePoints, and both
**probably** have this issue).

There is an Hackintosh touchpad driver which seems interesting:
https://github.com/RehabMan/OS-X-Voodoo-PS2-Controller

They even have a driver for multiple trackpads, including Alps units:
https://github.com/RehabMan/OS-X-Voodoo-PS2-Controller/tree/master/VoodooPS2Trackpad
(maybe at the files VoodooPS2ALPSGlidePoint.cpp and VoodooPS2ALPSGlidePoint.h?)

I have attached psm snippets, and will attach my full dmesg log.

-- 
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 228535] emulators/virtualbox-ose-kmod: 11.2-BETA3 - kldload vboxdrv leads to panic

2018-06-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228535

rkober...@gmail.com changed:

   What|Removed |Added

 CC||rkober...@gmail.com

--- Comment #8 from rkober...@gmail.com ---
This is not something new. While I have seen the assertion that the KBI/KPI are
supposed to be stable between major releases as the system ABI/API are, I am
not sure that this is official policy and, even it is, it seems to be
frequently ignored.

In any case, it is because of this that the PORTS_MODULES variable and the
support for it in makekernel came into being. If you build your own kernel,
that takes care of it. If you use freebsd-update it would be a good thing if
the script printed a reminder to re-build ports after an upgrade operation. It
probably could  use pkg to find all kmod ports installed and offer to re-build
them.

-- 
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 228535] emulators/virtualbox-ose-kmod: 11.2-BETA3 - kldload vboxdrv leads to panic

2018-06-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228535

--- Comment #7 from Eric van Gyzen  ---
At the very least, this needs special mention in the release notes.

Maybe the release notes could suggest that users change their configuration to
avoid loading these modules until their packages have been updated.  Otherwise,
the system could get into a panic-on-boot loop, which is...shall we
say...unfriendly.

-- 
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 228535] emulators/virtualbox-ose-kmod: 11.2-BETA3 - kldload vboxdrv leads to panic

2018-06-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228535

Rodney W. Grimes  changed:

   What|Removed |Added

 CC||rgri...@freebsd.org

--- Comment #6 from Rodney W. Grimes  ---
virtual box's module is a "well known" problem with respect to ABI issues, the
best way to fix this is to compile the kmod on the specific release you are
running Virtual box on.

This module just knows way to much about the insides of the kernel to easily
maintain.

-- 
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 223440] world needs review and adjustment for the disabling of fallocate for zfs (-r325320), lld included

2018-06-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223440

--- Comment #11 from Ed Maste  ---
Change in my WIP branch:
https://github.com/emaste/freebsd/commit/77572f574f8c4aa2d9f4eaee

-- 
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 223440] world needs review and adjustment for the disabling of fallocate for zfs (-r325320), lld included

2018-06-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223440

Ed Maste  changed:

   What|Removed |Added

 Status|Open|In Progress

-- 
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 223440] world needs review and adjustment for the disabling of fallocate for zfs (-r325320), lld included

2018-06-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223440

Ed Maste  changed:

   What|Removed |Added

 CC||ema...@freebsd.org

--- Comment #10 from Ed Maste  ---
I believe the sqlite issue is a bug.  For cases where posix_fallocate is
supported by the operating system but returns EINVAL indicating that the
filesystem does not support the operation we should just treat the call as
advisory, and carry on.

-  if( err ) return SQLITE_IOERR_WRITE;
+  if( err!=EINVAL ) return SQLITE_IOERR_WRITE;

-- 
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 228606] makeroot.sh w/ -f fails with duplicate definition errors

2018-06-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228606

Ed Maste  changed:

   What|Removed |Added

 Status|New |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 228618] [regression in 12-CURRENT] System crashes in ifa_ifwithnet

2018-06-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228618

Ed Maste  changed:

   What|Removed |Added

   Assignee|b...@freebsd.org|mm...@freebsd.org
 CC||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 185748] [panic] Kernel Panics in 10.0-RC4

2018-06-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=185748

Ryan Stark  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|Open|Closed

--- Comment #9 from Ryan Stark  ---
Was it RAM?

Yes, Yes it was. memtest86 never finds errors, but compiling large builds like
llvm, libreoffice, chromium, and firefox would garuntee a panic. Replacing the
system ram resolved all issues.

-- 
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 227185] write(2) blocksize behaviour on raw devices should be added to manpage

2018-06-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227185

Oleksandr Tymoshenko  changed:

   What|Removed |Added

  Component|Documentation   |Manual Pages
 CC||d...@freebsd.org
   Assignee|d...@freebsd.org |b...@freebsd.org

--- Comment #1 from Thomas Zander  ---
Ping.

-- 
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 203349] [META] FreeBSD Foundation sponsored project dependencies for FreeBSD 11.x

2018-06-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203349
Bug 203349 depends on bug 203289, which changed state.

Bug 203289 Summary: BeagleBone Black invalid USB target descriptors
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203289

   What|Removed |Added

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

-- 
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 228535] emulators/virtualbox-ose-kmod: 11.2-BETA3 - kldload vboxdrv leads to panic

2018-06-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228535

--- Comment #5 from Ka Ho Ng  ---
Below is one of the suspected change that causes KBI breakage, as
vm_map_min/max/pmap are inline helpers before being made non-inline by
https://svnweb.freebsd.org/base?view=revision=332091 :

https://svnweb.freebsd.org/base?view=revision=328469

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