Il Dom 13 Ago 2023, 21:17 Mikhail ha scritto:
This will be useful in the installer too, when I first installed OpenBSD
> with network connection I thought installation was stuck after
> "Multiprocessor machine; using bsd.mp instead of bsd.", only after
> some time I understood that the installer
Il 10 dic 2017 10:44 AM, "Matthieu Herrb" ha scritto:
On Sun, Sep 24, 2017 at 10:03:13AM +0200, David Coppa wrote:
> On Wed, Sep 20, 2017 at 7:06 PM, David Coppa wrote:
> >
> > Here's the update to FreeType-2.8.1.
> >
> > I don't know if ther
On Wed, Sep 20, 2017 at 7:06 PM, David Coppa wrote:
>
> Here's the update to FreeType-2.8.1.
>
> I don't know if there's enough time to have it in for 6.2.
Just catching up with icb logs...
i'm uncomfortable with updating freetype at this point. i'm
more
Is the diff below ok?
It makes the line
"PNP0303" at acpi0 not configured
disappear from my dmesg.
Index: dev/acpi/acpi.c
===
RCS file: /cvs/src/sys/dev/acpi/acpi.c,v
retrieving revision 1.330
diff -u -p -u -p -r1.330 acpi.c
--- d
Il 19 giu 2017 22:32, "Stuart Henderson" ha scritto:
On 2017/06/19 22:18, David Coppa wrote:
> Il 19 giu 2017 21:23, "Stuart Henderson" ha scritto:
>
> On 2017/06/19 17:46, David Coppa wrote:
> >
> >
> > Il 19 giu 2017 16:19, "Stuart He
Il 19 giu 2017 21:23, "Stuart Henderson" ha scritto:
On 2017/06/19 17:46, David Coppa wrote:
>
>
> Il 19 giu 2017 16:19, "Stuart Henderson" ha
> scritto:
>
> I'm looking at updating freetype, mostly to unbreak PCF font names
> which are cur
Il 19 giu 2017 16:19, "Stuart Henderson" ha scritto:
I'm looking at updating freetype, mostly to unbreak PCF font names
which are currently different on different machines (e.g. I have "xos4
Terminus" on a more recently installed laptop but just "Terminus" on
other machines that have been upgrade
Il 30 mag 2017 09:48, "Ted Unangst" ha scritto:
talking to stsp, he reminded me of a problematic bug that took some time to
track down in some desktop software that shall not be named. after a program
calls fork(), the child has only a single thread. per the standard, it needs
to get to exec() as
I think this comment was copy-pasted as is from the comment some
lines below, but this is about hibernation, not sleep.
Ok?
Index: acpibtn.c
===
RCS file: /cvs/src/sys/dev/acpi/acpibtn.c,v
retrieving revision 1.44
diff -u -p -u -p -
Hi!
Fixes for:
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-8105
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-8287
>From upstream via Arch Linux.
Patches for -current and 6.1.
Ok?
Ciao,
David
Index: src/psaux/psobjs.c
On Thu, Jan 12, 2017 at 1:46 PM, Stuart Henderson wrote:
> On 2017/01/09 15:29, David Coppa wrote:
>> Here's the update to freetype-2.7.1, both inline and as attachment.
>
>> As usual, please test it.
>>
>> And, if you can, put it in your next bulk build.
On Sat, Oct 22, 2016 at 11:52 AM, Matthieu Herrb wrote:
> On Mon, Oct 10, 2016 at 12:46:41PM +0200, David Coppa wrote:
>>
>> Hi all,
>>
>> Here's the update to FreeType 2.7 (a gzipped diff is also attached).
>>
>> The biggest change is that now Subpixel
Il 6 settembre 2016 14:56:32 CEST, Filippo Valsorda ha
scritto:
>Hello,
>
>I recently had the occasion to dive into the softraid crypto code [1]
>and was quite pleased with the cleanliness of it all. However, I found
>surprising the default value of 8k PBKDF2 rounds.
>
>I know it is easy to ove
Il 31 agosto 2016 17:19:36 CEST, Reyk Floeter ha scritto:
>On Wed, Aug 31, 2016 at 09:12:30AM -0600, Theo de Raadt wrote:
>> > This makes ifconfig display baudrates defined in ifmedia.h tables.
>> >
>> > Before (prints media subtype):
>> >
>> > $ ifconfig iwn0 | grep media:
>> > media:
On Fri, Aug 5, 2016 at 2:41 PM, Matthieu Herrb wrote:
> On Thu, Aug 04, 2016 at 10:55:29AM +0200, David Coppa wrote:
>>
>> Here's the update to the latest freetype.
>>
>> $ check_sym
>> /usr/X11R6/lib/libfreetype.so.25.0 --> obj/libfreetype.so.25.0
>>
On Wed, Jun 1, 2016 at 8:34 PM, Stefan Sperling wrote:
> On Wed, Jun 01, 2016 at 08:18:13PM +0200, David Coppa wrote:
>> On Wed, Jun 1, 2016 at 6:11 PM, Stefan Sperling wrote:
>>
>> > I agree. And the driver can keep using the MBIM_ prefix for such macros
>> &
On Wed, Jun 1, 2016 at 6:11 PM, Stefan Sperling wrote:
> I agree. And the driver can keep using the MBIM_ prefix for such macros
> even when we rename it to ubm.
iirc, the chosen name for the new driver was "umb" (USB Mobile
Broadband), not "ubm"...
Has it changed again or it's just a typo?
On Sun, Jan 24, 2016 at 7:47 PM, Adam Wolk wrote:
> On Fri, 22 Jan 2016 22:46:39 +0100 (CET)
> Mark Kettenis wrote:
>
>> Firefox makes a lot of concurrent malloc(3) calls. The locking to
>> make malloc(3) thread-safe is a bit...suboptimal. This diff makes
>> things better by using a mutex inste
On Tue, 22 Dec 2015, Stuart Henderson wrote:
> Could some libressl people look at this please? We have a problem where
> the chain coming from a server roots from a certificate that isn't in
> the root store, but an intermediary certificate *is* in the root store.
> Thanks.
>
>
> As reported by
On Mon, 21 Dec 2015, Stefan Fritsch wrote:
> CVSROOT: /cvs
> Module name: src
> Changes by: s...@cvs.openbsd.org2015/12/21 14:49:03
>
> Modified files:
> sys/kern : tty_conf.c tty_endrun.c tty_msts.c tty_nmea.c
> sys/net: ppp_tty.c
> sys/sys:
On Thu, Dec 17, 2015 at 10:34 PM, Stefan Sperling wrote:
> On Thu, Dec 17, 2015 at 08:13:03PM +0100, Stefan Sperling wrote:
>> This should fix the infinite scanning loops people have been
>> reporting with 11n-enabled iwn(4), as well as the issue where
>> clients associating to 11g APs end up in 1
On Wed, 16 Dec 2015, Stefan Sperling wrote:
> This diff adds 11n MCS 0-7 with A-MPDU and A-MSDU Rx to the iwn(4) driver.
>
> It also tweaks replay detection for CCMP encrypted frames, which needed
> tweaking for A-MPDU anyway (see comments in code). Even in non-11n modes
> this driver was discard
On Tue, 13 Oct 2015, Christian Weisgerber wrote:
> David Coppa:
>
> > New freetype version, new header file layout :( :(
> > [...]
> > Obviously, I'm expecting some fallouts from a bulk build with this...
>
> The only initial fallout from this is devel/
On Wed, Oct 7, 2015 at 3:01 PM, Stuart Henderson wrote:
> On 2015/10/07 14:40, David Coppa wrote:
>> On Wed, Oct 7, 2015 at 2:12 PM, David Coppa wrote:
>> >
>> > Hi!
>> >
>> > New freetype version, new header file layout :( :(
>> >
>>
On Wed, Oct 7, 2015 at 3:01 PM, Stuart Henderson wrote:
> On 2015/10/07 14:40, David Coppa wrote:
>> On Wed, Oct 7, 2015 at 2:12 PM, David Coppa wrote:
>> >
>> > Hi!
>> >
>> > New freetype version, new header file layout :( :(
>> >
>>
On Wed, Oct 7, 2015 at 2:12 PM, David Coppa wrote:
>
> Hi!
>
> New freetype version, new header file layout :( :(
>
> Now, all header files except 'ft2build.h' are (again) into
> /usr/X11R6/include/freetype2/freetype/.
>
> Luckily, no ABI changes th
On Mon, Sep 28, 2015 at 10:23 PM, Matthieu Herrb wrote:
> On Wed, Sep 16, 2015 at 02:37:38AM -0600, David Coppa wrote:
>>
>> Hi!
>>
>> Here's an update to libxcb-1.11.1
>>
>> Changes:
>>
>> - Expose 64-bit sequence
On Tue, Sep 15, 2015 at 6:50 AM, Grant Czajkowski wrote:
> On Fri, Sep 11, 2015 at 02:41:04AM -0600, David Coppa wrote:
>>
>> Hi!
>>
>> Repeatedly hit the panic below with latest ugen.c code (v 1.88) and
>> pcsc-lite.
>
> Thanks for the report. Could you
On Fri, Sep 11, 2015 at 10:41 AM, David Coppa wrote:
>
> Hi!
>
> Repeatedly hit the panic below with latest ugen.c code (v 1.88) and
> pcsc-lite.
>
> libusb1 is version 1.0.20-rc3.
Reverting to v 1.85 fixes the issue for me.
Ciao!
David
packages are:
libusb1-1.0.20rc3
Hi!
Repeatedly hit the panic below with latest ugen.c code (v 1.88) and
pcsc-lite.
libusb1 is version 1.0.20-rc3.
panic: ehci_device_clear_toggle: queue active
Stopped at Debugger+0x9: leave
Debugger() at Debugger+0x9
panic() at panic+0xfe
ehci_device_clear_toggle() at ehci_device_clear_
On Tue, Jun 9, 2015 at 10:06 AM, Marc Espie wrote:
> On Mon, Jun 08, 2015 at 03:37:27PM +0200, Landry Breuil wrote:
>> On Mon, Jun 08, 2015 at 02:59:28PM +0200, Marc Espie wrote:
>> > On Mon, Jun 08, 2015 at 01:46:17AM -0400, dan mclaughlin wrote:
>> > > i figure this should be useful to some.
>>
On Sun, Jun 21, 2015 at 9:26 PM, Matthieu Herrb wrote:
> On Sat, Jun 20, 2015 at 09:26:25PM +0200, David Coppa wrote:
>> On Sat, Jun 20, 2015 at 12:24 PM, Matthieu Herrb wrote:
>> > On Wed, Jun 17, 2015 at 04:34:15AM -0600, David Coppa wrote:
>> >>
>> >&g
On Sat, 09 May 2015, Philip Guenther wrote:
> Looks like the problem is that while one thread is calling vfork(),
> another thread does something that acquires the spinlock inside
> rthread_dl_lock() (probably another vfork). The child of the vfork tries
> to acquire the spinlock so that it ca
Hi,
As found while running the git test-suite (for an upcoming update
to git-2.4.0):
$ cd sub
$ rm
-rf .git
$ cp
-R -P -p ../.git/modules/sub .git
cp: chflags: .git/refs/heads: Invalid argument
cp: chflags: .git/refs/tags: Invalid argument
cp: chflags: .git/refs/remotes/origin: Invalid argumen
Can somebody with the necessary skills help me with this?
$ cd /usr/ports/devel/libinotify/ && make clean fake && make test
I remember this used to work... Now, most of the times, the
'check_libinotify' process brings the CPU to 100% and it's stuck
in a sched_yield() loop:
31456/1022146 check
Hi!
Code says "7860":
$ grep 7860 *
sndiod.c:#define DEFAULT_BUFSZ 7860
While manpage says "7680":
$ grep 7680 *
sndiod.1:The default is 7680 or twice the block size
Ciao,
David
Index: sndiod.1
===
RCS file: /cvs/src/usr.bin/sn
On Sat, 28 Mar 2015, Matthieu Herrb wrote:
> On Fri, Mar 27, 2015 at 01:55:56PM +0100, David Coppa wrote:
> >
> > Minor update, no important stuff for us.
> >
> > Comments?
> >
> > Index: Makefile.in
> > =
Il giorno 10/mar/2015 20.48, "Ted Unangst" ha scritto:
>
> Boudewijn Dijkstra wrote:
> > Op Sat, 07 Mar 2015 20:13:45 +0100 schreef David Coppa :
> > > On Sat, Mar 7, 2015 at 7:28 PM, Ted Unangst
wrote:
> > >
> > >> Or you could start with
On Sat, Mar 7, 2015 at 7:28 PM, Ted Unangst wrote:
> Or you could start with the linked Ubuntu advisory and try to discover where
> they hide the relevant patches. Heaven forbid they directly link to them,
> somebody might discover Ubuntu is based on open source software.
Here are the patches Ub
On Fri, Feb 13, 2015 at 6:19 PM, Stuart Henderson wrote:
> In sys/net/if_media.c r1.19 (2007/12/20) the return code for unknown
> ioctl requests was changed from EINVAL to ENOTTY.
>
> libpcap uses a SIOCGIFMEDIA to determine whether an interface can use
> rfmon mode; this change breaks this. Notic
On Tue, Feb 10, 2015 at 5:05 AM, Ted Unangst wrote:
> Sebastian's emails don't make it to the list, but in the interest of
> transparency and not hiding any secrets about OpenBSD's security, I'm
> forwarding it along as requested.
Uff. Another one who forgot to get his meds...
Ciao!
David
> Seb
Hi,
Currently, when you hibernate your thinkpad using the hibernate
button (Fn+F12), /etc/apm/hibernate does not get executed. It is
only when you hibernate using 'ZZZ'.
The diff below makes the hibernate button behave like the suspend
one.
I have chosen 0x000D as the value for APM_USER_HIBERNA
ok?
Ciao,
David
Index: arch/amd64/amd64/acpi_wakecode.S
===
RCS file: /cvs/src/sys/arch/amd64/amd64/acpi_wakecode.S,v
retrieving revision 1.35
diff -u -p -u -p -r1.35 acpi_wakecode.S
--- arch/amd64/amd64/acpi_wakecode.S8 Dec 201
On Tue, Jan 20, 2015 at 10:35 AM, Jason McIntyre wrote:
> also for the record this would be an instance of preferring US spelling
> over UK (er, French even).
centre vs center, colour vs color, armour vs armor, and so on...
And, btw, gmail's integrated spell checker marks centre, colour, and
ar
On Wed, Jan 14, 2015 at 5:52 PM, Theo de Raadt wrote:
> And what breaks?
>
> Did you do an assessment?
>
> Hypothetically, if we do this and it improves security but breaks
> mplayer or firefox and people are forced to run some other system
> instead, is it then a security improvement?
Indeed.
On Mon, Jan 12, 2015 at 1:39 PM, Stuart Henderson wrote:
> On 2015/01/12 12:35, Alexander Bluhm wrote:
>> Hi,
>>
>> Fetching port distfiles with ftp from githup does not work when
>> using a https proxy. The problem is that the http Host header is
>> not not set and githup.com needs that.
>>
>> S
On Wed, Jan 7, 2015 at 9:54 AM, David Coppa wrote:
>
> An update to freetype-2.5.5.
>
> They were faster this time!
>
> Btw, it's a bugfixing update so I think we do not need another bulk
> build...
>
> I didn't see significant API/ABI changes and
On Wed, Jan 7, 2015 at 2:20 PM, Nicholas Marriott
wrote:
> This diff looks big but in fact there are only three changes, cnorm,
> cvvis and sgr.
Indeed.
As usual I've used:
$ sudo TERMINFO=/usr/share/terminfo tic -x rxvt-unicode.terminfo
$ infocmp rxvt-unicode
Don't know why it shuffled things
Keep it in sync with rxvt-unicode-9.21.
ok?
Ciao,
David
Index: termtypes.master
===
RCS file: /cvs/src/share/termtypes/termtypes.master,v
retrieving revision 1.50
diff -u -p -u -p -r1.50 termtypes.master
--- termtypes.master17
Hi!
RC4 is no more. It's better to be more generic.
comments / oks ?
Ciao,
David
Index: rc
===
RCS file: /cvs/src/etc/rc,v
retrieving revision 1.444
diff -u -p -u -p -r1.444 rc
--- rc 17 Nov 2014 18:19:08 - 1.444
+++ rc
On Fri, Oct 31, 2014 at 8:42 PM, Mike Larkin wrote:
> On Fri, Oct 31, 2014 at 03:36:50PM -0400, Ted Unangst wrote:
>> On Fri, Oct 31, 2014 at 10:24, Matt Markfort wrote:
>> > I have made these recent changes to my personal code base of the
>> > OpenBSD_5_4-release kernel, and it may be useful to c
Remove now useless defines.
ok?
Index: apmd.c
===
RCS file: /cvs/src/usr.sbin/apmd/apmd.c,v
retrieving revision 1.72
diff -u -p -u -p -r1.72 apmd.c
--- apmd.c 26 Oct 2014 22:16:16 - 1.72
+++ apmd.c 27 Oct 2014 08:
On Mon, Oct 13, 2014 at 3:22 PM, Stuart Henderson wrote:
> On 2014/10/13 14:56, Theo Buehler wrote:
>> Here's a shot at removing the binaries and manuals that are obsolete
>> after the lkm removal. I hope I caught them all.
>
> Thanks, committed.
>
>> There remains the user _lkm in /etc/groups.
Hi!
When running a kernel built without "option HIBERNATE", if I press
the hibernate button (Fn+F12) on my ThinkPad T420, the system
abruptly shuts down and I'm welcomed by fsck on the next boot.
What about the following diff?
Index: dev/acpi/acpithinkpad.c
=
On Wed, Sep 10, 2014 at 3:02 PM, Stuart Henderson wrote:
> On 2014/09/10 14:42, Marcin Piotr Pawlowski wrote:
>> Yes, I think that it could be is possible to double clean the node cache.
>>
>> Updated diff with suggestion from Stefan.
>
> Only tested lightly so far, but this seems to be working ni
On Tue, Sep 9, 2014 at 7:58 PM, Ingo Schwarze wrote:
> Hi David,
>
> David Coppa wrote on Tue, Sep 09, 2014 at 07:44:47PM +0200:
>> On Tue, Sep 9, 2014 at 7:27 PM, Ingo Schwarze wrote:
>
>>> i'm sorry to say it makes no difference for me (i'm not opposed to
On Tue, Sep 9, 2014 at 7:27 PM, Ingo Schwarze wrote:
> i'm sorry to say it makes no difference for me (i'm not opposed to the
> diff, though).
>
> On my laptop, building ports works fine, running firefox works fine,
> but whenever i surf the web with firefox while building ports,
> the machine lo
On Tue, Sep 9, 2014 at 5:29 PM, Fabian Raetz wrote:
> On Tue, Sep 09, 2014 at 12:38:04PM +0200, Fabian Raetz wrote:
>> Hi,
>>
>> below is a patch for iwn(4) which hopefully fixes a problem where iwn(4)
>> does not return from a scan, if the interface is up.
>
> here's an updated version which does
On Tue, Sep 9, 2014 at 4:30 PM, Erling Westenvik
wrote:
> On Tue, Sep 09, 2014 at 12:38:04PM +0200, Fabian Raetz wrote:
>> Devices tested so far:
>>
>> Inter WiFi Link 5100 (Marcin Piotr Pawlowski)
>> Intel Centrino Advanced-N 6205(Mike Burns, who also reported the
>> problem on m
On Fri, May 23, 2014 at 12:42 PM, Alexandre Ratchov wrote:
> On Wed, Apr 30, 2014 at 01:06:48AM +0200, Alexandre Ratchov wrote:
>> This diff attempts to "unify" volume keys; it makes pckbd and ukbd
>> volume keys behave like all other volume keys (acpithinkpad,
>> acpiasus, macppc/abtn and similar
On Wed, May 21, 2014 at 4:12 PM, Stefan Sperling wrote:
> On Wed, May 21, 2014 at 02:20:08PM +0200, David Coppa wrote:
>>
>> Hi!
>>
>> Found this while analyzing rxvt-unicode's config.log:
>>
>> configure:7078: checking for working X setlocale
>&g
On Wed, May 21, 2014 at 4:12 PM, Stefan Sperling wrote:
> On Wed, May 21, 2014 at 02:20:08PM +0200, David Coppa wrote:
>>
>> Hi!
>>
>> Found this while analyzing rxvt-unicode's config.log:
>>
>> configure:7078: checking for working X setlocale
>&g
Hi!
Found this while analyzing rxvt-unicode's config.log:
configure:7078: checking for working X setlocale
configure:7095: c++ -o conftest -O2 -pipe -w -I/usr/X11R6/include conftest.cpp
-lsupc++ -L/usr/X11R6/lib -R/usr/X11R6/lib -lX11 >&5
/tmp//cc2K0U3P.o(.text+0x11): In function `main':
: u
On Fri, May 16, 2014 at 3:31 PM, Łukasz Ratajski
wrote:
> Am 16.05.2014 13:10, schrieb David Coppa:
>> On Fri, May 16, 2014 at 1:02 PM, Łukasz Ratajski
>> wrote:
>>> Attached is a diff for umsm+man page which enables support for the
>>> Alcatel OneTouch L1
On Fri, May 16, 2014 at 1:02 PM, Łukasz Ratajski
wrote:
> Attached is a diff for umsm+man page which enables support for the
> Alcatel OneTouch L100V USB 2G/3G/LTE modem, known in Germany as Telekom
> SpeedStick LTE II.
>
> The storage part has to be ejected first. Connectivity tested with
> userl
Il giorno 30/apr/2014 23.11, "SASANO Takayoshi" ha
scritto:
>
> Hello,
>
> I found some debug messages need to be fixed in sys/dev/usb/umodem.c.
> Can I commit the diff?
Ok dcoppa@
>
> SASANO Takayoshi
>
> Index: umodem.c
> ==
Is it ok to zap .klogin?
cheers
David
Index: distrib/sets/lists/etc/mi
===
RCS file: /cvs/src/distrib/sets/lists/etc/mi,v
retrieving revision 1.162
diff -u -p -u -p -r1.162 mi
--- distrib/sets/lists/etc/mi 24 Apr 2014 21:07:37 -00
On Tue, Apr 22, 2014 at 10:29 AM, Kārlis Miķelsons
wrote:
>> It's the pms(4) driver. It happens on some Dell laptops that have a crappy
>> non fully standard synaptics (alps?) touchpad.
>
> It seems so, today this laptop booted up without pms device for some reason,
> and without it X.org started
Il giorno 22/apr/2014 06.59, "Kārlis Miķelsons" ha
scritto:
>
> Hello,
>
>
>> Your DNS is broken. xauth is trying to resolve the current hostname.
>> Fix DNS or add something to /etc/hosts.
>
> Thank you for your suggestion, but it didn't help.
>
> $ cat /etc/resolv.conf
> family inet4 inet6
> nam
Hi!
x11/i3 (and x11/awesome too) wants to use libxcb-cursor.
Back in the days I patched upstream code and reverted it to use libXcursor.
Now that we have xcb-util-cursor I want to remove those patches.
However, xcb-util-cursor is currently broken:
[i3] CC src/config_parser.c
cc -DI3_VERSION=\"'4
On Thu, Mar 13, 2014 at 12:31 PM, David Coppa wrote:
> On Thu, Mar 13, 2014 at 11:53 AM, Gregor Best wrote:
>> On Thu, Mar 13, 2014 at 11:16:42AM +0100, Gregor Best wrote:
>>> [...]
>>> Couldn't test hibernate yet because my system has root on a softraid
>>&
On Thu, Mar 13, 2014 at 3:06 PM, Mark Kettenis wrote:
>> Date: Thu, 13 Mar 2014 02:34:17 -0600
>> From: David Coppa
>>
>> Hi!
>>
>> This diff updates freetype to version 2.5.3.
>>
>> It fixes a vulnerability in the CFF driver (CVE-2014-
On Thu, Mar 13, 2014 at 11:53 AM, Gregor Best wrote:
> On Thu, Mar 13, 2014 at 11:16:42AM +0100, Gregor Best wrote:
>> [...]
>> Couldn't test hibernate yet because my system has root on a softraid
>> crypto device and the swap is outside the crypto area.
>> [...]
>
> David gave me a hint on how to
On Thu, Mar 13, 2014 at 9:34 AM, David Coppa wrote:
>
> Hi!
>
> This diff updates freetype to version 2.5.3.
>
> It fixes a vulnerability in the CFF driver (CVE-2014-2240).
>
> Minor bumped due to the addition of FT_MulFix_x86_64() in
> /usr/X11R6/include/freetype2
On Tue, Feb 11, 2014 at 6:35 AM, Martynas Venckus
wrote:
>> Here's a diff that sticks a bit closer to the original code. It's
>> equivalent to your diff, and admittedly purely a matter of taste which
>> version to prefer.
>
> I prefer my version better. It's not '93 anymore and compilers are
> a
On Fri, Feb 7, 2014 at 4:03 PM, David Coppa wrote:
> On Fri, Feb 7, 2014 at 3:49 PM, Mark Kettenis wrote:
>>> Date: Thu, 6 Feb 2014 23:07:58 -0800
>>> From: Martynas Venckus
>>>
>>> Yup.Does this diff fix it for you?
>>
>> Here's a d
On Fri, Feb 7, 2014 at 3:49 PM, Mark Kettenis wrote:
>> Date: Thu, 6 Feb 2014 23:07:58 -0800
>> From: Martynas Venckus
>>
>> Yup.Does this diff fix it for you?
>
> Here's a diff that sticks a bit closer to the original code. It's
> equivalent to your diff, and admittedly purely a matter of t
gt;> I think I recently ran into a similar issue but I suspect the root cause
>> might be the same. I think the floorl function is wrong for numbers slightly
>> larger than -1 to numbers slightly below 0. In this range floorl returns -0
>> instead of -1.
>>
>>&
On Wed, Feb 5, 2014 at 11:43 AM, Mark Kettenis wrote:
>> From: David Coppa
>> Date: Wed, 5 Feb 2014 09:01:45 +0100
>>
>> On Tue, Feb 4, 2014 at 11:55 PM, Mark Kettenis
>> wrote:
>> > Running the updated xf86-video-intel driver uncovered a bug in th
Hi!
I hit this problem while working on updating math/R from version
2.15.3 to the latest version (3.0.2).
It started happening since upstream switched from double functions
to C99 long double functions (expl, fabsl, ...), during the R-3
development cycle.
Take the following reduced test-case,
On Tue, Feb 4, 2014 at 11:55 PM, Mark Kettenis wrote:
> Running the updated xf86-video-intel driver uncovered a bug in the
> kernel drm code. The page fault handler wasn't handling some of the
> possible errors correctly. This made the X server die with a SIGSEGV.
> The diff below brings things
> From: Antoine Jacoutot
> Date: Wed, Jan 29, 2014 at 3:24 PM
> Subject: Re: unbreak ftp progressbar
> To: Jasper Lievisse Adriaanse
> Cc: tech@openbsd.org
>
>
> On Wed, Jan 29, 2014 at 02:53:12PM +0100, Jasper Lievisse Adriaanse wrote:
> > Hi,
> >
> > At least with ftp -Vm the progressbar was
On Wed, Jan 29, 2014 at 2:53 PM, Jasper Lievisse Adriaanse
wrote:
> Hi,
>
> At least with ftp -Vm the progressbar was messing up the display as it was
> printing the output on the same line and would wrap around creating displays
> such as http://pbot.rmdir.de/gOeAYNv30HnQk-4I4xmKZg
> Seems like
On Fri, Jan 24, 2014 at 12:07 PM, Stuart Henderson wrote:
> On 2014/01/24 03:41, David Coppa wrote:
>>
>> Is there a particular reason for dmesg saying "dump" while the
>> kernel config option is "dumps"?
>
> hmm, not sure I like mixing root/swap (no
Is there a particular reason for dmesg saying "dump" while the
kernel config option is "dumps"?
I find it confusing...
Index: sys/kern/subr_disk.c
===
RCS file: /cvs/src/sys/kern/subr_disk.c,v
retrieving revision 1.163
diff -u -p -u
> From: Stuart Henderson
> Date: Mon, Jan 13, 2014 at 9:24 PM
> Subject: Add spi-inc.org CA root?
> To: tech
>
>
> Any comments on adding this to cert.pem? It is for SPI, non-profit org which
> was originally created as a 501c(3) for Debian, this cert is used to sign keys
> for alioth.debian.o
On Sat, Sep 14, 2013 at 7:48 PM, Kyle R. W. Milz wrote:
> I'll stop being lazy, maybe this will make things easier for you. Full
> disclosure: first patch I've sent to this list.
>
>
> Index: share/man/man4/urtwn.4
> ===
> RCS file:
On Fri, Sep 13, 2013 at 4:01 PM, Kirill Bychkov wrote:
> On Fri, September 13, 2013 13:19, Stuart Henderson wrote:
>> On 2013/09/13 10:59, David Coppa wrote:
>>> On Fri, Sep 13, 2013 at 10:57 AM, Martin Pieuchot
>>> wrote:
>>>
>>> > Out of curio
On Fri, Sep 13, 2013 at 11:19 AM, Stuart Henderson wrote:
> On 2013/09/13 10:59, David Coppa wrote:
>> On Fri, Sep 13, 2013 at 10:57 AM, Martin Pieuchot
>> wrote:
>>
>> > Out of curiosity, can I see the dmesg for this machine? I'd like to
>> > know wh
On Fri, Sep 13, 2013 at 10:57 AM, Martin Pieuchot
wrote:
> Out of curiosity, can I see the dmesg for this machine? I'd like to
> know which devices attach at ugen(4).
ask djm@
> Makes sense to me, it's not too difficult to have more than 2 usb
> devices attached as ugen(4) these days, for exam
While debugging a problem with pcscd from security/pcsc-lite
06361622 hotplug_libusb.c:514:HPAddHotPluggable() Adding USB device: 3:2:0
0191 hotplug_libusb.c:558:HPAddHotPluggable() libusb_open failed: -4
We (Damien and me) quickly found that the cause was:
16097 pcscdGIO fd 1 wrote
On Thu, Sep 12, 2013 at 1:33 PM, Eivind Evensen wrote:
> Hello.
>
> Trying to figure out what I've done wrong to have a diskless setup
> boot the kernel and then try to talk to a broadcast address rather than
> the nfsserver, I saw this typo.
>
> Eivind
>
>
> Index: sys/nfs/nfs_boot.c
> ==
On Thu, Sep 5, 2013 at 9:31 PM, Craig R. Skinner
wrote:
> Doesn't seem to reload once chrooted:
>
> $ sudo /etc/rc.d/spamd -d reload
> doing rc_read_runfile
> doing rc_check
> spamd
> doing rc_reload
> Sep 5 19:57:54 oak spamd[22335]: greyreader failed (Error 0)
> doing rc_wait reload
> doing rc_
This misses util.h:
cc -O2 -pipe -fno-pie -Wall -DINET6 -c /usr/src/sbin/ifconfig/ifconfig.c
/usr/src/sbin/ifconfig/ifconfig.c: In function 'setifwpakey':
/usr/src/sbin/ifconfig/ifconfig.c:1759: warning: implicit declaration of
function 'pkcs5_pbkdf2'
OK?
Index: ifconfig.c
=
On Mon, Aug 12, 2013 at 5:40 PM, Landry Breuil wrote:
> Hi,
>
> this diff adds a sensor for acpibtn to show lid status. This allows
> userland to monitor/react on lid close/open events, in case one is not
> using machdep.lidsuspend. I know sysutils/upower can make use of this, i
> just need to add
On Fri, Jul 12, 2013 at 5:51 PM, Ingo Schwarze wrote:
> Here is the fix, making sure that section 1 from ports still
> overrides section 6 from base, but cat from ports does *not*
> override man from base.
Definitely makes sense.
> OK?
Ok with me.
> Yours,
> Ingo
>
ciao,
David
> Index: ma
$ procmap
procmap: invalid address (0) == -1 vs. 224 @ 0
Since procmap does not work anymore for users, what about removing
the setgid kmem?
ciao,
David
Index: Makefile
===
RCS file: /cvs/src/usr.sbin/procmap/Makefile,v
retrieving
On Fri, Jun 21, 2013 at 1:03 PM, Stuart Henderson wrote:
> only for sparc64:
>> net/rtorrent
Yes, this is due to a gcc bug:
https://github.com/rakshasa/rtorrent/issues/28
On Thu, Jun 6, 2013 at 2:20 PM, Mark Kettenis wrote:
>
> I'm a Perl hater
>
>
> I've ranted before about implementing "standard" tools in Perl. The
> user experience just isn't the same as with C code.
>
> But even more so than with nl(1), why would we want to use something
> that's different
On Wed, May 22, 2013 at 3:42 PM, Lawrence Teo wrote:
> BUFCACHEPERCENT has been set to 20 by default for a while now, so bump
> it in the options(4) man page accordingly.
>
> OK?
ok for me.
thanks for catching this.
David
> Index: options.4
>
1 - 100 of 217 matches
Mail list logo