Help building a crypto library and OCF module

2014-09-05 Thread Thom Lauret
Hi all, I’m looking to hire an experienced OpenBSD C++ developer to assist building a hardened crypto library and a OCF module. Please send me your resume and rates if you are interested. Best Thom

Re: re(4) feature flags additions and changes

2014-09-05 Thread Jonathan Gray
On Fri, Sep 05, 2014 at 03:10:01PM -0400, Brad Smith wrote: > On Tue, Sep 02, 2014 at 07:20:30AM -0400, Brad Smith wrote: > > On Tue, Sep 02, 2014 at 06:28:48AM -0400, Brad Smith wrote: > > > Add some feature flags and store in the softc the various max Jumbo frame > > > sizes > > > for the differ

Re: patch: fsck_ffs(8): fix false errors on very long files

2014-09-05 Thread Philip Guenther
On Fri, Sep 5, 2014 at 3:54 PM, David Vasek wrote: > On Fri, 5 Sep 2014, Philip Guenther wrote: > >> While di_blocks is unsigned, daddr_t is signed so we cast and print blocks >> as long long's. > > Noted, thanks. > >> quad_t id_filesize; /* for DATA nodes, the size of the directory >

Re: patch: fsck_ffs(8): fix false errors on very long files

2014-09-05 Thread David Vasek
On Fri, 5 Sep 2014, Philip Guenther wrote: While di_blocks is unsigned, daddr_t is signed so we cast and print blocks as long long's. Noted, thanks. quad_t id_filesize; /* for DATA nodes, the size of the directory */ Is there any similar rule/limitation for the file size? Varia

Re: re(4) feature flags additions and changes

2014-09-05 Thread Brad Smith
On Tue, Sep 02, 2014 at 07:20:30AM -0400, Brad Smith wrote: > On Tue, Sep 02, 2014 at 06:28:48AM -0400, Brad Smith wrote: > > Add some feature flags and store in the softc the various max Jumbo frame > > sizes > > for the different generations of chips. No behavioral change. > > > > Tested with..

Re: minphys woes

2014-09-05 Thread Stefan Fritsch
On Wednesday 03 September 2014 15:23:13, Philip Guenther wrote: > IMO, the problem that you're hitting with your vioblk device isn't a > problem with MAXPHYS, physio(), or minphys, but rather with > MAXBSIZE. Back in the 1990's, the fact that you want to be able to > configure a device with minphys

Re: re(4) feature flags additions and changes

2014-09-05 Thread Brad Smith
On 05/09/14 2:24 AM, Jonathan Gray wrote: On Tue, Sep 02, 2014 at 07:20:30AM -0400, Brad Smith wrote: On Tue, Sep 02, 2014 at 06:28:48AM -0400, Brad Smith wrote: Add some feature flags and store in the softc the various max Jumbo frame sizes for the different generations of chips. No behavioral

Re: Hang with PDC20775 if drives attached

2014-09-05 Thread Jonathan Gray
On Fri, Sep 05, 2014 at 07:07:04AM -0600, Todd C. Miller wrote: > Years ago I bought a Promise TX2plus PCI card which is a two channel > SATAII board w/ one ATA channel that uses a PDC20775. It wasn't > supported at the time so it went on a shelf. The other day I tried > to get it working and fou

Hang with PDC20775 if drives attached

2014-09-05 Thread Todd C. Miller
Years ago I bought a Promise TX2plus PCI card which is a two channel SATAII board w/ one ATA channel that uses a PDC20775. It wasn't supported at the time so it went on a shelf. The other day I tried to get it working and found that while it is recognized, I get a solid hang after fd0 if a drive

Re: patch: fsck_ffs(8): fix false errors on very long files

2014-09-05 Thread Philip Guenther
On Thu, 4 Sep 2014, David Vasek wrote: > This one is better. Nice catch, though there are more worms in this can. > + pwarn("INCORRECT BLOCK COUNT I=%llu (%llu should be %llu)", > + (unsigned long long)inumber, > + (unsigned long long)DIP(dp, di_blocks