Re: re(4) feature flags additions and changes

2014-09-04 Thread Jonathan Gray
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..

Perl 5.20.1 testing for inclusion in base

2014-09-04 Thread Andrew Fresh
I have updated the perl patches for perl 5.20.1-RC1 in preparation for the release of 5.20.1. I'd like to some testing so when it is released I can be ready to import it. I am especially looking for tests on vax and sparc. It's easy! * download the patches and scripts https://github.com/afr

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

2014-09-04 Thread David Vasek
This one is better. Index: sbin/fsck_ffs/fsck.h === RCS file: /cvs/src/sbin/fsck_ffs/fsck.h,v retrieving revision 1.29 diff -u -p -u -r1.29 fsck.h --- sbin/fsck_ffs/fsck.h9 May 2014 13:19:34 - 1.29 +++ sbin/fsck_ffs

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

2014-09-04 Thread David Vasek
Hello, on a clean FFS2 filesystem I am getting this false error on very large files (length >= 1 TB). This example is from i386. # /sbin/fsck -nf /dev/rsd5a ** /dev/rsd5a (NO WRITE) ** File system is already clean ** Last Mounted on /mnt ** Phase 1 - Check Blocks and Sizes INCORRECT BLOCK COUN

Re: syslogd maxunix

2014-09-04 Thread Alexander Bluhm
On Wed, Sep 03, 2014 at 06:46:26PM +0200, Alexander Bluhm wrote: > On Fri, Aug 29, 2014 at 11:25:52PM +0200, Alexander Bluhm wrote: > > So I will write more tests before committing this. > > My regression tests found a bug in syslogd. When adding the maximum > number of paths with the -a option,

Re: syslogd libevent handler

2014-09-04 Thread Alexander Bluhm
On Wed, Sep 03, 2014 at 04:34:47PM -0700, Doug Hogan wrote: > On Sun, Aug 31, 2014 at 10:46:50PM +0200, Alexander Bluhm wrote: > > Move the handlers for the poll events into separate functions. They > > will become the libevent callbacks later. > ... > > > + udp_read_han