svn commit: r265255 - head/lib/libproc

2014-05-02 Thread Mark Johnston
Author: markj Date: Sat May 3 04:44:03 2014 New Revision: 265255 URL: http://svnweb.freebsd.org/changeset/base/265255 Log: Allow "a.out" as an alias for the executable if no other matching entries are found. This improves compatibility with Solaris' libproc and fixes a number of failing DTr

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

2014-05-02 Thread Luiz Otavio O Souza
Author: loos Date: Sat May 3 03:40:36 2014 New Revision: 265254 URL: http://svnweb.freebsd.org/changeset/base/265254 Log: Fix the tinderbox armv6/arm build failure. VYBRID code depends on FDT. Modified: head/sys/arm/conf/VYBRID Modified: head/sys/arm/conf/VYBRID ===

svn commit: r265253 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2014-05-02 Thread Steven Hartland
Author: smh Date: Sat May 3 02:30:01 2014 New Revision: 265253 URL: http://svnweb.freebsd.org/changeset/base/265253 Log: Don't treat TRIM requests returning ENOTSUP as an unexpected error. MFC after:1 month X-MFC-With: r265152 Modified: head/sys/cddl/contrib/opensolaris/uts/comm

Re: svn commit: r265252 - in head/sys/fs: nfs nfsserver

2014-05-02 Thread Rick Macklem
I wrote: > Author: rmacklem > Date: Sat May 3 00:13:45 2014 > New Revision: 265252 > URL: http://svnweb.freebsd.org/changeset/base/265252 > > Log: > The new draft specification for NFSv4.0 specifies that a server > should either accept owner and owner_group strings that are just > the digit

svn commit: r265252 - in head/sys/fs: nfs nfsserver

2014-05-02 Thread Rick Macklem
Author: rmacklem Date: Sat May 3 00:13:45 2014 New Revision: 265252 URL: http://svnweb.freebsd.org/changeset/base/265252 Log: The new draft specification for NFSv4.0 specifies that a server should either accept owner and owner_group strings that are just the digits of the uid/gid or return

svn commit: r265251 - head/contrib/top

2014-05-02 Thread Bryan Drewery
Author: bdrewery Date: Fri May 2 23:47:14 2014 New Revision: 265251 URL: http://svnweb.freebsd.org/changeset/base/265251 Log: - Add J command to help. MFC after:2 weeks X-MFC-with: r265249 Modified: head/contrib/top/commands.c Modified: head/contrib/top/commands.c =

Re: svn commit: r265250 - head/contrib/top

2014-05-02 Thread Bryan Drewery
On 5/2/2014 6:39 PM, Justin Hibbits wrote: > On Fri, May 2, 2014 at 4:32 PM, Bryan Drewery wrote: >> Author: bdrewery >> Date: Fri May 2 23:32:44 2014 >> New Revision: 265250 >> URL: http://svnweb.freebsd.org/changeset/base/265250 >> >> Log: >> - Add a hint for 'u' and 'J' command that '+' disp

Re: svn commit: r265250 - head/contrib/top

2014-05-02 Thread Justin Hibbits
On Fri, May 2, 2014 at 4:32 PM, Bryan Drewery wrote: > Author: bdrewery > Date: Fri May 2 23:32:44 2014 > New Revision: 265250 > URL: http://svnweb.freebsd.org/changeset/base/265250 > > Log: > - Add a hint for 'u' and 'J' command that '+' displays all. > Thanks! I keep forgetting about '+'.

svn commit: r265250 - head/contrib/top

2014-05-02 Thread Bryan Drewery
Author: bdrewery Date: Fri May 2 23:32:44 2014 New Revision: 265250 URL: http://svnweb.freebsd.org/changeset/base/265250 Log: - Add a hint for 'u' and 'J' command that '+' displays all. MFC after:2 weeks Modified: head/contrib/top/top.c Modified: head/contrib/top/top.c

svn commit: r265249 - in head: contrib/top usr.bin/top

2014-05-02 Thread Bryan Drewery
Author: bdrewery Date: Fri May 2 23:30:39 2014 New Revision: 265249 URL: http://svnweb.freebsd.org/changeset/base/265249 Log: Add -J command/flag to filter by jail name/jid. This will automatically display the JID as well (the -j command/flag). 0 displays host. + displays all.

svn commit: r265248 - in head: sbin/gvinum sys/conf

2014-05-02 Thread Marius Strobl
Author: marius Date: Fri May 2 23:23:18 2014 New Revision: 265248 URL: http://svnweb.freebsd.org/changeset/base/265248 Log: Allow GEOM_VINUM to be statically compiled into the kernel. Submitted by: gleb MFC after:3 days Modified: head/sbin/gvinum/gvinum.c head/sbin/gvinum/gvinum

svn commit: r265247 - head/sys/kern

2014-05-02 Thread Mateusz Guzik
Author: mjg Date: Fri May 2 21:55:09 2014 New Revision: 265247 URL: http://svnweb.freebsd.org/changeset/base/265247 Log: Request a non-exiting process in sysctl_kern_proc_{o,}filedesc This fixes a race with exit1 freeing p_textvp. Suggested by: kib MFC after:1 week Modified:

Re: svn commit: r255672 - in head/sys: amd64/linux32 compat/linux conf i386/linux kern modules/linux sys

2014-05-02 Thread Adrian Chadd
Well, have a chat with jmg and see if it can just be extended this way. Allocating another 8 bytes each time is a waste of memory bandwidth and allocator CPU cycles. :-) (Great work though! I'm glad this finally got shepharded into the tree!) -a On 2 May 2014 12:02, Chagin Dmitry wrote: > On

svn commit: r265245 - head/sys/sys

2014-05-02 Thread Mateusz Guzik
Author: mjg Date: Fri May 2 21:41:35 2014 New Revision: 265245 URL: http://svnweb.freebsd.org/changeset/base/265245 Log: Fix typo in KF_FD_TYPE_TRACE comment: ptrace -> ktrace Modified: head/sys/sys/user.h Modified: head/sys/sys/user.h ===

svn commit: r265244 - head/sys/kern

2014-05-02 Thread Christian Brueffer
Author: brueffer Date: Fri May 2 21:34:17 2014 New Revision: 265244 URL: http://svnweb.freebsd.org/changeset/base/265244 Log: Free resources in an error case. CID: 1018947 Found with: Coverity Prevent(tm) MFC after:1 week Modified: head/sys/kern/kern_cpu.c Modified:

Re: svn commit: r265232 - head/sys/net

2014-05-02 Thread Alan Somers
On Fri, May 2, 2014 at 3:08 PM, Alexander V. Chernikov wrote: > On 03.05.2014 00:22, Alan Somers wrote: >> On Fri, May 2, 2014 at 11:01 AM, Alexander V. Chernikov >> wrote: >>> On 02.05.2014 20:24, Alan Somers wrote: Author: asomers Date: Fri May 2 16:24:09 2014 New Revision:

svn commit: r265242 - head/release/doc/en_US.ISO8859-1/hardware

2014-05-02 Thread Christian Brueffer
Author: brueffer Date: Fri May 2 21:19:13 2014 New Revision: 265242 URL: http://svnweb.freebsd.org/changeset/base/265242 Log: Generate hardware notes for mpr(4) and bump copyright for 2014. Modified: head/release/doc/en_US.ISO8859-1/hardware/article.xml Modified: head/release/doc/en_US.ISO8

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

2014-05-02 Thread Christian Brueffer
Author: brueffer Date: Fri May 2 21:14:28 2014 New Revision: 265241 URL: http://svnweb.freebsd.org/changeset/base/265241 Log: Use our standard SYNOPSIS wording; perform some cleanup while here. Modified: head/share/man/man4/mpr.4 Modified: head/share/man/man4/mpr.4 =

Re: svn commit: r265232 - head/sys/net

2014-05-02 Thread Alexander V. Chernikov
On 03.05.2014 00:22, Alan Somers wrote: > On Fri, May 2, 2014 at 11:01 AM, Alexander V. Chernikov > wrote: >> On 02.05.2014 20:24, Alan Somers wrote: >>> >>> Author: asomers >>> Date: Fri May 2 16:24:09 2014 >>> New Revision: 265232 >>> URL: http://svnweb.freebsd.org/changeset/base/265232 >>> >>>

Re: svn commit: r265229 - head/bin/ps

2014-05-02 Thread Ian Lepore
On Fri, 2014-05-02 at 15:46 -0500, Bryan Drewery wrote: > On 2014-05-02 15:19, Ian Lepore wrote: > > On Fri, 2014-05-02 at 15:05 +, Bryan Drewery wrote: > >> Author: bdrewery > >> Date: Fri May 2 15:05:47 2014 > >> New Revision: 265229 > >> URL: http://svnweb.freebsd.org/changeset/base/265229

Re: svn commit: r265229 - head/bin/ps

2014-05-02 Thread Bryan Drewery
On 2014-05-02 15:19, Ian Lepore wrote: On Fri, 2014-05-02 at 15:05 +, Bryan Drewery wrote: Author: bdrewery Date: Fri May 2 15:05:47 2014 New Revision: 265229 URL: http://svnweb.freebsd.org/changeset/base/265229 Log: Add -J to filter by matching jail IDs and names. [...] I'm getting a

svn commit: r265239 - head/rescue/rescue

2014-05-02 Thread Bryan Drewery
Author: bdrewery Date: Fri May 2 20:45:34 2014 New Revision: 265239 URL: http://svnweb.freebsd.org/changeset/base/265239 Log: - Fix build WITHOUT_ZFS/WITHOUT_CDDL after r265229, bin/ps needs libjail. MFC after:2 weeks X-MFC-with: r265229 Modified: head/rescue/rescue/Makefile Mo

svn commit: r265240 - head/sys/rpc

2014-05-02 Thread Christian Brueffer
Author: brueffer Date: Fri May 2 20:45:55 2014 New Revision: 265240 URL: http://svnweb.freebsd.org/changeset/base/265240 Log: Properly free resources in case of error. CID: 1007032 Found with: Coverity Prevent(tm) MFC after:2 weeks Modified: head/sys/rpc/clnt_vc.c Mo

svn commit: r265238 - head/lib/libc/rpc

2014-05-02 Thread Christian Brueffer
Author: brueffer Date: Fri May 2 20:41:09 2014 New Revision: 265238 URL: http://svnweb.freebsd.org/changeset/base/265238 Log: Properly free resources in case of error. CID: 1007032 Found with: Coverity Prevent(tm) MFC after:2 weeks Modified: head/lib/libc/rpc/clnt_vc.

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

2014-05-02 Thread Kenneth D. Merry
Author: ken Date: Fri May 2 20:36:20 2014 New Revision: 265237 URL: http://svnweb.freebsd.org/changeset/base/265237 Log: Add the mpr(4) man page to the man4 Makefile. This should have been included in r265236. Submitted by: Steve McConnell MFC after:3 days Sponsored by: LSI,

svn commit: r265236 - in head: share/man/man4 sys/amd64/conf sys/conf sys/dev/mpr sys/dev/mpr/mpi sys/i386/conf sys/ia64/conf sys/mips/conf sys/modules sys/modules/mpr sys/sparc64/conf

2014-05-02 Thread Kenneth D. Merry
Author: ken Date: Fri May 2 20:25:09 2014 New Revision: 265236 URL: http://svnweb.freebsd.org/changeset/base/265236 Log: Bring in the mpr(4) driver for LSI's MPT3 12Gb SAS controllers. This is derived from the mps(4) driver, but it supports only the 12Gb IT and IR hardware including the

Re: svn commit: r265232 - head/sys/net

2014-05-02 Thread Alan Somers
On Fri, May 2, 2014 at 11:01 AM, Alexander V. Chernikov wrote: > On 02.05.2014 20:24, Alan Somers wrote: >> >> Author: asomers >> Date: Fri May 2 16:24:09 2014 >> New Revision: 265232 >> URL: http://svnweb.freebsd.org/changeset/base/265232 >> >> Log: >>Fix a panic caused by doing "ifconfig -a

Re: svn commit: r265229 - head/bin/ps

2014-05-02 Thread Bryan Drewery
On 2014-05-02 15:19, Ian Lepore wrote: On Fri, 2014-05-02 at 15:05 +, Bryan Drewery wrote: Author: bdrewery Date: Fri May 2 15:05:47 2014 New Revision: 265229 URL: http://svnweb.freebsd.org/changeset/base/265229 Log: Add -J to filter by matching jail IDs and names. -J 0 can be used to

Re: svn commit: r265229 - head/bin/ps

2014-05-02 Thread Ian Lepore
On Fri, 2014-05-02 at 15:05 +, Bryan Drewery wrote: > Author: bdrewery > Date: Fri May 2 15:05:47 2014 > New Revision: 265229 > URL: http://svnweb.freebsd.org/changeset/base/265229 > > Log: > Add -J to filter by matching jail IDs and names. > > -J 0 can be used to show only host proces

Re: svn commit: r265217 - in head/sys/modules: . lindev

2014-05-02 Thread Eitan Adler
On 2 May 2014 02:24, Christian Brueffer wrote: > Author: brueffer > Date: Fri May 2 09:24:06 2014 > New Revision: 265217 > URL: http://svnweb.freebsd.org/changeset/base/265217 > > Log: > libdev(4) has been removed, get rid of the module as well to fix the build. Thanks. My cleanup of lindev(4

Re: svn commit: r255672 - in head/sys: amd64/linux32 compat/linux conf i386/linux kern modules/linux sys

2014-05-02 Thread Chagin Dmitry
On Fri, May 02, 2014 at 11:49:29AM -0700, Adrian Chadd wrote: > Hi, > > why not just extend the kqueue data fields to 64 bits and leave the > freebsd API only copy 32 bits in? > > > well, this is the first that comes to mind. -- Have fun! chd pgp_Hn3rjWNPu.pgp Description: PGP signature

Re: svn commit: r255672 - in head/sys: amd64/linux32 compat/linux conf i386/linux kern modules/linux sys

2014-05-02 Thread Mateusz Guzik
On Fri, May 02, 2014 at 10:37:05PM +0400, Chagin Dmitry wrote: > On Wed, Sep 18, 2013 at 08:46:48PM +0200, Mateusz Guzik wrote: > > On Wed, Sep 18, 2013 at 05:56:04PM +, Roman Divacky wrote: > > > Author: rdivacky > > > Date: Wed Sep 18 17:56:04 2013 > > > New Revision: 255672 > > > URL: http:/

Re: svn commit: r255672 - in head/sys: amd64/linux32 compat/linux conf i386/linux kern modules/linux sys

2014-05-02 Thread Adrian Chadd
Hi, why not just extend the kqueue data fields to 64 bits and leave the freebsd API only copy 32 bits in? -a On 18 September 2013 10:56, Roman Divacky wrote: > Author: rdivacky > Date: Wed Sep 18 17:56:04 2013 > New Revision: 255672 > URL: http://svnweb.freebsd.org/changeset/base/255672 > >

Re: svn commit: r255672 - in head/sys: amd64/linux32 compat/linux conf i386/linux kern modules/linux sys

2014-05-02 Thread Chagin Dmitry
On Wed, Sep 18, 2013 at 08:46:48PM +0200, Mateusz Guzik wrote: > On Wed, Sep 18, 2013 at 05:56:04PM +, Roman Divacky wrote: > > Author: rdivacky > > Date: Wed Sep 18 17:56:04 2013 > > New Revision: 255672 > > URL: http://svnweb.freebsd.org/changeset/base/255672 > > > > Log: > > Implement epo

Re: svn commit: r265232 - head/sys/net

2014-05-02 Thread Alexander V. Chernikov
On 02.05.2014 20:24, Alan Somers wrote: Author: asomers Date: Fri May 2 16:24:09 2014 New Revision: 265232 URL: http://svnweb.freebsd.org/changeset/base/265232 Log: Fix a panic caused by doing "ifconfig -am" while a lagg is being destroyed. The thread that is destroying the lagg has alrea

Re: svn commit: r265231 - head/contrib/gcc/config/i386

2014-05-02 Thread Pedro Giffuni
On 05/02/14 11:15, Pedro F. Giffuni wrote: Author: pfg Date: Fri May 2 16:15:34 2014 New Revision: 265231 URL: http://svnweb.freebsd.org/changeset/base/265231 Log: gcc: fix strict alignment. From the OpenBSD log: x86-64 ABI requires arrays greater than 16 bytes to be aligned t

svn commit: r265232 - head/sys/net

2014-05-02 Thread Alan Somers
Author: asomers Date: Fri May 2 16:24:09 2014 New Revision: 265232 URL: http://svnweb.freebsd.org/changeset/base/265232 Log: Fix a panic caused by doing "ifconfig -am" while a lagg is being destroyed. The thread that is destroying the lagg has already set sc->sc_psc=NULL when the "ifconfig

svn commit: r265231 - head/contrib/gcc/config/i386

2014-05-02 Thread Pedro F. Giffuni
Author: pfg Date: Fri May 2 16:15:34 2014 New Revision: 265231 URL: http://svnweb.freebsd.org/changeset/base/265231 Log: gcc: fix strict alignment. From the OpenBSD log: x86-64 ABI requires arrays greater than 16 bytes to be aligned to 16byte boundary. However, GCC 16-byte aligns a

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

2014-05-02 Thread Glen Barber
Author: gjb Date: Fri May 2 15:52:50 2014 New Revision: 265230 URL: http://svnweb.freebsd.org/changeset/base/265230 Log: Clarify that MAKEOBJDIRPREFIX and MAKEOBJDIR are not honored as make(1) arguments. Requested by: smh MFC After:3 days Sponsored by: The FreeBSD Foundation Mod

svn commit: r265229 - head/bin/ps

2014-05-02 Thread Bryan Drewery
Author: bdrewery Date: Fri May 2 15:05:47 2014 New Revision: 265229 URL: http://svnweb.freebsd.org/changeset/base/265229 Log: Add -J to filter by matching jail IDs and names. -J 0 can be used to show only host processes. Patch partially based on work by bz@ PR: bin/7876

svn commit: r265225 - in head: sys/conf tools/kerneldoc/subsys

2014-05-02 Thread Christian Brueffer
Author: brueffer Date: Fri May 2 11:09:01 2014 New Revision: 265225 URL: http://svnweb.freebsd.org/changeset/base/265225 Log: Clean up more lindev(4) vestiges. Deleted: head/tools/kerneldoc/subsys/Doxyfile-dev_lindev Modified: head/sys/conf/files.pc98 Modified: head/sys/conf/files.pc98 ==

svn commit: r265218 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2014-05-02 Thread Steven Hartland
Author: smh Date: Fri May 2 09:31:21 2014 New Revision: 265218 URL: http://svnweb.freebsd.org/changeset/base/265218 Log: Removed pointless / duplicated call to trim_map_first. MFC after:1 month X-MFC-With: r265152 Modified: head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/tri

svn commit: r265217 - in head/sys/modules: . lindev

2014-05-02 Thread Christian Brueffer
Author: brueffer Date: Fri May 2 09:24:06 2014 New Revision: 265217 URL: http://svnweb.freebsd.org/changeset/base/265217 Log: libdev(4) has been removed, get rid of the module as well to fix the build. Submitted by: Sainath Varanasi Deleted: head/sys/modules/lindev/ Modified: head/sys

Re: svn commit: r265191 - head/sys/dev/gpio

2014-05-02 Thread Bruce Evans
On Thu, 1 May 2014, Luiz Otavio O Souza wrote: Log: Remove unnecessary headers. Sort out the headers. Add a missing header on ofw_gpiobus.c (it was working because of sys/libkern.h). Do you use /usr/src/tools/tools/kerninclude/kerninclude.sh to find the unused includes? There are many fal

Re: svn commit: r265132 - in head: share/man/man4 sys/dev/null

2014-05-02 Thread Bruce Evans
On Thu, 1 May 2014, Eitan Adler wrote: On 1 May 2014 09:59, Jung-uk Kim wrote: On 2014-04-30 15:38:18 -0400, ?? wrote: On 2014-04-30 02:20:48 -0400, ?? wrote: Mail clients keep getting worse. Fitst the apostrophes were corrupted, now the names... Author: eadler Date: Wed Apr 30 06:20:4

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

2014-05-02 Thread Robert Watson
Author: rwatson Date: Fri May 2 07:57:40 2014 New Revision: 265216 URL: http://svnweb.freebsd.org/changeset/base/265216 Log: Garbage collect mtxpool_lockbuilder, the mutex pool historically used for lockmgr and sx interlocks, but unused since optimised versions of those sleep locks were int

svn commit: r265215 - in head/sys: amd64/conf boot/forth conf i386/conf pc98/conf sys

2014-05-02 Thread Eitan Adler
Author: eadler Date: Fri May 2 07:14:22 2014 New Revision: 265215 URL: http://svnweb.freebsd.org/changeset/base/265215 Log: lindev(4): finish the partial commit in r265212 lindev(4) was only used to provide /dev/full which is now a standard feature of FreeBSD. /dev/full was never linux

svn commit: r265214 - head/crypto/openssh

2014-05-02 Thread Dag-Erling Smørgrav
Author: des Date: Fri May 2 07:04:35 2014 New Revision: 265214 URL: http://svnweb.freebsd.org/changeset/base/265214 Log: The mergeinfo was somehow left out of previous commit. Modified: Directory Properties: head/crypto/openssh/ (props changed) _