Re: isfdtype(3) man page bug

2011-04-20 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

Re: namespace.h

2011-04-20 Thread Philip Guenther
On Tue, Apr 19, 2011 at 9:15 PM, Amit Kulkarni amitk...@gmail.com wrote: where is a listing of all functions implemented in openbsd's libc? nm /usr/lib/libc.a ? What's the question that you're *really* trying to answer? Is src/lib/libc/include/namespace.h consist of functions not implemented

Re: Support for size multipliers in newfs/mount_mfs

2011-04-20 Thread Otto Moerbeek
On Wed, Mar 23, 2011 at 02:22:58PM +0100, David Coppa wrote: On Tue, 18 Jan 2011, Vadim Zhukov wrote: Hello all (again). So here is a bit reworked patch, taking into account suggestions from tedu@, halex@ and jmc@. Particularily, there is no more huge phrase This value is multiplied

Re: isfdtype(3) man page bug

2011-04-20 Thread Kristaps Dzonsons
On 20/04/2011 08:40, Jason McIntyre wrote: 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()

Genesis y Phil Collins - Discografía y Pendrive de Regalo - (33 Álbumes)

2011-04-20 Thread Discos MP3 - Solo de Oferta
GENESIS From Genesis To Revelation o S Tresspass O q Nursety Cryme oe Foxtrot O o Live o Seling England By The Pound o The

Re: significant speedups

2011-04-20 Thread Martin Pelikan
2011/4/20 Theo de Raadt dera...@cvs.openbsd.org: some of you can start cranking the kern.bufcachepercent sysctl to 90. try it out. B be impressed, but don't report deadlocks or lockups; however real crashes are worth knowing about. B the lockup situations are largely understood and will be

Re: isfdtype(3) man page bug

2011-04-20 Thread Jason McIntyre
On Wed, Apr 20, 2011 at 10:05:12AM +0200, Kristaps Dzonsons wrote: I'd never even heard of `\*(Px' predefined symbol. But it's there in the groff tmac sources. `\*(Ai' is in tmac.doc too (printing ANSI). isfdtype.3 is the only manual I could find using `Px' (none use `Ai'). jmc, if

Re: significant speedups

2011-04-20 Thread Sevan / Venture37
On 20 April 2011 01:05, Theo de Raadt dera...@cvs.openbsd.org wrote: No, we fixed your fan too. We have people everywhere. Really? nice, whoever is in london atm, stick the kettle on, I'm parched. :P Sevan

Re: namespace.h

2011-04-20 Thread Amit Kulkarni
where is a listing of all functions implemented in openbsd's libc? nm /usr/lib/libc.a ? What's the question that you're *really* trying to answer? Just trying to see how far llvm+lldb goes in compilation. Right now its stuck because of missing spawn.h in OpenBSD. And also stuck in shm_open,

Re: namespace.h

2011-04-20 Thread Joerg Sonnenberger
On Tue, Apr 19, 2011 at 11:15:49PM -0500, Amit Kulkarni wrote: 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? namespace.h is used for protecting the libc namespace. A library may

a little courtesy

2011-04-20 Thread Ariane van der Steldt
Hi, If I'm being nice and you appreciate that and really feel you have to tell me, fine. I like compliments. However don't use your compliment to trash talk another developer. I you don't like the behaviour of someone, you can tell them directly or you can pkg_add procmail. Your attack made your

Recent wdc/pciide changes cause problem on Tyan KW8 amd64?

2011-04-20 Thread Scot Bontrager
I think the recent wdc/pciide change introduced a bug. I'm now getting a panic during boot. I'll get a full dmesg and trace in a bit, gotta find a ps2 keyboard and hook up a serial console. But, for now, I'll type it in: pciide0: port 0: device present, speed: 1.5Gb/s panic: wdc_exec_command:

pmap hole handling

2011-04-20 Thread Ariane van der Steldt
Hi, MMU address space holes are at a fixed position (ofcourse). This diff makes sure the FIXED position flag is specified when mapping them in and complains loudly otherwise. While there, check some other flag mistakes (which don't happen in the kernel). This diff prepares for the vmmap