policy change

2010-08-27 Thread Henning Brauer
you might have noticed an increase of diffs from openbsd devs on this list. this is a result of a policy change, partially in response to the belgian prick leaking our private list. the policy we, the active OpenBSD developers, for our private list decided for is now: membership is tightly

Re: end the VOP experiment

2010-08-27 Thread Kenneth R Westerback
On Fri, Aug 27, 2010 at 09:34:30AM -0400, Ted Unangst wrote: On Fri, Aug 27, 2010 at 4:54 AM, Thordur I Bjornsson bzt...@gmail.com wrote: +/* Global vfs data structures for cd9660. */ +struct vops cd9660_vops = { + .vop_default= eopnotsupp, + .vop_lookup =

Re: end the VOP experiment

2010-08-27 Thread Thordur I Bjornsson
On Fri, Aug 27, 2010 at 09:34:30AM -0400, Ted Unangst wrote: On Fri, Aug 27, 2010 at 4:54 AM, Thordur I Bjornsson bzt...@gmail.com wrote: +/* Global vfs data structures for cd9660. */ +struct vops cd9660_vops = { + ? ? ? .vop_default ? ?= eopnotsupp, + ? ? ? .vop_lookup ? ? =

Re: end the VOP experiment

2010-08-27 Thread Peter N. M. Hansteen
Kenneth R Westerback kwesterb...@rogers.com writes: Man, another reason to get my vax up to -current. Sigh. :-) More idle curiosity than anything else (although I occasionally get that question myself), how long does a typical vax 'make build' take? - Peter -- Peter N. M. Hansteen, member of

Re: end the VOP experiment

2010-08-27 Thread Miod Vallat
More idle curiosity than anything else (although I occasionally get that question myself), how long does a typical vax 'make build' take? This depends on where /usr/src and /usr/obj are stored, and the horsepower of the vax you are using. On one of the fastest models (4000 105A, running at

Backout mclgeti for vr(4).

2010-08-27 Thread Thordur I Bjornsson
As seen on misc@, and also by myself sometime ago, but I forgot about it as work got hectic and I was moving. Anyways, vr(4) will not even surivie a few ping -f's, before the pools become corrupt, this has (obviously) something todo with how MCLGETI takes and puts buf's of the rings; Reverting

Tecnologia a precios imperdibles!

2010-08-27 Thread Rodrigo Ferreri
[IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] Para visualizar este correo en el explorador, clic aqum Este correo ha sido enviado a tech@openbsd.org | Remover suscripcisn [IMAGE]

Re: end the VOP experiment

2010-08-27 Thread Ted Unangst
Very good then. Hard to remember what c99 features are supported where. On Aug 27, 2010, at 10:44 AM, Thordur I Bjornsson bzt...@gmail.com wrote: On Fri, Aug 27, 2010 at 09:34:30AM -0400, Ted Unangst wrote: On Fri, Aug 27, 2010 at 4:54 AM, Thordur I Bjornsson bzt...@gmail.com wrote: +/*