CVS commit: src/share/misc

2016-05-23 Thread Guilherme Salazar
Module Name:src
Committed By:   salazar
Date:   Mon May 23 11:41:06 UTC 2016

Modified Files:
src/share/misc: style

Log Message:
fix spelling mistakes


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 src/share/misc/style

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/kern

2016-05-23 Thread Thor Lancelot Simon
Module Name:src
Committed By:   tls
Date:   Mon May 23 13:54:34 UTC 2016

Modified Files:
src/sys/kern: uipc_socket2.c

Log Message:
Fix a longstanding problem with accept filters noticed by Timo Buhrmester:
sockets sitting in the accept filter can consume the entire listen queue,
such that the application is never able to handle any connections.  Handle
this by simply passing through the oldest queued cxn when the queue is full.

This is fair because the longer a cxn lingers in the queue (stays connected
but does not meet the requirements of the filter for passage) the more likely
it is to be passed through, at which point the application can dispose of it.

Works because none of our accept filters actually allocate private state
per-cxn.  If they did, we'd have to fix the API bug that there is presently
no way to tell an accf to finish/deallocate for a single cxn (accf_destroy
kills off the entire filter instance for a given listen socket).


To generate a diff of this commit:
cvs rdiff -u -r1.122 -r1.123 src/sys/kern/uipc_socket2.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/arm/nvidia

2016-05-23 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Mon May 23 18:21:14 UTC 2016

Modified Files:
src/sys/arch/arm/nvidia: tegra_ehci.c

Log Message:
IST_MPSAFE is not a valid flag for fdtbus_intr_establish; use
FDT_INTR_MPSAFE instead.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/arm/nvidia/tegra_ehci.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/i386/stand/misc

2016-05-23 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon May 23 18:36:06 UTC 2016

Modified Files:
src/sys/arch/i386/stand/misc: rawr32.exe.uue

Log Message:
New Rawrite32 release


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/i386/stand/misc/rawr32.exe.uue

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/pci

2016-05-23 Thread Kengo NAKAHARA
Module Name:src
Committed By:   knakahara
Date:   Mon May 23 23:36:02 UTC 2016

Modified Files:
src/sys/dev/pci: if_wm.c

Log Message:
Update TODO: evcnt


To generate a diff of this commit:
cvs rdiff -u -r1.409 -r1.410 src/sys/dev/pci/if_wm.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/gpl3/gdb/dist

2016-05-23 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue May 24 00:50:54 UTC 2016

Modified Files:
src/external/gpl3/gdb/dist/bfd: elf.c
src/external/gpl3/gdb/dist/include/elf: common.h

Log Message:
Read and load the aux vector from a core file


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/gpl3/gdb/dist/bfd/elf.c
cvs rdiff -u -r1.1.1.5 -r1.2 src/external/gpl3/gdb/dist/include/elf/common.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys

2016-05-23 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue May 24 00:49:56 UTC 2016

Modified Files:
src/sys/kern: core_elf32.c
src/sys/sys: exec_elf.h

Log Message:
Add a note for the auxv array so we can find our load location from a
core file of a PIE binary.


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 src/sys/kern/core_elf32.c
cvs rdiff -u -r1.153 -r1.154 src/sys/sys/exec_elf.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.sbin/npf/npfctl

2016-05-23 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Tue May 24 05:46:57 UTC 2016

Modified Files:
src/usr.sbin/npf/npfctl: npfctl.8

Log Message:
Fix typo. From Michael Scherer in PR 51162.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/usr.sbin/npf/npfctl/npfctl.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/pwhash

2016-05-23 Thread Abhinav Upadhyay
Module Name:src
Committed By:   abhinav
Date:   Tue May 24 06:15:44 UTC 2016

Modified Files:
src/usr.bin/pwhash: pwhash.1

Log Message:
md5 is a hashing algorithm, don't say it is used for encryption.
Ok by wiz@


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/usr.bin/pwhash/pwhash.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.