Re: isfdtype(3) man page bug

2011-04-19 Thread Jason McIntyre
On Tue, Apr 19, 2011 at 04:04:52PM -0700, Matthew Dempsky wrote: > In the STANDARDS section, groff -Tascii -mandoc isfdtype.3 renders: > > The isfdtype() function is expected to conform to POSIX 1003.1g. > > whereas mandoc renders: > > The isfdtype() function is expected to conform to

namespace.h

2011-04-19 Thread Amit Kulkarni
hi, where is a listing of all functions implemented in openbsd's libc? Is src/lib/libc/include/namespace.h consist of functions not implemented or its a relic? i was looking for the equivalent of FreeBSD's file of the same name and location but in OpenBSD. thanks, amit

CARP Compatibility

2011-04-19 Thread MAROUNI Abbass
Hello, We have two openBSD installation a 4.6 and 4.8 we setup CARP between the two machines, but things are not working properly. On the internal side of the network we have this (ifconfig -A): Router 1 carp0: flags=8843 mtu 1500 lladdr 00:00:5e:00:01:01 priority: 0

Last minute Aprile a Chianciano

2011-04-19 Thread Hermitage Hotel
B AUGURI DI UNA FELICE E SERENA PASQUA Un regalo da Hermitage LAST MINUTE Nello splendido scenario delle Colline Senesi 3 GIORNI 2 NOTTI EURO 79.00 SERVIZI INCLUSI: Camera doppia o matrimoniale con servizi privati, tv color, telefono diretto . 1 Sola notte Euro 49.00 Camera

Re: significant speedups

2011-04-19 Thread Theo de Raadt
> I've been cranking kern.bufcache to 90 since bob becks talk about > hacking vfs a while back (video on YouTube) & not experienced any > issues, I've recently sent my thinkpad back for repair work where they > replaced the CPU fan, on return I installed a new snapshot last week & > was surprised h

Re: significant speedups

2011-04-19 Thread Sevan / Venture37
On Tuesday, 19 April 2011, Theo de Raadt wrote: > In the last two weeks we have commited a few things which significantly > speed up disk and network io. B i will mention two things. > > some of you can start cranking the kern.bufcachepercent sysctl to 90. > try it out. B be impressed, but don't r

Re: automatically set the default console?

2011-04-19 Thread Theo de Raadt
> On Tue, Apr 19, 2011 at 12:21:57PM +0200, Peter Hessler wrote: > > When I'm installing over a serial line, I would expect to use that as my > > console in the future. This diff sets the default console to the one we > > are currently using, so it's just another [enter]. (The style is based > > o

isfdtype(3) man page bug

2011-04-19 Thread Matthew Dempsky
In the STANDARDS section, groff -Tascii -mandoc isfdtype.3 renders: The isfdtype() function is expected to conform to POSIX 1003.1g. whereas mandoc renders: The isfdtype() function is expected to conform to 1003.1g. The issue is isfdtype.3 uses a .Px macro that mandoc doesn't support

Re: eliminate gdt(4) raw_scsi mode

2011-04-19 Thread David Gwynne
ok On 20/04/2011, at 12:54 AM, Kenneth R Westerback wrote: > gdt(4) man page says 'transparent raw SCSI mode' is unsupported. > The code just returns errors to any attempts to submit i/o. I'm > pretty sure nobody is going to add support so eliminate the framework > for it. > > Shrinks the iopoo

significant speedups

2011-04-19 Thread Theo de Raadt
In the last two weeks we have commited a few things which significantly speed up disk and network io. i will mention two things. some of you can start cranking the kern.bufcachepercent sysctl to 90. try it out. be impressed, but don't report deadlocks or lockups; however real crashes are worth k

Re: pmap_update() in km_alloc()

2011-04-19 Thread Ariane van der Steldt
On Tue, Apr 19, 2011 at 11:01:54AM -0700, Matthew Dempsky wrote: > pmap(9) says pmap_update() 'must' be called after pmap_kenter_pa()... > > ok? Ok ariane@ > Index: uvm_km.c > === > RCS file: /cvs/src/sys/uvm/uvm_km.c,v > retrieving

Sanex Exprees İle Kargolar Bir Günde Rusya'da

2011-04-19 Thread Sanex Express Russian Cargo
Sanex Express SANEX CARGO D0le Paketler Ertesi GC

pmap_update() in km_alloc()

2011-04-19 Thread Matthew Dempsky
pmap(9) says pmap_update() 'must' be called after pmap_kenter_pa()... ok? Index: uvm_km.c === RCS file: /cvs/src/sys/uvm/uvm_km.c,v retrieving revision 1.97 diff -u -p uvm_km.c --- uvm_km.c18 Apr 2011 19:23:46 - 1.97 +++

tcp support for aucat and midicat

2011-04-19 Thread Alexandre Ratchov
This diffs enables aucat and midicat to work over TCP, which allows a sound card to be shared between machines, doing strange things with ssh port forwarding and so on. Roughly, the first client generates a 128-bit random number (aka the session cookie), saves it in $HOME/.aucat_cookie and sends i

Re: I am an idiot in km_alloc

2011-04-19 Thread Stuart Henderson
works for me. On 2011/04/19 09:49, Artur Grabowski wrote: > Free the correct memory when we failed to allocate va. > > //art > > Index: uvm/uvm_km.c > === > RCS file: /cvs/src/sys/uvm/uvm_km.c,v > retrieving revision 1.97 > diff -u

Re: diff: get rid the "out of static map entries" problem

2011-04-19 Thread Anton Maksimenkov
2011/4/19 Ariane van der Steldt : > You now have feedback. People don't like your diff, told you why. You > now have options: > You didn't get negative feedback on the reserved entry. It works for > your map, maybe it'll also work for the kernel_map? Most comments here > are against the kentry map.

Re: I am an idiot in km_alloc

2011-04-19 Thread Ariane van der Steldt
On Tue, Apr 19, 2011 at 09:49:43AM -0600, Artur Grabowski wrote: > Free the correct memory when we failed to allocate va. ok ariane@ > Index: uvm/uvm_km.c > === > RCS file: /cvs/src/sys/uvm/uvm_km.c,v > retrieving revision 1.97 > dif

I am an idiot in km_alloc

2011-04-19 Thread Artur Grabowski
Free the correct memory when we failed to allocate va. //art Index: uvm/uvm_km.c === RCS file: /cvs/src/sys/uvm/uvm_km.c,v retrieving revision 1.97 diff -u -r1.97 uvm_km.c --- uvm/uvm_km.c18 Apr 2011 19:23:46 - 1.97

eliminate gdt(4) raw_scsi mode

2011-04-19 Thread Kenneth R Westerback
gdt(4) man page says 'transparent raw SCSI mode' is unsupported. The code just returns errors to any attempts to submit i/o. I'm pretty sure nobody is going to add support so eliminate the framework for it. Shrinks the iopool diff. Any dissenting voices? Ken Index: share/man/man4/gdt.4 ==

Re: Add MDNS lookup for libc.

2011-04-19 Thread Christiano F. Haesbaert
Keeping this up. On 19 March 2011 22:35, Christiano F. Haesbaert wrote: > Whoops, I made some last time changes which broke big-endian systems, spotted by > Mattew. > > Index: net/getaddrinfo.c > === > RCS file: /cvs/src/lib/libc/net

Caterer's Warehouse Daily Special

2011-04-19 Thread Heather Berkowitz
If you are having trouble viewing this e-mail, Visit www.catererswarehouse.com Caterer's Warehouse Weekly Specials Caterer's Warehouse Special Offers Home | Catering Supplies | Restaurant Equipment | Tabletop Specialties Bakery Supplies | Bar Supplies | Kitchen Supplies | Commercial Furniture | H

Re: diff: get rid the "out of static map entries" problem

2011-04-19 Thread Ariane van der Steldt
On Tue, Apr 19, 2011 at 11:26:16AM +0600, Anton Maksimenkov wrote: > 2011/4/19 Ariane van der Steldt : > > Your diff is reducable to: > > ?static struct vm_map_entry kentries[REALLY_BIG_NUMBER]; > > And then managing that memory using vmmap. > > Yes, more or less... But your example eats VA memory

Re: Remove useless sti in x86 interrupt return path

2011-04-19 Thread Christian Ehrhardt
Hi, On Mon, Apr 18, 2011 at 10:00:02PM -0700, Philip Guenther wrote: > > The sti was introduced in revision 1.97 of locore.s in March 2006 by > > mickey@. Commit message: > > > > | prevent the faults on iret to run w/ disabled intrs and cause > > | deadlocks; niklas toby tom ok > > > > Maybe micke

Re: km_alloc for stack and exec

2011-04-19 Thread Owain Ainsworth
On Mon, Apr 18, 2011 at 03:47:27PM -0600, Artur Grabowski wrote: > A repeat of an earlier diff. > > Change stack and exec arguments allocation from old allocators to km_alloc(9). > > //art > > > Index: kern/kern_exec.c > === > RCS

Re: automatically set the default console?

2011-04-19 Thread Kenneth R Westerback
On Tue, Apr 19, 2011 at 12:21:57PM +0200, Peter Hessler wrote: > When I'm installing over a serial line, I would expect to use that as my > console in the future. This diff sets the default console to the one we > are currently using, so it's just another [enter]. (The style is based > on the xdm

automatically set the default console?

2011-04-19 Thread Peter Hessler
When I'm installing over a serial line, I would expect to use that as my console in the future. This diff sets the default console to the one we are currently using, so it's just another [enter]. (The style is based on the xdm case immediately above) OK? Index: distrib/miniroot/install.sub

Re: Like OpenBSD? Like to see new stuff happening? You really need to order a CD today :)

2011-04-19 Thread Guillaume Dualé
On Tue, 19 Apr 2011 09:32:50 +0200, David Coppa wrote: > On Mon, Apr 18, 2011 at 9:39 PM, Bob Beck wrote: > >> So - yes we like donations, but we also like CD sales.. now is the >> time to help out. > > Order done on openbsdeurope.com. Sorry for being late. > > cheers! > david Hi for Europe

Re: wol for xl(4)

2011-04-19 Thread Stefan Sperling
On Tue, Apr 19, 2011 at 02:03:54AM +0200, Tobias Ulmer wrote: > On Mon, Apr 18, 2011 at 10:17:33AM +0200, Stefan Sperling wrote: > > On Mon, Apr 18, 2011 at 04:18:01AM +0200, Tobias Ulmer wrote: > > > On Sun, Apr 17, 2011 at 11:05:38AM +0200, Stefan Sperling wrote: > > > > On Thu, Mar 31, 2011 at 0

Re: fenv.h support for libm

2011-04-19 Thread Martynas Venckus
On 4/18/11, Matthew Dempsky wrote: > On Sun, Apr 17, 2011 at 5:29 PM, Philip Guenther wrote: >> I haven't worked through all the bit-twiddling and asm, but what I >> have looks good and the abundance of regress tests that keep showing >> up in "cvs up -d" inspires confidence. With that x87-->__x

Re: Like OpenBSD? Like to see new stuff happening? You really need to order a CD today :)

2011-04-19 Thread David Coppa
On Mon, Apr 18, 2011 at 9:39 PM, Bob Beck wrote: > So - yes we like donations, but we also like CD sales.. now is the > time to help out. Order done on openbsdeurope.com. Sorry for being late. cheers! david