Re: CVS commit: src

2013-06-23 Thread Thomas Klausner
On Sun, Jun 23, 2013 at 02:35:24AM +, Taylor R Campbell wrote: Module Name: src Committed By: riastradh Date: Sun Jun 23 02:35:24 UTC 2013 Modified Files: src/sys/conf: files src/sys/dev: rndpseudo.c src/sys/kern: kern_rndq.c subr_cprng.c

Re: CVS commit: src

2013-06-23 Thread Taylor R Campbell
Date: Sun, 23 Jun 2013 10:22:12 +0200 From: Thomas Klausner w...@netbsd.org On Sun, Jun 23, 2013 at 02:35:24AM +, Taylor R Campbell wrote: rndsink(9): - Simplify API. - Simplify locking scheme. - Add a man page. mdoclint says: rndsink.9:125: trailing Xref to

Re: CVS commit: src

2013-06-23 Thread Christos Zoulas
In article 20130623142023.6e4c760...@jupiter.mumble.net, Taylor R Campbell riastr...@netbsd.org wrote: Date: Sun, 23 Jun 2013 10:22:12 +0200 From: Thomas Klausner w...@netbsd.org On Sun, Jun 23, 2013 at 02:35:24AM +, Taylor R Campbell wrote: rndsink(9): - Simplify API. -

Re: CVS commit: src

2013-06-23 Thread Taylor R Campbell
Date: Sun, 23 Jun 2013 14:31:25 + (UTC) From: chris...@astron.com (Christos Zoulas) In article 20130623142023.6e4c760...@jupiter.mumble.net, Taylor R Campbell riastr...@netbsd.org wrote: We ought to have a man page for explicit_bzero and consttime_bcmp. I didn't realize we

Re: CVS commit: src

2013-06-23 Thread Thomas Klausner
On Sun, Jun 23, 2013 at 04:14:32PM +, Taylor R Campbell wrote: How do the attached man pages look? We ought to add cross-references in memcmp(3) and memset(3) too, perhaps. They look fine. And please do add the cross references too. Thanks for writing these! Thomas

Re: CVS commit: src

2013-06-23 Thread Christos Zoulas
On Jun 23, 4:14pm, riastr...@netbsd.org (Taylor R Campbell) wrote: -- Subject: Re: CVS commit: src | I don't care if we rename them to consttime_memeq and explicit_memzero | instead, but these are absolutely the operations that real crypto | applications need. consttime_memcmp and

Re: CVS commit: src/lib/libc/string

2013-06-23 Thread Christos Zoulas
In article 20130623164406.d678...@cvs.netbsd.org, Taylor R Campbell source-changes-d@NetBSD.org wrote: -=-=-=-=-=- I've objected many times railroading those in and casting the into stone by adding man pages and making them part of a formal release. I give up :-( christos

Re: CVS commit: src/sys/arch/sparc64

2013-06-23 Thread Takeshi Nakayama
matthew green m...@eterna.com.au wrote i'm curious - what were you going to trigger this problem? Discussion about bge driver in last month's port-sparc64. I have known this method since I was adding a cardbus support to sparc64 a decade ago. But I adopted the method checking a OFW's node

Re: CVS commit: src/lib/libc/string

2013-06-23 Thread Taylor R Campbell
Date: Mon, 24 Jun 2013 01:36:29 + (UTC) From: chris...@astron.com (Christos Zoulas) I've objected many times railroading those in and casting the into stone by adding man pages and making them part of a formal release. I give up :-( Sorry, I didn't mean to stonewall or railroad

Re: CVS commit: src/lib/libc/string

2013-06-23 Thread Taylor R Campbell
Oops, that was silly of me -- the libc symbols actually have a double- underscore prefix, presumably meaning `these are internal; do not use'. Should I move the man pages to section 9, or do we want these exposed in libc, presumably requiring some weak aliasing cruft? Discuss on tech-userlevel?