svn commit: r292277 - head/sys/kern

2015-12-15 Thread Jamie Gritton
Author: jamie Date: Tue Dec 15 17:25:00 2015 New Revision: 292277 URL: https://svnweb.freebsd.org/changeset/base/292277 Log: Fix jail name checking that disallowed anything that starts with '0'. The intention was to just limit leading zeroes on numeric names. That check is now improved to

svn commit: r292279 - head/sys/dev/usb/wlan

2015-12-15 Thread Andriy Voskoboinyk
Author: avos Date: Tue Dec 15 17:59:13 2015 New Revision: 292279 URL: https://svnweb.freebsd.org/changeset/base/292279 Log: urtwn: fix off-by-one error. Reported by: adrian Modified: head/sys/dev/usb/wlan/if_urtwnvar.h Modified: head/sys/dev/usb/wlan/if_urtwnvar.h

svn commit: r292276 - in head/sys/arm: arm include

2015-12-15 Thread Svatopluk Kraus
Author: skra Date: Tue Dec 15 16:04:45 2015 New Revision: 292276 URL: https://svnweb.freebsd.org/changeset/base/292276 Log: Local TLB flush is sufficient in pmap_remove_pages(). (1) The pmap argument passed to the function must be current pmap only. (2) The process must be single

Re: svn commit: r292257 - head/contrib/mdocml

2015-12-15 Thread John Baldwin
On Tuesday, December 15, 2015 10:26:47 AM Christian Brueffer wrote: > Author: brueffer > Date: Tue Dec 15 10:26:47 2015 > New Revision: 292257 > URL: https://svnweb.freebsd.org/changeset/base/292257 > > Log: > Add entry for lib80211; fix a typo in libsysdecode. Thanks for the fix. -- John

svn commit: r292284 - head/share/man/man5

2015-12-15 Thread Bryan Drewery
Author: bdrewery Date: Tue Dec 15 18:44:28 2015 New Revision: 292284 URL: https://svnweb.freebsd.org/changeset/base/292284 Log: Regenerate after r292283. Modified: head/share/man/man5/src.conf.5 Modified: head/share/man/man5/src.conf.5

svn commit: r292283 - head/tools/build/options

2015-12-15 Thread Bryan Drewery
Author: bdrewery Date: Tue Dec 15 18:42:30 2015 New Revision: 292283 URL: https://svnweb.freebsd.org/changeset/base/292283 Log: Correct comment about MAKEOBJDIRPREFIX in src-env.conf. It may only be used with WITH_AUTO_OBJ, which the WITH_DIRDEPS_BUILD does. We could support this in the

svn commit: r292287 - head/secure/lib/libcrypto/engines

2015-12-15 Thread Bryan Drewery
Author: bdrewery Date: Tue Dec 15 19:57:56 2015 New Revision: 292287 URL: https://svnweb.freebsd.org/changeset/base/292287 Log: Build engines in parallel. Sponsored by: EMC / Isilon Storage Division Modified: head/secure/lib/libcrypto/engines/Makefile Modified:

svn commit: r292254 - head/sys/netpfil/ipfw

2015-12-15 Thread Hans Petter Selasky
Author: hselasky Date: Tue Dec 15 09:02:05 2015 New Revision: 292254 URL: https://svnweb.freebsd.org/changeset/base/292254 Log: Properly drain callouts in the IPFW subsystem to avoid use after free panics when unloading the dummynet and IPFW modules: - The callout drain function can

Re: svn commit: r292236 - in head: contrib/mdocml lib lib/libc/sys lib/libsysdecode share/mk usr.bin/kdump usr.bin/truss

2015-12-15 Thread Roman Divacky
On Tue, Dec 15, 2015 at 12:05:07AM +, John Baldwin wrote: > Author: jhb > Date: Tue Dec 15 00:05:07 2015 > New Revision: 292236 > URL: https://svnweb.freebsd.org/changeset/base/292236 > > Log: > Start on a new library (libsysdecode) that provides routines for decoding > system call

svn commit: r292255 - head/sys/x86/x86

2015-12-15 Thread Roger Pau Monné
Author: royger Date: Tue Dec 15 10:07:03 2015 New Revision: 292255 URL: https://svnweb.freebsd.org/changeset/base/292255 Log: x86/bounce: try to always completely fill bounce pages Current code doesn't try to make use of the full page when bouncing because the size is only expanded to be

svn commit: r292256 - head/lib/lib80211

2015-12-15 Thread Christian Brueffer
Author: brueffer Date: Tue Dec 15 10:24:48 2015 New Revision: 292256 URL: https://svnweb.freebsd.org/changeset/base/292256 Log: Minor spelling, mdoc and style cleanup. Modified: head/lib/lib80211/lib80211.3 Modified: head/lib/lib80211/lib80211.3

svn commit: r292257 - head/contrib/mdocml

2015-12-15 Thread Christian Brueffer
Author: brueffer Date: Tue Dec 15 10:26:47 2015 New Revision: 292257 URL: https://svnweb.freebsd.org/changeset/base/292257 Log: Add entry for lib80211; fix a typo in libsysdecode. Modified: head/contrib/mdocml/lib.in Modified: head/contrib/mdocml/lib.in

svn commit: r292258 - head/sys/dev/hyperv/utilities

2015-12-15 Thread Roger Pau Monné
Author: royger Date: Tue Dec 15 11:20:20 2015 New Revision: 292258 URL: https://svnweb.freebsd.org/changeset/base/292258 Log: hyperv/kvp: wake up the daemon if it's sleeping due to poll() Without the patch, there is a race condition: when poll() is invoked(), if kvp_globals.daemon_busy

Re: svn commit: r292236 - in head: contrib/mdocml lib lib/libc/sys lib/libsysdecode share/mk usr.bin/kdump usr.bin/truss

2015-12-15 Thread Christian Brueffer
On 2015-12-15 10:56, Roman Divacky wrote: > On Tue, Dec 15, 2015 at 12:05:07AM +, John Baldwin wrote: >> Author: jhb >> Date: Tue Dec 15 00:05:07 2015 >> New Revision: 292236 >> URL: https://svnweb.freebsd.org/changeset/base/292236 >> >> Log: >> Start on a new library (libsysdecode) that

svn commit: r292289 - head/sys/geom/multipath

2015-12-15 Thread Steven Hartland
Author: smh Date: Tue Dec 15 21:11:41 2015 New Revision: 292289 URL: https://svnweb.freebsd.org/changeset/base/292289 Log: Prevent g_access calls to bad multipath members When a multipath member is orphaned its access members are zeroed before its removed if marked for wither, so prevent

svn commit: r292290 - head/sys/cam/ctl

2015-12-15 Thread Alexander Motin
Author: mav Date: Tue Dec 15 21:19:32 2015 New Revision: 292290 URL: https://svnweb.freebsd.org/changeset/base/292290 Log: Set DS flag, required for LPB log page by spec. MFC after:1 week Modified: head/sys/cam/ctl/ctl.c Modified: head/sys/cam/ctl/ctl.c

svn commit: r292291 - head

2015-12-15 Thread John Baldwin
Author: jhb Date: Tue Dec 15 23:06:15 2015 New Revision: 292291 URL: https://svnweb.freebsd.org/changeset/base/292291 Log: Keep the entries for NFS and the PCI bus code. Modified: head/MAINTAINERS Modified: head/MAINTAINERS

svn commit: r292299 - head/sys/kern

2015-12-15 Thread Adrian Chadd
Author: adrian Date: Wed Dec 16 00:13:16 2015 New Revision: 292299 URL: https://svnweb.freebsd.org/changeset/base/292299 Log: Don't call wakeup if we're just returning reserved space; just return the reservation and wait for more space to appear. Submitted by: jeff Reviewed by: kib

Re: svn commit: r292275 - in head/sys: net netinet netinet6

2015-12-15 Thread Adrian Chadd
oops, file a bug at github.com/freebsd/freebsd-wifi-build and I'll fix it asap. -a ___ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

svn commit: r292309 - in head/sys: modules modules/tcp modules/tcp/fastpath netinet netinet/tcp_stacks

2015-12-15 Thread Randall Stewart
Author: rrs Date: Wed Dec 16 00:56:45 2015 New Revision: 292309 URL: https://svnweb.freebsd.org/changeset/base/292309 Log: First cut of the modularization of our TCP stack. Still to do is to clean up the timer handling using the async-drain. Other optimizations may be coming to go with

Re: svn commit: r292275 - in head/sys: net netinet netinet6

2015-12-15 Thread Kristof Provost
> On 15 Dec 2015, at 23:15, Kristof Provost wrote: > Based on the arp_announce() in the backtrace this commit looks like a > possible cause. I see this in arp_announce(): KP: arp_announce() ifp->if_addr = 0 So that explains why we panic in 'lladdr = IF_LLADDR(ifp);’. I’ve

svn commit: r292304 - head

2015-12-15 Thread Glen Barber
Author: gjb Date: Wed Dec 16 00:21:21 2015 New Revision: 292304 URL: https://svnweb.freebsd.org/changeset/base/292304 Log: Err on the side of caution, and assume *env(3) should require secteam@ review for changes. so@ can remove this entry, if necessary. Submitted by: jhb (via

svn commit: r292310 - head

2015-12-15 Thread Pawel Jakub Dawidek
Author: pjd Date: Wed Dec 16 01:05:50 2015 New Revision: 292310 URL: https://svnweb.freebsd.org/changeset/base/292310 Log: Keep maintainance of GELI and make it clear which directories I'm interested in. Modified: head/MAINTAINERS Modified: head/MAINTAINERS

svn commit: r292313 - head/etc/periodic/daily

2015-12-15 Thread Kurt Lidl
Author: lidl Date: Wed Dec 16 04:32:33 2015 New Revision: 292313 URL: https://svnweb.freebsd.org/changeset/base/292313 Log: Skip unavailable pools when running zfs pool scrubs Approved by: rpaulo (mentor) Differential Revision:https://reviews.freebsd.org/D4588 Modified:

svn commit: r292273 - head/usr.sbin/ypldap

2015-12-15 Thread Marcelo Araujo
Author: araujo Date: Tue Dec 15 15:46:14 2015 New Revision: 292273 URL: https://svnweb.freebsd.org/changeset/base/292273 Log: Remove a garbage printf used for debug. Approved by: bapt (mentor implicit) Modified: head/usr.sbin/ypldap/ldapclient.c Modified:

svn commit: r292275 - in head/sys: net netinet netinet6

2015-12-15 Thread Steven Hartland
Author: smh Date: Tue Dec 15 16:02:11 2015 New Revision: 292275 URL: https://svnweb.freebsd.org/changeset/base/292275 Log: Fix lagg failover due to missing notifications When using lagg failover mode neither Gratuitous ARP (IPv4) or Unsolicited Neighbour Advertisements (IPv6) are sent to

svn commit: r292260 - in head/sys/arm: arm include

2015-12-15 Thread Michal Meloun
Author: mmel Date: Tue Dec 15 12:52:45 2015 New Revision: 292260 URL: https://svnweb.freebsd.org/changeset/base/292260 Log: ARM: Remove outdated katelib.h. Approved by: kib (mentor) Deleted: head/sys/arm/include/katelib.h Modified: head/sys/arm/arm/trap.c

svn commit: r292259 - head/sys/arm/conf

2015-12-15 Thread Michal Meloun
Author: mmel Date: Tue Dec 15 12:51:58 2015 New Revision: 292259 URL: https://svnweb.freebsd.org/changeset/base/292259 Log: ARM: option PPC_PROBE_CHIPSET is applicable only for x86. Don't enable it for ARM LINT config. Approved by: kib (mentor) Modified: head/sys/arm/conf/NOTES

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

2015-12-15 Thread Christian Brueffer
Author: brueffer Date: Tue Dec 15 13:29:05 2015 New Revision: 292265 URL: https://svnweb.freebsd.org/changeset/base/292265 Log: Fix example code rendering, \n needs escaping to show up. PR: 203536 Submitted by: Fabian Keil Modified: head/share/man/man4/dtrace_io.4

svn commit: r292263 - in head: contrib/smbfs tools/debugscripts

2015-12-15 Thread Christian Brueffer
Author: brueffer Date: Tue Dec 15 13:04:44 2015 New Revision: 292263 URL: https://svnweb.freebsd.org/changeset/base/292263 Log: Assorted grammar, spelling and punctuation fixes. PR: 203336, 203339 Submitted by: esp...@rpi.edu, theme...@gmail.com MFC after:1 week

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

2015-12-15 Thread Baptiste Daroussin
Author: bapt Date: Tue Dec 15 13:01:14 2015 New Revision: 292262 URL: https://svnweb.freebsd.org/changeset/base/292262 Log: Show the enclosure name and id in sesutil map Sponsored by: Gandi.net Modified: head/usr.sbin/sesutil/sesutil.c Modified: head/usr.sbin/sesutil/sesutil.c

svn commit: r292264 - head/sys/arm/arm

2015-12-15 Thread Svatopluk Kraus
Author: skra Date: Tue Dec 15 13:17:40 2015 New Revision: 292264 URL: https://svnweb.freebsd.org/changeset/base/292264 Log: Flush intermediate TLB cache when L2 page table is unlinked. This fixes an issue observed on Cortex A7 (RPi2) and on Cortex A15 (Jetson TK1) causing various memory

Re: svn commit: r292275 - in head/sys: net netinet netinet6

2015-12-15 Thread Kristof Provost
> On 15 Dec 2015, at 17:02, Steven Hartland wrote: > > Author: smh > Date: Tue Dec 15 16:02:11 2015 > New Revision: 292275 > URL: https://svnweb.freebsd.org/changeset/base/292275 > > Log: > Fix lagg failover due to missing notifications > I’ve just built a new image

svn commit: r292312 - head/contrib/llvm/tools/lldb/docs

2015-12-15 Thread Ed Maste
Author: emaste Date: Wed Dec 16 03:59:54 2015 New Revision: 292312 URL: https://svnweb.freebsd.org/changeset/base/292312 Log: lldb(1): Document core file option -c / -core Modified: head/contrib/llvm/tools/lldb/docs/lldb.1 Modified: head/contrib/llvm/tools/lldb/docs/lldb.1

svn commit: r292266 - head/sbin/reboot

2015-12-15 Thread Steven Hartland
Author: smh Date: Tue Dec 15 14:17:07 2015 New Revision: 292266 URL: https://svnweb.freebsd.org/changeset/base/292266 Log: Add flag to disable inital reboot(8) userland sync Add -N flag to reboot(8) which bypasses the userland sync(2) during reboot(8) while still allow the kernel sync

svn commit: r292268 - head/lib/libc/sys

2015-12-15 Thread Kevin Lo
Author: kevlo Date: Tue Dec 15 15:19:06 2015 New Revision: 292268 URL: https://svnweb.freebsd.org/changeset/base/292268 Log: Remove sys/types.h due to STANDARDS and unistd.h also includes sys/types.h. Modified: head/lib/libc/sys/brk.2 head/lib/libc/sys/getgid.2 head/lib/libc/sys/getpid.2

svn commit: r292269 - head/sys/arm/arm

2015-12-15 Thread Svatopluk Kraus
Author: skra Date: Tue Dec 15 15:22:33 2015 New Revision: 292269 URL: https://svnweb.freebsd.org/changeset/base/292269 Log: Replace all postponed TLB flushes by immediate ones except the one in pmap_remove_pages(). Some points were considered: (1) There is no range TLB flush cp15

svn commit: r292270 - head/usr.sbin/ypldap

2015-12-15 Thread Marcelo Araujo
Author: araujo Date: Tue Dec 15 15:37:58 2015 New Revision: 292270 URL: https://svnweb.freebsd.org/changeset/base/292270 Log: EAGAIN handling for imsg_read. Approved by: bapt (mentor) Obtained from:OpenBSD Differential Revision:https://reviews.freebsd.org/D4547

svn commit: r292267 - head/lib/libc/sys

2015-12-15 Thread Kevin Lo
Author: kevlo Date: Tue Dec 15 15:08:29 2015 New Revision: 292267 URL: https://svnweb.freebsd.org/changeset/base/292267 Log: Remove sys/types.h due to STANDARDS and unistd.h also includes sys/types.h. Reviewed by: bde Modified: head/lib/libc/sys/getuid.2 head/lib/libc/sys/setuid.2

svn commit: r292272 - head/usr.sbin/ypldap

2015-12-15 Thread Marcelo Araujo
Author: araujo Date: Tue Dec 15 15:42:42 2015 New Revision: 292272 URL: https://svnweb.freebsd.org/changeset/base/292272 Log: Remove the null checker before free. Approved by: bapt (mentor) Obtained from:OpenBSD Differential Revision:https://reviews.freebsd.org/D4549

svn commit: r292271 - head/usr.sbin/ypldap

2015-12-15 Thread Marcelo Araujo
Author: araujo Date: Tue Dec 15 15:41:09 2015 New Revision: 292271 URL: https://svnweb.freebsd.org/changeset/base/292271 Log: Remove wrong header and the NULL check before free(). Approved by: bapt (mentor) Obtained from:OpenBSD Differential Revision: