Re: svn commit: r252375 - head/lib/libfetch

2013-07-05 Thread Dag-Erling Smørgrav
Tim Kientzle writes: > Log: > Fix -Wunsequenced warning. > > Submitted by: d...@gmx.com Neither approved by nor even discussed with the author and maintainer. (not saying it's wrong, but...) DES -- Dag-Erling Smørgrav - d...@des.no ___ s

svn commit: r252779 - head/sys/netinet

2013-07-05 Thread Michael Tuexen
Author: tuexen Date: Fri Jul 5 10:08:49 2013 New Revision: 252779 URL: http://svnweb.freebsd.org/changeset/base/252779 Log: Fix a bug were only 2048 streams where usable even though more than 2048 streams were negotiated on the wire. While there, remove the hard coded limit of 2048 streams.

svn commit: r252780 - head/sys/arm/arm

2013-07-05 Thread Aleksandr Rybalko
Author: ray Date: Fri Jul 5 13:37:57 2013 New Revision: 252780 URL: http://svnweb.freebsd.org/changeset/base/252780 Log: o Make fields names short. o Slim down reg fields comments. Modified: head/sys/arm/arm/generic_timer.c Modified: head/sys/arm/arm/generic_timer.c ==

svn commit: r252784 - head/include

2013-07-05 Thread Jilles Tjoelker
Author: jilles Date: Fri Jul 5 14:16:04 2013 New Revision: 252784 URL: http://svnweb.freebsd.org/changeset/base/252784 Log: stdlib.h: Add correct POSIX version for POSIX extensions to C. Modified: head/include/stdlib.h Modified: head/include/stdlib.h

Re: svn commit: r252375 - head/lib/libfetch

2013-07-05 Thread Dimitry Andric
On Jul 5, 2013, at 10:59, Dag-Erling Smørgrav wrote: > Tim Kientzle writes: >> Log: >> Fix -Wunsequenced warning. >> >> Submitted by: d...@gmx.com > > Neither approved by nor even discussed with the author and maintainer. > > (not saying it's wrong, but...) Actually the warning (from

svn commit: r252795 - in head/usr.sbin/bsdconfig: networking/share password password/share share share/media startup/share usermgmt usermgmt/share

2013-07-05 Thread Devin Teske
Author: dteske Date: Fri Jul 5 16:00:01 2013 New Revision: 252795 URL: http://svnweb.freebsd.org/changeset/base/252795 Log: Use f_show_msg() instead of f_dialog_msgbox() where appropriate. The main difference between these two functions: Usage: f_show_msg() $format_string [ $format

Re: svn commit: r251422 - in head: contrib/bmake usr.bin/bmake

2013-07-05 Thread Tijl Coosemans
On 2013-06-24 20:57, Tijl Coosemans wrote: > On 2013-06-05 18:12, Simon J. Gerraty wrote: >> Author: sjg >> Date: Wed Jun 5 16:12:50 2013 >> New Revision: 251422 >> URL: http://svnweb.freebsd.org/changeset/base/251422 >> >> Log: >> Update to bmake-20130604 to fix file descriptor leak. >> >> Modi

svn commit: r252797 - head/usr.sbin/sysrc

2013-07-05 Thread Devin Teske
Author: dteske Date: Fri Jul 5 16:21:44 2013 New Revision: 252797 URL: http://svnweb.freebsd.org/changeset/base/252797 Log: Do not inherit $SYSRC_VERBOSE from operating environment. The concern is that when a user (such as myself) which has SYSRC_VERBOSE=1 in his/her ~/.bash_profile or such

svn commit: r252798 - head/usr.sbin/sysrc

2013-07-05 Thread Devin Teske
Author: dteske Date: Fri Jul 5 16:45:25 2013 New Revision: 252798 URL: http://svnweb.freebsd.org/changeset/base/252798 Log: Update sysrc(8) manual to coincide with r252797: Do not inherit $SYSRC_VERBOSE from operating environment. The concern is that when a user (such as myself) which ha

svn commit: r252799 - head/usr.sbin/sysrc

2013-07-05 Thread Devin Teske
Author: dteske Date: Fri Jul 5 16:47:30 2013 New Revision: 252799 URL: http://svnweb.freebsd.org/changeset/base/252799 Log: Update copyright/date on the back of r252798. Modified: head/usr.sbin/sysrc/sysrc.8 Modified: head/usr.sbin/sysrc/sysrc.8 =

svn commit: r252800 - head/usr.sbin/sysrc

2013-07-05 Thread Devin Teske
Author: dteske Date: Fri Jul 5 16:49:06 2013 New Revision: 252800 URL: http://svnweb.freebsd.org/changeset/base/252800 Log: Update release info. Modified: head/usr.sbin/sysrc/sysrc.8 Modified: head/usr.sbin/sysrc/sysrc.8 ==

svn commit: r252801 - head/usr.sbin/bsdconfig

2013-07-05 Thread Devin Teske
Author: dteske Date: Fri Jul 5 17:21:40 2013 New Revision: 252801 URL: http://svnweb.freebsd.org/changeset/base/252801 Log: Whitespace. Modified: head/usr.sbin/bsdconfig/bsdconfig.8 Modified: head/usr.sbin/bsdconfig/bsdconfig.8 ===

svn commit: r252802 - head/usr.sbin/bsdconfig

2013-07-05 Thread Devin Teske
Author: dteske Date: Fri Jul 5 17:22:10 2013 New Revision: 252802 URL: http://svnweb.freebsd.org/changeset/base/252802 Log: Fix a typo. Modified: head/usr.sbin/bsdconfig/bsdconfig.8 Modified: head/usr.sbin/bsdconfig/bsdconfig.8 ===

svn commit: r252803 - head/usr.sbin/bsdconfig

2013-07-05 Thread Devin Teske
Author: dteske Date: Fri Jul 5 17:23:00 2013 New Revision: 252803 URL: http://svnweb.freebsd.org/changeset/base/252803 Log: Update date on the back of r252802. Modified: head/usr.sbin/bsdconfig/bsdconfig.8 Modified: head/usr.sbin/bsdconfig/bsdconfig.8 ===

svn commit: r252804 - head/usr.sbin/bsdconfig

2013-07-05 Thread Devin Teske
Author: dteske Date: Fri Jul 5 17:27:55 2013 New Revision: 252804 URL: http://svnweb.freebsd.org/changeset/base/252804 Log: mdoc: begin sentences on a new line. Modified: head/usr.sbin/bsdconfig/bsdconfig.8 Modified: head/usr.sbin/bsdconfig/bsdconfig.8 ==

svn commit: r252805 - head/usr.sbin/bsdconfig

2013-07-05 Thread Devin Teske
Author: dteske Date: Fri Jul 5 17:31:05 2013 New Revision: 252805 URL: http://svnweb.freebsd.org/changeset/base/252805 Log: Don't refer to a port manual. Modified: head/usr.sbin/bsdconfig/bsdconfig.8 Modified: head/usr.sbin/bsdconfig/bsdconfig.8 =

svn commit: r252806 - head/usr.sbin/bsdconfig

2013-07-05 Thread Devin Teske
Author: dteske Date: Fri Jul 5 17:35:13 2013 New Revision: 252806 URL: http://svnweb.freebsd.org/changeset/base/252806 Log: Since r251908, bsdconfig(8) has no direct ties to sade(8) (instead uses `bsdinstall partedit'). Update references (s/sade/bsdinstall/) and change the BUGS section to b

svn commit: r252807 - head/usr.sbin/bsdconfig

2013-07-05 Thread Devin Teske
Author: dteske Date: Fri Jul 5 17:38:54 2013 New Revision: 252807 URL: http://svnweb.freebsd.org/changeset/base/252807 Log: Update e-mails. Modified: head/usr.sbin/bsdconfig/bsdconfig.8 Modified: head/usr.sbin/bsdconfig/bsdconfig.8 ===

svn commit: r252808 - head/usr.sbin/bsdconfig

2013-07-05 Thread Devin Teske
Author: dteske Date: Fri Jul 5 17:44:53 2013 New Revision: 252808 URL: http://svnweb.freebsd.org/changeset/base/252808 Log: Rest in peace Ron (Ron McDowell Jul.12, 1955 - Aug.26, 2012). I'll carry-on from here. Thank you so much for your hard work. Modified: head/usr.sbin/bsdconfig/bsdconf

svn commit: r252809 - head/usr.sbin/bsdconfig

2013-07-05 Thread Devin Teske
Author: dteske Date: Fri Jul 5 17:45:54 2013 New Revision: 252809 URL: http://svnweb.freebsd.org/changeset/base/252809 Log: Update HISTORY. Modified: head/usr.sbin/bsdconfig/bsdconfig.8 Modified: head/usr.sbin/bsdconfig/bsdconfig.8 ===

svn commit: r252810 - head/usr.sbin/bsdconfig/examples

2013-07-05 Thread Devin Teske
Author: dteske Date: Fri Jul 5 17:54:08 2013 New Revision: 252810 URL: http://svnweb.freebsd.org/changeset/base/252810 Log: Add example shell script for creating a local INDEX file that can be accessed quickly for browsing a list of available packages. Added: head/usr.sbin/bsdconfig/exampl

svn commit: r252811 - head/usr.sbin/bsdconfig/examples

2013-07-05 Thread Devin Teske
Author: dteske Date: Fri Jul 5 17:56:15 2013 New Revision: 252811 URL: http://svnweb.freebsd.org/changeset/base/252811 Log: Change default FTP server (s/ftp-archive/ftp/). Modified: head/usr.sbin/bsdconfig/examples/browse_packages.sh Modified: head/usr.sbin/bsdconfig/examples/browse_package

svn commit: r252813 - head/usr.sbin/bsdconfig

2013-07-05 Thread Devin Teske
Author: dteske Date: Fri Jul 5 18:03:00 2013 New Revision: 252813 URL: http://svnweb.freebsd.org/changeset/base/252813 Log: Document new `-d' and `-D file' debugging options. Modified: head/usr.sbin/bsdconfig/bsdconfig.8 Modified: head/usr.sbin/bsdconfig/bsdconfig.8

svn commit: r252815 - head/usr.sbin/bsdconfig

2013-07-05 Thread Devin Teske
Author: dteske Date: Fri Jul 5 18:29:09 2013 New Revision: 252815 URL: http://svnweb.freebsd.org/changeset/base/252815 Log: Make a correction to the description of invocation with-versus-without arguments, making things a bit more clear [hopefully]. Modified: head/usr.sbin/bsdconfig/bsdcon

svn commit: r252816 - head/usr.sbin/bsdconfig

2013-07-05 Thread Devin Teske
Author: dteske Date: Fri Jul 5 18:30:43 2013 New Revision: 252816 URL: http://svnweb.freebsd.org/changeset/base/252816 Log: Document remaining undocumented modules (and remove my silly place-holder thing at the top, which I was using as a way to make sure I didn't forget to document any mod

svn commit: r252817 - head/usr.sbin/bsdconfig

2013-07-05 Thread Devin Teske
Author: dteske Date: Fri Jul 5 18:31:26 2013 New Revision: 252817 URL: http://svnweb.freebsd.org/changeset/base/252817 Log: Adhere to 80-column width. Modified: head/usr.sbin/bsdconfig/bsdconfig.8 Modified: head/usr.sbin/bsdconfig/bsdconfig.8

svn commit: r252822 - head/usr.sbin/bsdconfig/examples

2013-07-05 Thread Devin Teske
Author: dteske Date: Fri Jul 5 18:50:17 2013 New Revision: 252822 URL: http://svnweb.freebsd.org/changeset/base/252822 Log: Oops, r252810 forgot to hook the new example file (browse_packages.sh) into the Makefile. Modified: head/usr.sbin/bsdconfig/examples/Makefile Modified: head/usr.sbin

svn commit: r252826 - head/usr.sbin/ppp

2013-07-05 Thread Robert Millan
Author: rmh Date: Fri Jul 5 19:26:01 2013 New Revision: 252826 URL: http://svnweb.freebsd.org/changeset/base/252826 Log: Remove ancient code for FreeBSD 2.x compatibility. Reviewed by: brian, freebsd-net Modified: head/usr.sbin/ppp/defs.c head/usr.sbin/ppp/defs.h Modified: head/usr.s

svn commit: r252833 - in head/usr.sbin/bsdconfig: . share

2013-07-05 Thread Devin Teske
Author: dteske Date: Fri Jul 5 19:57:40 2013 New Revision: 252833 URL: http://svnweb.freebsd.org/changeset/base/252833 Log: Don't calculate the tag until we know that we're going to make a new menu item entry. Also join simple NULL assignments into a single line. Modified: head/usr.sbin/bs

svn commit: r252834 - head/usr.sbin/bsdconfig/share

2013-07-05 Thread Devin Teske
Author: dteske Date: Fri Jul 5 20:01:07 2013 New Revision: 252834 URL: http://svnweb.freebsd.org/changeset/base/252834 Log: Oops, r252833 was not supposed to touch this file. Back-out and recommit this file with the rest of the files it was supposed to go with. Modified: head/usr.sbin/bsdc

svn commit: r252836 - in head/usr.sbin/bsdconfig: . share

2013-07-05 Thread Devin Teske
Author: dteske Date: Fri Jul 5 20:13:00 2013 New Revision: 252836 URL: http://svnweb.freebsd.org/changeset/base/252836 Log: Add support for processing add-on modules from /usr/local/libexec/bsdconfig (this is designed to allow new modules to be installed via ports/packages). To prevent c

svn commit: r252837 - head/sys/arm/arm

2013-07-05 Thread Andrew Turner
Author: andrew Date: Fri Jul 5 20:21:59 2013 New Revision: 252837 URL: http://svnweb.freebsd.org/changeset/base/252837 Log: Fix the build with gcc. Gcc outputs pre-UAL asm and expects the ldcl instruction with a condition in the form ldcl, where the code produces the instruction in the U

svn commit: r252838 - head/lib/libc/stdio

2013-07-05 Thread Jilles Tjoelker
Author: jilles Date: Fri Jul 5 20:24:50 2013 New Revision: 252838 URL: http://svnweb.freebsd.org/changeset/base/252838 Log: mktemp(3): Add standards section. Prefer standard header. mktemp(), mkstemp() and mkdtemp() are available in standard and also in . Encourage use of the former by

Re: svn commit: r252491 - head/sys/modules

2013-07-05 Thread Navdeep Parhar
This is a bit excessive. A better option would be to disconnect just the firmware based on the SOURCELESS flag. cxgbe(4) can be built and will work just fine without its firmware. The firmware is bundled with the driver just in case the one already on the card (every card has a firmware on it) i

Re: svn commit: r251422 - in head: contrib/bmake usr.bin/bmake

2013-07-05 Thread Simon J. Gerraty
On Fri, 5 Jul 2013 18:06:37 +0200, Tijl Coosemans writes: >> I've been noticing that bmake doesn't run parallel jobs as like fmake. No it doesn't. fmake exports the name of a FIFO, which any submake can open. bmake passes open descriptors to a pipe, but only if the target is flagged .MAKE. .MAKE

svn commit: r252840 - in head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs: . sys

2013-07-05 Thread Martin Matuska
Author: mm Date: Fri Jul 5 21:29:59 2013 New Revision: 252840 URL: http://svnweb.freebsd.org/changeset/base/252840 Log: MFV r252839: Quoting illumos issue #3836: Currently zio_free() always puts the zio on a list for subsequent processing by zio_free_sync(). This is only necessary

svn commit: r252841 - in head/sys: dev/mem kern sys

2013-07-05 Thread Jamie Gritton
Author: jamie Date: Fri Jul 5 21:31:16 2013 New Revision: 252841 URL: http://svnweb.freebsd.org/changeset/base/252841 Log: Add new privileges, PRIV_KMEM_READ and PRIV_KMEM_WRITE, used in opening /dev/kmem and /dev/mem (in addition to traditional file permission checks). PRIV_KMEM_READ is di

svn commit: r252842 - head/usr.sbin/bsdconfig/share/packages

2013-07-05 Thread Devin Teske
Author: dteske Date: Fri Jul 5 21:32:54 2013 New Revision: 252842 URL: http://svnweb.freebsd.org/changeset/base/252842 Log: Remove superfluous continue at end of loop. (pointy-hat) Modified: head/usr.sbin/bsdconfig/share/packages/packages.subr Modified: head/usr.sbin/bsdconfig/share/package

svn commit: r252845 - head/sys/sys

2013-07-05 Thread Jamie Gritton
Author: jamie Date: Fri Jul 5 21:41:05 2013 New Revision: 252845 URL: http://svnweb.freebsd.org/changeset/base/252845 Log: Bump up _PRIV_HIGHEST to account for PRIV_KMEM_READ/WRITE. Submitted by: mdf Modified: head/sys/sys/priv.h Modified: head/sys/sys/priv.h ==

svn commit: r252844 - in head/usr.sbin/bsdconfig/share: . packages

2013-07-05 Thread Devin Teske
Author: dteske Date: Fri Jul 5 21:40:31 2013 New Revision: 252844 URL: http://svnweb.freebsd.org/changeset/base/252844 Log: Add the necessary code to reinstall packages. Both scripted access (packageReinstall) and UI access have been tested successfully with a variation of different situati

svn commit: r252846 - head/release

2013-07-05 Thread Glen Barber
Author: gjb Date: Fri Jul 5 22:04:49 2013 New Revision: 252846 URL: http://svnweb.freebsd.org/changeset/base/252846 Log: - Add SRC_FORCE_CHECKOUT configuration option to force svn to checkout the src/ tree into a directory that contains files/directories, such as a case where a custom k

svn commit: r252847 - head/sys/net80211

2013-07-05 Thread Adrian Chadd
Author: adrian Date: Fri Jul 5 22:10:50 2013 New Revision: 252847 URL: http://svnweb.freebsd.org/changeset/base/252847 Log: Add a missing unlock. Modified: head/sys/net80211/ieee80211_mesh.c Modified: head/sys/net80211/ieee80211_mesh.c ===

svn commit: r252848 - head/usr.sbin/bsdconfig

2013-07-05 Thread Devin Teske
Author: dteske Date: Fri Jul 5 22:24:43 2013 New Revision: 252848 URL: http://svnweb.freebsd.org/changeset/base/252848 Log: Check menuitem before calculating tag. Modified: head/usr.sbin/bsdconfig/bsdconfig Modified: head/usr.sbin/bsdconfig/bsdconfig

svn commit: r252849 - head/usr.sbin/bsdconfig

2013-07-05 Thread Devin Teske
Author: dteske Date: Fri Jul 5 22:25:40 2013 New Revision: 252849 URL: http://svnweb.freebsd.org/changeset/base/252849 Log: Check for INDEX file first before anything else when processing modules. Modified: head/usr.sbin/bsdconfig/bsdconfig Modified: head/usr.sbin/bsdconfig/bsdconfig ==

svn commit: r252850 - in head/sys/cddl: contrib/opensolaris/uts/common/dtrace dev/dtrace

2013-07-05 Thread Mark Johnston
Author: markj Date: Fri Jul 5 22:42:10 2013 New Revision: 252850 URL: http://svnweb.freebsd.org/changeset/base/252850 Log: Hide references to mod_lock. In FreeBSD it is always acquired with the provider lock held, so its use has no effect. Modified: head/sys/cddl/contrib/opensolaris/uts/co

svn commit: r252851 - in head: share/man/man4 sys/dev/hptiop

2013-07-05 Thread Xin LI
Author: delphij Date: Fri Jul 5 23:10:02 2013 New Revision: 252851 URL: http://svnweb.freebsd.org/changeset/base/252851 Log: Add PCI IDs for HighPoint RocketRAID 4521, 3620, 3622 and 3640 controllers. Update the hptiop(4) manual page to reflect this as well as mentioning that some cards ar

svn commit: r252852 - head/sys/dev/hpt27xx

2013-07-05 Thread Xin LI
Author: delphij Date: Fri Jul 5 23:13:54 2013 New Revision: 252852 URL: http://svnweb.freebsd.org/changeset/base/252852 Log: Update hpt27xx(4) driver to address a problem reported by FreeNAS user, where when more than one hpt27xx adapters are being used, the "unit number" stays at 0. M

svn commit: r252853 - in head/usr.sbin/bsdconfig/networking: include share

2013-07-05 Thread Devin Teske
Author: dteske Date: Fri Jul 5 23:16:56 2013 New Revision: 252853 URL: http://svnweb.freebsd.org/changeset/base/252853 Log: Don't prevent the user from hanging their system by changing network settings while NFS mounts are active; but DO warn them and make the default action to do nothing.

svn commit: r252854 - head/sys/net

2013-07-05 Thread Colin Percival
Author: cperciva Date: Fri Jul 5 23:40:08 2013 New Revision: 252854 URL: http://svnweb.freebsd.org/changeset/base/252854 Log: Fix typo: minmum -> minimum. Submitted by: @z3ndrag0n Modified: head/sys/net/if_var.h Modified: head/sys/net/if_var.h ==

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

2013-07-05 Thread Jamie Gritton
Author: jamie Date: Sat Jul 6 00:10:52 2013 New Revision: 252855 URL: http://svnweb.freebsd.org/changeset/base/252855 Log: Make the comments a little more clear about PRIV_KMEM_*, explicitly referring to /dev/[k]mem and noting it's about opening the files rather than actually reading and wr

svn commit: r252856 - head

2013-07-05 Thread Simon J. Gerraty
Author: sjg Date: Sat Jul 6 00:13:08 2013 New Revision: 252856 URL: http://svnweb.freebsd.org/changeset/base/252856 Log: Sprinkle some .MAKE magic Modified: head/Makefile.inc1 Modified: head/Makefile.inc1 == --- hea

svn commit: r252857 - head/sys/dev/arcmsr

2013-07-05 Thread Xin LI
Author: delphij Date: Sat Jul 6 01:46:58 2013 New Revision: 252857 URL: http://svnweb.freebsd.org/changeset/base/252857 Log: Refresh vendor driver version which fixes command queue full issue with ARC-1214 and ARC-1224. Many thanks to Areca for continuing to support FreeBSD. Submitt

svn commit: r252862 - head/usr.sbin

2013-07-05 Thread Devin Teske
Author: dteske Date: Sat Jul 6 04:13:47 2013 New Revision: 252862 URL: http://svnweb.freebsd.org/changeset/base/252862 Log: Take the training-wheels off, after nearly 30 months of development. MFC to stable/9 planned after MFC 3-day period. The MFC to stable/9 is desired for the next releas

svn commit: r252863 - head/sys/arm/ti

2013-07-05 Thread Rui Paulo
Author: rpaulo Date: Sat Jul 6 04:18:34 2013 New Revision: 252863 URL: http://svnweb.freebsd.org/changeset/base/252863 Log: Don't clear the SYSCONFIG register on boot. This follows section 18.4.2.2 SD Soft Reset Flow in the TI AM335x Technical Reference Manual and seems to fix the "ti_mm

svn commit: r252864 - head/sys/dev/drm2/ttm

2013-07-05 Thread Konstantin Belousov
Author: kib Date: Sat Jul 6 04:46:42 2013 New Revision: 252864 URL: http://svnweb.freebsd.org/changeset/base/252864 Log: Remove unneeded page lock around vm_page_insert(). Submitted by: alc Modified: head/sys/dev/drm2/ttm/ttm_bo_vm.c Modified: head/sys/dev/drm2/ttm/ttm_bo_vm.c