svn commit: r270259 - head/sys/sys

2014-08-21 Thread Gavin Atkinson
Author: gavin Date: Thu Aug 21 07:52:51 2014 New Revision: 270259 URL: http://svnweb.freebsd.org/changeset/base/270259 Log: Add a missing brace to callout_init_rm() to fix syntax. MFC after:1 week Modified: head/sys/sys/callout.h Modified: head/sys/sys/callout.h

Re: svn commit: r265003 - head/secure/usr.sbin/sshd

2014-08-21 Thread Konstantin Belousov
On Wed, Aug 20, 2014 at 05:34:58PM +0200, Roger Pau Monn? wrote: > On 20/08/14 17:28, Bryan Drewery wrote: > > On 8/20/2014 10:19 AM, Roger Pau Monn? wrote: > >> On 20/08/14 17:13, Konstantin Belousov wrote: > >>> On Wed, Aug 20, 2014 at 04:41:05PM +0200, Roger Pau Monn?? wrote: > On 27/04/14

svn commit: r270260 - head/sys/cddl/compat/opensolaris/sys

2014-08-21 Thread Xin LI
Author: delphij Date: Thu Aug 21 08:25:46 2014 New Revision: 270260 URL: http://svnweb.freebsd.org/changeset/base/270260 Log: Provide compatibility shim for atomic_dec_64_nv. X-MFC-with: r270247 MFC after:13 days Modified: head/sys/cddl/compat/opensolaris/sys/atomic.h Modified:

svn commit: r270261 - head/sys/sys

2014-08-21 Thread Davide Italiano
Author: davide Date: Thu Aug 21 09:01:42 2014 New Revision: 270261 URL: http://svnweb.freebsd.org/changeset/base/270261 Log: Revert r270227. GCC doesn't like the lack of LL suffix, so this makes powerpc build failing. Modified: head/sys/sys/time.h Modified: head/sys/sys/time.h

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

2014-08-21 Thread Jean-Sebastien Pedron
Author: dumbbell Date: Thu Aug 21 10:54:39 2014 New Revision: 270265 URL: http://svnweb.freebsd.org/changeset/base/270265 Log: vt(4): Fix an inconsistency between the mouse cursor bitmap and its mask MFC after:1 week Modified: head/sys/dev/vt/font/vt_mouse_cursor.c Modified: head/sy

Re: svn commit: r265003 - head/secure/usr.sbin/sshd

2014-08-21 Thread Roger Pau Monné
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 21/08/14 10:05, Konstantin Belousov wrote: > On Wed, Aug 20, 2014 at 05:34:58PM +0200, Roger Pau Monn? wrote: >> On 20/08/14 17:28, Bryan Drewery wrote: >>> On 8/20/2014 10:19 AM, Roger Pau Monn? wrote: On 20/08/14 17:13, Konstantin Belousov wr

Re: svn commit: r265003 - head/secure/usr.sbin/sshd

2014-08-21 Thread Konstantin Belousov
On Thu, Aug 21, 2014 at 01:12:46PM +0200, Roger Pau Monn? wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 21/08/14 10:05, Konstantin Belousov wrote: > > On Wed, Aug 20, 2014 at 05:34:58PM +0200, Roger Pau Monn? wrote: > >> On 20/08/14 17:28, Bryan Drewery wrote: > >>> On 8/20/2014

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

2014-08-21 Thread Bjoern A. Zeeb
Author: bz Date: Thu Aug 21 12:50:11 2014 New Revision: 270268 URL: http://svnweb.freebsd.org/changeset/base/270268 Log: Document MAC address selection and setting for atse(4). Submitted by: brooks MFC after:3 days Sponsored by: DARPA/AFRL Modified: head/share/man/man4/altera_ats

svn commit: r270269 - head/sys/dev/vt

2014-08-21 Thread Jean-Sebastien Pedron
Author: dumbbell Date: Thu Aug 21 13:04:34 2014 New Revision: 270269 URL: http://svnweb.freebsd.org/changeset/base/270269 Log: vt(4): Handle global and per-window mouse cursor toggle in one place Before the global flag was set/unset using the CONS_MOUSECTL ioctl, and the per-window flag t

svn commit: r270271 - head/sys/dev/vt

2014-08-21 Thread Jean-Sebastien Pedron
Author: dumbbell Date: Thu Aug 21 13:28:48 2014 New Revision: 270271 URL: http://svnweb.freebsd.org/changeset/base/270271 Log: vt(4): Mark cursor old position as dirty before reading the dirty area Otherwise, the redraw is done during the next vt_flush run. MFC after:1 week Modifi

svn commit: r270272 - head/sys/dev/vt

2014-08-21 Thread Jean-Sebastien Pedron
Author: dumbbell Date: Thu Aug 21 14:12:11 2014 New Revision: 270272 URL: http://svnweb.freebsd.org/changeset/base/270272 Log: vt(4): If the cursor is globally disabled, don't mark its position as dirty This avoids unnecessary redraw. In particular, during boot, where the cursor is disabl

svn commit: r270273 - head/sys/dev/vt

2014-08-21 Thread Jean-Sebastien Pedron
Author: dumbbell Date: Thu Aug 21 14:54:37 2014 New Revision: 270273 URL: http://svnweb.freebsd.org/changeset/base/270273 Log: vt(4): If the cursor didn't move, don't mark its position as dirty Currently, this has no effect, because the cursor is always redrawn anyway. But this will be us

svn commit: r270275 - head/sys/dev/vt

2014-08-21 Thread Jean-Sebastien Pedron
Author: dumbbell Date: Thu Aug 21 15:00:21 2014 New Revision: 270275 URL: http://svnweb.freebsd.org/changeset/base/270275 Log: vt(4): Mark the current cursor position as dirty Like r270273, this has no effect for now, because the cursor is always drawn. This is in preparation of future ch

svn commit: r270276 - in head: sys/fs/autofs usr.sbin/autofs

2014-08-21 Thread Edward Tomasz Napierala
Author: trasz Date: Thu Aug 21 15:07:25 2014 New Revision: 270276 URL: http://svnweb.freebsd.org/changeset/base/270276 Log: Use __FBSDID() properly. Suggested by: pluknet@ MFC after:2 weeks Sponsored by: The FreeBSD Foundation Modified: head/sys/fs/autofs/autofs.c head/sys/fs/a

svn commit: r270277 - head/include

2014-08-21 Thread Alexander Kabaev
Author: kan Date: Thu Aug 21 15:10:10 2014 New Revision: 270277 URL: http://svnweb.freebsd.org/changeset/base/270277 Log: Add guards to ptrdiff_t definition in include/stddef.h Back in 2011 obrien has added the #define macro in sys/sys/stddef.h to guard ptrdiff_t. Add similar protection t

svn commit: r270278 - head/sys/dev/vt

2014-08-21 Thread Jean-Sebastien Pedron
Author: dumbbell Date: Thu Aug 21 15:14:54 2014 New Revision: 270278 URL: http://svnweb.freebsd.org/changeset/base/270278 Log: vt(4): Mark cursor position as dirty when we enable/disable it MFC after:1 week Modified: head/sys/dev/vt/vt_core.c Modified: head/sys/dev/vt/vt_core.c

svn commit: r270279 - in head: sys/dev/iscsi usr.bin/iscsictl usr.sbin/ctld usr.sbin/iscsid

2014-08-21 Thread Edward Tomasz Napierala
Author: trasz Date: Thu Aug 21 15:32:38 2014 New Revision: 270279 URL: http://svnweb.freebsd.org/changeset/base/270279 Log: Make the iSCSI stack use __FBSDID() properly. MFC after:2 weeks Sponsored by: The FreeBSD Foundation Modified: head/sys/dev/iscsi/icl.c head/sys/dev/iscsi/i

svn commit: r270280 - head/sys/dev/vt

2014-08-21 Thread Jean-Sebastien Pedron
Author: dumbbell Date: Thu Aug 21 15:55:18 2014 New Revision: 270280 URL: http://svnweb.freebsd.org/changeset/base/270280 Log: vt(4): Pause the flush timer while swithing window This fixes bad looking refresh when switching window: squares instead of text, flashing screen, and so on. In t

svn commit: r270281 - head/sys/fs/autofs

2014-08-21 Thread Edward Tomasz Napierala
Author: trasz Date: Thu Aug 21 15:59:25 2014 New Revision: 270281 URL: http://svnweb.freebsd.org/changeset/base/270281 Log: Fix includes. Suggested by: pluknet@ MFC after:2 weeks Sponsored by: The FreeBSD Foundation Modified: head/sys/fs/autofs/autofs.c head/sys/fs/autofs/autof

svn commit: r270282 - in head/sys: cam/ctl dev/iscsi

2014-08-21 Thread Edward Tomasz Napierala
Author: trasz Date: Thu Aug 21 16:08:17 2014 New Revision: 270282 URL: http://svnweb.freebsd.org/changeset/base/270282 Log: Use proper include paths in kernel iSCSI code. MFC after:2 weeks Sponsored by: The FreeBSD Foundation Modified: head/sys/cam/ctl/ctl_frontend_iscsi.c head/s

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

2014-08-21 Thread Benjamin Kaduk
On Thu, Aug 21, 2014 at 8:50 AM, Bjoern A. Zeeb wrote: > Author: bz > Date: Thu Aug 21 12:50:11 2014 > New Revision: 270268 > URL: http://svnweb.freebsd.org/changeset/base/270268 > > Log: > Document MAC address selection and setting for atse(4). > > Submitted by: brooks > MFC after:3 da

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

2014-08-21 Thread Devin Teske
Author: dteske Date: Thu Aug 21 17:15:09 2014 New Revision: 270283 URL: http://svnweb.freebsd.org/changeset/base/270283 Log: Add `-A' flag to pkg-install(8) invocation when installing dependencies. MFC after:3 days X-MFC-to: stable/10, stable/9 Reported by: gjb Discussed with

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

2014-08-21 Thread Bryan Drewery
On 8/21/2014 12:15 PM, Devin Teske wrote: > Author: dteske > Date: Thu Aug 21 17:15:09 2014 > New Revision: 270283 > URL: http://svnweb.freebsd.org/changeset/base/270283 > > Log: > Add `-A' flag to pkg-install(8) invocation when installing dependencies. Thank you!! > > MFC after: 3 days

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

2014-08-21 Thread dteske
> -Original Message- > From: owner-src-committ...@freebsd.org [mailto:owner-src- > committ...@freebsd.org] On Behalf Of Bryan Drewery > Sent: Thursday, August 21, 2014 10:17 AM > To: Devin Teske; src-committ...@freebsd.org; svn-src-...@freebsd.org; svn- > src-h...@freebsd.org > Subject: R

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

2014-08-21 Thread Bryan Drewery
On 8/21/2014 12:23 PM, dte...@freebsd.org wrote: > > >> -Original Message- >> From: owner-src-committ...@freebsd.org [mailto:owner-src- >> committ...@freebsd.org] On Behalf Of Bryan Drewery >> Sent: Thursday, August 21, 2014 10:17 AM >> To: Devin Teske; src-committ...@freebsd.org; svn-src

Re: svn commit: r269603 - in head: etc/mtree lib/libnv lib/libnv/tests tools/regression/lib/libnv

2014-08-21 Thread yaneurabeya
On Aug 5, 2014, at 3:06 PM, Garrett Cooper wrote: > On Aug 5, 2014, at 11:41 AM, Garrett Cooper wrote: > >> Author: ngie >> Date: Tue Aug 5 18:41:27 2014 >> New Revision: 269603 >> URL: http://svnweb.freebsd.org/changeset/base/269603 >> >> Log: >> Integrate lib/libnv into the build/kyua >> >

Re: svn commit: r269603 - in head: etc/mtree lib/libnv lib/libnv/tests tools/regression/lib/libnv

2014-08-21 Thread Bryan Drewery
On 8/21/2014 12:42 PM, yaneurab...@gmail.com wrote: > On Aug 5, 2014, at 3:06 PM, Garrett Cooper wrote: > >> On Aug 5, 2014, at 11:41 AM, Garrett Cooper wrote: >> >>> Author: ngie >>> Date: Tue Aug 5 18:41:27 2014 >>> New Revision: 269603 >>> URL: http://svnweb.freebsd.org/changeset/base/269603

svn commit: r270287 - in head: sbin/ifconfig sys/net

2014-08-21 Thread Alexander V. Chernikov
Author: melifaro Date: Thu Aug 21 17:54:42 2014 New Revision: 270287 URL: http://svnweb.freebsd.org/changeset/base/270287 Log: * Add new net/sff8436.h containing constants used to access QSFP+ data via i2c inteface. These constants has been taken from SFF-8436 "QSFP+ 10 Gbs 4X PLUGGABLE

svn commit: r270288 - head/sys/dev/vt

2014-08-21 Thread Jean-Sebastien Pedron
Author: dumbbell Date: Thu Aug 21 18:26:32 2014 New Revision: 270288 URL: http://svnweb.freebsd.org/changeset/base/270288 Log: vt(4): Constify vt_buf argument of vtbuf_iscursor() MFC after:1 week Modified: head/sys/dev/vt/vt.h head/sys/dev/vt/vt_buf.c Modified: head/sys/dev/vt/vt.

svn commit: r270289 - in head: sbin/mksnap_ffs sbin/shutdown usr.sbin/ppp

2014-08-21 Thread Neel Natu
Author: neel Date: Thu Aug 21 19:04:15 2014 New Revision: 270289 URL: http://svnweb.freebsd.org/changeset/base/270289 Log: Change file permissions for some setuid executables so they are "o+r". The executable itself doesn't contain any privileged information. An example of where this is u

svn commit: r270290 - head/sys/dev/vt

2014-08-21 Thread Jean-Sebastien Pedron
Author: dumbbell Date: Thu Aug 21 19:15:22 2014 New Revision: 270290 URL: http://svnweb.freebsd.org/changeset/base/270290 Log: vt(4): Test if the cursor is shown only once Later, we just see if the "struct mouse_cursor" pointer is set. This avoids the need to mess with all the conditions

svn commit: r270293 - in head/sys/dev/vt: . font

2014-08-21 Thread Jean-Sebastien Pedron
Author: dumbbell Date: Thu Aug 21 19:42:24 2014 New Revision: 270293 URL: http://svnweb.freebsd.org/changeset/base/270293 Log: vt(4): Rename the "mouse_cursor" structure to "vt_mouse_cursor" At the same time, "w" and "h" members are now called "width" and "height". The goal is to have a m

svn commit: r270299 - head/sys/dev/vt/hw/vga

2014-08-21 Thread Jean-Sebastien Pedron
Author: dumbbell Date: Thu Aug 21 20:10:05 2014 New Revision: 270299 URL: http://svnweb.freebsd.org/changeset/base/270299 Log: vt_vga: When clearing video memory, don't read from it The goal is to clear the video memory, in case an application drew to it. So the content shouldn't be loade

svn commit: r270300 - head/share/vt/keymaps

2014-08-21 Thread Stefan Esser
Author: se Date: Thu Aug 21 20:33:09 2014 New Revision: 270300 URL: http://svnweb.freebsd.org/changeset/base/270300 Log: Next round of fixes. MFC after:3 days Added: head/share/vt/keymaps/bg.phonetic.kbd - copied unchanged from r270290, head/share/vt/keymaps/bg.bds.ctrlcaps.kbd

svn commit: r270301 - head/tools/tools/vt/keymaps

2014-08-21 Thread Stefan Esser
Author: se Date: Thu Aug 21 20:35:39 2014 New Revision: 270301 URL: http://svnweb.freebsd.org/changeset/base/270301 Log: Modify a few output file names as used with vt. MFC after:3 days Modified: head/tools/tools/vt/keymaps/KBDFILES.map Modified: head/tools/tools/vt/keymaps/KBDFILES

svn commit: r270303 - in head: sys/sys usr.bin/elfdump

2014-08-21 Thread Ed Maste
Author: emaste Date: Thu Aug 21 20:55:10 2014 New Revision: 270303 URL: http://svnweb.freebsd.org/changeset/base/270303 Log: Rename DT_FEATURE_1 to DT_FEATURE This provides a minor cleanup in elfdump; there are otherwise no consumers in the tree. Old SUN documentation can be found for ei

svn commit: r270304 - head/usr.bin/elfdump

2014-08-21 Thread Ed Maste
Author: emaste Date: Thu Aug 21 20:58:43 2014 New Revision: 270304 URL: http://svnweb.freebsd.org/changeset/base/270304 Log: elfdump: Remove extraneous _SUNW_ in reported DT_ names Sponsored by: The FreeBSD Foundation Modified: head/usr.bin/elfdump/elfdump.c Modified: head/usr.bin/elfdu

svn commit: r270305 - in head/sys/cam: ata scsi

2014-08-21 Thread Sean Bruno
Author: sbruno Date: Thu Aug 21 21:05:58 2014 New Revision: 270305 URL: http://svnweb.freebsd.org/changeset/base/270305 Log: Add the Samsung 843T as a 4k enabled drive Submitted by: Jason Wolfe MFC after:2 weeks Sponsored by: Limelight Networks Modified: head/sys/cam/ata/ata_da.

svn commit: r270311 - head/sys/modules/aic7xxx/ahc/ahc_eisa

2014-08-21 Thread Ian Lepore
Author: ian Date: Thu Aug 21 22:42:02 2014 New Revision: 270311 URL: http://svnweb.freebsd.org/changeset/base/270311 Log: This module requires pci_if.h, add it to the SRCS list. We haven't noticed that it was missing because eisa has been disabled for a while in -current, but it became ap

svn commit: r270315 - head/cddl/contrib/opensolaris/cmd/lockstat

2014-08-21 Thread Xin LI
Author: delphij Date: Thu Aug 21 22:53:14 2014 New Revision: 270315 URL: http://svnweb.freebsd.org/changeset/base/270315 Log: Include two headers to provide prototype for modfind(2) and kldload(2). MFC after:2 weeks Modified: head/cddl/contrib/opensolaris/cmd/lockstat/sym.c Modified

svn commit: r270317 - head/cddl/usr.sbin/lockstat

2014-08-21 Thread Xin LI
Author: delphij Date: Fri Aug 22 01:23:38 2014 New Revision: 270317 URL: http://svnweb.freebsd.org/changeset/base/270317 Log: Fix powerpc build: Chase r270227 and compile lockstat with C99 standard. Suggested by: bde Modified: head/cddl/usr.sbin/lockstat/Makefile Modified: head/cdd

Re: svn commit: r270249 - head/sys/cam/ata

2014-08-21 Thread Neel Natu
Hi Warner, On Wed, Aug 20, 2014 at 3:58 PM, Warner Losh wrote: > Author: imp > Date: Wed Aug 20 22:58:12 2014 > New Revision: 270249 > URL: http://svnweb.freebsd.org/changeset/base/270249 > > Log: > Turns out that IDENTIFY DEVICE and IDENTIFY PACKET DEVICE return data > that's only mostly sim

svn commit: r270318 - head/sys/kern

2014-08-21 Thread Hiroki Sato
Author: hrs Date: Fri Aug 22 05:03:30 2014 New Revision: 270318 URL: http://svnweb.freebsd.org/changeset/base/270318 Log: Fix a panic which occurs in a VIMAGE-enabled kernel after r270158, and separate socket_hhook_register() part and put it into VNET_SYS{,UN}INIT() handler. Discussed w

Re: svn commit: r270249 - head/sys/cam/ata

2014-08-21 Thread Warner Losh
On Aug 21, 2014, at 10:31 PM, Neel Natu wrote: > Hi Warner, > > On Wed, Aug 20, 2014 at 3:58 PM, Warner Losh wrote: >> Author: imp >> Date: Wed Aug 20 22:58:12 2014 >> New Revision: 270249 >> URL: http://svnweb.freebsd.org/changeset/base/270249 >> >> Log: >> Turns out that IDENTIFY DEVICE an

Re: svn commit: r270249 - head/sys/cam/ata

2014-08-21 Thread Neel Natu
Hi Warner, On Thu, Aug 21, 2014 at 10:34 PM, Warner Losh wrote: > > On Aug 21, 2014, at 10:31 PM, Neel Natu wrote: > >> Hi Warner, >> >> On Wed, Aug 20, 2014 at 3:58 PM, Warner Losh wrote: >>> Author: imp >>> Date: Wed Aug 20 22:58:12 2014 >>> New Revision: 270249 >>> URL: http://svnweb.freebsd