softraid(4): Linux Unified Key Setup

2015-05-24 Thread Martin Pelikan
Index: conf/files === RCS file: /cvs/src/sys/conf/files,v retrieving revision 1.592 diff -u -p -r1.592 files --- conf/files 11 May 2015 06:46:21 - 1.592 +++ conf/files 24 May 2015 12:29:00 - @@ -517,6 +517,8 @@ attach

Re: softraid(4): Linux Unified Key Setup

2015-05-24 Thread Mike Belopuhov
Hi, PKCS PBKDF5 implementation doesn't belong to xform.c which hooks up algorithms to the crypto framework. Merging dev/luks.c into the softraid_luks.c would also make more sense to me since it just provides subroutines for the latter. Cheers, Mike

bioctl(8): Linux Unified Key Setup

2015-05-24 Thread Martin Pelikan
Index: bioctl.c === RCS file: /cvs/src/sbin/bioctl/bioctl.c,v retrieving revision 1.126 diff -u -p -r1.126 bioctl.c --- bioctl.c11 May 2015 12:14:22 - 1.126 +++ bioctl.c24 May 2015 12:39:27 - @@ -31,6 +31,7 @@

Re: [patch 3/3] ksh: add overflow checking for memory allocations

2015-05-24 Thread Martin Natano
I highly doubt any part of those three diffs is authored by yourself. (Merely renaming functions doesn't count as original work.) As pointed out before, the efficient overflow checking code is copied from Otto's code and the rest has been written by me. In case you don't remember the location

Re: [patch 3/3] ksh: add overflow checking for memory allocations

2015-05-24 Thread Theo Buehler
On Sun, May 24, 2015 at 09:10:08PM +0200, Martin Natano wrote: I highly doubt any part of those three diffs is authored by yourself. (Merely renaming functions doesn't count as original work.) As pointed out before, the efficient overflow checking code is copied from Otto's code and the rest

Re: mismatch for ICMP state created by inound response

2015-05-24 Thread Alexandr Nedvedicky
Hello, I have no objections, just a small wish, can you set icmp_dir to -1, if we are not dealing with ICMP? there is a tool we use in Solaris, which yells on us because of uninitialized variable. I know it's false positive, but I've gave up on explaining... patch below combines your

Re: [patch 3/3] ksh: add overflow checking for memory allocations

2015-05-24 Thread patrick keshishian
On 5/24/15, Theo Buehler t...@math.ethz.ch wrote: On Sun, May 24, 2015 at 09:10:08PM +0200, Martin Natano wrote: I highly doubt any part of those three diffs is authored by yourself. (Merely renaming functions doesn't count as original work.) As pointed out before, the efficient overflow

small patch for rnd.c and tree.h

2015-05-24 Thread Kyle Milz
One grammar nitpick and a whitespace cleanup. Index: dev/rnd.c === RCS file: /cvs/src/sys/dev/rnd.c,v retrieving revision 1.174 diff -u -p -r1.174 rnd.c --- dev/rnd.c 4 May 2015 09:38:05 - 1.174 +++ dev/rnd.c 25 May