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
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
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:
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
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
-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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
> -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
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
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
>>
>
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
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
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.
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
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
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
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
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
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
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
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
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.
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
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
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
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
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
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
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
45 matches
Mail list logo