Re: amd64/181357: LCD Brightness Control not working on Lenovo X121e (ACPI issue?)

2013-08-24 Thread Dominic Fandrey
On 24/08/2013 17:08, Matthias Petermann wrote: > regarding this PR I made some further observation. Even the acpi_ec_write > seems to not have any effect on the brightness, the values set to the > appropriate register (IBM_EC_BRIGHTNESS 0x31) survive a reboot. My LCD brightness control stopped

Re: MPSAFE VFS -- List of upcoming actions

2012-09-19 Thread Dominic Fandrey
On 19/09/2012 04:48, Attilio Rao wrote: On Fri, Jul 13, 2012 at 12:18 AM, Attilio Rao wrote: ... Alternatively, a kernel patch that should work with HEAD@240684 is here: http://www.freebsd.org/~attilio/fuse_import/fuse_240684.patch I guess the patch can easilly apply to all FreeBSD branches, re

Re: Compiler performance tests on FreeBSD 10.0-CURRENT

2012-09-16 Thread Dominic Fandrey
On 16/09/2012 00:34, Dimitry Andric wrote: ... The executive summary: GENERIC kernels compiled with clang 3.2 are slightly faster than those compiled by gcc 4.2.1, though the difference will not very noticeable in practice. It has been my impression in the past, that math heavy applications be

Re: Binary packages for LibreOffice 3.5 or 3.4

2012-05-08 Thread Dominic Fandrey
On 08/05/2012 08:53, Yamagi Burmeister wrote: I'd like to ask whether there are sites were binary packages could be downloaded from and are there any experiences with installing them on either 9-STABLE or 10-CURRENT? We (BSDForen.de) have unofficial packages build by the community at http://wik

Re: [RFT] Major snd_hda rewrite

2012-01-21 Thread Dominic Fandrey
Hello, On 11/01/2012 20:33, Alexander Motin wrote: I would like request for testing of my work on further HDA sound driver improvement. ... Comments and tests results are welcome! I've been testing the first version of your patch on an HP 6510b, since the 12th of January. hdac0@pci0:0:27:0:

Re: 9.0 RC1 linking problem with i386 libs on amd64

2011-10-28 Thread Dominic Fandrey
On 28/10/2011 20:19, Dimitry Andric wrote: > On 2011-10-28 16:41, Dominic Fandrey wrote: > ... >> ... >> >> I had hoped that the .ifdef construction from the wiki was dated. I >> suppose it's emulating setting CC in the environment instead of in >> the ma

Re: 9.0 RC1 linking problem with i386 libs on amd64

2011-10-28 Thread Dominic Fandrey
On 26/10/2011 16:39, Dimitry Andric wrote: > On 2011-10-26 15:32, Dominic Fandrey wrote: >> I haven't tried to dig into this. Only "unusual" properties of the system >> are my non-default MAKEOBJDIRPREFIX and the use of ccache. >> >> # uname -a >> Fr

9.0 RC1 linking problem with i386 libs on amd64

2011-10-26 Thread Dominic Fandrey
I haven't tried to dig into this. Only "unusual" properties of the system are my non-default MAKEOBJDIRPREFIX and the use of ccache. # uname -a FreeBSD AryaStark.norad 9.0-RC1 FreeBSD 9.0-RC1 #0: Wed Oct 26 13:46:13 CEST 2011 root@AryaStark.norad:/usr/obj/GENERIC/amd64/usr/src/sys/GENERIC am

Re: ClangBSD build failures

2010-04-27 Thread Dominic Fandrey
On 27/04/2010 10:05, Roman Divacky wrote: > On Tue, Apr 27, 2010 at 08:21:41AM +0200, Dominic Fandrey wrote: >> An interesting result is that buildkernel with clang takes longer: >> CC=clang >> time -l make buildkernel >> 921.31 real 802.25 user

Re: ClangBSD build failures

2010-04-27 Thread Dominic Fandrey
On 27/04/2010 10:46, Roman Divacky wrote: > I see whats going on... you have CC=cc and CXX=c++ in your share/mk/sys.mk > and the "c++" is clang thus the Actually I set CC and CXX in the environment. The definition in sys.mk is CC?=, so it shouldn't be a problem. > .if ${CC} == "clang" || ${CXX}

Re: ClangBSD build failures

2010-04-27 Thread Dominic Fandrey
On 27/04/2010 09:08, Roman Divacky wrote: > On Tue, Apr 27, 2010 at 08:21:41AM +0200, Dominic Fandrey wrote: >> I cannot make this comparison for buildworld, because buildworld >> with CC=cc, CXX=c++ fails: >> >> ===> usr.bin/clang/lib/libclanglex (all) >>

ClangBSD build failures

2010-04-26 Thread Dominic Fandrey
Hello, I wanted to make some performance comparisons, building ClangBSD with different compilers. The host system is: FreeBSD mobileKamikaze.norad 8.0-STABLE FreeBSD 8.0-STABLE #0: Mon Apr 5 12:45:41 CEST 2010 r...@mobilekamikaze.norad:/usr/obj/HP6510b-8/amd64/usr/src/sys/HP6510b-8 amd64

Re: Trivial PR, fix shutdown of rc services started with onestart

2010-04-12 Thread Dominic Fandrey
On 12/04/2010 16:53, John Baldwin wrote: > On Saturday 10 April 2010 5:33:35 am Dominic Fandrey wrote: >> This morning I took a look at my outstanding PRs. There >> is a PR I consider old and trivial: >> >> This one proposes a change that always treats rc script executi

Trivial PR, fix shutdown of rc services started with onestart

2010-04-10 Thread Dominic Fandrey
This morning I took a look at my outstanding PRs. There is a PR I consider old and trivial: This one proposes a change that always treats rc script execution of active services as if _enable="YES" was set. This ensures, among other things, a clean shutdown procedure for services started with onest