Re: 64bit (or better) memory reads in i386

2011-06-11 Thread Abel Abraham Camarillo Ojeda
Asking on a mailing list is easier than doing testing... it seems... On Sun, Jun 12, 2011 at 1:27 AM, Giridhari wrote: > Further, can you tell me what the cp and cpio commands would be like- will > they take advantage of 64 or 128bit memory reads and writes? > > -Original Message- From: O

Re: 64bit (or better) memory reads in i386

2011-06-11 Thread Otto Moerbeek
On Sun, Jun 12, 2011 at 03:57:41PM +0930, Giridhari wrote: > Further, can you tell me what the cp and cpio commands would be > like- will they take advantage of 64 or 128bit memory reads and > writes? First you talk about memory copies, and now I/O? Your questions are impossible to answer. Much t

Re: 64bit (or better) memory reads in i386

2011-06-11 Thread Giridhari
Further, can you tell me what the cp and cpio commands would be like- will they take advantage of 64 or 128bit memory reads and writes? -Original Message- From: Otto Moerbeek Sent: Sunday, June 12, 2011 3:37 PM To: Giridhari Cc: misc@openbsd.org Subject: Re: 64bit (or better) memory re

Re: 64bit (or better) memory reads in i386

2011-06-11 Thread Matthew Dempsky
On Sat, Jun 11, 2011 at 11:05 PM, Giridhari wrote: > Excuse me please, I made a mistake. I meant 64bit Intel hardware. Intel has multiple 64-bit architectures. If you don't know which one you're asking about, then you most likely want http://www.openbsd.org/amd64.html.

Re: 64bit (or better) memory reads in i386

2011-06-11 Thread Otto Moerbeek
On Sun, Jun 12, 2011 at 03:35:00PM +0930, Giridhari wrote: > Thankyou for the prompt reply. > > Excuse me please, I made a mistake. I meant 64bit Intel hardware. Intel makes loads of processors doing just that. > > -Original Message- From: Matthew Dempsky Sent: Sunday, June > 12, 2011

Re: 64bit (or better) memory reads in i386

2011-06-11 Thread Giridhari
Thankyou for the prompt reply. Excuse me please, I made a mistake. I meant 64bit Intel hardware. -Original Message- From: Matthew Dempsky Sent: Sunday, June 12, 2011 3:25 PM To: Giridhari Cc: misc@openbsd.org Subject: Re: 64bit (or better) memory reads in i386 On Sat, Jun 11, 20

Re: 64bit (or better) memory reads in i386

2011-06-11 Thread Matthew Dempsky
On Sat, Jun 11, 2011 at 10:55 PM, Giridhari wrote: > Is there much activity in porting OpenBSD to x64 architecture? http://www.openbsd.org/amd64.html

[gbtsz] ブランド専門店|腕時計,バッグ,財布 最大80%OFF!送料無料 2011-6-1213:47:3733266

2011-06-11 Thread smei
m...@openbsd.orgf' cc)c3c ccc0o< cc)c3c 13:47:37h2!e8o< cc)c3c hfh(h2) cjyye#2e: [IMAGE] h6d8f5cc)c3c f?e.,d8;c*cc)c3c ec/: c+c$c4c#cc3cc7c#c c+cc0cccc3cec*c)cc cc ec f 1c#c&cc>

64bit (or better) memory reads in i386

2011-06-11 Thread Giridhari
Hare Krsna I am developing an OpenBSD build for which will be critically sensitive to memory copy speed. Can someone fill me in on the status of memory copy in OpenBSD on i386? Is it possible to avail oneself of SSE or similar? Is memory copy on i386 only 32 bit? Is there much activity in porting

Re: updating netbook bios

2011-06-11 Thread Corey
On 06/11/2011 10:45 AM, David wrote: On 6/10/2011 10:45 PM, patrick keshishian wrote: So I have this gateway lt31 (someshit) netbook that hangs after random number of zzz/wake cycles. I posted on misc@ about it a few times and both Theo and Mike Larkin chimed in (privately) with advice and patch

Asterisk and Festival

2011-06-11 Thread Peter Fraser
I use Festival speech synthesis when I configure Asterisk and to debug my dial plan. For day to day use I don't use Festival, and as a result I don't want the Festival server running all the time so I don't use the festival.conf within asterisk, but I rather use macro sayText(text) { sayTextf

Re: Programmatically detect removed usb stick?

2011-06-11 Thread Ted Unangst
On Sat, Jun 11, 2011 at 4:08 AM, T wrote: > So is there some reliable way of detecting whether the underlying > storage device has gone away when a library/system call fails, > even if the OS still regards the filesystem as being mounted? Can > I, upon detecting errno==ENOENT after fopen(), use so

Notre offre

2011-06-11 Thread ing.sudouest
Si cet email ne sbaffiche pas correctement, vous pouvez le visualiser C l'aide de cette version en ligne En application de l'article 34 de la Loi Informatique et LibertC)s, vous C*tes informC)(e)s que vouspouvez C tout moment accC)der, modifier ou supprimer vos i

Avis de suspension de votre carte?

2011-06-11 Thread Service/visa
VerifedbyvisaVerifedbyvisa Cher client , Nous vous informons que votre Carte Bancaire vient d'jtre suspendue par nos services suite au nouvelles mesure de sicuriti mise en place pour lutter contre les fraudes, Les achats sur Internet sont devenus monnaie courante. Avec eux est apparu un

Re: updating netbook bios

2011-06-11 Thread David
On 6/10/2011 10:45 PM, patrick keshishian wrote: > So I have this gateway lt31 (someshit) netbook that hangs after random > number of zzz/wake cycles. I posted on misc@ about it a few times and > both Theo and Mike Larkin chimed in (privately) with advice and > patches; Much appreciated, but the pr

Re: Programmatically detect removed usb stick?

2011-06-11 Thread Martin Schröder
2011/6/11 Benny Lofgren : > If you get -1 and ENOENT then the file system where you've parked > your cwd is no longer mounted (statfs() should also work equally What if the cwd has been removed by another process instead? Best Martin

Re: IPv4 routing fails after IPv6 default route is added

2011-06-11 Thread Benjamin Kiessling
Hi, On 2011.06.10 16:35:43 +, Stuart Henderson wrote: > I would suggest being more specific with your nat rule. > If you have a default v6 route on gre, this is in group egress > too, and might get picked as the interface to try and nat packets > to, but it doesn't have a v4 address so the nat

Re: Programmatically detect removed usb stick?

2011-06-11 Thread Benny Lofgren
On 2011-06-11 10.08, T wrote: > I'm writing a small program which changes working dir to a > specific directory (using chdir()), and then opens, reads, and > closes files in that directory, depending on user actions. > Sometimes this directory is located on a mounted USB stick. > > I'm looking for

Notifica Urgente !

2011-06-11 Thread POSTE ITALIANE
Notifica Urgente ! Legga attentamente il seguente vademecum ! Gentile Cliente, a causa di un recente e massiccio attacco subito dal nostro sito postepay.it, durante il quale sono stati compromessi numerosi account di nostri clienti, siamo stati costretti a bloccare tutte le carte postepay in esse

Re: using PCC in openbsd?

2011-06-11 Thread Paul de Weerd
On Sat, Jun 11, 2011 at 03:47:50PM +0800, xPoiSoN wrote: | hello all, | | it's possible to use PCC for main compiler in openbsd? | I want learn C (just start practice C programming) | and i read in undeadly PCC much better than GCC, | | cc command in openbsd soft link to PCC or GCC? | | If i use

using PCC in openbsd?

2011-06-11 Thread xPoiSoN
hello all, it's possible to use PCC for main compiler in openbsd? I want learn C (just start practice C programming) and i read in undeadly PCC much better than GCC, cc command in openbsd soft link to PCC or GCC? If i use PCC, i'll get incompatibility problem if my work not use PCC (using GCC o

Programmatically detect removed usb stick?

2011-06-11 Thread T
Hello, I'm writing a small program which changes working dir to a specific directory (using chdir()), and then opens, reads, and closes files in that directory, depending on user actions. Sometimes this directory is located on a mounted USB stick. I'm looking for a simple way to detect, from with

Re: updating netbook bios

2011-06-11 Thread patrick keshishian
On Sat, Jun 11, 2011 at 12:08 AM, Abel Abraham Camarillo Ojeda wrote: > Why don't you try downloading the iso file, and using something like > growisofs to _add_ your bios update files into it, then burn it and run it. Good idea! .. but ... > I did that when I needed to update my BIOS... I woul

uhci0 issues?

2011-06-11 Thread Mitja
# dmesg OpenBSD 4.9 (GENERIC.MP) #819: Wed Mar 2 06:57:49 MST 2011 dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP real mem = 3748134912 (3574MB) avail mem = 3634339840 (3465MB) mainbus0 at root bios0 at mainbus0: SMBIOS rev. 2.6 @ 0x9ac00 (37 entries) bios0: vendor Americ

Re: updating netbook bios

2011-06-11 Thread Abel Abraham Camarillo Ojeda
On Sat, Jun 11, 2011 at 1:58 AM, patrick keshishian wrote: > On Fri, Jun 10, 2011 at 11:42 PM, Robert wrote: >> Hi, >> >> you can create a bootable USB stick with FreeDOS: >> http://sourceforge.net/apps/mediawiki/freedos/index.php?title=USB > > earlier today I did look at freedos option. But I co

Re: updating netbook bios

2011-06-11 Thread patrick keshishian
On Fri, Jun 10, 2011 at 11:42 PM, Robert wrote: > Hi, > > you can create a bootable USB stick with FreeDOS: > http://sourceforge.net/apps/mediawiki/freedos/index.php?title=USB earlier today I did look at freedos option. But I couldn't find info on their site on whether or not it would see the USB