svn commit: r258119 - head/sys/powerpc/aim

2013-11-13 Thread Justin Hibbits
Author: jhibbits Date: Thu Nov 14 07:41:52 2013 New Revision: 258119 URL: http://svnweb.freebsd.org/changeset/base/258119 Log: Fix copy+paste-o, OEA64 uses LPTE, not PTE. X-MFC with: r257941 Modified: head/sys/powerpc/aim/mmu_oea64.c Modified: head/sys/powerpc/aim/mmu_oea64.c

svn commit: r258118 - head/sys/dev/iwn

2013-11-13 Thread Adrian Chadd
Author: adrian Date: Thu Nov 14 07:27:00 2013 New Revision: 258118 URL: http://svnweb.freebsd.org/changeset/base/258118 Log: Fix (I think!) the scan timeouts on the intel NICs. This field needs to be (a) set, and (b) greater than the other timeouts (passive, active, maxquiet, etc.) It al

svn commit: r258117 - head/sys/dev/iwn

2013-11-13 Thread Adrian Chadd
Author: adrian Date: Thu Nov 14 07:21:09 2013 New Revision: 258117 URL: http://svnweb.freebsd.org/changeset/base/258117 Log: This is "scan_flags" from Linux. Modified: head/sys/dev/iwn/if_iwnreg.h Modified: head/sys/dev/iwn/if_iwnreg.h

svn commit: r258115 - in head/contrib/gperf: doc src

2013-11-13 Thread Pedro F. Giffuni
Author: pfg Date: Thu Nov 14 00:57:20 2013 New Revision: 258115 URL: http://svnweb.freebsd.org/changeset/base/258115 Log: gperf: bring small update from Apple Developers tools 4.4 From [1] offset.patch Makes use the C offsetof() macro. size_type.patch Lets you specify the type

svn commit: r258114 - head/contrib/bmake

2013-11-13 Thread Simon J. Gerraty
Author: sjg Date: Thu Nov 14 00:29:48 2013 New Revision: 258114 URL: http://svnweb.freebsd.org/changeset/base/258114 Log: Don't SEGV when Hash_Table is uninitialized Modified: head/contrib/bmake/hash.c Modified: head/contrib/bmake/hash.c ==

svn commit: r258113 - head/contrib/bmake/lst.lib

2013-11-13 Thread Simon J. Gerraty
Author: sjg Date: Thu Nov 14 00:06:44 2013 New Revision: 258113 URL: http://svnweb.freebsd.org/changeset/base/258113 Log: Avoid SEGV when passed NULL for list Modified: head/contrib/bmake/lst.lib/lstMember.c Modified: head/contrib/bmake/lst.lib/lstMember.c ===

svn commit: r258105 - head/usr.bin/login

2013-11-13 Thread Ed Schouten
Author: ed Date: Wed Nov 13 20:35:10 2013 New Revision: 258105 URL: http://svnweb.freebsd.org/changeset/base/258105 Log: Fix whitespace. Modified: head/usr.bin/login/login.c Modified: head/usr.bin/login/login.c == --

svn commit: r258101 - head/release

2013-11-13 Thread Glen Barber
Author: gjb Date: Wed Nov 13 17:49:07 2013 New Revision: 258101 URL: http://svnweb.freebsd.org/changeset/base/258101 Log: Since the doc/ toolchain conversion to docbook 5.0, JADETEX is no longer a valid option, so remove 'WITHOUT_JADETEX=yes' from PBUILD_FLAGS. While here, also remove '

svn commit: r258098 - head/contrib/llvm/tools/lldb/source/Target

2013-11-13 Thread Ed Maste
Author: emaste Date: Wed Nov 13 17:06:26 2013 New Revision: 258098 URL: http://svnweb.freebsd.org/changeset/base/258098 Log: Merge upstream LLDB r194487: Log failure to restore thread state in ThreadPlanCallFunction::DoTakedown In order to help track down llvm.org/pr17226. Spo

svn commit: r258097 - head/usr.sbin/etcupdate

2013-11-13 Thread John Baldwin
Author: jhb Date: Wed Nov 13 16:50:19 2013 New Revision: 258097 URL: http://svnweb.freebsd.org/changeset/base/258097 Log: Escape a newline added in the previous commit when verifying the flags passed to the build, diff, or status commands. Modified: head/usr.sbin/etcupdate/etcupdate.sh Mod

svn commit: r258096 - head/sys/arm/samsung/exynos

2013-11-13 Thread Ruslan Bukin
Author: br Date: Wed Nov 13 16:17:05 2013 New Revision: 258096 URL: http://svnweb.freebsd.org/changeset/base/258096 Log: o Use common ARMv6/v7 bus_space tag. o Use new helper routines for arm static device mapping. o style(9) tweaks. Deleted: head/sys/arm/samsung/exynos/bus_space.c Modifi

svn commit: r258095 - head/share/mk

2013-11-13 Thread Simon J. Gerraty
Author: sjg Date: Wed Nov 13 15:10:32 2013 New Revision: 258095 URL: http://svnweb.freebsd.org/changeset/base/258095 Log: Allow this to work with fmake Based on patch from Garret Cooper. Modified: head/share/mk/bsd.progs.mk Modified: head/share/mk/bsd.progs.mk =

svn commit: r258094 - head/contrib/llvm/tools/lldb/source/Host/common

2013-11-13 Thread Ed Maste
Author: emaste Date: Wed Nov 13 14:46:41 2013 New Revision: 258094 URL: http://svnweb.freebsd.org/changeset/base/258094 Log: lldb: Correct a standalone debug file path For a file /bin/ls with a .gnu_debuglink entry of "ls.debug" the path should be /usr/lib/debug/bin/ls.debug, not /usr/lib

Re: svn commit: r258039 - in head/sys: kern vm

2013-11-13 Thread Bruce Evans
On Wed, 13 Nov 2013, Konstantin Belousov wrote: On Tue, Nov 12, 2013 at 04:29:06PM -0800, John-Mark Gurney wrote: Bruce Evans wrote this message on Tue, Nov 12, 2013 at 22:13 +1100: On Tue, 12 Nov 2013, Konstantin Belousov wrote: Log: Avoid overflow for the page counts. Reported and tested

Re: svn commit: r258053 - head/usr.sbin/mfiutil

2013-11-13 Thread Bruce Evans
On Tue, 12 Nov 2013, John Baldwin wrote: On Tuesday, November 12, 2013 12:10:56 pm Sean Bruno wrote: Author: sbruno Log: Noted that the stripe_size argument was not being displayed in the usage message Does this need some wrapping to fit in 80 cols now? Of course. The output style is h

svn commit: r258089 - head/sys/dev/iwn

2013-11-13 Thread Adrian Chadd
Author: adrian Date: Wed Nov 13 09:32:11 2013 New Revision: 258089 URL: http://svnweb.freebsd.org/changeset/base/258089 Log: Leave a note that the 5300 is a 3x3 NIC. Modified: head/sys/dev/iwn/if_iwn.c Modified: head/sys/dev/iwn/if_iwn.c ==

svn commit: r258088 - head/sys/fs/pseudofs

2013-11-13 Thread Konstantin Belousov
Author: kib Date: Wed Nov 13 08:55:09 2013 New Revision: 258088 URL: http://svnweb.freebsd.org/changeset/base/258088 Log: Remove useless comparisions of assigned offset and resid with the sources from uio. Both uio_offset and offset, and uio_resid and resid have the same types for some time

svn commit: r258086 - head

2013-11-13 Thread Colin Percival
Author: cperciva Date: Wed Nov 13 08:08:56 2013 New Revision: 258086 URL: http://svnweb.freebsd.org/changeset/base/258086 Log: Strip the -pN patch level from the VERSION string which gets encoded into CTF data. Otherwise FreeBSD Update builds think every kernel file has changed every time t