Re: CVS: cvs.openbsd.org: src

2024-11-13 Thread David Higgs
On Wed, Nov 13, 2024 at 7:36 AM Stuart Henderson wrote: > On 2024/11/12 21:12, David Higgs wrote: > > On Tue, Nov 12, 2024 at 3:34 PM Alexander Bluhm > wrote: > > > > CVSROOT:/cvs > > Module name:src > > Changes by: bl...@cvs.openbsd.org 2024/11/12 13:33:38 > > > >

Re: CVS: cvs.openbsd.org: src

2024-11-13 Thread Stuart Henderson
On 2024/11/12 21:12, David Higgs wrote: > On Tue, Nov 12, 2024 at 3:34 PM Alexander Bluhm wrote: > > CVSROOT:        /cvs > Module name:    src > Changes by:     bl...@cvs.openbsd.org   2024/11/12 13:33:38 > > Modified files: >         lib/libexpat   : Changes README.md shlib

Re: CVS: cvs.openbsd.org: src

2024-11-12 Thread David Higgs
On Tue, Nov 12, 2024 at 3:34 PM Alexander Bluhm wrote: > CVSROOT:/cvs > Module name:src > Changes by: bl...@cvs.openbsd.org 2024/11/12 13:33:38 > > Modified files: > lib/libexpat : Changes README.md shlib_version > lib/libexpat/doc: reference.html > lib

Re: ports and printf("%n") (was: Re: CVS: cvs.openbsd.org: src)

2021-08-30 Thread Theo de Raadt
Jeremie Courreges-Anglas wrote: > (cc'ing ports bulk builds herders) > > Hi folks, > > On Mon, Aug 30 2021, Theo de Raadt wrote: > > CVSROOT:/cvs > > Module name:src > > Changes by: dera...@cvs.openbsd.org 2021/08/30 05:16:49 > > > > Modified files: > > lib/libc/stdio : vfprint

ports and printf("%n") (was: Re: CVS: cvs.openbsd.org: src)

2021-08-30 Thread Jeremie Courreges-Anglas
(cc'ing ports bulk builds herders) Hi folks, On Mon, Aug 30 2021, Theo de Raadt wrote: > CVSROOT: /cvs > Module name: src > Changes by: dera...@cvs.openbsd.org 2021/08/30 05:16:49 > > Modified files: > lib/libc/stdio : vfprintf.c vfwprintf.c > > Log message: > jca and I converte

Re: KERN_CPTIME2 [chel...@openbsd.org: CVS: cvs.openbsd.org: src]

2018-10-03 Thread Theo de Raadt
I hope fixing these ports is easy and fast. LOOK, let me be clear. At the very last minute, the sysctl can be changed to return success But if you guys aren't even going to try to cope with change, that's coming off a little lame. There are bad side effects from the past behaviour as well. Je

Re: KERN_CPTIME2 [chel...@openbsd.org: CVS: cvs.openbsd.org: src]

2018-10-03 Thread Stuart Henderson
Not ports related, but seeing these failures, it would also be worth testing snmpd from base with hw.smt=0 on an HT machine.

Re: KERN_CPTIME2 [chel...@openbsd.org: CVS: cvs.openbsd.org: src]

2018-10-03 Thread Jeremie Courreges-Anglas
On Thu, Sep 27 2018, Stuart Henderson wrote: > On 2018/09/26 20:15, Stuart Henderson wrote: >> On 2018/09/26 19:16, Stuart Henderson wrote: >> > N.B. "Ports using KERN_CPTIME2 will need to be updated." >> > >> > This is likely to cause a bunch of breakage in things reporting CPU stats >> > and ti

Re: KERN_CPTIME2 [chel...@openbsd.org: CVS: cvs.openbsd.org: src]

2018-10-03 Thread Solene Rapenne
Stuart Henderson wrote: > On 2018/09/26 20:15, Stuart Henderson wrote: > > On 2018/09/26 19:16, Stuart Henderson wrote: > > > N.B. "Ports using KERN_CPTIME2 will need to be updated." > > > > > > This is likely to cause a bunch of breakage in things reporting CPU stats > > > and time is very short

Re: KERN_CPTIME2 [chel...@openbsd.org: CVS: cvs.openbsd.org: src]

2018-10-03 Thread Solene Rapenne
ectd > conky > go > htop > libgtop2 > net-snmp > node > pgtop > py-psutil > libuv (+ embedded copies, at least in cmake, maybe more) > zabbix > > > > > > > > > - Forwarded message from Scott Soule Cheloha ----- > > > >

Re: KERN_CPTIME2 [chel...@openbsd.org: CVS: cvs.openbsd.org: src]

2018-09-27 Thread Sebastien Marie
On Thu, Sep 27, 2018 at 09:25:51PM +0100, Stuart Henderson wrote: > > > > From a search over extracted ports source and cleaned up (ignoring ifdefs > > etc): > > The rust-related things are not going to be actually using it so you > can ignore those. yes. it is the Rust libc (re)definition. so

Re: KERN_CPTIME2 [chel...@openbsd.org: CVS: cvs.openbsd.org: src]

2018-09-27 Thread Stuart Henderson
On 2018/09/27 20:06, Stuart Henderson wrote: > On 2018/09/26 20:15, Stuart Henderson wrote: > > On 2018/09/26 19:16, Stuart Henderson wrote: > > > N.B. "Ports using KERN_CPTIME2 will need to be updated." > > > > > > This is likely to cause a bunch of breakage in things reporting CPU stats > > > an

Re: KERN_CPTIME2 [chel...@openbsd.org: CVS: cvs.openbsd.org: src]

2018-09-27 Thread Landry Breuil
On Thu, Sep 27, 2018 at 08:06:39PM +0100, Stuart Henderson wrote: > On 2018/09/26 20:15, Stuart Henderson wrote: > > On 2018/09/26 19:16, Stuart Henderson wrote: > > > N.B. "Ports using KERN_CPTIME2 will need to be updated." > > > > > > This is likely to cause a bunch of breakage in things reporti

Re: KERN_CPTIME2 [chel...@openbsd.org: CVS: cvs.openbsd.org: src]

2018-09-27 Thread Stuart Henderson
On 2018/09/26 20:15, Stuart Henderson wrote: > On 2018/09/26 19:16, Stuart Henderson wrote: > > N.B. "Ports using KERN_CPTIME2 will need to be updated." > > > > This is likely to cause a bunch of breakage in things reporting CPU stats > > and time is very short to fix them before release. > > > >

Re: KERN_CPTIME2 [chel...@openbsd.org: CVS: cvs.openbsd.org: src]

2018-09-26 Thread Stuart Henderson
On 2018/09/26 12:28, Chris Bennett wrote: > I was about to file a bug report, perhaps this is relevant here? > > This was happening also on a recent snap before this one. > > Using spectrwm, my windows freeze up until I go yo another screen and > back. For example, cat file or ls -la show screen

Re: KERN_CPTIME2 [chel...@openbsd.org: CVS: cvs.openbsd.org: src]

2018-09-26 Thread Chris Bennett
I was about to file a bug report, perhaps this is relevant here? This was happening also on a recent snap before this one. Using spectrwm, my windows freeze up until I go yo another screen and back. For example, cat file or ls -la show screen output, but no scrolling with mouse until I switch scre

Re: KERN_CPTIME2 [chel...@openbsd.org: CVS: cvs.openbsd.org: src]

2018-09-26 Thread Stuart Henderson
, at least in cmake, maybe more) zabbix > > > > - Forwarded message from Scott Soule Cheloha - > > From: Scott Soule Cheloha > Date: Wed, 26 Sep 2018 11:23:13 -0600 (MDT) > To: source-chan...@openbsd.org > Subject: CVS: cvs.openbsd.org: src > > CVSROOT: /cvs &

KERN_CPTIME2 [chel...@openbsd.org: CVS: cvs.openbsd.org: src]

2018-09-26 Thread Stuart Henderson
y won't be in snaps quite just yet) and test ASAP. - Forwarded message from Scott Soule Cheloha - From: Scott Soule Cheloha Date: Wed, 26 Sep 2018 11:23:13 -0600 (MDT) To: source-chan...@openbsd.org Subject: CVS: cvs.openbsd.org: src CVSROOT:/cvs Module name:src Chang

Re: CVS: cvs.openbsd.org: src

2018-05-02 Thread Stuart Henderson
On 2018/05/01 22:00, Vadim Zhukov wrote: > 2018-04-29 9:48 GMT+03:00 Kirill Bychkov : > > On Sun, April 29, 2018 00:25, Stuart Henderson wrote: > >> It needs more of a change than that, the syntax is different. > >> > > > > Hi! > > It uses /usr/bin/mail so it is safe to drop embedded smtp (see > >

Re: CVS: cvs.openbsd.org: src

2018-05-01 Thread Vadim Zhukov
2018-04-29 9:48 GMT+03:00 Kirill Bychkov : > On Sun, April 29, 2018 00:25, Stuart Henderson wrote: >> It needs more of a change than that, the syntax is different. >> > > Hi! > It uses /usr/bin/mail so it is safe to drop embedded smtp (see > /etc/apcupsd/apccontrol) and I doubt someone tweaked it t

Re: CVS: cvs.openbsd.org: src

2018-04-28 Thread Kirill Bychkov
On Sun, April 29, 2018 00:25, Stuart Henderson wrote: > It needs more of a change than that, the syntax is different. > Hi! It uses /usr/bin/mail so it is safe to drop embedded smtp (see /etc/apcupsd/apccontrol) and I doubt someone tweaked it to use other mailers instead of its default.So no tweak

Re: CVS: cvs.openbsd.org: src

2018-04-28 Thread Stuart Henderson
It needs more of a change than that, the syntax is different. -- Sent from a phone, apologies for poor formatting. On 28 April 2018 18:30:32 Vadim Zhukov wrote: 2018-04-28 19:54 GMT+03:00 Eric Faurot : > CVSROOT:/cvs > Module name:src > Changes by: e...@cvs.openbsd.org2018/

Re: CVS: cvs.openbsd.org: src

2018-04-28 Thread Vadim Zhukov
2018-04-28 19:54 GMT+03:00 Eric Faurot : > CVSROOT:/cvs > Module name:src > Changes by: e...@cvs.openbsd.org2018/04/28 10:54:11 > > Modified files: > usr.sbin/smtpd : Makefile > > Log message: > link smtp(1) to the build > > ok deraadt@ Some care would be needed for apc

Re: salt threads? Re: CVS: cvs.openbsd.org: src

2017-08-04 Thread viq
On 17-07-30 22:20:59, viq wrote: > On 17-07-30 22:10:43, viq wrote: > > On 17-07-30 15:50:44, Ted Unangst wrote: > > > viq wrote: > > > > > > anybody know what's going on? > > > > > > > > > > From my running salt with trace logs, it seems that salt initialises > > > > > everything, opens it's IPC

Re: salt threads? Re: CVS: cvs.openbsd.org: src

2017-07-30 Thread viq
On 17-07-30 22:10:43, viq wrote: > On 17-07-30 15:50:44, Ted Unangst wrote: > > viq wrote: > > > > > anybody know what's going on? > > > > > > > > From my running salt with trace logs, it seems that salt initialises > > > > everything, opens it's IPC sockets, initiates it's AES auth/handshake > >

Re: salt threads? Re: CVS: cvs.openbsd.org: src

2017-07-30 Thread viq
On 17-07-30 15:50:44, Ted Unangst wrote: > viq wrote: > > > > anybody know what's going on? > > > > > > From my running salt with trace logs, it seems that salt initialises > > > everything, opens it's IPC sockets, initiates it's AES auth/handshake > > > with master, and that's when things die. >

Re: salt threads? Re: CVS: cvs.openbsd.org: src

2017-07-30 Thread Ted Unangst
viq wrote: > > > anybody know what's going on? > > > > From my running salt with trace logs, it seems that salt initialises > > everything, opens it's IPC sockets, initiates it's AES auth/handshake > > with master, and that's when things die. > > Would output of ktrace/kdump be useful here? FWIW

Re: salt threads? Re: CVS: cvs.openbsd.org: src

2017-07-30 Thread viq
On 17-07-28 23:34:29, viq wrote: > On 17-07-28 16:04:16, Ted Unangst wrote: > > moving to ports > > > > viq wrote: > > > On 17-07-27 10:35:08, Ted Unangst wrote: > > > > CVSROOT:/cvs > > > > Module name:src > > > > Changes by: t...@cvs.openbsd.org2017/07/27 10:35:08 > > > > >

Re: salt threads? Re: CVS: cvs.openbsd.org: src

2017-07-28 Thread viq
On 17-07-28 16:04:16, Ted Unangst wrote: > moving to ports > > viq wrote: > > On 17-07-27 10:35:08, Ted Unangst wrote: > > > CVSROOT: /cvs > > > Module name: src > > > Changes by: t...@cvs.openbsd.org2017/07/27 10:35:08 > > > > > > Modified files: > > > lib/librthread : rthread.

salt threads? Re: CVS: cvs.openbsd.org: src

2017-07-28 Thread Ted Unangst
moving to ports viq wrote: > On 17-07-27 10:35:08, Ted Unangst wrote: > > CVSROOT:/cvs > > Module name:src > > Changes by: t...@cvs.openbsd.org2017/07/27 10:35:08 > > > > Modified files: > > lib/librthread : rthread.c rthread_fork.c > > > > Log message: > > bad things can (a

Re: CVS: cvs.openbsd.org: src

2016-09-02 Thread Antoine Jacoutot
On Fri, Sep 02, 2016 at 10:44:52AM +0100, Stuart Henderson wrote: > On 2016/09/02 11:28, Alexandre Ratchov wrote: > > On Fri, Sep 02, 2016 at 10:08:43AM +0200, Antoine Jacoutot wrote: > > > On Wed, Aug 31, 2016 at 01:22:43AM -0600, Alexandre Ratchov wrote: > > > > CVSROOT:/cvs > > > > Modul

Re: CVS: cvs.openbsd.org: src

2016-09-02 Thread Stuart Henderson
On 2016/09/02 11:28, Alexandre Ratchov wrote: > On Fri, Sep 02, 2016 at 10:08:43AM +0200, Antoine Jacoutot wrote: > > On Wed, Aug 31, 2016 at 01:22:43AM -0600, Alexandre Ratchov wrote: > > > CVSROOT: /cvs > > > Module name: src > > > Changes by: ratc...@cvs.openbsd.org 2016/08/31 01:22:

Re: CVS: cvs.openbsd.org: src

2016-09-02 Thread Alexandre Ratchov
On Fri, Sep 02, 2016 at 10:08:43AM +0200, Antoine Jacoutot wrote: > On Wed, Aug 31, 2016 at 01:22:43AM -0600, Alexandre Ratchov wrote: > > CVSROOT:/cvs > > Module name:src > > Changes by: ratc...@cvs.openbsd.org 2016/08/31 01:22:43 > > > > Modified files: > > share/man/man4 : audio

Re: timestamps for sqlports-compact (was: Re: CVS: cvs.openbsd.org: src)

2015-03-28 Thread Marc Espie
On Mon, Mar 23, 2015 at 07:42:02PM -0700, Constantine A. Murenin wrote: > On 23 March 2015 at 15:59, Stuart Henderson wrote: > > On 2015/03/23 10:14, Constantine A. Murenin wrote: > >> May I also ask why is it necessary to remove the timestamp information > >> from the tar archives themselves? > >

Re: timestamps for sqlports-compact (was: Re: CVS: cvs.openbsd.org: src)

2015-03-24 Thread Stuart Henderson
On 2015-03-24, Constantine A. Murenin wrote: > On 23 March 2015 at 15:59, Stuart Henderson wrote: >> On 2015/03/23 10:14, Constantine A. Murenin wrote: >>> May I also ask why is it necessary to remove the timestamp information >>> from the tar archives themselves? >> >> To improve rsyncability. >

Re: timestamps for sqlports-compact (was: Re: CVS: cvs.openbsd.org: src)

2015-03-23 Thread Constantine A. Murenin
On 23 March 2015 at 15:59, Stuart Henderson wrote: > On 2015/03/23 10:14, Constantine A. Murenin wrote: >> May I also ask why is it necessary to remove the timestamp information >> from the tar archives themselves? > > To improve rsyncability. Could you elaborate? 0. Doesn't rsync ignore timesta

Re: timestamps for sqlports-compact (was: Re: CVS: cvs.openbsd.org: src)

2015-03-23 Thread Stuart Henderson
On 2015/03/23 10:14, Constantine A. Murenin wrote: > May I also ask why is it necessary to remove the timestamp information > from the tar archives themselves? To improve rsyncability.

Re: timestamps for sqlports-compact (was: Re: CVS: cvs.openbsd.org: src)

2015-03-23 Thread Constantine A. Murenin
On 14 March 2015 at 02:28, Marc Espie wrote: > On Fri, Mar 13, 2015 at 01:13:39PM -0700, Constantine A. Murenin wrote: >> Hello, >> >> The commit below from 2014-09-16 must have broken the snapshot time >> detection on http://ports.su/ , which must have been broken since >> 2014-09-21. >> >> Is th

Re: timestamps for sqlports-compact (was: Re: CVS: cvs.openbsd.org: src)

2015-03-14 Thread Marc Espie
On Fri, Mar 13, 2015 at 01:13:39PM -0700, Constantine A. Murenin wrote: > Hello, > > The commit below from 2014-09-16 must have broken the snapshot time > detection on http://ports.su/ , which must have been broken since > 2014-09-21. > > Is there a cross-platform way to best get it back from the

timestamps for sqlports-compact (was: Re: CVS: cvs.openbsd.org: src)

2015-03-13 Thread Constantine A. Murenin
Hello, The commit below from 2014-09-16 must have broken the snapshot time detection on http://ports.su/ , which must have been broken since 2014-09-21. Is there a cross-platform way to best get it back from the package file? I see that the timestamps are now embedded within "+CONTENTS", and bot

Re: syslogd replacements (was: Re: CVS: cvs.openbsd.org: src)

2014-07-14 Thread Stuart Henderson
On 2014/07/14 07:56, Christian Weisgerber wrote: > On 2014-07-14, Theo de Raadt wrote: > > > CVSROOT:/cvs > > Module name:src > > Changes by: dera...@cvs.openbsd.org 2014/07/13 22:02:33 > > > > Modified files: > > usr.sbin/syslogd: syslogd.c > > > > Log message: > > Create a sock

Re: syslogd replacements (was: Re: CVS: cvs.openbsd.org: src)

2014-07-14 Thread Theo de Raadt
> On 2014-07-14, Theo de Raadt wrote: > > > CVSROOT:/cvs > > Module name:src > > Changes by: dera...@cvs.openbsd.org 2014/07/13 22:02:33 > > > > Modified files: > > usr.sbin/syslogd: syslogd.c > > > > Log message: > > Create a socketpair() and tie one end to /dev/klog using ioctl

syslogd replacements (was: Re: CVS: cvs.openbsd.org: src)

2014-07-14 Thread Christian Weisgerber
On 2014-07-14, Theo de Raadt wrote: > CVSROOT: /cvs > Module name: src > Changes by: dera...@cvs.openbsd.org 2014/07/13 22:02:33 > > Modified files: > usr.sbin/syslogd: syslogd.c > > Log message: > Create a socketpair() and tie one end to /dev/klog using ioctl LIOCSFD. > This allow

devel/py-openbsd broken [Re: CVS: cvs.openbsd.org: src]

2014-01-25 Thread Stuart Henderson
On 2014/01/23 16:51, Henning Brauer wrote: > CVSROOT: /cvs > Module name: src > Changes by: henn...@cvs.openbsd.org 2014/01/23 16:51:29 > > Modified files: > sys/net: if_bridge.c pf.c > sys/netinet: ip_input.c ip_output.c ip_var.h tcp_input.c >

Re: CVS: cvs.openbsd.org: src

2014-01-08 Thread Jérémie Courrèges-Anglas
Pascal Stumpf writes: > On Fri, 27 Dec 2013 10:41:30 -0700 (MST), Theo de Raadt wrote: >> CVSROOT: /cvs >> Module name: src >> Changes by: dera...@cvs.openbsd.org 2013/12/27 10:41:30 >> >> Modified files: >> etc/mtree : 4.4BSD.dist 4.4BSD.root >> >> Log message: >> /stand has no

Re: CVS: cvs.openbsd.org: src

2013-12-27 Thread Pascal Stumpf
On Fri, 27 Dec 2013 10:41:30 -0700 (MST), Theo de Raadt wrote: > CVSROOT: /cvs > Module name: src > Changes by: dera...@cvs.openbsd.org 2013/12/27 10:41:30 > > Modified files: > etc/mtree : 4.4BSD.dist 4.4BSD.root > > Log message: > /stand has not been used in decades > ok mio

Re: FHASLOCK -> FIF_HASLOCK (Was: CVS: cvs.openbsd.org: src)

2013-06-07 Thread Matthias Kilian
On Fri, Jun 07, 2013 at 05:08:37PM +0200, Landry Breuil wrote: > Cant we whack lsof instead so that it doesnt try to reach non-public > includes in /sys ? Also, do you have an up2date src/sys ? I had (and still have) a diff back from 2010, but IIRC, pvalchev@ complained (and was right complaining)

Re: FHASLOCK -> FIF_HASLOCK (Was: CVS: cvs.openbsd.org: src)

2013-06-07 Thread Scott McEachern
On 06/07/13 12:17, Philip Guenther wrote: On Fri, 7 Jun 2013, David Coppa wrote: This change broke sysutils/lsof. cc -DOPENBSDV=5000 -DN_UNIXV=/bsd -DHASNFSPROTO -DHASIPv6 -DHAS9660FS=1 -DHASMSDOSFS=1 -DHASI_E2FS_PTR -DHASEXT2FS=2 -DHASEFFNLINK=i_effnlink -DHAS_DINODE_U -DHASI_FFS1 -DHAS_UM_

Re: FHASLOCK -> FIF_HASLOCK (Was: CVS: cvs.openbsd.org: src)

2013-06-07 Thread Philip Guenther
On Fri, 7 Jun 2013, David Coppa wrote: > This change broke sysutils/lsof. > > cc -DOPENBSDV=5000 -DN_UNIXV=/bsd -DHASNFSPROTO -DHASIPv6 -DHAS9660FS=1 > -DHASMSDOSFS=1 -DHASI_E2FS_PTR -DHASEXT2FS=2 -DHASEFFNLINK=i_effnlink > -DHAS_DINODE_U -DHASI_FFS1 -DHAS_UM_UFS -DHASNCVPID -DUVM -DHAS_UVM_INC

Re: FHASLOCK -> FIF_HASLOCK (Was: CVS: cvs.openbsd.org: src)

2013-06-07 Thread Landry Breuil
On Fri, Jun 07, 2013 at 04:57:25PM +0200, David Coppa wrote: > On Tue, 04 Jun 2013, Philip Guenther wrote: > > > CVSROOT:/cvs > > Module name:src > > Changes by: guent...@cvs.openbsd.org2013/06/04 19:26:00 > > > > Modified files: > > sys/sys: fcntl.h file.h > >

FHASLOCK -> FIF_HASLOCK (Was: CVS: cvs.openbsd.org: src)

2013-06-07 Thread David Coppa
On Tue, 04 Jun 2013, Philip Guenther wrote: > CVSROOT: /cvs > Module name: src > Changes by: guent...@cvs.openbsd.org2013/06/04 19:26:00 > > Modified files: > sys/sys: fcntl.h file.h > sys/kern : kern_descrip.c vfs_syscalls.c vfs_vnops.c > usr.sbi

Re: rm nawk (was: Re: CVS: cvs.openbsd.org: src)

2010-08-25 Thread Stuart Henderson
On 2010/08/25 21:54, Christian Weisgerber wrote: > Theo de Raadt wrote: > > > CVSROOT:/cvs > > Module name:src > > Changes by: dera...@cvs.openbsd.org 2010/08/25 13:21:04 > > > > Modified files: > > usr.bin/awk: Makefile awk.1 > > > > Log message: > > get rid of the nawk ha

rm nawk (was: Re: CVS: cvs.openbsd.org: src)

2010-08-25 Thread Christian Weisgerber
Theo de Raadt wrote: > CVSROOT: /cvs > Module name: src > Changes by: dera...@cvs.openbsd.org 2010/08/25 13:21:04 > > Modified files: > usr.bin/awk: Makefile awk.1 > > Log message: > get rid of the nawk hard link > ok millert guenther People following -current should remove

Re: erlang [Re: CVS: cvs.openbsd.org: src]

2006-03-24 Thread steven mestdagh
Jon Olsson [2006-03-22, 23:19:41]: > On Tue, Mar 21, 2006 at 07:45:54PM +0100, steven mestdagh wrote: > [snip] > > in the mean time Mark Kettenis has committed a new asm implementation > > for exp(3). anyway, erlang is still failing. it is trying to multiply > > 3.23E+133 by 3.57E+257 and hangs the

Re: erlang [Re: CVS: cvs.openbsd.org: src]

2006-03-22 Thread Jon Olsson
On Tue, Mar 21, 2006 at 07:45:54PM +0100, steven mestdagh wrote: [snip] > in the mean time Mark Kettenis has committed a new asm implementation > for exp(3). anyway, erlang is still failing. it is trying to multiply > 3.23E+133 by 3.57E+257 and hangs there. no exp(3) involved afaik. See: http://cv

erlang [Re: CVS: cvs.openbsd.org: src]

2006-03-21 Thread steven mestdagh
s, > > Hannah. > > - Forwarded message from Otto Moerbeek <[EMAIL PROTECTED]> - > > From: Otto Moerbeek <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Date: Tue, 14 Mar 2006 12:27:57 -0700 (MST) > Subject: CVS: cvs.openbsd.org: src > > CVSROOT:

Re: CVS: cvs.openbsd.org: src

2006-03-21 Thread Hannah Schroeter
gt; - From: Otto Moerbeek <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Date: Tue, 14 Mar 2006 12:27:57 -0700 (MST) Subject: CVS: cvs.openbsd.org: src CVSROOT:/cvs Module name:src Changes by: [EMAIL PROTECTED] 2006/03/14 12:27:57 Modified files: lib/libm