vfprintf.c: use ssize_t for ssizearg

2010-10-16 Thread Claus Assmann
Should the type of ssizearg be ssize_t? Index: vfprintf.c === RCS file: cvs/src/lib/libc/stdio/vfprintf.c,v retrieving revision 1.58 diff -u -r1.58 vfprintf.c --- vfprintf.c 9 Nov 2009 00:18:27 - 1.58 +++ vfprintf.c 17 Oct

Re: requests for perl XS code

2010-10-16 Thread Philip Guenther
On 10/16/10, Marc Espie wrote: > I could use "bundled" code to do the following: > 1/ direct interface to mkstemp > so that we don't have to use the atrocious File::Temp big monstrosity. I've sent Marc a tiny mkdtemp/mkstemp/mkstemps-via-XS module, so unless he barfs all over it this one is done.

Re: mandoc(1) grows tbl(1) support, and groff(1) moves to ports

2010-10-16 Thread Theo de Raadt
>one question (not just for ingo) - what are we doing with the me/ms >pages? we have sufficiently removed enough of them that i think >it's just not worth keeping the rest. especially if we don;t >anticipate a means to view them in base (or do we?). perhaps we >could just distribute them as ascii t

Re: mandoc(1) grows tbl(1) support, and groff(1) moves to ports

2010-10-16 Thread Jason McIntyre
On Sat, Oct 16, 2010 at 08:37:10PM +0200, Ingo Schwarze wrote: > > > but tables do not work at all for postscript pages - > > don;t know if you know that or not. > > Frankly, i feared as much; but as MANPS is off by default and it > affects merely 16 pages, and it was rather unlikely to kill the

Re: mandoc(1) grows tbl(1) support, and groff(1) moves to ports

2010-10-16 Thread Ingo Schwarze
Hi Jason, Jason McIntyre wrote on Sat, Oct 16, 2010 at 07:23:47PM +0059: > On Sat, Oct 16, 2010 at 06:34:25PM +0200, Ingo Schwarze wrote: >>> (3) tomorrow: send patches to switch "tbl | nroff" >>> over to mandoc in the base build system >>> (4) tomorrow: send patches to unlink the last me(7)

Re: mandoc(1) grows tbl(1) support, and groff(1) moves to ports

2010-10-16 Thread Jason McIntyre
On Sat, Oct 16, 2010 at 06:34:25PM +0200, Ingo Schwarze wrote: > > > (3) tomorrow: send patches to switch "tbl | nroff" > > over to mandoc in the base build system > > (4) tomorrow: send patches to unlink the last me(7) and ms(7) > > documents form the base build > > That's what this mess

Re: getfsstat(2) manual sync

2010-10-16 Thread Jason McIntyre
On Sat, Oct 16, 2010 at 05:44:24PM +0300, Vladimir Kirillov wrote: > Hello, t...@! > > The manual of getfsstat(2) contains the 4.3 struct statfs layout. > fixed, thanks. jmc > Index: getfsstat.2 > === > RCS file: /cvs/src/lib/libc/

Re: no need to link libdes for kerberos

2010-10-16 Thread Jonathan Gray
On Tue, Oct 12, 2010 at 10:40:19AM +0200, Landry Breuil wrote: > On Tue, Oct 12, 2010 at 06:04:09AM +1100, Jonathan Gray wrote: > > The kerberosV code switched to using the version of DES > > in libcrypto when biorn imported heimdal 0.7.2 over four > > years ago, the following diff removes the unee

I need your help...

2010-10-16 Thread H. Abery
Beloved, My present condition is very unfortunate. I have been trying to contact you about a huge donation to be made through you. Please reply for more information. Remain Blessed Mrs Abery

Re: mandoc(1) grows tbl(1) support, and groff(1) moves to ports

2010-10-16 Thread Ingo Schwarze
Replying to myself... Ingo Schwarze wrote on Fri, Oct 15, 2010 at 01:14:43PM +0200: > (1) tonight: commit tbl(1) support for man(7) into mandoc > (2) tomorrow: commit tbl(1) support for mdoc(7) into mandoc Done. > (3) tomorrow: send patches to switch "tbl | nroff" > over to mandoc in the ba

Re: update pms driver

2010-10-16 Thread Alexandr Shadchin
On Sat, Oct 16, 2010 at 03:42:10PM +0100, Nicholas Marriott wrote: > pmsinput could have a newline after the return type like the rest, > otherwise looks good for me. > I agree, did not notice :) Fixed -- Alexandr Shadchin Index: pms.c ==

getfsstat(2) manual sync

2010-10-16 Thread Vladimir Kirillov
Hello, t...@! The manual of getfsstat(2) contains the 4.3 struct statfs layout. Index: getfsstat.2 === RCS file: /cvs/src/lib/libc/sys/getfsstat.2,v retrieving revision 1.17 diff -u -p -r1.17 getfsstat.2 --- getfsstat.2 5 Jun 2009 23

Re: update pms driver

2010-10-16 Thread Nicholas Marriott
pmsinput could have a newline after the return type like the rest, otherwise looks good for me. On Sat, Oct 16, 2010 at 06:36:41PM +0600, Alexandr Shadchin wrote: > On Sat, Oct 16, 2010 at 07:26:19AM -0400, Kenneth R Westerback wrote: > > > > Committed! Next? :-) > > > > Ken > > ansify fu

Re: getmntinfo(3) sanity

2010-10-16 Thread Otto Moerbeek
On Sat, Oct 16, 2010 at 02:41:33PM +0300, Vladimir Kirillov wrote: > Hi, Ingo! > > On 02:06 Fri 15 Oct, Ingo Schwarze wrote: > > > so here's a diff to actually do pass a singly-malloced buffer > > > to the caller who should free it manually. > > > > No, wait, you can't change the calling convent

Re: update pms driver

2010-10-16 Thread Alexandr Shadchin
On Sat, Oct 16, 2010 at 07:26:19AM -0400, Kenneth R Westerback wrote: > > Committed! Next? :-) > > Ken ansify function definitions, no functional change. -- Alexandr Shadchin Index: pms.c === RCS file: /cvs/src/sys/dev/pckbc

Re: getmntinfo(3) sanity

2010-10-16 Thread Vladimir Kirillov
Hi, Ingo! On 02:06 Fri 15 Oct, Ingo Schwarze wrote: > > so here's a diff to actually do pass a singly-malloced buffer > > to the caller who should free it manually. > > No, wait, you can't change the calling convention of an existing > library function just like that. That would turn all applica

requests for perl XS code

2010-10-16 Thread Marc Espie
I could use "bundled" code to do the following: 1/ direct interface to mkstemp so that we don't have to use the atrocious File::Temp big monstrosity. 2/ file descriptor passing over sockets means redoing the stuff described in socket/recv/CMSG_DATA so that we could have a simple interface to grab s