openbsd-tech mailing list

FromSubjectsort iconDate
Rodrigo Ferreri
Llevate tu notebook de vacaciones !
PcDiscount - Diciembre (*)Bases y Condiciones. Oferta valida unicamente para nuestros clientes compradores de equipos Notebooks y Desktop durante el periodo del 01/11 al 31/12. Servicio brindado en forma gratuita hasta el 31 de Diciembre del 2010 con una duracion de 20 minutos por cada sesion de asistencia remota en los dias y horarios convenidos de lunes a vienes de 10Hs a 18Hs. img src="file:///C|/Documents and Settings/user/Escritorio/distribuidores/TECHTURN.COM_files/open.htm" ...
Dec 14, 2:55 pm 2010
Bob Beck
Re: Allegations regarding OpenBSD IPSEC
I wonder a lot about the motives of the original sender sending that message. Is it simply a way to spread FUD and discredit openbsd? Is it a personal gripe with the accused? Is it an attempt to manipulate what is used in the market? Is it outright lies Is it outright truth and genuine altruism? While I suspect we'll never know completely for sure, it makes an interesting point. Is it genuine? partially genuine? how much truth is in there? if it's true how much of this mattered and has it ...
Dec 14, 3:52 pm 2010
Theo de Raadt
Allegations regarding OpenBSD IPSEC
I have received a mail regarding the early development of the OpenBSD IPSEC stack. It is alleged that some ex-developers (and the company they worked for) accepted US government money to put backdoors into our network stack, in particular the IPSEC stack. Around 2000-2001. Since we had the first IPSEC stack available for free, large parts of the code are now found in many other projects/products. Over 10 years, the IPSEC code has gone through many changes and fixes, so it is unclear what the ...
Dec 14, 3:24 pm 2010
Loganaden Velvindron
Re: Fix for broken autonegociation for tl(4)
In this case, perhaps a better solution would be to mention that autonegociation is broken, and therefore speeds need to be adjusted manually in the man page. Does that look better to you ? //Logan C-x-C-c
Dec 14, 1:31 pm 2010
Miod Vallat
Re: Fix for broken autonegociation for tl(4)
It would be better to know first if other tl(4) users are experiencing the same problem. Hard to know since this card has almost completely faded away from dmesg reports. Also we have no idea about your particular PHY setup. There are several flavours: tl0 at pci0 dev 16 function 0 "Compaq Embedded Netelligent 10/100 TX" rev 0x10: irq 11 address whatever lxtphy0 at tl0 phy 1: LXT970 10/100 media interface, rev. 0 ukphy0 at tl0 phy 31: Generic IEEE 802.3u media interface ukphy0: OUI ...
Dec 14, 1:49 pm 2010
Loganaden Velvindron
Re: Fix for broken autonegociation for tl(4)
It can't negociate for 10Mbit/s. This only sets the default value to 100Mbit/s. It can adjusted through ifconfig and /etc/hostname.tl0 at startup. My adapter is OC2-2336. Do you have another tl(4) device ? Perhaps it might be an issue specific to mine. //Logan C-x-C-c
Dec 14, 1:13 pm 2010
Miod Vallat
Re: Fix for broken autonegociation for tl(4)
I don't have a tl(4) device. It just happens that some of them are fitted with 10Mbit/s-only PHY. And your change would likely break them. Miod
Dec 14, 1:26 pm 2010
Loganaden Velvindron
Fix for broken autonegociation for tl(4)
Hi, autonegociation is broken on tl(4). For some reason 10BaseTX doesn't work. The lowest value that does work is 100BaseTX. As usual, feedback and comments are welcomed. //Logan C-x-C-c Index: src/sys/dev/pci/if_tl.c =================================================================== RCS file: /cvs/src/sys/dev/pci/if_tl.c,v retrieving revision 1.50 diff -u -p -r1.50 if_tl.c --- src/sys/dev/pci/if_tl.c 19 May 2010 15:27:35 -0000 1.50 +++ src/sys/dev/pci/if_tl.c 14 Dec 2010 19:43:38 ...
Dec 14, 12:49 pm 2010
Miod Vallat
Re: Fix for broken autonegociation for tl(4)
> autonegociation is broken on tl(4). For some reason 10BaseTX doesn't work. The lowest value that does work is 100BaseTX. As usual, feedback and comments are welcomed. How can this diff work for tl devices which are connected to a 10Mbit/s only PHY? Miod
Dec 14, 12:57 pm 2010
Loganaden Velvindron
MCLGETI for tl(4)
Hi, with further encouragement, I decided to give tl(4) a try. It's a very interesting ethernet chip, and even under heavy tcpbench the mbuf usage is at most 6. As usual, feedback and comments are welcomed. //Logan C-x-C-c Index: src/sys/dev/pci/if_tl.c =================================================================== RCS file: /cvs/src/sys/dev/pci/if_tl.c,v retrieving revision 1.50 diff -u -p -r1.50 if_tl.c --- src/sys/dev/pci/if_tl.c 19 May 2010 15:27:35 -0000 1.50 +++ ...
Dec 14, 12:33 pm 2010
Top Shop
Savršen parfem za Vas
If you have trouble seeing this mail, click here. Top Shop Top E-revija: 58, 14. decembar 2010. PraktiDna re
Dec 14, 9:49 am 2010
Todd T. Fries
Re: usb: don't wait if dying
This makes a lot of sense. Penned by Jacob Meuser on 20101214 10:41.43, we have: | ok? | | -- | jakemsr@sdf.lonestar.org | SDF Public Access UNIX System - http://sdf.lonestar.org | | Index: usb_subr.c | =================================================================== | RCS file: /cvs/src/sys/dev/usb/usb_subr.c,v | retrieving revision 1.75 | diff -u -p usb_subr.c | --- usb_subr.c 6 Dec 2010 04:30:57 -0000 1.75 | +++ usb_subr.c 14 Dec 2010 16:16:32 -0000 | @@ -351,6 +351,9 @@ ...
Dec 14, 3:32 pm 2010
Jacob Meuser
usb: don't wait if dying
ok? -- jakemsr@sdf.lonestar.org SDF Public Access UNIX System - http://sdf.lonestar.org Index: usb_subr.c =================================================================== RCS file: /cvs/src/sys/dev/usb/usb_subr.c,v retrieving revision 1.75 diff -u -p usb_subr.c --- usb_subr.c 6 Dec 2010 04:30:57 -0000 1.75 +++ usb_subr.c 14 Dec 2010 16:16:32 -0000 @@ -351,6 +351,9 @@ usb_delay_ms(usbd_bus_handle bus, u_int ms) void usbd_delay_ms(usbd_device_handle dev, u_int ms) { + if ...
Dec 14, 9:41 am 2010
Kenneth R Westerback Dec 14, 2:19 pm 2010
Dr. William A. Limon ...
Get a Dental Cleaning and Give Children Toys
To: Olde Fort Inn tech@openbsd.org bChristmas Toy Driveb For $ 49.00, help 10 children receive toys for Christmas, and you will get X-Rays & TWO Free Dental Exams as well as TWO Teeth Cleanings (One now, and one in six month) (Reg. Price $390) Expires: Dec. 31st Important Note: Even IF you are insured and your insurance would pay for these exams, x-rays and cleanings, you MUST remember that BECAUSE your Insurance now will NOT get billed for $ 390, you will have a $ 390 credit for ...
Dec 14, 2:06 am 2010
Kevin Chadwick
Re: bugfixes for dc(4)
On Tue, 14 Dec 2010 04:16:46 -0500 (EST) I had a dc with timeout messages during boot and trouble getting it to then work. I think?? I had to fix it with a hostname.dc0 config and it worked for over a year, but after a reinstall, I had lost track of what I had done previously to fix it and so just swapped the nic. dc seems to get some praise in the man page too.
Dec 14, 6:15 am 2010
Loganaden Velvindron
Re: bugfixes for dc(4)
Hi, It fixes the idle timeout messages (which is not an issue on PNIC) and sets the speed to 10BaseTX, since autonegociation is broken on PNIC. //Logan C-x-C-c
Dec 14, 2:16 am 2010
Loganaden Velvindron
bugfixes for dc(4)
Hi, I separated the mclgeti part from the bugfixes for PNIC. Give it a try. Thanks Index: src/sys/dev/ic/dc.c =================================================================== RCS file: /cvs/src/sys/dev/ic/dc.c,v retrieving revision 1.121 diff -u -p -r1.121 dc.c --- src/sys/dev/ic/dc.c 7 Sep 2010 16:21:42 -0000 1.121 +++ src/sys/dev/ic/dc.c 14 Dec 2010 04:18:50 -0000 @@ -1224,7 +1224,7 @@ dc_setcfg(struct dc_softc *sc, int media } if (i == DC_TIMEOUT) { - if (!(isr & ...
Dec 13, 9:24 pm 2010
Mark Kettenis Dec 14, 1:56 am 2010
Ted Unangst
revert hotplug malloc change
keeping a little bit of the change, i'm leaving the element expansion in there. that's what i was really after the first time anyway. Index: hotplug.c =================================================================== RCS file: /home/tedu/cvs/src/sys/dev/hotplug.c,v retrieving revision 1.10 diff -u -r1.10 hotplug.c --- hotplug.c 2 Dec 2010 04:12:35 -0000 1.10 +++ hotplug.c 14 Dec 2010 03:59:10 -0000 @@ -26,14 +26,13 @@ #include <sys/fcntl.h> #include <sys/hotplug.h> #include ...
Dec 13, 9:01 pm 2010
Kenneth R Westerback
Re: *hci dying flag
Seems pointless to have two dying flags. ok krw@. .... Ken
Dec 14, 4:59 am 2010
Jacob Meuser
*hci dying flag
this make *hci use the dying flag in struct usbd_bus instead of one in their own softc. struct usbd_bus is required to be the first member of *hci_softc. the bus' dying flag is checked in usbd_is_dying(), which is used to let the usb stack know if the hardware is a usable. ok? -- jakemsr@sdf.lonestar.org SDF Public Access UNIX System - http://sdf.lonestar.org Index: pci/ohci_pci.c =================================================================== RCS file: ...
Dec 13, 6:52 pm 2010
Joachim Schipper
Re: hotplug(4) r1.10 ignoring hotplug_put_event() prior ...
FAT has volume labels; I'm not saying that too much hackery would be desirable, but it's not impossible to abuse these as a kind-of-duid. Joachim
Dec 14, 12:58 am 2010
Paul de Weerd
Re: hotplug(4) r1.10 ignoring hotplug_put_event() prior ...
On Mon, Dec 13, 2010 at 03:04:13PM -0500, Ted Unangst wrote: | I can agree there's a problem here, but the fact that you're using | hotplug to mount disks that aren't hotplugged indicates the problem is | elsewhere. :) I don't think hotplug was supposed to be the "do random | stuff a little bit but not too long after boot" utility. I use an @reboot cronjob to fsck and mount large partitions that are not immediately necessary upon boot. I get an e-mail from cron if there was an issue found ...
Dec 13, 5:05 pm 2010
Jacob Meuser
Re: usb_{bulk,interrupt}_transfer() and PCATCH
any further thoughts on this? -- jakemsr@sdf.lonestar.org SDF Public Access UNIX System - http://sdf.lonestar.org
Dec 13, 6:32 pm 2010
previous daytodaynext day
December 13, 2010December 14, 2010December 15, 2010