Re: aucat(1) mixing: saturating-addition instead of add-and-divide-by-n_inputs

2011-05-10 Thread Sviatoslav Chagaev
On Wed, 11 May 2011 03:35:56 + Jacob Meuser wrote: > clipping is better than normalizing? really? Clipping might describe something like value&0xff, so no, not clipping, saturating addition. Try it and see for yourself. > > what about the case where aucat is used for offline mixing? >

Re: aucat(1) mixing: saturating-addition instead of add-and-divide-by-n_inputs

2011-05-10 Thread Jacob Meuser
clipping is better than normalizing? really? what about the case where aucat is used for offline mixing? like the mixerctl change, you are taking away things that exist for good reason, because it makes *your* situation better in *your* opinion, when you can (mostly) have what you want with the

Re: cron: NULL pointer dereference in load_entry()

2011-05-10 Thread Kenneth R Westerback
On Tue, May 10, 2011 at 10:01:00PM -0400, Lawrence Teo wrote: > On Tue, May 10, 2011 at 08:46:04AM -0400, Kenneth R Westerback wrote: > > On Tue, May 10, 2011 at 06:57:29AM +0200, Otto Moerbeek wrote: > > > On Mon, May 09, 2011 at 08:51:01PM -0400, Lawrence Teo wrote: > > > > > > > In the load_ent

Re: cron: NULL pointer dereference in load_entry()

2011-05-10 Thread Lawrence Teo
On Tue, May 10, 2011 at 08:46:04AM -0400, Kenneth R Westerback wrote: > On Tue, May 10, 2011 at 06:57:29AM +0200, Otto Moerbeek wrote: > > On Mon, May 09, 2011 at 08:51:01PM -0400, Lawrence Teo wrote: > > > > > In the load_entry() function in cron's entry.c, calloc() is called > > > but its return

Re: vmmap replacement, please test

2011-05-10 Thread Ariane van der Steldt
On Wed, May 11, 2011 at 03:43:19AM +0200, Ariane van der Steldt wrote: > The newest version of vmmap (as of now) is vmmap_sys.diff.26 > Since the diff is scheduled to go in may 20 and has a lot of changes and > fixes, please test this diff and report any failures and successes. I use this separate

Re: aucat(1) mixing: saturating-addition instead of add-and-divide-by-n_inputs

2011-05-10 Thread Marco Peereboom
I think this is great. I find our current code odd and I agree this is what one expects. On Wed, May 11, 2011 at 02:50:36AM +0300, Sviatoslav Chagaev wrote: > I'm sitting at work, listening to music, debugging a web-application > with JavaScript alert()s. Each time an alert window pops up, the >

aucat(1) mixing: saturating-addition instead of add-and-divide-by-n_inputs

2011-05-10 Thread Sviatoslav Chagaev
I'm sitting at work, listening to music, debugging a web-application with JavaScript alert()s. Each time an alert window pops up, the browser plays a sound. For a brief moment, the volume drops twicefold then goes back to normal. This is annoying and doesn't make sense. In real life, if you are su

dhclient(8) vs Nortel NetID vs DHO_DHCP_MESSAGE_TYPE

2011-05-10 Thread Kenneth R Westerback
PR#6543 reports a failure to obtain a DHCP lease. Further investigation with the submitter has shown that the DHCP server in question (Nortel NetID v4.5.0) is sensitive to the position of the DHO_DHCP_MESSAGE_TYPE option. We currently simply write out the options in numerical order, which results

Re: Filesystem Hierarchy Standard (FHS) and OpenBSD

2011-05-10 Thread Marco Peereboom
On Tue, May 10, 2011 at 12:33:15PM -0500, Amit Kulkarni wrote: > > system32 <- 64 bit dll + apps > > sysWOW <- 32 bit dll + apps > > > > How's that for backwards compatibility. > > > > That's utterly ridiculous. The guy responsible for such things should > be fired :) It works and the users don't

Re: Filesystem Hierarchy Standard (FHS) and OpenBSD

2011-05-10 Thread Amit Kulkarni
> system32 <- 64 bit dll + apps > sysWOW <- 32 bit dll + apps > > How's that for backwards compatibility. > That's utterly ridiculous. The guy responsible for such things should be fired :)

Filmadoras PRO y Semi PRO

2011-05-10 Thread DigitalesNet
USD1456 Filmadora Panasonic HDC-TM700K Definición alta: 1920 x 1080 / Soporte principal tarjeta de memoria (SD Card, SDHC, SDXC) / Sensor 3 MOS de 1/4.1 pulgadas y 9

Re: Filesystem Hierarchy Standard (FHS) and OpenBSD

2011-05-10 Thread Jeff Licquia
On 05/10/2011 09:18 AM, Ingo Schwarze wrote: I fear opening tickets for all of the above would cause an awful amount of work. Any better ideas how to handle this? I can scan it and turn it into bugs. I'm probably more familiar with what might be duplicates, so it probably makes more sense fo

Ultimas Vacantes: Estrategias de Fidelizacion de Clientes

2011-05-10 Thread G&M - Escuela de Negocios
mail enviado a tech@openbsd.org SEMINARIO TALLER [IMAGE] “El propssito de todo negocio es Crear y Mantener Clientes” Theodore Levitt, Economista y Profesor de Harvard Business School Objetivos b: Compartir con los participantes un Marco Metodolsgico que podra ser utilizado al interior de

Re: Filesystem Hierarchy Standard (FHS) and OpenBSD

2011-05-10 Thread Ingo Schwarze
Hi Jeff, Jeff Licquia wrote on Mon, May 09, 2011 at 11:33:27PM -0400: > (Sorry if this isn't the proper list for this discussion. If not, > please point me in the right direction.) Since your enquiry is not backed up by a patch proposing specific changes to the OpenBSD operating system, this wi

Re: cron: NULL pointer dereference in load_entry()

2011-05-10 Thread Kenneth R Westerback
On Tue, May 10, 2011 at 06:57:29AM +0200, Otto Moerbeek wrote: > On Mon, May 09, 2011 at 08:51:01PM -0400, Lawrence Teo wrote: > > > In the load_entry() function in cron's entry.c, calloc() is called > > but its return value is never checked to see if it is NULL, > > potentially causing a NULL poi

Re: ksh completion

2011-05-10 Thread Alexander Polakov
* LEVAI Daniel [110510 14:33]: > On Tue, May 10, 2011 at 12:28:06 +0200, LEVAI Daniel wrote: > > On Tue, May 10, 2011 at 08:41:48 +0200, LEVAI Daniel wrote: > > > On Mon, May 09, 2011 at 23:48:46 +0400, Alexander Polakov wrote: > > > > * Alexander Polakov [110502 18:19]: > > > > > Do you mean som

Re: Filesystem Hierarchy Standard (FHS) and OpenBSD

2011-05-10 Thread Thordur Bjornsson
On Mon, May 09, 2011 at 11:33:27PM -0400, Jeff Licquia wrote: > (Sorry if this isn't the proper list for this discussion. If not, > please point me in the right direction.) This is the proper list. > Despite all the "Linux" in the names above, we're wanting to make > sure that the FHS remains in

Re: ksh completion

2011-05-10 Thread LEVAI Daniel
On Tue, May 10, 2011 at 12:28:06 +0200, LEVAI Daniel wrote: > On Tue, May 10, 2011 at 08:41:48 +0200, LEVAI Daniel wrote: > > On Mon, May 09, 2011 at 23:48:46 +0400, Alexander Polakov wrote: > > > * Alexander Polakov [110502 18:19]: > > > > Do you mean something like this or I got it all wrong aga

Re: ksh completion

2011-05-10 Thread LEVAI Daniel
On Tue, May 10, 2011 at 08:41:48 +0200, LEVAI Daniel wrote: > On Mon, May 09, 2011 at 23:48:46 +0400, Alexander Polakov wrote: > > * Alexander Polakov [110502 18:19]: > > > Do you mean something like this or I got it all wrong again and we > > > have to wait another 15 years for someone to dig int

Re: Filesystem Hierarchy Standard (FHS) and OpenBSD

2011-05-10 Thread Kevin Chadwick
On Tue, 10 May 2011 09:05:13 +0200 Landry Breuil wrote: > Some parts of FHS won't apply on OpenBSD, like /srv, /opt, Linux ignores security mechanisms like noexec on /tmp, /home and then pointlessly adds /opt seemingly just to annoy people who care about partitioning!! And DON'T try spinning me

Re: Filesystem Hierarchy Standard (FHS) and OpenBSD

2011-05-10 Thread Ian McWilliam
On 10/05/2011 5:34 PM, Artur Grabowski wrote: On Tue, May 10, 2011 at 5:33 AM, Jeff Licquia wrote: My question to you is: do you consider the FHS to be relevant to current and future development of OpenBSD? If not, is this simply due to lack of maintenance; would your interest in the FHS be

Re: Synaptics touchpad

2011-05-10 Thread Alexandr Shadchin
On Mon, May 09, 2011 at 11:29:14PM +0200, Matthieu Herrb wrote: > On Mon, May 09, 2011 at 04:14:32PM -0400, Brynet wrote: > > I noticed the following in my Xorg.0.log: > > > > Touchpad0: invalid pressure range. defaulting to 0 - 256 > > Touchpad0: invalid finger width range. defaulting to 0 - 16 >

Re: Filesystem Hierarchy Standard (FHS) and OpenBSD

2011-05-10 Thread Artur Grabowski
On Tue, May 10, 2011 at 5:33 AM, Jeff Licquia wrote: > My question to you is: do you consider the FHS to be relevant to current and > future development of OpenBSD? If not, is this simply due to lack of > maintenance; would your interest in the FHS be greater with more consistent > updates? Mor

Re: Filesystem Hierarchy Standard (FHS) and OpenBSD

2011-05-10 Thread Henning Brauer
* Jeff Licquia [2011-05-10 05:36]: > My question to you is: do you consider the FHS to be relevant to > current and future development of OpenBSD? If not, is this simply > due to lack of maintenance; would your interest in the FHS be > greater with more consistent updates? we'll happilly adopt F

Re: Filesystem Hierarchy Standard (FHS) and OpenBSD

2011-05-10 Thread Brynet
Many UNIX systems include a hier(7) man page, OpenBSD is no exception. http://www.openbsd.org/cgi-bin/man.cgi?query=hier&manpath=OpenBSD+Current&format=html -Bryan.

support port ranges for sysctl net.inet.(tcp|udp).baddynamic

2011-05-10 Thread Damien Miller
Hi, This allows the use of port ranges in sysctl. E.g net.inet.tcp.baddynamic=+6-61000,-5-51000 # or net.inet.tcp.baddynamic=1-48000 It also simplifies the parsing a little. Ok? Index: sysctl.c === RCS file: /cvs/src/sbin/

Re: Filesystem Hierarchy Standard (FHS) and OpenBSD

2011-05-10 Thread Landry Breuil
On Mon, May 09, 2011 at 11:33:27PM -0400, Jeff Licquia wrote: > (Sorry if this isn't the proper list for this discussion. If not, > please point me in the right direction.) > > The Linux Foundation's LSB workgroup has taken over maintenance of > the Filesystem Hierarchy Standard, and is working o