Author: hrs
Date: Wed Aug 27 09:19:22 2014
New Revision: 270698
URL: http://svnweb.freebsd.org/changeset/base/270698
Log:
- Use $local_startup to load rc.conf.d/* scripts.
- Document support of rc.conf.d//* introduced in r270392.
Discussed with: bapt
Modified:
head/etc/rc.subr
Author: dumbbell
Date: Wed Aug 27 09:34:41 2014
New Revision: 270702
URL: http://svnweb.freebsd.org/changeset/base/270702
Log:
vt(4): Implement basic support for KDSETMODE ioctl
With the current implementation, this allows an X11 server to tell
the console it switches a particular window
Author: dumbbell
Date: Wed Aug 27 10:04:10 2014
New Revision: 270705
URL: http://svnweb.freebsd.org/changeset/base/270705
Log:
vt(4): Add cngrab() and cnungrab() callbacks
They are used when a panic occurs or when entering a DDB session for
instance.
cngrab() forces a vt-switch to th
Author: dumbbell
Date: Wed Aug 27 10:07:08 2014
New Revision: 270706
URL: http://svnweb.freebsd.org/changeset/base/270706
Log:
drm: Don't "taskqueue" vt-switch if under DDB/panic situation
If DDB is active, we can't use a taskqueue thread to switch away from
the X window, because this thr
On 27.08.2014 12:04, Jean-Sebastien Pedron wrote:
Author: dumbbell
Date: Wed Aug 27 10:04:10 2014
New Revision: 270705
URL: http://svnweb.freebsd.org/changeset/base/270705
Log:
vt(4): Add cngrab() and cnungrab() callbacks
Review: https://reviews.freebsd.org/D682
Reviewed by:ray@
On Wed, Aug 27, 2014 at 09:34:41AM +, Jean-Sebastien Pedron wrote:
J> Author: dumbbell
J> Date: Wed Aug 27 09:34:41 2014
J> New Revision: 270702
J> URL: http://svnweb.freebsd.org/changeset/base/270702
J>
J> Log:
J> vt(4): Implement basic support for KDSETMODE ioctl
J>
J> With the curren
Author: dumbbell
Date: Wed Aug 27 11:08:09 2014
New Revision: 270707
URL: http://svnweb.freebsd.org/changeset/base/270707
Log:
vt(4): Pause the vt_flush() timer when the screen is up-to-date
The timer is restarted whenever a window buffer is marked as dirty or
the mouse cursor moves.
Author: dumbbell
Date: Wed Aug 27 11:27:48 2014
New Revision: 270708
URL: http://svnweb.freebsd.org/changeset/base/270708
Log:
vt(4): Recompute the drawable area when the resolution changes
This was only done when the font changed.
MFC after:1 week
Modified:
head/sys/dev/vt/vt_c
Author: hselasky
Date: Wed Aug 27 13:21:53 2014
New Revision: 270710
URL: http://svnweb.freebsd.org/changeset/base/270710
Log:
- Update the OFED Linux Emulation layer as a preparation for a
hardware driver update from Mellanox Technologies.
- Remove empty files from the OFED Linux Emulation
Author: hselasky
Date: Wed Aug 27 14:07:24 2014
New Revision: 270711
URL: http://svnweb.freebsd.org/changeset/base/270711
Log:
MFC r269777:
Fix string length argument passed to "sysctl_handle_string()" so that
the complete string is returned by the function and not just only one
byte.
On Tue, Aug 26, 2014 at 02:31:37AM +, Andrew Thompson wrote:
In zfs directory layout you missing some separate datesets:
usr/home (or, may be, just /home)
usr/obj
usr/ports/packages
usr/ports/distfiles
Can you do it before 10.1?
___
svn-src-all@fre
Author: hselasky
Date: Wed Aug 27 14:11:25 2014
New Revision: 270712
URL: http://svnweb.freebsd.org/changeset/base/270712
Log:
MFC r269777:
Fix string length argument passed to "sysctl_handle_string()" so that
the complete string is returned by the function and not just only one
byte.
Author: hselasky
Date: Wed Aug 27 14:13:47 2014
New Revision: 270713
URL: http://svnweb.freebsd.org/changeset/base/270713
Log:
MFC r269777:
Fix string length argument passed to "sysctl_handle_string()" so that
the complete string is returned by the function and not just only one
byte.
Author: hselasky
Date: Wed Aug 27 14:17:15 2014
New Revision: 270714
URL: http://svnweb.freebsd.org/changeset/base/270714
Log:
MFC r270133:
Add more USB class codes.
Modified:
stable/10/lib/libusb/libusb.h
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/lib/libusb/
Author: hselasky
Date: Wed Aug 27 14:18:48 2014
New Revision: 270715
URL: http://svnweb.freebsd.org/changeset/base/270715
Log:
MFC r270133:
Add more USB class codes.
Modified:
stable/9/lib/libusb/libusb.h
Directory Properties:
stable/9/lib/libusb/ (props changed)
Modified: stable/9/lib
Author: hselasky
Date: Wed Aug 27 14:20:01 2014
New Revision: 270716
URL: http://svnweb.freebsd.org/changeset/base/270716
Log:
MFC r270133:
Add more USB class codes.
Modified:
stable/8/lib/libusb/libusb.h
Directory Properties:
stable/8/lib/libusb/ (props changed)
Modified: stable/8/lib
Author: hselasky
Date: Wed Aug 27 14:22:40 2014
New Revision: 270717
URL: http://svnweb.freebsd.org/changeset/base/270717
Log:
MFC r270134:
Use the "bSubslotSize" and "bSubFrameSize" fields to obtain the actual
sample size. According to the USB audio frame format specification
from USB.org
Author: hselasky
Date: Wed Aug 27 14:24:00 2014
New Revision: 270718
URL: http://svnweb.freebsd.org/changeset/base/270718
Log:
MFC r270134:
Use the "bSubslotSize" and "bSubFrameSize" fields to obtain the actual
sample size. According to the USB audio frame format specification
from USB.org
Author: hselasky
Date: Wed Aug 27 14:25:18 2014
New Revision: 270719
URL: http://svnweb.freebsd.org/changeset/base/270719
Log:
MFC r270134:
Use the "bSubslotSize" and "bSubFrameSize" fields to obtain the actual
sample size. According to the USB audio frame format specification
from USB.org
Author: dumbbell
Date: Wed Aug 27 15:10:28 2014
New Revision: 270720
URL: http://svnweb.freebsd.org/changeset/base/270720
Log:
vt(4): Fix mouse cursor handling in vt_fb/creator_vt/ofwfb
There were two issues:
1. The area given to vt_is_cursor_in_area() was adding the drawable
On Wed, Aug 27, 2014 at 01:21:53PM +, Hans Petter Selasky wrote:
> Author: hselasky
> Date: Wed Aug 27 13:21:53 2014
> New Revision: 270710
> URL: http://svnweb.freebsd.org/changeset/base/270710
>
> Log:
> - Update the OFED Linux Emulation layer as a preparation for a
> hardware driver upd
On 08/27/14 17:32, Navdeep Parhar wrote:
On Wed, Aug 27, 2014 at 01:21:53PM +, Hans Petter Selasky wrote:
Author: hselasky
Date: Wed Aug 27 13:21:53 2014
New Revision: 270710
URL: http://svnweb.freebsd.org/changeset/base/270710
Log:
- Update the OFED Linux Emulation layer as a preparatio
On Wed, Aug 27, 2014 at 12:55:22AM +0300, Konstantin Belousov wrote:
> On Tue, Aug 26, 2014 at 05:23:10PM -0400, John Baldwin wrote:
> > On Tuesday, August 26, 2014 3:32:10 pm John-Mark Gurney wrote:
> > > John Baldwin wrote this message on Tue, Aug 26, 2014 at 15:09 -0400:
> > > > On Monday, Augus
Author: dumbbell
Date: Wed Aug 27 17:16:52 2014
New Revision: 270721
URL: http://svnweb.freebsd.org/changeset/base/270721
Log:
vt(4): If the terminal shrinks, make sure the mouse is inside the new area
MFC after:1 week
Modified:
head/sys/dev/vt/vt_core.c
Modified: head/sys/dev/vt/vt
Author: jhb
Date: Wed Aug 27 17:44:59 2014
New Revision: 270722
URL: http://svnweb.freebsd.org/changeset/base/270722
Log:
Correct the destroy example. The -n argument is not needed (and is not
valid).
Reported by: mwlucas
Reviewed by: phk
MFC after:1 week
Modified:
head/sbin
On Tuesday, August 26, 2014 5:55:22 pm Konstantin Belousov wrote:
> On Tue, Aug 26, 2014 at 05:23:10PM -0400, John Baldwin wrote:
> > On Tuesday, August 26, 2014 3:32:10 pm John-Mark Gurney wrote:
> > > John Baldwin wrote this message on Tue, Aug 26, 2014 at 15:09 -0400:
> > > > On Monday, August 2
Author: truckman
Date: Wed Aug 27 18:00:58 2014
New Revision: 270723
URL: http://svnweb.freebsd.org/changeset/base/270723
Log:
MFC r270510
Catch up to gcc 3.3 -> 3.4 upgrade.
Modified:
stable/10/ObsoleteFiles.inc
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/O
> -Original Message-
> From: owner-src-committ...@freebsd.org [mailto:owner-src-
> committ...@freebsd.org] On Behalf Of Slawa Olhovchenkov
> Sent: Wednesday, August 27, 2014 7:09 AM
> To: Andrew Thompson
> Cc: src-committ...@freebsd.org; svn-src-all@freebsd.org; svn-src-
> sta...@freebsd.
Author: ngie
Date: Wed Aug 27 18:25:14 2014
New Revision: 270724
URL: http://svnweb.freebsd.org/changeset/base/270724
Log:
MFC r270180:
r269906:
Add missing BSD.tests.dist entry for lib/libutil to unbreak installworld with
MK_TESTS == no
Phabric: D555
Approved by: jmmv (me
On Wed, Aug 27, 2014 at 11:02:28AM -0700, dte...@freebsd.org wrote:
>
>
> > -Original Message-
> > From: owner-src-committ...@freebsd.org [mailto:owner-src-
> > committ...@freebsd.org] On Behalf Of Slawa Olhovchenkov
> > Sent: Wednesday, August 27, 2014 7:09 AM
> > To: Andrew Thompson
>
Author: pluknet
Date: Wed Aug 27 18:49:41 2014
New Revision: 270725
URL: http://svnweb.freebsd.org/changeset/base/270725
Log:
Vendor import of tzdata2014f.
- Russia time zone changes.
- New zones: Asia/Chita and Asia/Srednekolymsk.
- Lots of changes wrt. time zone abbreviations and hist
Hi!
Did this get reviewed at all?
Removing those files may make it more annoying to port some other
linux code in the future, as some future linux driver code may include
those files.
-a
On 27 August 2014 06:21, Hans Petter Selasky wrote:
> Author: hselasky
> Date: Wed Aug 27 13:21:53 2014
Author: pluknet
Date: Wed Aug 27 18:51:54 2014
New Revision: 270726
URL: http://svnweb.freebsd.org/changeset/base/270726
Log:
Tag of tzdata2014f
Added:
vendor/tzdata/tzdata2014f/
- copied from r270725, vendor/tzdata/dist/
___
svn-src-all@freebs
Author: jmg
Date: Wed Aug 27 18:56:12 2014
New Revision: 270727
URL: http://svnweb.freebsd.org/changeset/base/270727
Log:
add scripts for generating a diff from p4...
awkdiff is the script from scottl that he got from ken a long time
ago... It no longer lives in his home dir, so give it
On Wed, Aug 27, 2014 at 06:54:32PM +0200, Mateusz Guzik wrote:
> So how about the following:
You need to update kinfo_proc32 in sys/compat/freebsd32/freebsd32.h
and freebsd32_kinfo_proc_out() in kern/kern_proc.c. Otherwise,
32bit kinfo_proc is broken, in particular, you can see 32 bit
ps(1) dumpi
Hi,
On 08/27/14 20:50, Adrian Chadd wrote:
Hi!
Did this get reviewed at all?
Yes.
Removing those files may make it more annoying to port some other
linux code in the future, as some future linux driver code may include
those files.
At the stage where this emulation layer is, you will mo
On 27 August 2014 11:59, Hans Petter Selasky wrote:
> Hi,
>
>
> On 08/27/14 20:50, Adrian Chadd wrote:
>>
>> Hi!
>>
>> Did this get reviewed at all?
>
>
> Yes.
>
>
>>
>> Removing those files may make it more annoying to port some other
>> linux code in the future, as some future linux driver code
On Wed, Aug 27, 2014 at 11:59 AM, Hans Petter Selasky wrote:
>> Removing those files may make it more annoying to port some other
>> linux code in the future, as some future linux driver code may include
>> those files.
>>
>
On a (somewhat) related note, I would like to see sema(9) replaced by
sx
Author: pluknet
Date: Wed Aug 27 19:26:35 2014
New Revision: 270728
URL: http://svnweb.freebsd.org/changeset/base/270728
Log:
MFV of r270725, tzdata2014f
- Russia time zone changes.
- New zones: Asia/Chita and Asia/Srednekolymsk.
- Lots of changes wrt. time zone abbreviations and histor
Author: pluknet
Date: Wed Aug 27 19:34:49 2014
New Revision: 270729
URL: http://svnweb.freebsd.org/changeset/base/270729
Log:
Fix comments on updating tzdata releases.
Modified:
head/share/zoneinfo/Makefile
Modified: head/share/zoneinfo/Makefile
==
Author: markj
Date: Wed Aug 27 19:51:07 2014
New Revision: 270730
URL: http://svnweb.freebsd.org/changeset/base/270730
Log:
MFC r265255, r270506:
Allow "a.out" as an alias for the executable if no other matching entries
are found.
Modified:
stable/9/lib/libproc/_libproc.h
stable/9/lib/l
Author: markj
Date: Wed Aug 27 19:51:42 2014
New Revision: 270731
URL: http://svnweb.freebsd.org/changeset/base/270731
Log:
MFC r265255, r270506:
Allow "a.out" as an alias for the executable if no other matching entries
are found.
Modified:
stable/10/lib/libproc/_libproc.h
stable/10/lib
On 08/27/14 21:08, Davide Italiano wrote:
On Wed, Aug 27, 2014 at 11:59 AM, Hans Petter Selasky wrote:
Removing those files may make it more annoying to port some other
linux code in the future, as some future linux driver code may include
those files.
On a (somewhat) related note, I would
Author: markj
Date: Wed Aug 27 21:11:19 2014
New Revision: 270733
URL: http://svnweb.freebsd.org/changeset/base/270733
Log:
MFC r261491 (by ambrisko):
Add a tunable "hw.mfi.mrsas_enable" to allow mfi(4) to drop priority and
allow mrsas(4) from LSI to attach to newer LSI cards that are suppor
Author: markj
Date: Wed Aug 27 21:11:19 2014
New Revision: 270732
URL: http://svnweb.freebsd.org/changeset/base/270732
Log:
MFC r261491 (by ambrisko):
Add a tunable "hw.mfi.mrsas_enable" to allow mfi(4) to drop priority and
allow mrsas(4) from LSI to attach to newer LSI cards that are suppor
Author: adrian
Date: Thu Aug 28 00:05:02 2014
New Revision: 270734
URL: http://svnweb.freebsd.org/changeset/base/270734
Log:
Add iwn-100 firmware.
The firmware is from the Linux firmware git repository; the intel
licence is the same as other firmware blobs.
Tested: iwn1: mem 0xf4800
Author: truckman
Date: Thu Aug 28 01:14:30 2014
New Revision: 270735
URL: http://svnweb.freebsd.org/changeset/base/270735
Log:
MFC r270510:
Catch up to gcc 3.3 -> 3.4 upgrade.
Modified:
stable/9/ObsoleteFiles.inc (contents, props changed)
Directory Properties:
stable/9/ (props chan
Author: gjb
Date: Thu Aug 28 01:14:59 2014
New Revision: 270736
URL: http://svnweb.freebsd.org/changeset/base/270736
Log:
Correct the note about r270401: s/pam(3)/pam_group(8)
Submitted by: jilles
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/release/doc/en_US.ISO8859-1/reln
Author: truckman
Date: Thu Aug 28 01:15:56 2014
New Revision: 270737
URL: http://svnweb.freebsd.org/changeset/base/270737
Log:
MFC r270510:
Catch up to gcc 3.3 -> 3.4 upgrade.
Modified:
stable/8/ObsoleteFiles.inc (contents, props changed)
Directory Properties:
stable/8/ (props chan
> -Original Message-
> From: Slawa Olhovchenkov [mailto:s...@zxy.spb.ru]
> Sent: Wednesday, August 27, 2014 11:49 AM
> To: dte...@freebsd.org
> Cc: 'Andrew Thompson'; src-committ...@freebsd.org; svn-src-
> a...@freebsd.org; svn-src-sta...@freebsd.org; svn-src-stable-
> 1...@freebsd.org
>
Author: adrian
Date: Thu Aug 28 03:18:27 2014
New Revision: 270738
URL: http://svnweb.freebsd.org/changeset/base/270738
Log:
Fix antenna configuration, microcode version checks and rate selection
in preparation for the 5300 3x3 NIC.
During this particular adventure, I did indeed discover
On Wed, Aug 27, 2014 at 09:59:03PM +0300, Konstantin Belousov wrote:
> On Wed, Aug 27, 2014 at 06:54:32PM +0200, Mateusz Guzik wrote:
> > So how about the following:
>
> You need to update kinfo_proc32 in sys/compat/freebsd32/freebsd32.h
> and freebsd32_kinfo_proc_out() in kern/kern_proc.c. Other
Author: bryanv
Date: Thu Aug 28 04:20:24 2014
New Revision: 270739
URL: http://svnweb.freebsd.org/changeset/base/270739
Log:
MFC r267632:
Fix GCC compile warning: Variable(s) can be used uninitialized.
PR: 193076
Modified:
stable/10/sys/dev/vmware/vmxnet3/if_vmx.c
Direct
Author: hselasky
Date: Thu Aug 28 04:35:38 2014
New Revision: 270740
URL: http://svnweb.freebsd.org/changeset/base/270740
Log:
Add description of "sysctl_remove_name()" function.
Modified:
head/share/man/man9/Makefile
head/share/man/man9/sysctl_add_oid.9
Modified: head/share/man/man9/Makef
Author: gjb
Date: Thu Aug 28 06:16:36 2014
New Revision: 270741
URL: http://svnweb.freebsd.org/changeset/base/270741
Log:
Document r269946, USDT DTrace probe improvements.
Submitted by: rpaulo
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/release/doc/en_US.ISO8859-1/relnotes
55 matches
Mail list logo