Reflex y SemiPro - Mejor precio del mercado

2011-04-05 Thread DigitalesNet
USD 898 Nikon D5000 Kit Cámara digital réflex de objetivos intercambiables / Sensor de imágen CMOS / Tamaño

"no really, be quiet" mode for ping{,6}

2011-04-05 Thread Peter Hessler
Sometimes I want ping to be quiet. Not quiet in the "only show me headers" way that the original author thought was cute, but in the "don't show me anything" way, so cron doesn't spam me with useless crap. So, in honor of that, here is a patch to add -Q to ping and ping6. OK? Index: sbin/ping/

Push kernel stacks and malloc memory high

2011-04-05 Thread Theo de Raadt
We might not ever do this, but at the moment as we go into bigmem dma handling it is nice if we trigger bugs earlier rather than later. This triggers some bugs, some of which are easy to fix. Run it please if you can and report problems in details. Index: kern_fork.c

Re: Use km_alloc instead of the single page allocator

2011-04-05 Thread Ariane van der Steldt
On Wed, Apr 06, 2011 at 12:12:35AM +0600, Anton Maksimenkov wrote: > 2011/4/5 Anton Maksimenkov : > > I have some idea related to allocator for (! __HAVE_PMAP_DIRECT) case. > ... > > My idea is how to resolve that loop by another way. > > We must keep track the number of free kentries. And when we

Re: more km_alloc - fork, exec and pipes

2011-04-05 Thread Artur Grabowski
On Tue, Apr 5, 2011 at 11:16 PM, Mark Kettenis wrote: >> + uaddr = km_alloc(USPACE, &kv_fork, &kp_dma_zero, &kd_waitok); >> if (uaddr == 0) { > > ...you should use NULL in the comparison here and drop the (struct > user *) cast a bit further down. > Yup. I'll fix that after commit. //

Re: more km_alloc - fork, exec and pipes

2011-04-05 Thread Miod Vallat
> A few more conversions to km_alloc: exec arguments, kernel stacks and > pipe buffers. > > Tested on amd64, i386 and sparc. Please give it a spin on other architectures, > I would be especially interested in mips64 since it's the only one that needs > kernel stack alignment. Works on mips64 with

Re: more km_alloc - fork, exec and pipes

2011-04-05 Thread Mark Kettenis
> Date: Tue, 5 Apr 2011 14:50:01 -0600 (MDT) > From: Artur Grabowski > > Index: kern/kern_fork.c > === > RCS file: /cvs/src/sys/kern/kern_fork.c,v > retrieving revision 1.125 > diff -u -r1.125 kern_fork.c > --- kern/kern_fork.c 3 Ap

merge vfs_conf.c and vfs_init.c

2011-04-05 Thread Thordur Bjornsson
no need to have two tiny files around. stuff everything into vfs_init, it belongs there (along with other stuff, that will get moved soonish). OK ? Index: conf/files === RCS file: /home/thib/cvs/src/sys/conf/files,v retrieving revi

more km_alloc - fork, exec and pipes

2011-04-05 Thread Artur Grabowski
A few more conversions to km_alloc: exec arguments, kernel stacks and pipe buffers. Tested on amd64, i386 and sparc. Please give it a spin on other architectures, I would be especially interested in mips64 since it's the only one that needs kernel stack alignment. //art Index: kern/kern_exec.c =

make siop do sense requests to dmaable memory

2011-04-05 Thread David Gwynne
matthew@ reported that siop panics when it has to do a sense request. it currently uses the sense buffer in the scsi_xfer struct, which gets allocated out of the scsi_xfer pool, which is not dmasafe. this adds the "dlg" dmamem wrapper to siop and uses it to alloc both the command and sense data bu

Re: horribly slow fsck_ffs pass1 performance

2011-04-05 Thread Andres Perera
On Tue, Apr 5, 2011 at 7:06 AM, Janne Johansson wrote: >> /forcefsck and /fastboot have nothing to do with that >> they are not even administered by the fs >> > I wasn't trying to imply the filesystem is putting the files there, nor > reading them. Rather, those two files show that > "since there

Re: softraid iopoolification

2011-04-05 Thread Marco Peereboom
tested with all relevant softraid disciplines. ok

Re: Use km_alloc instead of the single page allocator

2011-04-05 Thread Anton Maksimenkov
2011/4/5 Anton Maksimenkov : > I have some idea related to allocator for (! __HAVE_PMAP_DIRECT) case. ... > My idea is how to resolve that loop by another way. > We must keep track the number of free kentries. And when we see, in > uvm_mapent_alloc(), that there is only 1 kentry remains then we mus

Cree su propia publicidad

2011-04-05 Thread ven...@depaginasweb.com.ar
Tel: 4582-4002 / 6091-4750 Si tiene problemas para visualizar este correo hagaClick aqum Emarketingmasivo.com.ar Llegue a potenciales clientes = El envmo de correo electrsnico es una herramienta muy eficaz, por su bajo costo e impacto a la hora de atraer y/o fideliza

Re: mechanic rename M_{TCP|UDP}V4_CSUM_OUT -> M_{TCP|UDP}_CSUM_OUT

2011-04-05 Thread Kenneth R Westerback
On Tue, Apr 05, 2011 at 06:19:32PM +0200, Henning Brauer wrote: > so i wanna change the world order a bit again. > basically, no part of the tree should bother with setting tcp and udp > checksums. when they are needed, the stack just sets these flags, and > ip_output / ip6_output do the checksum t

Comunicazione Giornale Sanitaliaweb

2011-04-05 Thread RB COMUNICAZIONI
[IMAGE] Alla cortese attenzione dell'Area Stampa e Comunicazione OGGETTO: Inserimento Giornale nel Vostro indirizzario per ricevere comunicazioni dalla Vostra Azienda/dal Vostro Ente. Egregi, www.sanitaliaweb.it h un Giornale On Line dedicato interamente al mondo della Sanit`. Punto di riferime

Re: mechanic rename M_{TCP|UDP}V4_CSUM_OUT -> M_{TCP|UDP}_CSUM_OUT

2011-04-05 Thread Henning Brauer
* Henning Brauer [2011-04-05 18:22]: > - if (m->m_pkthdr.csum_flags & M_IPV4_CSUM_OUT) > + if (m->m_pkthdr.csum_flags & M_IP_CSUM_OUT) err. minus this of course. -- Henning Brauer, h...@bsws.de, henn...@openbsd.org BS Web Services, http://bsws.de Full-Service ISP - Secur

pmap prefer diff

2011-04-05 Thread Ariane van der Steldt
Hi, So it turns out that my allocator is not capable of handling the pmap_prefer horror. This diff exports the actual parameters of pmap_prefer, so I can make the allocator deal with this intelligently. I need compile tests on: - arm - hppa - hppa64 - m68k - mips64 - sh - sparc - sparc64 Since th

mechanic rename M_{TCP|UDP}V4_CSUM_OUT -> M_{TCP|UDP}_CSUM_OUT

2011-04-05 Thread Henning Brauer
so i wanna change the world order a bit again. basically, no part of the tree should bother with setting tcp and udp checksums. when they are needed, the stack just sets these flags, and ip_output / ip6_output do the checksum then. we're not too far off for ipv4, as usual ipv6 has it all wrong. mos

Re: traceroute TOS

2011-04-05 Thread Stuart Henderson
On 2011/04/05 16:51, Stuart Henderson wrote: > if -t is used, display a notice when the TOS changes en-route. > ok? oh, it's better with a (contrived) example: $ traceroute -nt 7 naiad traceroute to naiad.spacehopper.org (195.95.187.35), 64 hops max, 40 byte packets 1 85.158.44.145 0.441 ms (

traceroute TOS

2011-04-05 Thread Stuart Henderson
if -t is used, display a notice when the TOS changes en-route. ok? Index: traceroute.8 === RCS file: /cvs/src/usr.sbin/traceroute/traceroute.8,v retrieving revision 1.44 diff -u -p -r1.44 traceroute.8 --- traceroute.88 Jul 201

altq, v6 ack prioritisation

2011-04-05 Thread Stuart Henderson
allow IPv6 empty TCP acks to be prioritized as happens with v4 using similar code to v4. tested over pppoe(4). ok? Index: pf.c === RCS file: /cvs/src/sys/net/pf.c,v retrieving revision 1.734 diff -u -p -r1.734 pf.c --- pf.c5 A

Re: Use km_alloc instead of the single page allocator

2011-04-05 Thread Artur Grabowski
On Tue, Apr 5, 2011 at 8:05 AM, Anton Maksimenkov wrote: > That is why kmthread exists? No, but it's a nice side effect that we can use it to resolve the static kentry problem. The reason for kmthread is that we want to reduce the use of kmem_map since it has problems with locking and recursion

Google 1st Page Guaranteed for Olde Fort Inn?

2011-04-05 Thread Russell Chen
Having trouble reading this email? View it in your browser. [http://bm1.nocserv2.com/display.php?M=721973&C=b76c0fb6bb811a57db4d70a488f5bf04&S=129&L=29&N=33] Google First Page Guaranteed for Olde Fort Inn? We can get your business on 1st page of Google Before You Pay! We Ensure You Receive CAL

Re: rc.subr: quote daemon flags

2011-04-05 Thread Piotr Sikora
Hey, Insufficient for the daemon_flags=-n case. To be completely safe, use printf: daemon_flags=$(printf '%s\n' "${daemon_flags}" | tr -s "[:space:]") It's indeed better / safer solution, thanks! Best regards, Piotr Sikora < piotr.sik...@frickle.com >

Re: rc.subr: quote daemon flags

2011-04-05 Thread Piotr Sikora
echo "-n" still echoes nothing. Or am I missing something? Damn, how did I miss that? I was pretty sure that I've checked passing just "-n" prior to submitting this, but apparently I didn't. Thanks. Best regards, Piotr Sikora < piotr.sik...@frickle.com >

Re: rc.subr: quote daemon flags

2011-04-05 Thread Otto Moerbeek
On Tue, Apr 05, 2011 at 04:44:27AM -0700, Philip Guenther wrote: > On Tue, Apr 5, 2011 at 4:07 AM, Piotr Sikora wrote: > > $daemon_flags are sanitized using echo and tr, but the input isn't quoted, > > which makes it indistinguishable from echo's options. Effect of this is that > > when $daemon_f

isp isnt out of resources, it just gets busy

2011-04-05 Thread David Gwynne
so use the appropriate define to report that. Index: isp_openbsd.c === RCS file: /cvs/src/sys/dev/ic/isp_openbsd.c,v retrieving revision 1.46 diff -u -p -r1.46 isp_openbsd.c --- isp_openbsd.c 5 Apr 2011 12:09:20 - 1.46

Re: rc.subr: quote daemon flags

2011-04-05 Thread Philip Guenther
On Tue, Apr 5, 2011 at 4:07 AM, Piotr Sikora wrote: > $daemon_flags are sanitized using echo and tr, but the input isn't quoted, > which makes it indistinguishable from echo's options. Effect of this is that > when $daemon_flags starts with "-n" then this argument is lost in the > process. ... > -

Re: horribly slow fsck_ffs pass1 performance

2011-04-05 Thread Janne Johansson
> /forcefsck and /fastboot have nothing to do with that > > they are not even administered by the fs > > I wasn't trying to imply the filesystem is putting the files there, nor reading them. Rather, those two files show that "since there is no way to mark known brokeness in a ext file system, we wr

ahd(4) prerequisite for iopoolification

2011-04-05 Thread Kenneth R Westerback
We never allocate >253 scb's, and thus tag collisions should not be possible if they are correctly initialized. This diff just rips out the existing collision code. I haven't yet determined if we need to initialize tags differently. It is a prerequisite for iopoolification and testing on any ahd h

Re: rc.subr: quote daemon flags

2011-04-05 Thread Otto Moerbeek
On Tue, Apr 05, 2011 at 02:08:57PM +0200, Otto Moerbeek wrote: > On Tue, Apr 05, 2011 at 01:47:52PM +0200, Antoine Jacoutot wrote: > > > On Tue, 5 Apr 2011, Piotr Sikora wrote: > > > > > Hello, > > > $daemon_flags are sanitized using echo and tr, but the input isn't quoted, > > > which makes it

Re: rc.subr: quote daemon flags

2011-04-05 Thread Otto Moerbeek
On Tue, Apr 05, 2011 at 01:47:52PM +0200, Antoine Jacoutot wrote: > On Tue, 5 Apr 2011, Piotr Sikora wrote: > > > Hello, > > $daemon_flags are sanitized using echo and tr, but the input isn't quoted, > > which makes it indistinguishable from echo's options. Effect of this is that > > when $daemon

Re: rc.subr: quote daemon flags

2011-04-05 Thread Antoine Jacoutot
On Tue, 5 Apr 2011, Piotr Sikora wrote: > Hello, > $daemon_flags are sanitized using echo and tr, but the input isn't quoted, > which makes it indistinguishable from echo's options. Effect of this is that > when $daemon_flags starts with "-n" then this argument is lost in the process. Good catch!

Richiesta di assenso Associazione Culturale Leggere

2011-04-05 Thread YouWriting
YouWriting h il sito dellAssociazione Culturale no profit Leggere h fondata per promuovere i libri favorendo lincontro fra Autori, Editori e Lettori.

Llevate 6 banners al precio de 5

2011-04-05 Thread MyC Publicidad
MyC Publicidad. Porta Banner fácil armado + Gigantografia Impresa en alta resolución (1440 dpi) + Diseno MEDIDAS: - 1.20 x 0.50 Mts $130 - 1.60 x 0.60 Mts $159 - 1.80 x 0.80 Mts $179 - 1.90 x 0.90 Mts $205 - 2.3

Re: Compiling the kernel with pcc

2011-04-05 Thread Pascal Stumpf
On Tue, Apr 05, 2011 at 01:04:22PM +0200, Joerg Sonnenberger wrote: > On Tue, Apr 05, 2011 at 11:09:14AM +0200, Pascal Stumpf wrote: > > Ok, I seem to have misread the standard there, sorry. Anyway, I've done > > some tests with all three compilers, and gotten three different > > behaviours: > > C

let isp(4) refuse to let the midlayer use high luns

2011-04-05 Thread David Gwynne
...so the io path doesnt have to do it EVERY TIME FOR EVERY IO. Index: isp_openbsd.c === RCS file: /cvs/src/sys/dev/ic/isp_openbsd.c,v retrieving revision 1.45 diff -u -p -r1.45 isp_openbsd.c --- isp_openbsd.c 31 Dec 2010 19:20

Re: ksh completion

2011-04-05 Thread Alexander Polakov
* Alexander Polakov [110324 15:48]: > * Alexander Polakov [110315 23:26]: > > * Federico G. Schwindt [110315 17:38]: > > > > I think I'm slightly confused as to you'd like fixed - do you mean that > > > > one shouldn't need to escape a '[' if it's the first character? (note > > > > that /bin/[ e

vnds considerd harmful.

2011-04-05 Thread Thordur Bjornsson
Hi, Now that I've disallowed swapping to vnd's the purpose of vnd (vs svnd) is suspect, it serves no purpose other then providing a different way of doing what svnd does (which imo, isn't even better). So, nuke vnds (keep svnds though!). This will make svndXn the same as vndXn etc. The idea is t

rc.subr: quote daemon flags

2011-04-05 Thread Piotr Sikora
Hello, $daemon_flags are sanitized using echo and tr, but the input isn't quoted, which makes it indistinguishable from echo's options. Effect of this is that when $daemon_flags starts with "-n" then this argument is lost in the process. Best regards, Piotr Sikora < piotr.sik...@frickle.com >

Re: Compiling the kernel with pcc

2011-04-05 Thread Joerg Sonnenberger
On Tue, Apr 05, 2011 at 11:09:14AM +0200, Pascal Stumpf wrote: > Ok, I seem to have misread the standard there, sorry. Anyway, I've done > some tests with all three compilers, and gotten three different > behaviours: Can you please say explicitly which GCC version you are talking about? The behavi

Re: Compiling the kernel with pcc

2011-04-05 Thread Pascal Stumpf
On Tue, Apr 05, 2011 at 10:21:18AM +0200, Mark Kettenis wrote: > > Date: Tue, 5 Apr 2011 09:44:21 +0200 > > From: Pascal Stumpf > > > > On Mon, Apr 04, 2011 at 11:18:26AM -0700, Philip Guenther wrote: > > > On Mon, Apr 4, 2011 at 11:06 AM, Pascal Stumpf > > > wrote: > > > > pcc currently only c

Re: Compiling the kernel with pcc

2011-04-05 Thread Mark Kettenis
> Date: Tue, 5 Apr 2011 09:44:21 +0200 > From: Pascal Stumpf > > On Mon, Apr 04, 2011 at 11:18:26AM -0700, Philip Guenther wrote: > > On Mon, Apr 4, 2011 at 11:06 AM, Pascal Stumpf > > wrote: > > > pcc currently only chokes on some inline functions that need external > > > linkage. gcc isn't pe

Re: Compiling the kernel with pcc

2011-04-05 Thread Pascal Stumpf
On Mon, Apr 04, 2011 at 09:10:45PM +0200, Alexander Bluhm wrote: > On Mon, Apr 04, 2011 at 08:06:57PM +0200, Pascal Stumpf wrote: > > net/pf.c: pf_addr_compare (was probably ok before r1.729) > > The current implementation has been discussed. See also: > http://www.greenend.org.uk/rjk/2003/03/i

Re: Compiling the kernel with pcc

2011-04-05 Thread Pascal Stumpf
On Mon, Apr 04, 2011 at 11:18:26AM -0700, Philip Guenther wrote: > On Mon, Apr 4, 2011 at 11:06 AM, Pascal Stumpf wrote: > > pcc currently only chokes on some inline functions that need external > > linkage. gcc isn't pesky about that, but pcc and clang are (rightfully, > > imo). > > It's complet

Re: Use km_alloc instead of the single page allocator

2011-04-05 Thread Anton Maksimenkov
2011/4/5 Artur Grabowski : > - Use km_alloc for all backend allocations in pools. > - Use km_alloc for the emergmency kentry allocations in uvm_mapent_alloc > - Garbage collect uvm_km_getpage, uvm_km_getpage_pla and uvm_km_putpage I have some idea related to allocator for (! __HAVE_PMAP_DIRECT)