linuxkpi

2017-01-06 Thread blubee blubeeme
I was looking at the linuxkpi source code in /sys/compat/linuxkpi and I had a question. A lot of those files just look like linux files brought over to FreeBSD, is there any reason why those files couldn't be implemented in BSD w/o the dependencies on the other Linux headers? For example this

Re: current freebsd graphics stack

2017-01-03 Thread blubee blubeeme
mailing list for my earlier > posts about how to use this work. > > Sorry for asking but exactly what is your question now again? > > > On Tue, Jan 3, 2017 at 16:58 blubee blubeeme <gurenc...@gmail.com> wrote: > >> Howdy >> >> >> >> Is there an

Re: current freebsd graphics stack

2017-01-03 Thread blubee blubeeme
"taint" FreeBSD in anyway, rather it allows us to > use newer hardware and a larger set of software with minimal porting > efforts. > > On this project? Not many, we need a lot more. > > > On Tue, Jan 3, 2017 at 6:15 PM, blubee blubeeme <gurenc...@gmail.com> > wro

current freebsd graphics stack

2017-01-03 Thread blubee blubeeme
Howdy Is there anyone on this list that works on the graphics stack for FreeBSD? Watching this video: https://www.youtube.com/watch?v=dZI4pAvK_RY=5 from a few years ago and what I've gathered so far the new x is getting a major redesign and a lot of code is moving into the kernel. You can take

Re: current freebsd graphics stack

2017-01-03 Thread blubee blubeeme
so supports AMD and Gallium drivers > > It is a complex subject.. in a perfect world we'd have unlimited time and > resources and FreeBSD would be in every man's hand :) > > Good luck! > > On Tue, Jan 3, 2017 at 18:50 blubee blubeeme <gurenc...@gmail.com> wrote: &g

A question about updating src & ports

2016-12-29 Thread blubee blubeeme
Howdy I went through the process of building world for the first time, that was interesting but I got it. svn clean up prior object files, build world, kernel, etc. Okay that part is fine I have a question about keeping ports up to date, in the past I did portsnap fetch update to update the

Re: A quick question

2016-12-20 Thread blubee blubeeme
Can I bump this issue one more time? On Sun, Dec 18, 2016, 18:38 Dave Cottlehuber <d...@skunkwerks.at> wrote: > On Sun, 18 Dec 2016, at 10:07, blubee blubeeme wrote: > > Hi > > > > I am on a Macbook pro 11,3 and I wanted to start trying to help sort out > > some

A quick question

2016-12-18 Thread blubee blubeeme
Hi I am on a Macbook pro 11,3 and I wanted to start trying to help sort out some problems that might be too small for the overall team but might help others in the future. Anyways I am on 12-CURRENT but when I installed from the USB stick I didn't check the docs and 32 bit binaries. svn

Re: A quick question

2016-12-26 Thread blubee blubeeme
Thanks for the follow-up. On Sat, Dec 24, 2016, 17:08 Dave Cottlehuber <d...@skunkwerks.at> wrote: > On Wed, 21 Dec 2016, at 06:39, blubee blubeeme wrote: > > Can I bump this issue one more time? > > > > On Sun, Dec 18, 2016, 18:38 Dave Cottlehuber <d...@skunkwer

Re: .configure && make fails to find ld [dlopen]

2017-07-06 Thread blubee blubeeme
sys5ippprinter │ ├── texttopdf │ ├── texttops │ └── texttotext ├── monitor │ ├── bcp │ └── tbcp └── notifier ├── dbus ├── mailto └── rss On Thu, Jul 6, 2017 at 9:52 PM, Benjamin Kaduk <ka...@mit.edu> wrote: > On Thu, Jul 06, 2017 at 09:55:35AM +0800, blubee blube

Re: .configure && make fails to find ld [dlopen]

2017-07-06 Thread blubee blubeeme
, Owen On Fri, Jul 7, 2017 at 12:12 AM, Simon J. Gerraty <s...@juniper.net> wrote: > blubee blubeeme <gurenc...@gmail.com> wrote: > > > Thanks for the reply, I haven't set any -static in my env variables or > > anything like that. Here's a brief output of my env >

Re: .configure && make fails to find ld [dlopen]

2017-07-05 Thread blubee blubeeme
re sprinkled all over the place, how do I avoid that and use libc instead? Best, Owen On Thu, Jul 6, 2017 at 8:14 AM, Simon J. Gerraty <s...@juniper.net> wrote: > blubee blubeeme <gurenc...@gmail.com> wrote: > > I run autoreconf -fi and it asks me to add AC_CONFIG

Installing Linux libraries in /compat

2017-07-07 Thread blubee blubeeme
This is linux_base-c6 I would just like to check with the list to make sure If I want to install missing libraries I should get the CentOS 6 versions of the rpm I am missing some libraries for some printer drivers ---

.configure && make fails to find ld [dlopen]

2017-07-05 Thread blubee blubeeme
I am porting some software and it's getting tripped up with dlopen. I run autoreconf -fi and it asks me to add AC_CONFIG_MACRO_DIRS([m4]) to my configure.ac file, which I do. It creates a ./m4 directory and proceeds. After running .configure --prefix=/tmp [for testing] that' also goes fine,

xsltproc outputting nothing

2017-06-09 Thread blubee blubeeme
I tried sending this email to the gnome mailing list but no responses. Can possibly get some help with this here: === Hi I am trying to convert a .xsl file to a hpp file but the output is only a blank file. Here's the commands that I am running: xsltproc

firefox/ rust failed to install on FreeBSD 12-CURRENT

2017-05-28 Thread blubee blubeeme
I'm trying to install firefox on FreeBSD FreeBSD 12.0-CURRENT FreeBSD 12.0-CURRENT #0 r318998: Sun May 28 04:38:22 CST 2017 /usr/obj/usr/src/sys/GENERIC amd64 ===> firefox-i18n-53.0.3 depends on file: /usr/local/lib/firefox/firefox - not found ===> firefox-53.0.3_1,1 depends on package:

Re: nvidia drivers mutex lock

2017-06-04 Thread blubee blubeeme
STED, SEE... > > On Fri, 6/2/17, Tomoaki AOKI <junch...@dec.sakura.ne.jp> wrote: > > Subject: Re: nvidia drivers mutex lock > To: freebsd-current@freebsd.org > Cc: "Jeffrey Bouquet" <jeffreybouq...@yahoo.com>, "blubee blubeeme" < > gurenc...@gmail

Re: firefox/ rust failed to install on FreeBSD 12-CURRENT

2017-06-04 Thread blubee blubeeme
thanks for the two great pieces of advice. Best, Owen On Sat, Jun 3, 2017 at 2:26 PM, Tim Kientzle <t...@kientzle.com> wrote: > > > On Jun 1, 2017, at 11:37 PM, Jean-Sébastien Pédron <dumbb...@freebsd.org> > wrote: > > > > On 28.05.2017 19:21, blubee

[sed] command failure? Porting a project to FreeBSD

2017-06-07 Thread blubee blubeeme
Hello I am trying to bring these updated print drivers to FreeBSD: https://github.com/utsushi/utsushi.git There's the automake scripts in there that's sorta helpful but I seem to have gotten stuck with something. I made sure that my environmental variables are set LDFLAGS -L/usr/local/lib

Re: nvidia drivers mutex lock

2017-06-07 Thread blubee blubeeme
kernel: . then that lead me to this nvidia forum thread: https://devtalk.nvidia.com/default/topic/985037/gtx-1070-quot-gpu-has-fallen-off-the-bus-quot-running-3d-games-in-arch-linux-/ maybe it could help somehow? Best, Owen On Tue, Jun 6, 2017 at 10:08 PM, blubee blubeeme <gurenc...@gmail.

Re: [sed] command failure? Porting a project to FreeBSD

2017-06-07 Thread blubee blubeeme
e default sed on FreeBSD is different from GNU sed,there is some limit > for bsd sed.You can try to patch the makefile to using gsed. > > 2017-06-07 14:10 GMT+08:00 blubee blubeeme <gurenc...@gmail.com>: > >> Hello >> >> I am trying to bring these updated print driv

[libltdl] removal from gnu ports

2017-06-07 Thread blubee blubeeme
Hi I'm sure I was reading yesterday on a different machine about the linker flag -ld which has something to do with gnu dlopen and how it's ok to remove those from your Makefile since FreeBSD handles dlopen and a few other things from that header in the standard libc. Is that correct? I'm

nvidia drivers mutex lock

2017-06-01 Thread blubee blubeeme
I'm running nvidia-drivers 375.66 with a GTX 1070 on FreeBSD-Current This problem just started happening recently but, every so often my laptop screen will just blank out and then I have to power cycle to get the machine up and running again. It seems to be a problem with nvidia drivers

autoreconf missing boost?

2017-06-08 Thread blubee blubeeme
Hi I'm running a autoreconf trying to port a project; some printer code. Having a bit of trouble. I ran autoreconf -fi then I do: ./configure --with-ltdl-include=/usr/local/share/libtool --with-gnu-ld --with-libintl-prefix=/usr/local that goes straight forward. Then when I run gmake, it seems

Re: autoreconf missing boost?

2017-06-08 Thread blubee blubeeme
Framework for interfacing Python and C++ boost_build-2.0.m12_4 Extensible cross-platform build tool suite On Thu, Jun 8, 2017 at 11:56 PM, blubee blubeeme <gurenc...@gmail.com> wrote: > Hi > > I'm running a autoreconf trying to port a project; some printer code.

Re: nvidia drivers mutex lock

2017-06-06 Thread blubee blubeeme
? Best, Owen On Sun, Jun 4, 2017, 18:11 blubee blubeeme <gurenc...@gmail.com> wrote: > Thanks a lot! I'll give it a shot in a bit. > > Best, > Owen > > On Sun, Jun 4, 2017, 16:59 Tomoaki AOKI <junch...@dec.sakura.ne.jp> wrote: > >> Yes. FreeBSD patches in x11/nv

Re: nvidia drivers mutex lock

2017-06-04 Thread blubee blubeeme
ot > applicable (incorporating any of these, incompatible modifies, ...). > > For 381.22, current patchset applies and builds fine for me. > > > On Sun, 04 Jun 2017 08:04:50 + > blubee blubeeme <gurenc...@gmail.com> wrote: > > > I'm running with svn and I build

[Help] Linux low level data structures < - > FreeBSD low level data structures

2017-06-04 Thread blubee blubeeme
Hello Is there anyone on either of these lists that have experience with both linux low level data structures and their equivalents on FreeBSD? For instance the linux header file: which includes the header file: Then looking at that file: I'll be doing a lot of work trying to find

Re: [Help] Linux low level data structures < - > FreeBSD low level data structures

2017-06-04 Thread blubee blubeeme
. Will it be easy, most likely not but once it's done FreeBSD will be just fine. Hope that helps clarify things for anyone who is interested. Any assistance would be greatly appreciated. Best, Owen On Sun, Jun 4, 2017 at 9:26 PM, Julian Elischer <jul...@elischer.org> wrote: > On 4/6/17 7:07 p

Re: [Help] Linux low level data structures < - > FreeBSD low level data structures

2017-06-04 Thread blubee blubeeme
support compilers different from GCC. I recently found a piece of code > in a header file, which works with GCC and causes a panic() when compiled > with clang. I reported it to one of the Linux kernel team members and they > didn't care about it. Even if you get everything compiling it

autotools failing

2017-06-17 Thread blubee blubeeme
Hi I just started to run into this problem with autotools. I am getting this error running autoreconf -fi here's the end of the output before unsuccessful exit: --- configure.ac:54: error: possibly undefined

Re: freebsd-current Digest, Vol 711, Issue 2

2017-06-06 Thread blubee blubeeme
I was able to sort this out by installing rust from pkg. The pkg and ports version was the same when I did it a lil while ago. Try that, then running the Firefox build again. Best, Owen On Tue, Jun 6, 2017, 20:18 Brandon Kastning wrote: > FreeBSD 12-Current

Re: Extra Clang Tools

2017-09-15 Thread blubee blubeeme
Thank you for the tips; I was due for a rebuild anyways, might as well upgrade the kernel along the way. Best On Sat, Sep 16, 2017 at 10:53 AM, Allan Jude <allanj...@freebsd.org> wrote: > On 2017-09-15 22:29, blubee blubeeme wrote: > > FreeBSD switched to clang as it's compile

Re: Extra Clang Tools

2017-09-15 Thread blubee blubeeme
Is there any way to get the ports to provide them as well? Best On Sat, Sep 16, 2017 at 12:01 PM, blubee blubeeme <gurenc...@gmail.com> wrote: > Thank you for the tips; I was due for a rebuild anyways, might as well > upgrade the kernel along the way. > > Best > > On Sa

Extra Clang Tools

2017-09-15 Thread blubee blubeeme
FreeBSD switched to clang as it's compiler some time ago; was clang extra tools: http://clang.llvm.org/extra/index.html ever ported over? If yes, where is it located? Best ___ freebsd-current@freebsd.org mailing list

Re: Extra Clang Tools

2017-09-16 Thread blubee blubeeme
:01 PM, Shane Ambler <free...@shaneware.biz> wrote: > On 16/09/2017 11:59, blubee blubeeme wrote: > >> FreeBSD switched to clang as it's compiler some time ago; was clang extra >> tools: http://clang.llvm.org/extra/index.html ever ported over? >> >> If yes, where

cve-2017-13077 - WPA2 security vulni

2017-10-16 Thread blubee blubeeme
Does anyone on FreeBSD know if it's affected by this? https://cve.mitre.org/cgi-bin/cvename.cgi?name=2017-13077 ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to

Re: cve-2017-13077 - WPA2 security vulni

2017-10-16 Thread blubee blubeeme
This is awesome, thanks! On Mon, Oct 16, 2017, 19:19 Stefan Esser <s...@freebsd.org> wrote: > Am 16.10.17 um 12:38 schrieb blubee blubeeme: > > well, that's a cluster if I ever seen one. > > > > On Mon, Oct 16, 2017 at 6:35 PM, Poul-Henning Kamp <

Re: cve-2017-13077 - WPA2 security vulni

2017-10-16 Thread blubee blubeeme
well, that's a cluster if I ever seen one. On Mon, Oct 16, 2017 at 6:35 PM, Poul-Henning Kamp <p...@phk.freebsd.dk> wrote: > > In message <CALM2mEmawo7q7GNYLQZPovPVP3dQun5S4Aa4J8Cw2nK8g6Ux4Q@mail. > gmail.com> > , blubee blubeeme writes: > > >Does anyone

Re: [RFC] future of drm1 in base

2017-09-03 Thread blubee blubeeme
I also have a current machine with one of those listed gpu. A friend got hacked on windows, I got them setup with a ryzen chip and no integrated GPU. Finding a supported gpu was a challenge but, those old drivers allow the machine to have display. Please try to maintain the older drivers,

Re: There is *NO* abi stability in -head

2017-10-23 Thread blubee blubeeme
Thanks for these, I came across them when writing some game engine code a few years back. I really enjoy this stuff because I find it down right obnoxious that code gets slower as CPU power increases! On Tue, Oct 24, 2017 at 4:35 AM, Mateusz Guzik wrote: > This is your

Linking against TK*

2017-10-23 Thread blubee blubeeme
I am running -ldd on a executable and I am missing links to a bunch of: libTK**.so files such as: libTKGeomBase.so.11 => not found (0) libTKG3d.so.11 => not found (0) libTKG2d.so.11 => not found (0) libTKMath.so.11 => not found (0) I've searched quite a bit and can't find where those files are

Re: writing drivers based on hardware manuals

2017-11-13 Thread blubee blubeeme
ordered, 3-4 weeks until delivery. Until then... On Sun, Nov 12, 2017 at 5:42 PM, Kurt Jaeger wrote: > Hi! > > > This is a request on where can I get more information and talk to other > > FreeBSD developers about writing software to control hardware based on > > dmidecode and a

kernel names

2017-12-13 Thread blubee blubeeme
When you boot into FreeBSD and you can select kernels, there's only 2 options: default and kernel.old Is there a way to have better output and support multiple kernels without having to login to the system and running uname -v or something like that? Would it be possible to add options for more

Re: get_swap_pager(x) failed

2017-12-13 Thread blubee blubeeme
On Thu, Dec 14, 2017 at 1:43 PM, Peter Jeremy wrote: > On 2017-Dec-13 11:23:46 +, Gary Palmer wrote: > >An open question would be why ARC is not reducing if the system is > >under memory pressure. It's meant to, but there have been various > >bugs

Re: kernel names

2017-12-13 Thread blubee blubeeme
On Thu, Dec 14, 2017 at 1:51 PM, Allan Jude <allanj...@freebsd.org> wrote: > On 12/14/2017 00:47, blubee blubeeme wrote: > > When you boot into FreeBSD and you can select kernels, there's only 2 > > options: > > default and kernel.old > > > > Is there

Re: get_swap_pager(x) failed

2017-12-12 Thread blubee blubeeme
On Wed, Dec 13, 2017 at 5:53 AM, Mark Millard <mar...@dsl-only.net> wrote: > blubee blubeeme gurenchan at gmail.com wrote on > Tue Dec 12 15:58:19 UTC 2017 : > > > On Tue, Dec 12, 2017 at 3:34 PM, blubee blubeeme > >wrote: > > > I am seeing tons of these messa

writing drivers based on hardware manuals

2017-11-12 Thread blubee blubeeme
This is a request on where can I get more information and talk to other FreeBSD developers about writing software to control hardware based on dmidecode and a device manual. I found this manual page that not only describe the fan controllers and lid switch but also the keyboard LED controller as

valloric YCM [header definitions]

2017-12-05 Thread blubee blubeeme
I'm looking for where the u_int, u_long headers are defined? for instance MOD_LOAD, UNLOAD, ENOTSUP along with u_int and u_long aren't being picked up by libclang module_t isn't being found either but I located that header file in /usr/include/sys/module.h snd_modevent(module_t mod, int type,

Re: valloric YCM [header definitions]

2017-12-08 Thread blubee blubeeme
On Wed, Dec 6, 2017 at 2:18 AM, blubee blubeeme <gurenc...@gmail.com> wrote: > I'm looking for where the u_int, u_long headers are defined? > > for instance MOD_LOAD, UNLOAD, ENOTSUP along with u_int and u_long aren't > being picked up by libclang > > module_t isn't

xdg-desktop-menu-dummy.menu causes Firefox to crash

2017-12-03 Thread blubee blubeeme
This issue started happening recently I think after updating to the latest version of Firefox. Every so often I'll come back to my machine and Firefox has died, then in one of my terminals I'll see this message: kbuildsycoca4 running... kbuildsycoca4(51442) VFolderMenu::loadDoc: Parse error in

get_swap_pager(x) failed

2017-12-11 Thread blubee blubeeme
I am seeing tons of these messages while running tail -f /var/log/messages Dec 12 15:11:41 blubee kernel: swap_pager_getswapspace(25): failed Dec 12 15:11:41 blubee kernel: swap_pager_getswapspace(22): failed Dec 12 15:11:41 blubee kernel: swap_pager_getswapspace(20): failed Dec 12

Re: get_swap_pager(x) failed

2017-12-12 Thread blubee blubeeme
On Tue, Dec 12, 2017 at 3:34 PM, blubee blubeeme <gurenc...@gmail.com> wrote: > I am seeing tons of these messages while running tail -f /var/log/messages > > Dec 12 15:11:41 blubee kernel: swap_pager_getswapspace(25): failed > Dec 12 15:11:41 blubee kernel: swap_

Linux KMS/DRM and Google DRM

2017-12-03 Thread blubee blubeeme
Google is trying to get HDMI drm upstream into the linux kernel: https://www.phoronix.com/scan.php?page=news_item=2017-Google-Intel-HDCP-DRM As we see this coming, how would the guys on FreeBSD working on that Linux kmod stuff deal when this stuff starts to creep into the linux kernel?

Makefile show all flags

2017-12-09 Thread blubee blubeeme
When porting software FreeBSD has a lot of internal makefiles that gets pulled in that setup the build environment: /usr/ports/Mk/* Is there a way to print out the env during the make process so that I can see what knobs, switches and flags were set before the build is run?

FreeBSD Documentation

2017-10-29 Thread blubee blubeeme
How can we suggest edits for the docs? The docs still reference using sysinstall to setup a jail when it hasn't been that since at least 2011 https://www.freebsd.org/cgi/man.cgi?query=jail=8=freebsd-release-ports Start a shell in the jail: jail -c path=/data/jail/testjail

po/Makefile.in.in was not created by intltoolize."

2017-10-25 Thread blubee blubeeme
I found this really old thread: https://mail.gnome.org/archives/gtkmm-list/2009-August/msg00072.html and this really old script to "work around" the issue. #! /bin/sh -etest -n "$srcdir" || srcdir=`dirname "$0"`test -n "$srcdir" || srcdir=.( cd "$srcdir" && AUTOPOINT='intltoolize --automake

Re: Okular or any pdf reader

2017-10-25 Thread blubee blubeeme
, blubee blubeeme <gurenc...@gmail.com> wrote: > The GPUT thing is pretty terrible so I know i'm risking things with that, > have no choice until I can take some time to try that drm-kmod. > > Speaking of which, those commands do not work; I am on a laptop and if I > try

Re: Okular or any pdf reader

2017-10-25 Thread blubee blubeeme
: amd64 I havent had time to try the kmod drivers yet, maybe i'll install that port, disable the nvidia-drivers, make the switch in the gpu and try again. On Wed, Oct 25, 2017 at 7:23 PM, Hans Petter Selasky <h...@selasky.org> wrote: > On 10/25/17 13:15, blubee blubeeme wrote: > >> O

can't link against math.h

2017-10-25 Thread blubee blubeeme
I wrote a simple test program to test and see if math.h has the function: exp10f #include int main(int argc, char** argv) { (void)argv; return ((int*)())[argc]; } tried compiling it with clang: clang++ test.cpp -o test -lm test.cpp:7:17: error: use of undeclared identifier 'expf10' return

Re: Okular or any pdf reader

2017-10-25 Thread blubee blubeeme
nt #4 type mismatch - Found [Buffer], ACPI requires [Package] (20170531/nsarguments-205) Oct 25 17:52:59 blubee kernel: nvidia-modeset: Allocated GPU:0 (GPU-54a7b304-c99d-efee-0117-0ce119063cd6) @ PCI::01:00.0 On Wed, Oct 25, 2017 at 5:47 PM, Hans Petter Selasky <h...@selasky.org> wrote:

Okular or any pdf reader

2017-10-25 Thread blubee blubeeme
Whenever I try to launch any audio pdf viewer program my computer hard locks up and I have to power cycle. Does anyone have any info as to why? uname -v: FreeBSD 12.0-CURRENT #0 r319752: Sat Jun 10 01:59:26 CST 2017 blubee.me: /usr/obj/usr/src/sys/GENERIC

Re: Okular or any pdf reader

2017-10-25 Thread blubee blubeeme
On 10/25/17 11:30, blubee blubeeme wrote: > >> any audio pdf viewer >> > > Audio?? > > Do you have a kernel trace or dmesg ? > > --HPS > ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/

Re: Okular or any pdf reader

2017-10-25 Thread blubee blubeeme
when old nintendo would freeze with the colorful junk on screen. I don't have another machine that can ssh into this one, any other options? On Wed, Oct 25, 2017 at 5:58 PM, Hans Petter Selasky <h...@selasky.org> wrote: > On 10/25/17 11:55, blubee blubeeme wrote: > >> "os

Re: Fatal trap 12

2018-05-26 Thread blubee blubeeme
On Sat, May 26, 2018, 19:52 Manuel Stühn wrote: > Since upgrading my Lenovo T450 from r333740 to r334167 I'm experiencing > several "Fatal traps 12". Before the update i did not have any of those. > In all cases the traps occured some time after resume. > > Below there

OSS loopback device

2018-05-26 Thread blubee blubeeme
Cross post; FreeBSD-[questions | current | ultimedia] Where's the midi loopback device in the FreeBSD OSS implementation? Best, Owen ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe,

Re: [RFC] Deprecation and removal of the drm2 driver

2018-05-31 Thread blubee blubeeme
On Fri, Jun 1, 2018, 07:42 Oliver Pinter wrote: > On Friday, June 1, 2018, Pete Wright wrote: > > > > > > > On 05/31/2018 15:34, Oliver Pinter wrote: > > > >> On Thursday, May 31, 2018, Johannes Lundberg > wrote: > >> > >> On Thu, May 31, 2018 at 4:34 PM Joe Maloney > >>> wrote: > >>> > >>> I

Re: Proper way to remove never used ioctls

2018-06-02 Thread blubee blubeeme
On Sun, Jun 3, 2018, 02:34 Vladimir Kondratyev wrote: > On 2018-06-02 20:36, Allan Jude wrote: > > On 2018-06-02 11:03, Warner Losh wrote: > >> On Sat, Jun 2, 2018 at 7:33 AM, Vladimir Kondratyev > >> > >> wrote: > >> > >>> Hi, > >>> > >>> Our sys/mouse.h header has a definition of

Re: RiscV tinderbox fails

2018-06-29 Thread blubee blubeeme
It seems to be that the FreeBSD implementation of the RISC-V has stalled and development is only proceeding on Linux with GCC. In my opinion FreeBSD forget GCC and work on implementing RISC-V backend for the llvm project. On Sat, Jun 30, 2018, 08:18 Dimitry Andric wrote: > On 29 Jun 2018, at

Re: strage compile error [with attachments]

2017-10-27 Thread blubee blubeeme
lude #include #include #include #include #include #include #include #include #include #include "utilities.h" #include #include #include "SMESH_ProxyMesh.hxx" #include "SMESH_MesherHelper.hxx" #include using namespace std; I don't really see anythin

Strange compiler error

2017-10-27 Thread blubee blubeeme
CMAKE_ARGS= -DFREECAD_USE_EXTERNAL_PIVY:BOOL=ON \ -DBUILD_QT5_WEBKIT:BOOL=OFF \ -DCMAKE_CXX_COMPILER=${LOCALBASE}/bin/mpicxx \ BUILD_DEPENDS= pyside-rcc:devel/pyside-tools \ swig:devel/swig13 \ ${LOCALBASE}/libdata/pkgconfig/eigen3.pc:math/eigen3 \ ${LOCALBASE}/bin/mpicc:net/mpich2 I've tried

strage compile error [with attachments]

2017-10-27 Thread blubee blubeeme
error: FAILED: lib/libSMESH.so : && /usr/bin/c++ -fPIC -Wall -Wextra -Wno-write-strings -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -Wno-undefined-var-template -D_OCC64 -Wno-sign-compare -Wno-reorder -Wno-switch

Programmatically cache line

2017-12-29 Thread blubee blubeeme
Is there some way to programmatically get the CPU cache line sizes on FreeBSD? ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to

Re: Intel CPU design flaw - FreeBSD affected? // disabling _R_DTSC

2018-01-04 Thread blubee blubeeme
On Fri, Jan 5, 2018 at 2:25 AM, Klaus P. Ohrhallinger wrote: > On 04.01.2018 19:23, Klaus P. Ohrhallinger wrote: > > Hello, > > > > I disabled the ldtsc and ldtscp instructions for usermode on one of my > > production servers: > > > > Oops, RDTSC of course. > >

Re: Programmatically cache line

2018-01-04 Thread blubee blubeeme
On Fri, Jan 5, 2018 at 2:29 AM, Konstantin Belousov wrote: > On Thu, Jan 04, 2018 at 10:03:32AM +, David Chisnall wrote: > > On 3 Jan 2018, at 22:12, Nathan Whitehorn > wrote: > > > > > > On 01/03/18 13:37, Ed Schouten wrote: > > >> 2018-01-01

Re: USB stack

2018-01-06 Thread blubee blubeeme
On Sun, Jan 7, 2018 at 12:11 PM, Warner Losh <i...@bsdimp.com> wrote: > > > On Sat, Jan 6, 2018 at 8:56 PM, blubee blubeeme <gurenc...@gmail.com> > wrote: > >> I ask does FreeBSD usb stack actually implements USB spec 2.0 or greater >> and the topi

Re: USB stack

2018-01-07 Thread blubee blubeeme
On Sun, Jan 7, 2018 at 5:35 PM, Mark Millard <mar...@dsl-only.net> wrote: > blubee blubeeme gurenchan at gmail.com wrote on > Wed Jan 3 10:31:56 UTC 2018 : > > > Does FreeBSD current USB stack support usb >= 2.0 devices? > > > > Testing out the USB devices s

Re: USB stack

2018-01-06 Thread blubee blubeeme
On Sun, Jan 7, 2018 at 12:25 PM, Warner Losh <i...@bsdimp.com> wrote: > > > On Sat, Jan 6, 2018 at 9:20 PM, blubee blubeeme <gurenc...@gmail.com> > wrote: > >> >> >> On Sun, Jan 7, 2018 at 12:17 PM, Warner Losh <i...@bsdimp.com> wrote: &g

Re: USB stack

2018-01-06 Thread blubee blubeeme
On Sun, Jan 7, 2018 at 1:32 PM, Tomoaki AOKI <junch...@dec.sakura.ne.jp> wrote: > On Sun, 7 Jan 2018 12:25:17 +0800 > blubee blubeeme <gurenc...@gmail.com> wrote: > > > On Sun, Jan 7, 2018 at 12:20 PM, Warner Losh <i...@bsdimp.com> wrote: > > > >

Re: USB stack

2018-01-06 Thread blubee blubeeme
On Sun, Jan 7, 2018 at 11:56 AM, blubee blubeeme <gurenc...@gmail.com> wrote: > I ask does FreeBSD usb stack actually implements USB spec 2.0 or greater > and the topic gets derailed...? > > Are you guys saying that 7-8MB/s is USB speeds? > > On Thu, Jan 4, 2018 at 6:44 P

Re: USB stack

2018-01-06 Thread blubee blubeeme
On Sun, Jan 7, 2018 at 12:17 PM, Warner Losh <i...@bsdimp.com> wrote: > > > On Sat, Jan 6, 2018 at 9:08 PM, blubee blubeeme <gurenc...@gmail.com> > wrote: > >> On Sun, Jan 7, 2018 at 11:56 AM, blubee blubeeme <gurenc...@gmail.com> >> wrote: >> &g

Re: Re: USB stack

2018-01-07 Thread blubee blubeeme
On Sun, Jan 7, 2018 at 4:27 PM, Freddie Cash <fjwc...@gmail.com> wrote: > Forgot to include the list. Resending. > > -- Forwarded message -- > From: "Freddie Cash" <fjwc...@gmail.com> > Date: Jan 7, 2018 12:26 AM > Subject: Re: U

Re: USB stack

2018-01-06 Thread blubee blubeeme
I ask does FreeBSD usb stack actually implements USB spec 2.0 or greater and the topic gets derailed...? Are you guys saying that 7-8MB/s is USB speeds? On Thu, Jan 4, 2018 at 6:44 PM, O'Connor, Daniel wrote: > > > > On 4 Jan 2018, at 09:23, Gary Jennejohn

Re: USB stack

2018-01-07 Thread blubee blubeeme
[The following notes a problem with how a test was done. > >> I omit the rest of the material.] > >> > >> On 2018-Jan-7, at 2:09 AM, blubee blubeeme > wrote: > >> > >> . . . > >>> This is a larger file, not the largest but hey > >>> >

newcons vs syscons

2018-01-07 Thread blubee blubeeme
I'm curious why the new console driver vt doesn't have a vesa driver when the traditional syscons driver did. https://wiki.freebsd.org/Newcons Is there any specific reason why vesa driver wasn't implemented? ___ freebsd-current@freebsd.org mailing list

Re: USB stack

2018-01-07 Thread blubee blubeeme
On Mon, Jan 8, 2018 at 1:41 AM, Mark Millard <mar...@dsl-only.net> wrote: > > On 2018-Jan-7, at 7:50 AM, blubee blubeeme wrote: > > > I ran this test and here's some results. > > gstat -pd images: > > > > 18GB file from laptop to phone: https://imgur.com/a

Re: USB stack

2018-01-08 Thread blubee blubeeme
the > performance difference vs. local UFS file > systems. I provide some related notes.] > > blubee blubeeme gurenchan at gmail.com wrote on > Mon Jan 8 05:17:24 UTC 2018 : > > [Note: the original was in a reply to a Jon Brawn > post. I've merged it back with my post.] > > &

Re: USB stack

2018-01-07 Thread blubee blubeeme
On Mon, Jan 8, 2018 at 8:03 AM, Jon Brawn <j...@brawn.org> wrote: > > > > On Jan 7, 2018, at 5:44 PM, Jon Brawn <j...@brawn.org> wrote: > > > > > >> On Jan 6, 2018, at 10:18 PM, blubee blubeeme <gurenc...@gmail.com> > wrote: > >> >

Re: USB stack

2018-01-06 Thread blubee blubeeme
On Sun, Jan 7, 2018 at 12:20 PM, Warner Losh <i...@bsdimp.com> wrote: > > > On Sat, Jan 6, 2018 at 9:18 PM, blubee blubeeme <gurenc...@gmail.com> > wrote: > >> >> >> On Sun, Jan 7, 2018 at 12:11 PM, Warner Losh <i...@bsdimp.com> wrote: &g

Re: Periodical interrupt storm when playing game with USB keyboard

2018-01-23 Thread blubee blubeeme
i915kms.ko`fw_domains_get 228 > kernel`spinlock_exit284 > kernel`cpu_idle4698 > kernel`acpi_cpu_idle 36288 > &g

Re: USB stack

2018-01-12 Thread blubee blubeeme
On Tue, Jan 9, 2018 at 10:09 AM, Mark Millard <mar...@dsl-only.net> wrote: > > On 2018-Jan-8, at 1:15 AM, blubee blubeeme wrote: > > > On Mon, Jan 8, 2018 at 3:20 PM, Mark Millard > wrote: > >> [The involvement of sysutils/fusefs-simple-mtpfs > >> and

USB stack

2018-01-03 Thread blubee blubeeme
Does FreeBSD current USB stack support usb >= 2.0 devices? Testing out the USB devices support I get about 7.2-7.8 megabytes per second which seems odd. ___ freebsd-current@freebsd.org mailing list

Re: USB stack

2018-01-03 Thread blubee blubeeme
On Wed, Jan 3, 2018 at 6:41 PM, O'Connor, Daniel <dar...@dons.net.au> wrote: > > > > On 3 Jan 2018, at 11:31, blubee blubeeme <gurenc...@gmail.com> wrote: > > Does FreeBSD current USB stack support usb >= 2.0 devices? > > Absolutely. > > > Testing

Re: [Request for review] Profiling the FreeBSD kernel boot

2017-12-22 Thread blubee blubeeme
On Fri, Dec 22, 2017 at 5:44 PM, Colin Percival wrote: > Hi everyone, > > For the past few months I've been working on code for profiling the FreeBSD > "kernel boot", i.e., everything between when kernel code starts running and > when we first enter userland as init(8).

Re: Intel CPU design flaw - FreeBSD affected?

2018-01-03 Thread blubee blubeeme
On Thu, Jan 4, 2018 at 8:51 AM, Mark Heily wrote: > On Jan 2, 2018 19:05, "Warner Losh" wrote: > > The register article says the specifics are under embargo still. That would > make it hard for anybody working with Intel to comment publicly on the flaw > and any

Re: Programmatically cache line

2018-01-01 Thread blubee blubeeme
dd <adrian.ch...@gmail.com> wrote: > > > > > > > > > > > > On 30 December 2017 at 00:28, Konstantin Belousov wrote: > > > > > > > > > > On Sat, Dec 30, 2017 at 07:50:19AM +, blubee blubeeme wrote: > > > > > > > &

Re: automake-wrapper conflicts

2018-07-27 Thread blubee blubeeme
On Sat, Jul 28, 2018 at 10:41 AM blubee blubeeme wrote: > I am getting some build errors around automake-wrapper. > > I tried deinstalling automake-wrapper and then installing automake but > then during the installation of automake I get this error: > > install-info: warning:

automake-wrapper conflicts

2018-07-27 Thread blubee blubeeme
I am getting some build errors around automake-wrapper. I tried deinstalling automake-wrapper and then installing automake but then during the installation of automake I get this error: install-info: warning: no info dir entry in

SVN down or slow

2018-07-29 Thread blubee blubeeme
Has anyone else noticed that svn is getting this type of error trying to run svn: svn: E65: Error running context: No route to host ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To

Re: #includes and #defined

2018-08-10 Thread blubee blubeeme
On Fri, Aug 10, 2018 at 9:53 PM Warner Losh wrote: > > > On Thu, Aug 9, 2018 at 11:51 PM, Erich Dollansky < > freebsd.ed.li...@sumeritec.com> wrote: > >> Hi, >> >> On Fri, 10 Aug 2018 12:40:48 +0800 >> blubee blubeeme wrote: >> &

  1   2   >