Promos para el dia del amigo!!!

2012-07-11 Thread Bonus Cupon Especial!
Si no podes visualizar este mail, ingresa a: http://news1.bonuscupon.com.ar/r.html?uid=1.1x.295h.xk.ek7vn63pe1

fun with libtool for masochistic guys

2012-07-11 Thread Marc Espie
Lots of fun last night and this morning. 1/ Turns out GNU libtool simply *removes* stuff it doesn't understand while linking. Case in point: libdns/ldns. It does link with libtool link cc -o somelib --export-symbols lib.def someobj.o notice the --export-symbols, that's not a valid gnu

Re: [patch] wpi(4): add promiscuous mode

2012-07-11 Thread Lazaros Koromilas
On Mon, Jul 09, 2012 at 02:18:48AM +0300, Lazaros Koromilas wrote: On Sun, Jul 08, 2012 at 01:31:43PM -0400, Kenneth R Westerback wrote: On Sun, Jul 08, 2012 at 07:17:21PM +0200, Stefan Sperling wrote: On Sun, Jul 08, 2012 at 08:00:28PM +0300, Lazaros Koromilas wrote: On Sun, Jul 08,

PF_PRIO_NOTSET wasn't such a smart attempt

2012-07-11 Thread Henning Brauer
..because now you had to initialize both set_prio in pf_rule to it everywhere. we did that, at least in some parts of our tree... problem being of course that 0 is a valid value there and can\t easily be used as don't touch indicator. so use a flag and only ever look at the set_prio fields if the

Virtio drivers for OpenBSD

2012-07-11 Thread Stefan Fritsch
Hi, I have been working on porting NetBSD's virtio drivers to OpenBSD. I am not finished yet, but in order to prevent duplicate work, I thought I'd publish the current state (attached as diff to OpenBSD 5.1). It adds a virtio block device driver (viod) and a virtio network interface

typos in stat(2)

2012-07-11 Thread Han Boetes
I found these typos in the stat(2) manpage: Index: sys/stat.2 === RCS file: /cvs/src/lib/libc/sys/stat.2,v retrieving revision 1.31 diff -u -p -r1.31 stat.2 --- sys/stat.2 17 Nov 2011 14:26:14 - 1.31 +++ sys/stat.2 10 Jul

Re: Virtio drivers for OpenBSD

2012-07-11 Thread Otto Moerbeek
On Wed, Jul 11, 2012 at 02:07:00PM +0200, Stefan Fritsch wrote: Hi, I have been working on porting NetBSD's virtio drivers to OpenBSD. I am not finished yet, but in order to prevent duplicate work, I thought I'd publish the current state (attached as diff to OpenBSD 5.1). It adds a

Re: typos in stat(2)

2012-07-11 Thread Otto Moerbeek
On Wed, Jul 11, 2012 at 02:11:56PM +0200, Han Boetes wrote: I found these typos in the stat(2) manpage: Really? I think it already was explained. This morning. -Otto Index: sys/stat.2 === RCS file:

Re: Virtio drivers for OpenBSD

2012-07-11 Thread Stefan Fritsch
On Wed, 11 Jul 2012, Otto Moerbeek wrote: On Wed, Jul 11, 2012 at 02:07:00PM +0200, Stefan Fritsch wrote: [demime 1.01d removed an attachment of type TEXT/x-diff which had a name of openbsd-virtio-v1.diff] Diff got stripped. I have put it at

Re: Virtio drivers for OpenBSD

2012-07-11 Thread Jiri B
On Wed, Jul 11, 2012 at 02:13:03PM +0200, Otto Moerbeek wrote: On Wed, Jul 11, 2012 at 02:07:00PM +0200, Stefan Fritsch wrote: Hi, I have been working on porting NetBSD's virtio drivers to OpenBSD. I am not finished yet, but in order to prevent duplicate work, I thought I'd

Re: Virtio drivers for OpenBSD

2012-07-11 Thread Stuart Henderson
On 2012/07/11 14:13, Otto Moerbeek wrote: On Wed, Jul 11, 2012 at 02:07:00PM +0200, Stefan Fritsch wrote: Hi, I have been working on porting NetBSD's virtio drivers to OpenBSD. I am not finished yet, but in order to prevent duplicate work, I thought I'd publish the current state

Re: fun with libtool for masochistic guys

2012-07-11 Thread Joerg Sonnenberger
On Wed, Jul 11, 2012 at 10:57:21AM +0200, Marc Espie wrote: 1/ Turns out GNU libtool simply *removes* stuff it doesn't understand while linking. I find that no more buggy than GCC passing all unknown junk to ld... Joerg

Re: Virtio drivers for OpenBSD

2012-07-11 Thread Jiri B
On Wed, Jul 11, 2012 at 01:24:08PM +0100, Stuart Henderson wrote: if you're hacking on things for possibly inclusion, it's a *much* better idea to do it against -current. Or even better, it would be much important to make OpenBSD to see added disks without reboot (it means rescanning the bus).

add the touch(1) -h flag

2012-07-11 Thread Ingo Schwarze
Hi, right now, i had to do some tests that required symlinks with specifically crafted access and modification times. For that purpose, NetBSD, FreeBSD and Linux agree on having the non-POSIX touch(1) -h flag, in analogy to chown(8) and chgrp(1). Here is a simple patch to add it to our touch(1).

Re: fun with libtool for masochistic guys

2012-07-11 Thread Marc Espie
On Wed, Jul 11, 2012 at 01:08:43PM +0200, Joerg Sonnenberger wrote: On Wed, Jul 11, 2012 at 10:57:21AM +0200, Marc Espie wrote: 1/ Turns out GNU libtool simply *removes* stuff it doesn't understand while linking. I find that no more buggy than GCC passing all unknown junk to ld... Joerg

[patch] puc(4) add I-O DATA RSA-PCI2 support

2012-07-11 Thread SASANO Takayoshi
Hello, Here's the patch for I-O DATA RSA-PCI2, OX16PCI954-based high speed 2 port UART card (max 921600bps). http://www.iodata.jp/product/interface/rs232c/rsa-pci2/ (Japanese) The card uses 14.7456MHz clock so I have to modify pucdata.c. ok or comment? Index: pucdata.c

Re: Virtio drivers for OpenBSD

2012-07-11 Thread Gleydson Soares
could you resubmit a new diff against -current ? please, attach it inline here. On Wed, Jul 11, 2012 at 9:07 AM, Stefan Fritsch s...@sfritsch.de wrote: Hi, I have been working on porting NetBSD's virtio drivers to OpenBSD. I am not finished yet, but in order to prevent duplicate work, I

Re: Support keyboards in xf86-input-ws

2012-07-11 Thread Alexandr Shadchin
On Tue, Jul 10, 2012 at 02:44:53AM +0600, Alexandr Shadchin wrote: On Mon, Jul 09, 2012 at 10:35:55PM +0600, Alexandr Shadchin wrote: Add functional xf86-input-keyboard in xf86-input-ws (no new features) For test add or rewrite xorg.conf: Section InputClass Identifier keyboard

Re: Virtio drivers for OpenBSD

2012-07-11 Thread Ted Unangst
On Wed, Jul 11, 2012 at 14:07, Stefan Fritsch wrote: Hi, I have been working on porting NetBSD's virtio drivers to OpenBSD. I am not finished yet, but in order to prevent duplicate work, I thought I'd publish the current state (attached as diff to OpenBSD 5.1). It adds a virtio block

Re: Virtio drivers for OpenBSD

2012-07-11 Thread Stefan Fritsch
On Wed, 11 Jul 2012, Gleydson Soares wrote: could you resubmit a new diff against -current ? please, attach it inline here. ok, will do (but it will take a bit until I have my machine set up)

Re: Virtio drivers for OpenBSD

2012-07-11 Thread Kenneth R Westerback
On Wed, Jul 11, 2012 at 11:02:05AM -0400, Ted Unangst wrote: On Wed, Jul 11, 2012 at 14:07, Stefan Fritsch wrote: Hi, I have been working on porting NetBSD's virtio drivers to OpenBSD. I am not finished yet, but in order to prevent duplicate work, I thought I'd publish the current

Re: Virtio drivers for OpenBSD

2012-07-11 Thread Stefan Fritsch
On Wed, 11 Jul 2012, Ted Unangst wrote: We are consolidating and reducing the number of disk types. I think this would be better if it attached as scsi disks, which is what all the cool virtual disks do these days. There is a virtio-scsi device, too, but this is only supported in very recent

Re: Virtio drivers for OpenBSD

2012-07-11 Thread Matthew Dempsky
On Wed, Jul 11, 2012 at 8:28 AM, Stefan Fritsch s...@sfritsch.de wrote: There is a virtio-scsi device, too, but this is only supported in very recent versions of qemu. To attach the simpler virtio-block device as scsi, the driver would have to emulate the scsi commands. Is there some generic

Re: Virtio drivers for OpenBSD

2012-07-11 Thread Matthew Dempsky
On Wed, Jul 11, 2012 at 8:20 AM, Kenneth R Westerback kwesterb...@rogers.com wrote: And we dream of the day when wd and vnd attach as scsi too! Stop peaking at my dev box's src tree!!

Re: Virtio drivers for OpenBSD

2012-07-11 Thread Theo de Raadt
On Wed, Jul 11, 2012 at 8:28 AM, Stefan Fritsch s...@sfritsch.de wrote: There is a virtio-scsi device, too, but this is only supported in very recent versions of qemu. To attach the simpler virtio-block device as scsi, the driver would have to emulate the scsi commands. Is there some

Re: Virtio drivers for OpenBSD

2012-07-11 Thread Matthew Dempsky
On Wed, Jul 11, 2012 at 6:01 AM, Jiri B ji...@devio.us wrote: Or even better, it would be much important to make OpenBSD to see added disks without reboot (it means rescanning the bus). I don't understand what you're referring to here. OpenBSD already handles hotplugged disks in quite a few

Re: Virtio drivers for OpenBSD

2012-07-11 Thread Theo de Raadt
On Wed, 11 Jul 2012, Ted Unangst wrote: We are consolidating and reducing the number of disk types. I think this would be better if it attached as scsi disks, which is what all the cool virtual disks do these days. There is a virtio-scsi device, too, but this is only supported in very

Re: Virtio drivers for OpenBSD

2012-07-11 Thread Stefan Fritsch
On Wed, 11 Jul 2012, Theo de Raadt wrote: There are quite a few pretendy-SCSI drivers in the tree, but most of them deal with fairly complicated hardware so they're not good reference points. sparc64's vdsk(4) driver is probably the best reference point, since it's also for a virtual disk

Re: fix for ClickPad

2012-07-11 Thread Matthieu Herrb
On Wed, Jul 11, 2012 at 12:53:00AM +0600, Alexandr Shadchin wrote: Now in clickpad mode the pointer moves to [1,1] (upper left corner) even on a single tap. These patches fixes it. On issue pointed gilles@ and matthieu@ * cd /sys * patch 01_kernel.diff * build and install new kernel *

Re: fix for ClickPad

2012-07-11 Thread Alexandr Shadchin
On Wed, Jul 11, 2012 at 05:51:53PM +0200, Matthieu Herrb wrote: On Wed, Jul 11, 2012 at 12:53:00AM +0600, Alexandr Shadchin wrote: Now in clickpad mode the pointer moves to [1,1] (upper left corner) even on a single tap. These patches fixes it. On issue pointed gilles@ and matthieu@

Hibernate support

2012-07-11 Thread Mike Larkin
Hibernate support (suspend-to-disk) will be shortly enabled for i386 + wd machines. Some FAQs, before I commit the change to turn it on: 1. If you have anything other than i386 + wd, it won't work. Don't report it. Other archs + disk types are being worked on now that i386 + wd is working. This

Re: add the touch(1) -h flag

2012-07-11 Thread Jason McIntyre
On Wed, Jul 11, 2012 at 03:06:25PM +0200, Ingo Schwarze wrote: Hi, right now, i had to do some tests that required symlinks with specifically crafted access and modification times. For that purpose, NetBSD, FreeBSD and Linux agree on having the non-POSIX touch(1) -h flag, in analogy to

Re: Hibernate support

2012-07-11 Thread Amit Kulkarni
2. Hibernate writes to swap (at the end of your swap). If you have too small a swap, it won't work, or if there are swap pages in use at the end of your swap that overlap with what we want. You need at least size of mem + 64MB of swap at the end of swap, free, at the time of hibernate.

ncheck_ffs DUID support

2012-07-11 Thread Alexander Hall
This adds DUID support to ncheck_ffs. Testers? ok? /Alexander Index: Makefile === RCS file: /data/openbsd/cvs/src/sbin/ncheck_ffs/Makefile,v retrieving revision 1.3 diff -u -p -r1.3 Makefile --- Makefile29 Jun 1996 19:25:09

Re: Virtio drivers for OpenBSD

2012-07-11 Thread Jiri B
On Wed, Jul 11, 2012 at 08:37:32AM -0700, Matthew Dempsky wrote: On Wed, Jul 11, 2012 at 6:01 AM, Jiri B ji...@devio.us wrote: Or even better, it would be much important to make OpenBSD to see added disks without reboot (it means rescanning the bus). I don't understand what you're

Re: Virtio drivers for OpenBSD

2012-07-11 Thread Matthew Dempsky
On Wed, Jul 11, 2012 at 12:40 PM, Jiri B ji...@devio.us wrote: Like this one... mpi0 at pci0 dev 16 function 0 Symbios Logic 53c1030 rev 0x01: apic 2 int 17 scsibus1 at mpi0: 16 targets, initiator 7 sd0 at scsibus1 targ 0 lun 0: VMware, Virtual disk, 1.0 SCSI2 0/direct fixed sd0: 61440MB,

Técnicas Efectivas de Liderazgo

2012-07-11 Thread Lic. Adriana Alvarez
Cómo Supervisar a las Personas - Técnicas Efectivas de Liderazgo para Maximizar el Rendimiento de su Personal Panama 19 de julio, 2012 Al asistir a este seminario, usted como Supervisor logrará que sus propias habilidades sean perfeccionadas y con esto todos en su organización se beneficiarán: su

Re: fun with libtool for masochistic guys

2012-07-11 Thread Jan Stary
On Jul 11 10:57:21, Marc Espie wrote: Lots of fun last night and this morning. 1/ Turns out GNU libtool simply *removes* stuff it doesn't understand while linking. Case in point: libdns/ldns. It does link with libtool link cc -o somelib --export-symbols lib.def someobj.o notice the

Re: fun with libtool for masochistic guys

2012-07-11 Thread Joerg Sonnenberger
On Wed, Jul 11, 2012 at 03:13:19PM +0200, Marc Espie wrote: On Wed, Jul 11, 2012 at 01:08:43PM +0200, Joerg Sonnenberger wrote: On Wed, Jul 11, 2012 at 10:57:21AM +0200, Marc Espie wrote: 1/ Turns out GNU libtool simply *removes* stuff it doesn't understand while linking. I find

Re: ncheck_ffs DUID support

2012-07-11 Thread Jan Stary
On Jul 11 19:18:21, Alexander Hall wrote: This adds DUID support to ncheck_ffs. Testers? ok? This indeed enables ncheck_ffs for DUIDs, but breaks ncheck_ffs for /dev/wd0x My fstab says 5d2ade1fc5a8d569.n /tmp ffs rw,softdep,nodev,nosuid 1 2 With your diff I can do 'ncheck_ffs /tmp',

Re: Hibernate support

2012-07-11 Thread Philip Guenther
On Wed, Jul 11, 2012 at 10:11 AM, Amit Kulkarni amitk...@gmail.com wrote: 2. Hibernate writes to swap (at the end of your swap). If you have too small a swap, it won't work, or if there are swap pages in use at the end of your swap that overlap with what we want. You need at least size of mem +

Re: Hibernate support

2012-07-11 Thread Theo de Raadt
windows (they do have one of the best hibernate around) creates a separate pagefile (swap) and a hibernate file. any thoughts of having a /var/hibernate or something along those lines? hahahhahahhahahahahahh Indeed. Amit, if you want that, you write the code for it. But you can't, can

Re: fun with libtool for masochistic guys

2012-07-11 Thread Marc Espie
On Wed, Jul 11, 2012 at 11:24:37PM +0200, Joerg Sonnenberger wrote: On Wed, Jul 11, 2012 at 03:13:19PM +0200, Marc Espie wrote: On Wed, Jul 11, 2012 at 01:08:43PM +0200, Joerg Sonnenberger wrote: On Wed, Jul 11, 2012 at 10:57:21AM +0200, Marc Espie wrote: 1/ Turns out GNU libtool simply

Re: Hibernate support

2012-07-11 Thread Andres Perera
nice would it be feasible to also compress kernel dumps once the compression logic is in place for hibernation? On Wed, Jul 11, 2012 at 11:41 AM, Mike Larkin mlar...@azathoth.net wrote: Hibernate support (suspend-to-disk) will be shortly enabled for i386 + wd machines. Some FAQs, before I