svn commit: r248548 - head/contrib/llvm/tools/clang/lib/Driver

2013-03-20 Thread Andrew Turner
Author: andrew Date: Wed Mar 20 08:34:30 2013 New Revision: 248548 URL: http://svnweb.freebsd.org/changeset/base/248548 Log: Pull in r177252 from upstream clang trunk: Make sure to use same EABI version for external assembler as for integrated as. This allows us to use gcc on a wor

Re: svn commit: r248534 - in head: lib/libc/sys share/man/man4 sys/kern sys/sys

2013-03-20 Thread Gleb Smirnoff
On Tue, Mar 19, 2013 at 08:58:18PM +, Jilles Tjoelker wrote: J> Author: jilles J> Date: Tue Mar 19 20:58:17 2013 J> New Revision: 248534 J> URL: http://svnweb.freebsd.org/changeset/base/248534 J> J> Log: J> Implement SOCK_CLOEXEC, SOCK_NONBLOCK and MSG_CMSG_CLOEXEC. J> J> This change al

svn commit: r248550 - head/sys/vm

2013-03-20 Thread Konstantin Belousov
Author: kib Date: Wed Mar 20 09:44:23 2013 New Revision: 248550 URL: http://svnweb.freebsd.org/changeset/base/248550 Log: Fix the logic inversion in the r248512. Noted by: mckay Modified: head/sys/vm/vnode_pager.c Modified: head/sys/vm/vnode_pager.c =

svn commit: r248552 - in head: sbin/ipfw sys/netinet sys/netpfil/ipfw

2013-03-20 Thread Alexander V. Chernikov
Author: melifaro Date: Wed Mar 20 10:35:33 2013 New Revision: 248552 URL: http://svnweb.freebsd.org/changeset/base/248552 Log: Add ipfw support for setting/matching DiffServ codepoints (DSCP). Setting DSCP support is done via O_SETDSCP which works for both IPv4 and IPv6 packets. Fast chec

svn commit: r248553 - head/sbin/ipfw

2013-03-20 Thread Alexander V. Chernikov
Author: melifaro Date: Wed Mar 20 10:36:38 2013 New Revision: 248553 URL: http://svnweb.freebsd.org/changeset/base/248553 Log: Remove unused variable. Modified: head/sbin/ipfw/ipfw2.c Modified: head/sbin/ipfw/ipfw2.c ===

svn commit: r248554 - head/sys/dev/usb/controller

2013-03-20 Thread Hans Petter Selasky
Author: hselasky Date: Wed Mar 20 11:51:26 2013 New Revision: 248554 URL: http://svnweb.freebsd.org/changeset/base/248554 Log: Fix spelling. Modified: head/sys/dev/usb/controller/xhci.c Modified: head/sys/dev/usb/controller/xhci.c =

svn commit: r248557 - in head/sys: arm/conf arm/freescale arm/freescale/imx boot/fdt/dts dev/ata/chipsets dev/uart dev/usb/controller

2013-03-20 Thread Aleksandr Rybalko
Author: ray Date: Wed Mar 20 15:39:27 2013 New Revision: 248557 URL: http://svnweb.freebsd.org/changeset/base/248557 Log: Integrate Efika MX project back to home. Sponsored by: The FreeBSD Foundation Added: head/sys/arm/conf/EFIKA_MX (contents, props changed) head/sys/arm/freescale/

svn commit: r248561 - in head/sys: kern sys ufs/ufs

2013-03-20 Thread Kirk McKusick
Author: mckusick Date: Wed Mar 20 17:57:00 2013 New Revision: 248561 URL: http://svnweb.freebsd.org/changeset/base/248561 Log: When renaming a directory from one parent directory to another, we need to call ufs_checkpath() to walk from our new location to the root of the filesystem to ensure

svn commit: r248562 - head/sys/kern

2013-03-20 Thread Konstantin Belousov
Author: kib Date: Wed Mar 20 21:07:49 2013 New Revision: 248562 URL: http://svnweb.freebsd.org/changeset/base/248562 Log: When the journaled FFS volume is suspended due to the journal space becoming too low, the softdep flush thread processes the workitems, which frees the space in journal,

svn commit: r248563 - head/sys/kern

2013-03-20 Thread Konstantin Belousov
Author: kib Date: Wed Mar 20 21:08:00 2013 New Revision: 248563 URL: http://svnweb.freebsd.org/changeset/base/248563 Log: In bufwrite(), a dirty buffer is moved to the clean queue before the bufobj counter of the writes in progress is incremented. Other thread inspecting the bufobj would co

svn commit: r248564 - head/tools/tools/netrate/netreceive

2013-03-20 Thread Neel Natu
Author: neel Date: Wed Mar 20 21:47:05 2013 New Revision: 248564 URL: http://svnweb.freebsd.org/changeset/base/248564 Log: Set WARNS=3 so this actually compiles. Modified: head/tools/tools/netrate/netreceive/Makefile Modified: head/tools/tools/netrate/netreceive/Makefile

Re: svn commit: r248534 - in head: lib/libc/sys share/man/man4 sys/kern sys/sys

2013-03-20 Thread Jilles Tjoelker
On Wed, Mar 20, 2013 at 01:18:56PM +0400, Gleb Smirnoff wrote: > On Tue, Mar 19, 2013 at 08:58:18PM +, Jilles Tjoelker wrote: > J> Author: jilles > J> Date: Tue Mar 19 20:58:17 2013 > J> New Revision: 248534 > J> URL: http://svnweb.freebsd.org/changeset/base/248534 > J> Log: > J> Implement S