svn commit: r263154 - head/sys/dev/usb/wlan

2014-03-13 Thread Kevin Lo
Author: kevlo Date: Fri Mar 14 06:38:22 2014 New Revision: 263154 URL: http://svnweb.freebsd.org/changeset/base/263154 Log: Reset the bit of the R92C_MCUFWDL associated with checksum report before loading firmware page. It may fix this problem: "urtwn0: timeout waiting for checksum report"

svn commit: r263153 - head/sys/dev/usb/wlan

2014-03-13 Thread Kevin Lo
Author: kevlo Date: Fri Mar 14 06:37:08 2014 New Revision: 263153 URL: http://svnweb.freebsd.org/changeset/base/263153 Log: Similar to r246614, fix panic on removing urtwn(4). It happens because nodes are freed after the adapter is gone. Modified: head/sys/dev/usb/wlan/if_urtwn.c head/sy

svn commit: r263152 - in head: . etc/mtree include sbin/ifconfig sbin/route share/man/man4 share/man/man7 share/man/man9 sys sys/amd64/amd64 sys/conf sys/i386/i386 sys/kern sys/modules/if_gre sys/m...

2014-03-13 Thread Gleb Smirnoff
Author: glebius Date: Fri Mar 14 06:29:43 2014 New Revision: 263152 URL: http://svnweb.freebsd.org/changeset/base/263152 Log: Remove AppleTalk support. AppleTalk was a network transport protocol for Apple Macintosh devices in 80s and then 90s. Starting with Mac OS X in 2000 the AppleTalk

svn commit: r263150 - in head/usr.sbin/bsdconfig: share usermgmt usermgmt/include usermgmt/share

2014-03-13 Thread Devin Teske
Author: dteske Date: Fri Mar 14 03:42:05 2014 New Revision: 263150 URL: http://svnweb.freebsd.org/changeset/base/263150 Log: Rewrite usermgmt -- hooking it into the scripting system with dispatch commands addUser, deleteUser, and editUser. Getting rid of the awkward- to-use `userinput' bolt-

svn commit: r263149 - head/usr.sbin/bsdconfig/usermgmt/share

2014-03-13 Thread Devin Teske
Author: dteske Date: Fri Mar 14 03:37:08 2014 New Revision: 263149 URL: http://svnweb.freebsd.org/changeset/base/263149 Log: Add protection against input containing single-quotes (e.g., i18n-users). Modified: head/usr.sbin/bsdconfig/usermgmt/share/group.subr head/usr.sbin/bsdconfig/usermgmt

svn commit: r263148 - head/usr.sbin/bsdconfig/usermgmt/share

2014-03-13 Thread Devin Teske
Author: dteske Date: Fri Mar 14 03:34:43 2014 New Revision: 263148 URL: http://svnweb.freebsd.org/changeset/base/263148 Log: For non-interactive scripts, forgot to check we were given an argument before proceeding. Modified: head/usr.sbin/bsdconfig/usermgmt/share/group.subr Modified: head/

svn commit: r263147 - head/usr.sbin/bsdconfig/usermgmt/share

2014-03-13 Thread Devin Teske
Author: dteske Date: Fri Mar 14 03:33:03 2014 New Revision: 263147 URL: http://svnweb.freebsd.org/changeset/base/263147 Log: Fix a bug preventing errors from pw(8) from filtering up to a dialog. Programs running as rvalue to pipe cannot access current namespace. Modified: head/usr.sbin/bsdc

svn commit: r263146 - head/usr.sbin/bsdconfig/usermgmt/share

2014-03-13 Thread Devin Teske
Author: dteske Date: Fri Mar 14 03:28:21 2014 New Revision: 263146 URL: http://svnweb.freebsd.org/changeset/base/263146 Log: Reduce the sleep cycle when using dialog(1) to 1-second. Modified: head/usr.sbin/bsdconfig/usermgmt/share/group.subr Modified: head/usr.sbin/bsdconfig/usermgmt/share/g

svn commit: r263145 - head/usr.sbin/bsdconfig/usermgmt/share

2014-03-13 Thread Devin Teske
Author: dteske Date: Fri Mar 14 03:25:33 2014 New Revision: 263145 URL: http://svnweb.freebsd.org/changeset/base/263145 Log: Fix comments and whitespace. Modified: head/usr.sbin/bsdconfig/usermgmt/share/group.subr Modified: head/usr.sbin/bsdconfig/usermgmt/share/group.subr ==

svn commit: r263144 - head/usr.sbin/bsdconfig/usermgmt/share

2014-03-13 Thread Devin Teske
Author: dteske Date: Fri Mar 14 03:15:02 2014 New Revision: 263144 URL: http://svnweb.freebsd.org/changeset/base/263144 Log: Fix a code-typo that prevented auto-sizing of the dialog. Modified: head/usr.sbin/bsdconfig/usermgmt/share/group_input.subr Modified: head/usr.sbin/bsdconfig/usermgmt/

svn commit: r263143 - head/usr.sbin/IPXrouted

2014-03-13 Thread Eitan Adler
Author: eadler Date: Fri Mar 14 03:12:41 2014 New Revision: 263143 URL: http://svnweb.freebsd.org/changeset/base/263143 Log: Remove directory which should not have been re-added. Deleted: head/usr.sbin/IPXrouted/ ___ svn-src-head@freebsd.org mailing

Re: svn commit: r263142 - in head: lib/libpam/modules/pam_radius lib/libpam/modules/pam_tacplus sbin/mdconfig secure/usr.bin/bdes share/doc/papers/beyond4.3 share/doc/papers/diskperf share/doc/papers/

2014-03-13 Thread Eitan Adler
On 13 March 2014 23:09, Gleb Smirnoff wrote: > On Fri, Mar 14, 2014 at 03:07:52AM +, Eitan Adler wrote: > E> Author: eadler > E> Date: Fri Mar 14 03:07:51 2014 > E> New Revision: 263142 > E> URL: http://svnweb.freebsd.org/changeset/base/263142 > E> > E> Log: > E> multiple: Remove 3rd clause

Re: svn commit: r263142 - in head: lib/libpam/modules/pam_radius lib/libpam/modules/pam_tacplus sbin/mdconfig secure/usr.bin/bdes share/doc/papers/beyond4.3 share/doc/papers/diskperf share/doc/papers/

2014-03-13 Thread Gleb Smirnoff
On Fri, Mar 14, 2014 at 03:07:52AM +, Eitan Adler wrote: E> Author: eadler E> Date: Fri Mar 14 03:07:51 2014 E> New Revision: 263142 E> URL: http://svnweb.freebsd.org/changeset/base/263142 E> E> Log: E> multiple: Remove 3rd clause from BSD license where approved by the E> regents and renum

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

2014-03-13 Thread Devin Teske
Author: dteske Date: Fri Mar 14 03:00:02 2014 New Revision: 263141 URL: http://svnweb.freebsd.org/changeset/base/263141 Log: Point hat! Fix a broken f_isinteger(). Modified: head/usr.sbin/bsdconfig/share/strings.subr Modified: head/usr.sbin/bsdconfig/share/strings.subr ==

svn commit: r263140 - in head: . contrib/mdocml etc etc/defaults etc/mtree etc/rc.d gnu/usr.bin/groff/tmac include lib lib/libipx release/picobsd/bridge release/picobsd/qemu rescue/rescue sbin/ifco...

2014-03-13 Thread Gleb Smirnoff
Author: glebius Date: Fri Mar 14 02:58:48 2014 New Revision: 263140 URL: http://svnweb.freebsd.org/changeset/base/263140 Log: Remove IPX support. IPX was a network transport protocol in Novell's NetWare network operating system from late 80s and then 90s. The NetWare itself switched to TC

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

2014-03-13 Thread Devin Teske
Author: dteske Date: Fri Mar 14 02:56:49 2014 New Revision: 263139 URL: http://svnweb.freebsd.org/changeset/base/263139 Log: Remove useless NULL string '' in compound strings. Look very closely. Modified: head/usr.sbin/bsdconfig/share/keymap.subr head/usr.sbin/bsdconfig/timezone/share/menus

svn commit: r263138 - in head/share: doc/papers/diskperf doc/papers/fsinterface doc/papers/kernmalloc doc/papers/kerntune doc/papers/newvm doc/papers/relengr doc/papers/sysperf doc/psd/05.sysman do...

2014-03-13 Thread Eitan Adler
Author: eadler Date: Fri Mar 14 02:53:36 2014 New Revision: 263138 URL: http://svnweb.freebsd.org/changeset/base/263138 Log: Set nokeyword property on some files which don't already have it. This will allow my next commit. Modified: Directory Properties: head/share/doc/papers/diskperf/appen

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

2014-03-13 Thread Devin Teske
Author: dteske Date: Fri Mar 14 02:50:32 2014 New Revision: 263137 URL: http://svnweb.freebsd.org/changeset/base/263137 Log: Fix future namespace issues for functions taking $var_to_set -- functions taking a variable to set need to make sure they protect their locals; if $var_to_set position

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

2014-03-13 Thread Devin Teske
Author: dteske Date: Fri Mar 14 02:40:52 2014 New Revision: 263136 URL: http://svnweb.freebsd.org/changeset/base/263136 Log: Update copyright. Modified: head/usr.sbin/bsdconfig/bsdconfig head/usr.sbin/bsdconfig/share/device.subr Modified: head/usr.sbin/bsdconfig/bsdconfig =

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

2014-03-13 Thread Devin Teske
Author: dteske Date: Fri Mar 14 02:39:42 2014 New Revision: 263135 URL: http://svnweb.freebsd.org/changeset/base/263135 Log: Comments. Modified: head/usr.sbin/bsdconfig/share/device.subr Modified: head/usr.sbin/bsdconfig/share/device.subr =

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

2014-03-13 Thread Devin Teske
Author: dteske Date: Fri Mar 14 02:38:56 2014 New Revision: 263134 URL: http://svnweb.freebsd.org/changeset/base/263134 Log: Add debug statement just before attempting to exec a module. Modified: head/usr.sbin/bsdconfig/bsdconfig Modified: head/usr.sbin/bsdconfig/bsdconfig ==

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

2014-03-13 Thread Devin Teske
Author: dteske Date: Fri Mar 14 02:37:39 2014 New Revision: 263133 URL: http://svnweb.freebsd.org/changeset/base/263133 Log: Remove indexfile from debug statement as it is already logged by f_index_menusel_command() used just-prior to this debug statement. Also, log the arguments being passe

Re: svn commit: r262972 - head/sys/dev/usb/input

2014-03-13 Thread Rui Paulo
On 10 Mar 2014, at 01:52, Hans Petter Selasky wrote: > Author: hselasky > Date: Mon Mar 10 08:52:30 2014 > New Revision: 262972 > URL: http://svnweb.freebsd.org/changeset/base/262972 > > Log: > Ignore USB keyboard driver calls from critical sections. > > Reported by: Oliver Pinter > MFC aft

svn commit: r263131 - head/sys/fs/tmpfs

2014-03-13 Thread Bryan Drewery
Author: bdrewery Date: Fri Mar 14 02:10:30 2014 New Revision: 263131 URL: http://svnweb.freebsd.org/changeset/base/263131 Log: Cleanup redundant logic and add some comments to help explain how it works in lieu of potentially less clear code. Sponsored by: EMC / Isilon Storage Division D

Re: svn commit: r263110 - head/share/man/man4

2014-03-13 Thread John-Mark Gurney
John Nielsen wrote this message on Thu, Mar 13, 2014 at 16:28 -0600: > On Mar 13, 2014, at 10:19 AM, John-Mark Gurney wrote: > > > Author: jmg > > Date: Thu Mar 13 16:19:36 2014 > > New Revision: 263110 > > URL: http://svnweb.freebsd.org/changeset/base/263110 > > > > Log: > > remove link to the

svn commit: r263130 - head/sys/fs/tmpfs

2014-03-13 Thread Bryan Drewery
Author: bdrewery Date: Fri Mar 14 01:43:55 2014 New Revision: 263130 URL: http://svnweb.freebsd.org/changeset/base/263130 Log: Fix -o size less than PAGE_SIZE resulting in SIZE_MAX being used. Discussed with: kib MFC after:2 weeks Modified: head/sys/fs/tmpfs/tmpfs_vfsops.c M

svn commit: r263129 - head/sys/kern

2014-03-13 Thread Bryan Drewery
Author: bdrewery Date: Fri Mar 14 01:17:11 2014 New Revision: 263129 URL: http://svnweb.freebsd.org/changeset/base/263129 Log: Combine similar code from vprintf(9) and log(9). MFC after:2 weeks Modified: head/sys/kern/subr_prf.c Modified: head/sys/kern/subr_prf.c ===

svn commit: r263124 - head/sys/boot/uboot/common

2014-03-13 Thread Ian Lepore
Author: ian Date: Fri Mar 14 00:49:02 2014 New Revision: 263124 URL: http://svnweb.freebsd.org/changeset/base/263124 Log: Fix an uninitialized variable error I perpetrated when splitting some code into a separate function. Pass the missing value from main() to the probe_disks() function. M

svn commit: r263123 - head/sys/dev/hyperv/netvsc

2014-03-13 Thread Xin LI
Author: delphij Date: Fri Mar 14 00:47:46 2014 New Revision: 263123 URL: http://svnweb.freebsd.org/changeset/base/263123 Log: Hide a few messages under bootverbose. Reviewed by: Abhishek Gupta MFC after:2 weeks Modified: head/sys/dev/hyperv/netvsc/hv_netvsc_drv_freebsd.c Modified

svn commit: r263121 - head/libexec/bootpd/tools/bootptest

2014-03-13 Thread Christian Brueffer
Author: brueffer Date: Thu Mar 13 23:31:05 2014 New Revision: 263121 URL: http://svnweb.freebsd.org/changeset/base/263121 Log: Re-format the license to conform to our BSD license template as much as possible. This does not change the wording in any way. Remove the 3rd clause ("advertisin

svn commit: r263120 - head/contrib/libc++/include

2014-03-13 Thread Dimitry Andric
Author: dim Date: Thu Mar 13 23:09:48 2014 New Revision: 263120 URL: http://svnweb.freebsd.org/changeset/base/263120 Log: Pull in r201021 from upstream libc++ trunk: Fix for PR18735 - self-assignment for map/multimap gives incorrect results in C++03 (Please note: that is an LLVM

Re: svn commit: r263110 - head/share/man/man4

2014-03-13 Thread John Nielsen
On Mar 13, 2014, at 10:19 AM, John-Mark Gurney wrote: > Author: jmg > Date: Thu Mar 13 16:19:36 2014 > New Revision: 263110 > URL: http://svnweb.freebsd.org/changeset/base/263110 > > Log: > remove link to the missing AMD Geode LX SB man page... we can add it > back once someone cares enough t

Re: svn commit: r263113 - head/sys/x86/x86

2014-03-13 Thread Bruce Evans
On Thu, 13 Mar 2014, John Baldwin wrote: Log: Correct type for malloc(). Submitted by: "Conrad Meyer" Not so nice a cleanup as a previous one by the same author. Modified: head/sys/x86/x86/mca.c == --- head/sys/

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

2014-03-13 Thread Alexander Motin
Author: mav Date: Thu Mar 13 19:26:26 2014 New Revision: 263118 URL: http://svnweb.freebsd.org/changeset/base/263118 Log: Report ZVOL block size as GEOM stripesize. MFC after:2 weeks Modified: head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zvol.c Modified: head/sys/cddl/contrib

svn commit: r263117 - head/sys/boot

2014-03-13 Thread Ed Maste
Author: emaste Date: Thu Mar 13 19:26:23 2014 New Revision: 263117 URL: http://svnweb.freebsd.org/changeset/base/263117 Log: Connect 64-bit boot ficl to the build It is not yet used, but this will ensure it doesn't get broken. Sponsored by: The FreeBSD Foundation Modified: head/sys/

svn commit: r263116 - in head: sys/kern sys/sys tests/sys/kern

2014-03-13 Thread Alan Somers
Author: asomers Date: Thu Mar 13 18:42:12 2014 New Revision: 263116 URL: http://svnweb.freebsd.org/changeset/base/263116 Log: Replace 4.4BSD Lite's unix domain socket backpressure hack with a cleaner mechanism, based on the new SB_STOP sockbuf flag. The old hack dynamically changed the send

svn commit: r263115 - in head/sys/boot/efi: include/amd64 libefi

2014-03-13 Thread Ed Maste
Author: emaste Date: Thu Mar 13 18:17:18 2014 New Revision: 263115 URL: http://svnweb.freebsd.org/changeset/base/263115 Log: Add amd64 EFI headers Sponsored by: The FreeBSD Foundation Added: head/sys/boot/efi/include/amd64/ head/sys/boot/efi/include/amd64/efibind.h (contents, props c

svn commit: r263114 - head/usr.sbin/pw

2014-03-13 Thread Devin Teske
Author: dteske Date: Thu Mar 13 18:16:42 2014 New Revision: 263114 URL: http://svnweb.freebsd.org/changeset/base/263114 Log: Fix pw(8) deletion of group "username" on userdel even if group "username" is not associated with user "username". E.g., user "foo" has primary group "wheel" and is un

svn commit: r263113 - head/sys/x86/x86

2014-03-13 Thread John Baldwin
Author: jhb Date: Thu Mar 13 18:11:42 2014 New Revision: 263113 URL: http://svnweb.freebsd.org/changeset/base/263113 Log: Correct type for malloc(). Submitted by: "Conrad Meyer" Modified: head/sys/x86/x86/mca.c Modified: head/sys/x86/x86/mca.c ==

svn commit: r263112 - head/sys/dev/hwpmc

2014-03-13 Thread Eitan Adler
Author: eadler Date: Thu Mar 13 16:51:40 2014 New Revision: 263112 URL: http://svnweb.freebsd.org/changeset/base/263112 Log: Fix pointer type in call to malloc Submitted by: Meyer, Conrad conrad.me...@isilon.com Modified: head/sys/dev/hwpmc/hwpmc_uncore.c Modified: head/sys/dev/hwpmc/hw

svn commit: r263111 - head/sys/dev/hwpmc

2014-03-13 Thread Eitan Adler
Author: eadler Date: Thu Mar 13 16:51:01 2014 New Revision: 263111 URL: http://svnweb.freebsd.org/changeset/base/263111 Log: Fix pointer type in call to malloc Submitted by: Meyer, Conrad conrad.me...@isilon.com Modified: head/sys/dev/hwpmc/hwpmc_core.c Modified: head/sys/dev/hwpmc/hwpm

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

2014-03-13 Thread John-Mark Gurney
Author: jmg Date: Thu Mar 13 16:19:36 2014 New Revision: 263110 URL: http://svnweb.freebsd.org/changeset/base/263110 Log: remove link to the missing AMD Geode LX SB man page... we can add it back once someone cares enough to write one.. Modified: head/share/man/man4/crypto.4 Modified: head

svn commit: r263109 - head/sys/dev/puc

2014-03-13 Thread Ryan Stone
Author: rstone Date: Thu Mar 13 15:57:25 2014 New Revision: 263109 URL: http://svnweb.freebsd.org/changeset/base/263109 Log: Add MSI support to puc(9) Add support for MSI interrupts in the puc(9) driver. By default the driver will prefer MSI interrupts to legacy interrupts. A tunable,