svn commit: r279802 - head/share/man/man9

2015-03-08 Thread Mark Johnston
Author: markj Date: Mon Mar 9 04:00:46 2015 New Revision: 279802 URL: https://svnweb.freebsd.org/changeset/base/279802 Log: Don't specify a function name in the example SDT(9) probe. As with the module component, it is a bug that the SDT(9) KPI allows one to specify the function component o

svn commit: r279801 - in head: share/man/man5 sys/conf sys/kern sys/net sys/sys

2015-03-08 Thread Mark Johnston
Author: markj Date: Mon Mar 9 03:50:53 2015 New Revision: 279801 URL: https://svnweb.freebsd.org/changeset/base/279801 Log: Reimplement support for userland core dump compression using a new interface in kern_gzio.c. The old gzio interface was somewhat inflexible and has not worked properly

svn commit: r279800 - head/usr.bin/w

2015-03-08 Thread Mark Johnston
Author: markj Date: Mon Mar 9 03:31:26 2015 New Revision: 279800 URL: https://svnweb.freebsd.org/changeset/base/279800 Log: Call xo_finish(3) before exiting in usage(). Modified: head/usr.bin/w/w.c Modified: head/usr.bin/w/w.c

svn commit: r279799 - in head/sys/boot: ofw/common ofw/libofw powerpc/ofw sparc64/loader

2015-03-08 Thread Nathan Whitehorn
Author: nwhitehorn Date: Mon Mar 9 02:57:34 2015 New Revision: 279799 URL: https://svnweb.freebsd.org/changeset/base/279799 Log: Provide a shim layer in loader to condense the Open Firmware device tree to an FDT. This is how Linux and OS X boot and can avoid some issues with using Open Firm

svn commit: r279798 - in head: lib/libstand lib/libstand/powerpc sys/boot/libstand32

2015-03-08 Thread Nathan Whitehorn
Author: nwhitehorn Date: Mon Mar 9 02:19:44 2015 New Revision: 279798 URL: https://svnweb.freebsd.org/changeset/base/279798 Log: Fix loader on PowerPC following r279784. It turns out that, due to .PATH confusion, the _setjmp.S in libstand was never being used and was instead being shadowed

svn commit: r279797 - head/sys/dev/etherswitch/arswitch

2015-03-08 Thread Adrian Chadd
Author: adrian Date: Sun Mar 8 23:02:15 2015 New Revision: 279797 URL: https://svnweb.freebsd.org/changeset/base/279797 Log: Methodise a couple more of the VLAN methods. Modified: head/sys/dev/etherswitch/arswitch/arswitch.c head/sys/dev/etherswitch/arswitch/arswitch_vlans.c head/sys/dev

svn commit: r279795 - head/usr.bin/touch

2015-03-08 Thread Jilles Tjoelker
Author: jilles Date: Sun Mar 8 22:49:34 2015 New Revision: 279795 URL: https://svnweb.freebsd.org/changeset/base/279795 Log: touch(1): Xref utimensat(2) instead of utimes(2). Modified: head/usr.bin/touch/touch.1 Modified: head/usr.bin/touch/touch.1 ==

svn commit: r279792 - head/sys/mips/conf

2015-03-08 Thread Adrian Chadd
Author: adrian Date: Sun Mar 8 22:07:32 2015 New Revision: 279792 URL: https://svnweb.freebsd.org/changeset/base/279792 Log: Now that if_arge.c handles actual 'locked' media settings, enable the WAN port to look like it has its own PHY on PHY4 (port5). Modified: head/sys/mips/conf/AP135.hi

svn commit: r279791 - head/sys/mips/atheros

2015-03-08 Thread Adrian Chadd
Author: adrian Date: Sun Mar 8 22:03:54 2015 New Revision: 279791 URL: https://svnweb.freebsd.org/changeset/base/279791 Log: Modify the if_arge code to use a /fixed/ media mode when it's configured. Otherwise, the initial media speed would change if a PHY is hooked up, sending PHY speed

svn commit: r279790 - head/sys/dev/etherswitch/arswitch

2015-03-08 Thread Adrian Chadd
Author: adrian Date: Sun Mar 8 21:59:03 2015 New Revision: 279790 URL: https://svnweb.freebsd.org/changeset/base/279790 Log: Add per-port vlan support for the AR8327. All the per-port support is really doing is applying a port visibility mask to each of the switchports. Everything still

svn commit: r279789 - head/cddl/contrib/dtracetoolkit/Proc

2015-03-08 Thread George V. Neville-Neil
Author: gnn Date: Sun Mar 8 21:51:37 2015 New Revision: 279789 URL: https://svnweb.freebsd.org/changeset/base/279789 Log: Summary: Remove the need for `mpid which is Illumos/Solaris specific. Modified: head/cddl/contrib/dtracetoolkit/Proc/pidpersec.d Modified: head/cddl/contrib/dtracetoolki

svn commit: r279788 - head/lib/libgpio

2015-03-08 Thread Luiz Otavio O Souza
Author: loos Date: Sun Mar 8 21:17:56 2015 New Revision: 279788 URL: https://svnweb.freebsd.org/changeset/base/279788 Log: Fix contraction and unnecessary commas in function arguments. Found with mandoc and igor. Modified: head/lib/libgpio/gpio.3 Modified: head/lib/libgpio/gpio.3 =

svn commit: r279787 - head/usr.sbin/gpioctl

2015-03-08 Thread Luiz Otavio O Souza
Author: loos Date: Sun Mar 8 21:11:08 2015 New Revision: 279787 URL: https://svnweb.freebsd.org/changeset/base/279787 Log: Put the new sentence on a new line. Found with igor. Modified: head/usr.sbin/gpioctl/gpioctl.8 Modified: head/usr.sbin/gpioctl/gpioctl.8 ==

svn commit: r279786 - head/sys/dev/bge

2015-03-08 Thread Pedro F. Giffuni
Author: pfg Date: Sun Mar 8 19:55:46 2015 New Revision: 279786 URL: https://svnweb.freebsd.org/changeset/base/279786 Log: bge(4): Small memory leak CID: 1229985 Reviewed by: marcel Differential Review: https://reviews.freebsd.org/D2024 Modified: head/sys/dev/bge/if_bge.c

svn commit: r279785 - head/usr.bin/ctlstat

2015-03-08 Thread Dmitry Morozovsky
Author: marck (doc committer) Date: Sun Mar 8 19:50:30 2015 New Revision: 279785 URL: https://svnweb.freebsd.org/changeset/base/279785 Log: Ouch, I've misread the original text. Still reword phrase a bit, hopefully in a bit less misleading form than before. MFC after:1 week X-M

svn commit: r279784 - in head/lib/libc: powerpc/gen powerpc64/gen

2015-03-08 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sun Mar 8 19:37:08 2015 New Revision: 279784 URL: https://svnweb.freebsd.org/changeset/base/279784 Log: Save and restore non-volatile floating-point registers during longjmp(). This should also save and restore non-volatile Altivec registers, but that needs to wait

svn commit: r279783 - head/usr.bin/ctlstat

2015-03-08 Thread Dmitry Morozovsky
Author: marck (doc committer) Date: Sun Mar 8 17:34:06 2015 New Revision: 279783 URL: https://svnweb.freebsd.org/changeset/base/279783 Log: Correct wordings a bit. MFC after:1 week Modified: head/usr.bin/ctlstat/ctlstat.8 Modified: head/usr.bin/ctlstat/ctlstat.8 ===

svn commit: r279782 - head/sys/powerpc/powerpc

2015-03-08 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sun Mar 8 16:50:45 2015 New Revision: 279782 URL: https://svnweb.freebsd.org/changeset/base/279782 Log: Provide $FreeBSD$ in the standard way. This fixes the build with clang 3.6. Modified: head/sys/powerpc/powerpc/syncicache.c Modified: head/sys/powerpc/powerpc/syn

svn commit: r279780 - head/sys/arm/broadcom/bcm2835

2015-03-08 Thread Andrew Turner
Author: andrew Date: Sun Mar 8 14:15:57 2015 New Revision: 279780 URL: https://svnweb.freebsd.org/changeset/base/279780 Log: Call config_intrhook_disestablish on failure of the bcm2835 fb and fbd intr hooks. With this we can get through the boot even if these functions fail. Sponsored by

svn commit: r279779 - in head: tools/regression/usr.bin/env usr.bin/env

2015-03-08 Thread Jilles Tjoelker
Author: jilles Date: Sun Mar 8 14:12:43 2015 New Revision: 279779 URL: https://svnweb.freebsd.org/changeset/base/279779 Log: env: Fix crash when -S string is not empty but no operand follows. split_spaces() set argc in main() incorrectly, which caused trouble for getopt(). Examples:

svn commit: r279778 - in head/sys: arm/broadcom/bcm2835 dev/usb/controller

2015-03-08 Thread Andrew Turner
Author: andrew Date: Sun Mar 8 13:52:07 2015 New Revision: 279778 URL: https://svnweb.freebsd.org/changeset/base/279778 Log: Add support for enabling the USB on the Raspberry Pi boards when it hasn't been done by U-Boot. This allows the USB to work when we load the kernel directly. No

Re: svn commit: r279603 - in head: bin/rcp usr.bin/rlogin usr.bin/rsh

2015-03-08 Thread Slawa Olhovchenkov
On Thu, Mar 05, 2015 at 08:14:59PM -0500, Benjamin Kaduk wrote: > On Thu, 5 Mar 2015, Slawa Olhovchenkov wrote: > > > On Thu, Mar 05, 2015 at 10:11:43AM -0500, Benjamin Kaduk wrote: > > > > > On Thu, Mar 5, 2015 at 9:40 AM, Slawa Olhovchenkov > > > wrote: > > > > > > Speaking as an upstream mai

svn commit: r279776 - head/share/man/man9

2015-03-08 Thread Dmitry Chagin
Author: dchagin Date: Sun Mar 8 10:52:10 2015 New Revision: 279776 URL: https://svnweb.freebsd.org/changeset/base/279776 Log: Finish r194601. Add a cred parameter to the VOP_VPTOCNP(9) manpage. While here fix igor warning about new line. Reviewed by: kib MFC after:1 Week Modif

svn commit: r279774 - head/sys/modules

2015-03-08 Thread Hans Petter Selasky
Author: hselasky Date: Sun Mar 8 08:44:04 2015 New Revision: 279774 URL: https://svnweb.freebsd.org/changeset/base/279774 Log: Build the videomode kernel module by default. Modified: head/sys/modules/Makefile Modified: head/sys/modules/Makefile ==

svn commit: r279773 - head/sys/dev/usb/serial

2015-03-08 Thread Hans Petter Selasky
Author: hselasky Date: Sun Mar 8 08:34:49 2015 New Revision: 279773 URL: https://svnweb.freebsd.org/changeset/base/279773 Log: Switch polarity of PPS events. PR: 196897 Submitted by: ian @ MFC after:1 week Modified: head/sys/dev/usb/serial/usb_serial.c Modified: head/