svn commit: r287479 - head/sys/ufs/ffs

2015-09-05 Thread Konstantin Belousov
Author: kib Date: Sat Sep 5 08:48:24 2015 New Revision: 287479 URL: https://svnweb.freebsd.org/changeset/base/287479 Log: Declare the writes around the call to VFS_SYNC() in softdep_ast_cleanup_proc(). Tested by:pho (previous version) Sponsored by: The FreeBSD Foundation MFC

svn commit: r287478 - head/sys/netinet6

2015-09-05 Thread Alexander V. Chernikov
Author: melifaro Date: Sat Sep 5 06:24:00 2015 New Revision: 287478 URL: https://svnweb.freebsd.org/changeset/base/287478 Log: Do not skip entries without LLE_VALID flag. This one fixes showing incomplete entries in ndp -an. MFC after:2 weeks Modified: head/sys/netinet6/in6.c

svn commit: r287481 - head/sys/netinet

2015-09-05 Thread Gleb Smirnoff
Author: glebius Date: Sat Sep 5 10:15:19 2015 New Revision: 287481 URL: https://svnweb.freebsd.org/changeset/base/287481 Log: Use Jenkins hash for TCP syncache. o Unlike xor, in Jenkins hash every bit of input affects virtually every bit of output, thus salting the hash actually

svn commit: r287482 - head/share/man/man4

2015-09-05 Thread Baptiste Daroussin
Author: bapt Date: Sat Sep 5 10:29:47 2015 New Revision: 287482 URL: https://svnweb.freebsd.org/changeset/base/287482 Log: Cross reference sesutil(8) and ses(4) Submitted by: trasz MFC after:1 month (with r287473) Modified: head/share/man/man4/ses.4 Modified:

svn commit: r287488 - head/sys/vm

2015-09-05 Thread Alan Cox
Author: alc Date: Sat Sep 5 17:34:49 2015 New Revision: 287488 URL: https://svnweb.freebsd.org/changeset/base/287488 Log: Eliminate pointless requeueing of pages from terminated objects. These pages will have left the inactive queue before the page daemon performs its next scan. Also,

svn commit: r287489 - head/sys/boot/efi/loader/arch/amd64

2015-09-05 Thread Marcel Moolenaar
Author: marcel Date: Sat Sep 5 18:24:51 2015 New Revision: 287489 URL: https://svnweb.freebsd.org/changeset/base/287489 Log: Auto-detect the UGA frame buffer and stride on a MacBook. We're striking a delicate balance between exhaustive searching and banking on assumptions. The environment

svn commit: r287486 - head/usr.bin/procstat

2015-09-05 Thread Allan Jude
Author: allanjude Date: Sat Sep 5 17:02:01 2015 New Revision: 287486 URL: https://svnweb.freebsd.org/changeset/base/287486 Log: Introduce libxo to procstat(1) Reviewed by: rodrigc, bapt Approved by: marcel (mentor) Relnotes: yes Sponsored by: ScaleEngine Inc. Differential

svn commit: r287491 - head/usr.bin/procstat

2015-09-05 Thread Allan Jude
Author: allanjude Date: Sat Sep 5 19:28:41 2015 New Revision: 287491 URL: https://svnweb.freebsd.org/changeset/base/287491 Log: Fix build error on gcc platforms Approved by: bapt (mentor) Modified: head/usr.bin/procstat/procstat_kstack.c Modified:

svn commit: r287487 - head/sys/arm64/arm64

2015-09-05 Thread Andrew Turner
Author: andrew Date: Sat Sep 5 17:29:07 2015 New Revision: 287487 URL: https://svnweb.freebsd.org/changeset/base/287487 Log: Add ddb show commands to print the special registers and to ask the hardware to perform address translation for us. These are useful to help track down what caused

svn commit: r287493 - head/usr.sbin/sesutil

2015-09-05 Thread Baptiste Daroussin
Author: bapt Date: Sat Sep 5 21:55:01 2015 New Revision: 287493 URL: https://svnweb.freebsd.org/changeset/base/287493 Log: Remove extra i++ Reported by: allanjude@ Modified: head/usr.sbin/sesutil/sesutil.c Modified: head/usr.sbin/sesutil/sesutil.c

Re: svn commit: r287467 - head/sys/dev/e1000

2015-09-05 Thread Tijl Coosemans
On Fri, 4 Sep 2015 16:30:49 + (UTC) Sean Bruno wrote: > Author: sbruno > Date: Fri Sep 4 16:30:48 2015 > New Revision: 287467 > URL: https://svnweb.freebsd.org/changeset/base/287467 > > Log: > e1000: Shared code updates > -Fix compiler warning in 80003es2lan.c >

svn commit: r287483 - head/sys/ufs/ffs

2015-09-05 Thread Konstantin Belousov
Author: kib Date: Sat Sep 5 12:28:18 2015 New Revision: 287483 URL: https://svnweb.freebsd.org/changeset/base/287483 Log: Do not consume extra reference. This is a bug in r287479. Reported and tested by: pho Sponsored by: The FreeBSD Foundation MFC after:1 week Modified:

Re: svn commit: r287442 - in head: lib/libprocstat lib/libutil share/man/man5 sys/kern sys/sys

2015-09-05 Thread Tijl Coosemans
On Thu, 3 Sep 2015 20:32:10 + (UTC) "Conrad E. Meyer" wrote: > Author: cem > Date: Thu Sep 3 20:32:10 2015 > New Revision: 287442 > URL: https://svnweb.freebsd.org/changeset/base/287442 > > Log: > Detect badly behaved coredump note helpers > > Coredump notes depend

svn commit: r287484 - in head/sys: netinet netinet6

2015-09-05 Thread Alexander V. Chernikov
Author: melifaro Date: Sat Sep 5 14:14:03 2015 New Revision: 287484 URL: https://svnweb.freebsd.org/changeset/base/287484 Log: Do not pass lle to nd6_ns_output(). Use newly-added nd6_llinfo_get_holdsrc() to extract desired IPv6 source from holdchain and pass it to the nd6_ns_output().

Re: svn commit: r287442 - in head: lib/libprocstat lib/libutil share/man/man5 sys/kern sys/sys

2015-09-05 Thread Conrad Meyer
I'll be offline for the next ~48 hours. It sounds like it's annoying but not critical to fix. If it isn't fixed when I get back, I'll figure something out. Thanks, Conrad P.S., What systems have both imgact_elf64 and 32? On Sat, Sep 5, 2015 at 7:04 AM, Tijl Coosemans wrote: >

Re: svn commit: r287442 - in head: lib/libprocstat lib/libutil share/man/man5 sys/kern sys/sys

2015-09-05 Thread Garrett Cooper
> On Sep 5, 2015, at 07:50, Conrad Meyer wrote: > > I'll be offline for the next ~48 hours. It sounds like it's annoying > but not critical to fix. If it isn't fixed when I get back, I'll > figure something out. > > Thanks, > Conrad > > P.S., What systems have both

svn commit: r287485 - head/usr.sbin/sesutil

2015-09-05 Thread Baptiste Daroussin
Author: bapt Date: Sat Sep 5 16:59:30 2015 New Revision: 287485 URL: https://svnweb.freebsd.org/changeset/base/287485 Log: Fix build with gcc 4.2 Reported by: kib Modified: head/usr.sbin/sesutil/sesutil.c Modified: head/usr.sbin/sesutil/sesutil.c

svn commit: r287496 - head/sys/dev/drm2/i915

2015-09-05 Thread Baptiste Daroussin
Author: bapt Date: Sat Sep 5 23:22:59 2015 New Revision: 287496 URL: https://svnweb.freebsd.org/changeset/base/287496 Log: Reduce diff with linux 3.8.13 on i915 headers Modified: head/sys/dev/drm2/i915/intel_drv.h head/sys/dev/drm2/i915/intel_ringbuffer.h

svn commit: r287494 - head/usr.sbin/sesutil

2015-09-05 Thread Baptiste Daroussin
Author: bapt Date: Sat Sep 5 22:33:40 2015 New Revision: 287494 URL: https://svnweb.freebsd.org/changeset/base/287494 Log: Yet another fix for gcc 4.2 Modified: head/usr.sbin/sesutil/sesutil.c Modified: head/usr.sbin/sesutil/sesutil.c

svn commit: r287497 - in head/sys: kern sys

2015-09-05 Thread Kirk McKusick
Author: mckusick Date: Sun Sep 6 05:50:51 2015 New Revision: 287497 URL: https://svnweb.freebsd.org/changeset/base/287497 Log: Track changes to kern.maxvnodes and appropriately increase or decrease the size of the name cache hash table (mapping file names to vnodes) and the vnode hash

svn commit: r287492 - head/sys/dev/e1000

2015-09-05 Thread Sean Bruno
Author: sbruno Date: Sat Sep 5 21:12:19 2015 New Revision: 287492 URL: https://svnweb.freebsd.org/changeset/base/287492 Log: Revert last two commits to em(4)/igb(4). Reports are coming in that this breaks initialization and reads from EEPROM on boot/driver load. r287469 is being