svn commit: r267202 - in head/sys/boot/fdt/dts: arm powerpc

2014-06-06 Thread Rui Paulo
Author: rpaulo Date: Sat Jun 7 02:55:53 2014 New Revision: 267202 URL: http://svnweb.freebsd.org/changeset/base/267202 Log: Mov p2041rdb.dts, p3041ds.dts, and p5020ds.dts to the powerpc directory. Added: head/sys/boot/fdt/dts/powerpc/p2041rdb.dts - copied unchanged from r267196, head/sy

svn commit: r267199 - head/sys/boot/fdt/dts

2014-06-06 Thread Rui Paulo
Author: rpaulo Date: Sat Jun 7 02:38:13 2014 New Revision: 267199 URL: http://svnweb.freebsd.org/changeset/base/267199 Log: Fix the script to run make_dtb.sh instead of just dtc. Modified: head/sys/boot/fdt/dts/Makefile.inc Modified: head/sys/boot/fdt/dts/Makefile.inc ==

svn commit: r267197 - in head/sys/boot/fdt/dts: . arm mips powerpc

2014-06-06 Thread Rui Paulo
Author: rpaulo Date: Fri Jun 6 23:53:59 2014 New Revision: 267197 URL: http://svnweb.freebsd.org/changeset/base/267197 Log: Add Makefiles to automatically test all the DTS files. There are several broken DTS files right now in the arm directory. Added: head/sys/boot/fdt/dts/Makefile (

svn commit: r267196 - head/bin/ps

2014-06-06 Thread Sergey Kandaurov
Author: pluknet Date: Fri Jun 6 22:52:11 2014 New Revision: 267196 URL: http://svnweb.freebsd.org/changeset/base/267196 Log: Add support for inspecting process flags set in p_flag2. Reviewed by: jhb MFC after:1 week Modified: head/bin/ps/keyword.c head/bin/ps/ps.1 Modified: he

svn commit: r267194 - in head/share/vt: . keymaps

2014-06-06 Thread Aleksandr Rybalko
Author: ray Date: Fri Jun 6 21:58:27 2014 New Revision: 267194 URL: http://svnweb.freebsd.org/changeset/base/267194 Log: Add Ukranian vt(4) keymaps as an example. Sponsored by: The FreeBSD Foundation Added: head/share/vt/keymaps/ head/share/vt/keymaps/Makefile (contents, props chang

svn commit: r267191 - head/sys/fs/nfsserver

2014-06-06 Thread Rick Macklem
Author: rmacklem Date: Fri Jun 6 21:38:49 2014 New Revision: 267191 URL: http://svnweb.freebsd.org/changeset/base/267191 Log: The new NFS server would not allow a hard link to be created to a symlink. This restriction (which was inherited from OpenBSD) is not required by the NFS RFCs. Sin

Re: svn commit: r267027 - head/usr.bin/users

2014-06-06 Thread Bruce Evans
On Thu, 5 Jun 2014, Pietro Cerutti wrote: your comments do make sense. I semi-seriously suggest that we get rid of the current implementation and replace it with this. Comments? Not for me, thanks. ... int main(int argc, char **) { struct utmpx *ut; vector names; if

Re: svn commit: r267187 - in head/sys/dev: e1000 ixgbe vmware/vmxnet3

2014-06-06 Thread Adrian Chadd
Thanks for finally committing this stuff! -a On 6 June 2014 16:49, Luigi Rizzo wrote: > Author: luigi > Date: Fri Jun 6 20:49:56 2014 > New Revision: 267187 > URL: http://svnweb.freebsd.org/changeset/base/267187 > > Log: > make sure if_transmit returns 0 if the mbuf is enqueued. > ixgbe/i

svn commit: r267187 - in head/sys/dev: e1000 ixgbe vmware/vmxnet3

2014-06-06 Thread Luigi Rizzo
Author: luigi Date: Fri Jun 6 20:49:56 2014 New Revision: 267187 URL: http://svnweb.freebsd.org/changeset/base/267187 Log: make sure if_transmit returns 0 if the mbuf is enqueued. ixgbe/ixv.c still needs a similar fix but it takes a little more restructuring of the code. MFC after:

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

2014-06-06 Thread Christian Brueffer
Author: brueffer Date: Fri Jun 6 20:01:45 2014 New Revision: 267185 URL: http://svnweb.freebsd.org/changeset/base/267185 Log: Minor improvements. MFC after:1 week Modified: head/share/man/man4/xnb.4 Modified: head/share/man/man4/xnb.4 ===

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

2014-06-06 Thread Christian Brueffer
Author: brueffer Date: Fri Jun 6 19:10:23 2014 New Revision: 267184 URL: http://svnweb.freebsd.org/changeset/base/267184 Log: Add vte(4) to the hardware notes. MFC after:3 days Modified: head/release/doc/en_US.ISO8859-1/hardware/article.xml Modified: head/release/doc/en_US.ISO8859-

svn commit: r267183 - head/sys/boot/usb

2014-06-06 Thread Hans Petter Selasky
Author: hselasky Date: Fri Jun 6 19:02:45 2014 New Revision: 267183 URL: http://svnweb.freebsd.org/changeset/base/267183 Log: Compilation fixes. Modified: head/sys/boot/usb/bsd_kernel.h Modified: head/sys/boot/usb/bsd_kernel.h

svn commit: r267182 - in head: sbin/geom/class/label sbin/reboot share/man/man4 usr.bin/mkimg

2014-06-06 Thread Joel Dahl
Author: joel (doc committer) Date: Fri Jun 6 19:00:43 2014 New Revision: 267182 URL: http://svnweb.freebsd.org/changeset/base/267182 Log: Minor mdoc improvements. Modified: head/sbin/geom/class/label/glabel.8 head/sbin/reboot/boot_i386.8 head/share/man/man4/mrsas.4 head/share/man/man4/

svn commit: r267181 - in head: . etc/mtree libexec/atf libexec/atf/atf-check libexec/atf/atf-sh libexec/atf/atf-sh/tests share/mk tools/build/mk usr.bin usr.bin/atf

2014-06-06 Thread Julio Merino
Author: jmmv Date: Fri Jun 6 18:58:06 2014 New Revision: 267181 URL: http://svnweb.freebsd.org/changeset/base/267181 Log: Move atf-sh from /usr/bin/ to /usr/libexec/ In r266650, we made libatf-c and libatf-c++ private libraries so that no components outside of the source tree could unint

svn commit: r267180 - head/sys/dev/netmap

2014-06-06 Thread Luigi Rizzo
Author: luigi Date: Fri Jun 6 18:36:02 2014 New Revision: 267180 URL: http://svnweb.freebsd.org/changeset/base/267180 Log: better handling of netmap emulation over standard device drivers: plug a potential mbuf leak, and detect bogus drivers that return ENOBUFS even when the packet has been

svn commit: r267179 - head/sys/dev/vt/font

2014-06-06 Thread Ed Maste
Author: emaste Date: Fri Jun 6 18:32:05 2014 New Revision: 267179 URL: http://svnweb.freebsd.org/changeset/base/267179 Log: Clarify statement on font origin Submitted by: Dimitar Zhekov Modified: head/sys/dev/vt/font/vt_font_default.c Modified: head/sys/dev/vt/font/vt_font_default.c ==

svn commit: r267178 - in head/sys/amd64/vmm: intel io

2014-06-06 Thread Tycho Nightingale
Author: tychon Date: Fri Jun 6 18:23:49 2014 New Revision: 267178 URL: http://svnweb.freebsd.org/changeset/base/267178 Log: Support guest accesses to %cr8. Reviewed by: neel Modified: head/sys/amd64/vmm/intel/vmx.c head/sys/amd64/vmm/io/vlapic.c head/sys/amd64/vmm/io/vlapic.h Modi

svn commit: r267177 - head/sys/dev/netmap

2014-06-06 Thread Luigi Rizzo
Author: luigi Date: Fri Jun 6 18:02:32 2014 New Revision: 267177 URL: http://svnweb.freebsd.org/changeset/base/267177 Log: introduce mbq_lock() and mbq_unlock() for the mbq, so it is easier to buil the same code on linux (this generalizes the change in svn 267142) MFC after:3 days

svn commit: r267176 - head/share/mk

2014-06-06 Thread Julio Merino
Author: jmmv Date: Fri Jun 6 17:53:05 2014 New Revision: 267176 URL: http://svnweb.freebsd.org/changeset/base/267176 Log: Add the *_TESTS_SH_SED_* functionality to atf.test.mk. This exists already in plain.test.mk and tap.test.mk and should have been added to atf.test.mk too when the fea

svn commit: r267174 - head/usr.bin/rpcgen

2014-06-06 Thread Bryan Drewery
Author: bdrewery Date: Fri Jun 6 17:38:37 2014 New Revision: 267174 URL: http://svnweb.freebsd.org/changeset/base/267174 Log: Fix some rpcgen sample file issues. * -Sc was generating code without a return type on main. * -Sm was generating an unusable clean target due to undefined RM.

svn commit: r267173 - head/tools/tools/vt/fontcvt

2014-06-06 Thread Ed Maste
Author: emaste Date: Fri Jun 6 17:38:30 2014 New Revision: 267173 URL: http://svnweb.freebsd.org/changeset/base/267173 Log: Update after r267011: use -h height and -w width args Modified: head/tools/tools/vt/fontcvt/terminus.sh Modified: head/tools/tools/vt/fontcvt/terminus.sh =

svn commit: r267172 - in head: . lib/atf/libatf-c lib/atf/libatf-c++ tools/build/mk

2014-06-06 Thread Julio Merino
debugging functionality run "ln -s 'abort:false,junk:false' /etc/malloc.conf".) +20140606: + The libatf-c and libatf-c++ major versions were downgraded to 0 and + 1 respectively to match the upstream numbers. They were out of + sync because, when they were or

Re: svn commit: r266925 - in head/sys: amd64/linux32 i386/linux kern sys

2014-06-06 Thread Chagin Dmitry
On Fri, Jun 06, 2014 at 05:47:01PM +0200, Mateusz Guzik wrote: > On Sat, May 31, 2014 at 03:01:51PM +, Dmitry Chagin wrote: > > Author: dchagin > > Date: Sat May 31 15:01:51 2014 > > New Revision: 266925 > > URL: http://svnweb.freebsd.org/changeset/base/266925 > > > > Log: > > To allow to ru

svn commit: r267171 - in head/sys/arm: at91 freescale/imx ti/am335x

2014-06-06 Thread Kevin Lo
Author: kevlo Date: Fri Jun 6 16:37:42 2014 New Revision: 267171 URL: http://svnweb.freebsd.org/changeset/base/267171 Log: Remove extra semicolons. Modified: head/sys/arm/at91/board_tsc4370.c head/sys/arm/freescale/imx/imx_sdhci.c head/sys/arm/ti/am335x/am335x_lcd.c Modified: head/sys/a

svn commit: r267170 - head/sys/dev/netmap

2014-06-06 Thread Luigi Rizzo
Author: luigi Date: Fri Jun 6 16:23:08 2014 New Revision: 267170 URL: http://svnweb.freebsd.org/changeset/base/267170 Log: move netmap_getna() to a freebsd-specific file Modified: head/sys/dev/netmap/netmap_freebsd.c head/sys/dev/netmap/netmap_generic.c Modified: head/sys/dev/netmap/netma

svn commit: r267169 - head/usr.sbin/bhyve

2014-06-06 Thread Tycho Nightingale
Author: tychon Date: Fri Jun 6 16:18:37 2014 New Revision: 267169 URL: http://svnweb.freebsd.org/changeset/base/267169 Log: Some devices (e.g. Intel AHCI and NICs) support quad-word access to register pairs where two 32-bit registers make up a larger logical size. Support those access by s

Re: svn commit: r266925 - in head/sys: amd64/linux32 i386/linux kern sys

2014-06-06 Thread Mateusz Guzik
On Sat, May 31, 2014 at 03:01:51PM +, Dmitry Chagin wrote: > Author: dchagin > Date: Sat May 31 15:01:51 2014 > New Revision: 266925 > URL: http://svnweb.freebsd.org/changeset/base/266925 > > Log: > To allow to run the interpreter itself add a new ELF branding type. > Allow Linux ABI to ru

svn commit: r267168 - head/sys/net

2014-06-06 Thread Luigi Rizzo
Author: luigi Date: Fri Jun 6 15:17:19 2014 New Revision: 267168 URL: http://svnweb.freebsd.org/changeset/base/267168 Log: misc bugfixes: - stdio.h is needed for fprint() - make memsize uint32_t to avoid errors due to overflow - honor the *XPOLL flagg in NIOCREGIF requests - mmap fails

svn commit: r267167 - head/sys/net

2014-06-06 Thread Luigi Rizzo
Author: luigi Date: Fri Jun 6 15:15:27 2014 New Revision: 267167 URL: http://svnweb.freebsd.org/changeset/base/267167 Log: whitespace change: fix one comment, remove a stale one. Modified: head/sys/net/netmap.h Modified: head/sys/net/netmap.h

svn commit: r267165 - head/sys/dev/netmap

2014-06-06 Thread Luigi Rizzo
Author: luigi Date: Fri Jun 6 14:58:25 2014 New Revision: 267165 URL: http://svnweb.freebsd.org/changeset/base/267165 Log: align comments with the ones in our development trunk Modified: head/sys/dev/netmap/netmap.c head/sys/dev/netmap/netmap_kern.h Modified: head/sys/dev/netmap/netmap.c

svn commit: r267164 - head/sys/dev/netmap

2014-06-06 Thread Luigi Rizzo
Author: luigi Date: Fri Jun 6 14:57:40 2014 New Revision: 267164 URL: http://svnweb.freebsd.org/changeset/base/267164 Log: rate limit some error messages Modified: head/sys/dev/netmap/netmap_vale.c Modified: head/sys/dev/netmap/netmap_vale.c =

svn commit: r267163 - head/sys/dev/netmap

2014-06-06 Thread Luigi Rizzo
Author: luigi Date: Fri Jun 6 14:57:16 2014 New Revision: 267163 URL: http://svnweb.freebsd.org/changeset/base/267163 Log: remove two debugging messages, align comments with the code in our development trunk Modified: head/sys/dev/netmap/netmap_generic.c Modified: head/sys/dev/netmap/netm

svn commit: r267162 - head/sys/kern

2014-06-06 Thread Jilles Tjoelker
Author: jilles Date: Fri Jun 6 14:49:00 2014 New Revision: 267162 URL: http://svnweb.freebsd.org/changeset/base/267162 Log: ktrace: Use designated initializers for the data_lengths array. In the .o file, this only changes some line numbers (head amd64) because element 0 is no longer expl

svn commit: r267160 - head/share/man/man7

2014-06-06 Thread Glen Barber
Author: gjb Date: Fri Jun 6 13:36:52 2014 New Revision: 267160 URL: http://svnweb.freebsd.org/changeset/base/267160 Log: Dereference portaudit(1), as it is now deprecated and its functionality exists in pkg-audit(8). Submitted by: Ronald Klop MFC after:3 days Sponsored by: The F

svn commit: r267159 - head/sbin/geom/class/stripe

2014-06-06 Thread Pawel Jakub Dawidek
Author: pjd Date: Fri Jun 6 13:00:53 2014 New Revision: 267159 URL: http://svnweb.freebsd.org/changeset/base/267159 Log: The 'create' subcommand doesn't have '-h' option. Modified: head/sbin/geom/class/stripe/geom_stripe.c Modified: head/sbin/geom/class/stripe/geom_stripe.c

svn commit: r267155 - head/lib/libcuse

2014-06-06 Thread Christian Brueffer
Author: brueffer Date: Fri Jun 6 12:06:40 2014 New Revision: 267155 URL: http://svnweb.freebsd.org/changeset/base/267155 Log: Mdoc cleanup, typo and grammar fixes. Modified: head/lib/libcuse/cuse.3 Modified: head/lib/libcuse/cuse.3 ===

svn commit: r267154 - head/lib/libcuse

2014-06-06 Thread Christian Brueffer
Author: brueffer Date: Fri Jun 6 11:52:30 2014 New Revision: 267154 URL: http://svnweb.freebsd.org/changeset/base/267154 Log: Add missing MLINKs. Modified: head/lib/libcuse/Makefile Modified: head/lib/libcuse/Makefile =

svn commit: r267153 - head/gnu/usr.bin/groff/tmac

2014-06-06 Thread Christian Brueffer
Author: brueffer Date: Fri Jun 6 11:36:05 2014 New Revision: 267153 URL: http://svnweb.freebsd.org/changeset/base/267153 Log: Add Lb string for libcuse. Modified: head/gnu/usr.bin/groff/tmac/mdoc.local Modified: head/gnu/usr.bin/groff/tmac/mdoc.local

svn commit: r267152 - head/sys/dev/i40e

2014-06-06 Thread Kevin Lo
Author: kevlo Date: Fri Jun 6 11:12:19 2014 New Revision: 267152 URL: http://svnweb.freebsd.org/changeset/base/267152 Log: Replace deprecated M_DONTWAIT with M_NOWAIT. Reviewed by: jfv Modified: head/sys/dev/i40e/i40e_txrx.c Modified: head/sys/dev/i40e/i40e_txrx.c

svn commit: r267151 - head/sys/dev/netmap

2014-06-06 Thread Luigi Rizzo
Author: luigi Date: Fri Jun 6 10:50:14 2014 New Revision: 267151 URL: http://svnweb.freebsd.org/changeset/base/267151 Log: add checks for invalid buffer pointers and lengths Modified: head/sys/dev/netmap/netmap_vale.c Modified: head/sys/dev/netmap/netmap_vale.c =

svn commit: r267150 - head/sys/dev/netmap

2014-06-06 Thread Luigi Rizzo
Author: luigi Date: Fri Jun 6 10:40:20 2014 New Revision: 267150 URL: http://svnweb.freebsd.org/changeset/base/267150 Log: prevent a panic when the netdev/ifp is not set in attach (internal c63a7b85) MFC after:3 days Modified: head/sys/dev/netmap/netmap.c Modified: head/sys/dev/

svn commit: r267149 - head/usr.bin/netstat

2014-06-06 Thread Joel Dahl
Author: joel (doc committer) Date: Fri Jun 6 08:42:03 2014 New Revision: 267149 URL: http://svnweb.freebsd.org/changeset/base/267149 Log: Minor mdoc nit. Modified: head/usr.bin/netstat/netstat.1 Modified: head/usr.bin/netstat/netstat.1 ===

svn commit: r267148 - head

2014-06-06 Thread Baptiste Daroussin
Author: bapt Date: Fri Jun 6 08:05:34 2014 New Revision: 267148 URL: http://svnweb.freebsd.org/changeset/base/267148 Log: Prevent arc commands from overwriting history Modified: head/.arcconfig Modified: head/.arcconfig ===