Author: royger
Date: Sat Jan 17 08:09:07 2015
New Revision: 277291
URL: https://svnweb.freebsd.org/changeset/base/277291
Log:
loader: use correct types for parse_modmetadata
Use the proper types in parse_modmetadata for the p_start and p_end
parameters. This was causing problems in the AR
Among emails in this thread, Warner Losh wrote:
[ so to avoid replying on per-email bases ]
> (2) is the exact problem I'm working on. Since the design of that will
> allow us to read from the kernel these modules, (1) becomes largely
> irrelevant because the only /boot/loader incursion would be to
On Thu, Jan 15, 2015 at 04:23:03PM +0300, Slawa Olhovchenkov wrote:
> I think defining UFS options in kernel connfig affect to module too.
> When I define this options in kernel config (w/o options FFS) I got
> ufs.ko with this SU, quota, acl etc.
Nice point I missed in earlier replies. In my sta
Author: ae
Date: Sat Jan 17 11:32:09 2015
New Revision: 277295
URL: https://svnweb.freebsd.org/changeset/base/277295
Log:
Fix condition and really sort ports. Also add comment describing
the intent of this code.
Reported by: sbruno
MFC after:1 week
Sponsored by: Yandex LLC
Modif
Author: dim
Date: Sat Jan 17 11:41:04 2015
New Revision: 277296
URL: https://svnweb.freebsd.org/changeset/base/277296
Log:
MFC r277147:
Since the merge of file 5.21 in r276415 and r276416, stable/9 and
stable/10 cannot be built from FreeBSD 8.x. This is because the
build-tools stage re
Author: dim
Date: Sat Jan 17 11:41:04 2015
New Revision: 277296
URL: https://svnweb.freebsd.org/changeset/base/277296
Log:
MFC r277147:
Since the merge of file 5.21 in r276415 and r276416, stable/9 and
stable/10 cannot be built from FreeBSD 8.x. This is because the
build-tools stage re
Author: ae
Date: Sat Jan 17 11:43:13 2015
New Revision: 277297
URL: https://svnweb.freebsd.org/changeset/base/277297
Log:
MFC r276901:
Move the recursion detection code into separate function
gif_check_nesting(). Also make MTAG_GIF definition private to if_gif.c.
MFC r276907:
Re
Author: br
Date: Sat Jan 17 12:31:26 2015
New Revision: 277298
URL: https://svnweb.freebsd.org/changeset/base/277298
Log:
o Notify USB host about connection when operating in device mode.
Required when communicating to Mac OS X USB host stack.
o Also don't set stall bit to TX pipe in devic
Author: dim
Date: Sat Jan 17 12:54:02 2015
New Revision: 277299
URL: https://svnweb.freebsd.org/changeset/base/277299
Log:
MFC r276517:
Pull in r200010 from upstream libc++ trunk (by Marshall Clow):
Rename some internal templates to avoid conflict with complier
intrinsics. __is_c
Author: dim
Date: Sat Jan 17 12:54:02 2015
New Revision: 277299
URL: https://svnweb.freebsd.org/changeset/base/277299
Log:
MFC r276517:
Pull in r200010 from upstream libc++ trunk (by Marshall Clow):
Rename some internal templates to avoid conflict with complier
intrinsics. __is_c
> On 17 Jan 2015, at 02:18 , Warner Losh wrote:
>
> Author: imp
> Date: Sat Jan 17 02:17:59 2015
> New Revision: 277285
> URL: https://svnweb.freebsd.org/changeset/base/277285
>
> Log:
> Need to include opt_mca.h to test for DEV_MCA.
>
> Modified:
> head/sys/x86/isa/atpic.c
i386 LINT kerne
Author: smh
Date: Sat Jan 17 14:44:59 2015
New Revision: 277300
URL: https://svnweb.freebsd.org/changeset/base/277300
Log:
Mechanically convert cddl sun #ifdef's to illumos
Since the upstream for cddl code is now illumos not sun, mechanically
convert all sun #ifdef's to illumos #ifdef's w
Author: pfg
Date: Sat Jan 17 15:19:18 2015
New Revision: 277301
URL: https://svnweb.freebsd.org/changeset/base/277301
Log:
ext2: cosmetical issues
Minor sorting and note when the cases are expected to fall through.
MFC after:1 week
Modified:
head/sys/fs/ext2fs/ext2_hash.c
Modif
Author: hselasky
Date: Sat Jan 17 16:36:39 2015
New Revision: 277302
URL: https://svnweb.freebsd.org/changeset/base/277302
Log:
Start importing the basic OFED linux compatibility layer changes made
by dumbbell@ to be able to compile this layer as a dependency module.
Clean up some Makefiles
Author: adrian
Date: Sat Jan 17 17:31:47 2015
New Revision: 277303
URL: https://svnweb.freebsd.org/changeset/base/277303
Log:
Skip the OFDM weak signal threshold detection programming for
AR9462/AR9565.
This and some upcoming changes to the HAL for these chips should
address some of the
Author: adrian
Date: Sat Jan 17 17:37:08 2015
New Revision: 277304
URL: https://svnweb.freebsd.org/changeset/base/277304
Log:
Correct the descriptor length for AR9462/AR9565 and set the final field
to zero - TX drops are otherwise reported.
Tested:
* AR9462 (WB222), STA mode
Obt
Author: ian
Date: Sat Jan 17 18:40:46 2015
New Revision: 277305
URL: https://svnweb.freebsd.org/changeset/base/277305
Log:
Minor cleanups, comment changes. No need to load 3 values when setting up
the stack for secondary cores, the other two values are only used for zeroing
bss on the prima
Author: ian
Date: Sat Jan 17 18:56:22 2015
New Revision: 277306
URL: https://svnweb.freebsd.org/changeset/base/277306
Log:
Add defines for SDHCI 3.0 controllers.
Submitted by: Michal Meloun
Modified:
head/sys/dev/sdhci/sdhci.h
Modified: head/sys/dev/sdhci/sdhci.h
==
Author: ian
Date: Sat Jan 17 19:57:03 2015
New Revision: 277307
URL: https://svnweb.freebsd.org/changeset/base/277307
Log:
Add a new SDHCI quirk, SDHCI_QUIRK_DONT_SET_HISPD_BIT. Apparently some
sdhci controllers, such as the one on a Raspberry Pi, mishandle the signal
timing in high speed s
> On Jan 17, 2015, at 6:31 AM, Bjoern A. Zeeb wrote:
>
>
>> On 17 Jan 2015, at 02:18 , Warner Losh wrote:
>>
>> Author: imp
>> Date: Sat Jan 17 02:17:59 2015
>> New Revision: 277285
>> URL: https://svnweb.freebsd.org/changeset/base/277285
>>
>> Log:
>> Need to include opt_mca.h to test for D
Author: bz
Date: Sun Jan 18 01:28:08 2015
New Revision: 277308
URL: https://svnweb.freebsd.org/changeset/base/277308
Log:
There are still kernel configs and mk files depending on the OFED option.
This will need a proper cleanup and in the meantime after r277302 unbreak
LINT builds.
Modified
> On 17 Jan 2015, at 16:36 , Hans Petter Selasky wrote:
>
> Author: hselasky
> Date: Sat Jan 17 16:36:39 2015
> New Revision: 277302
> URL: https://svnweb.freebsd.org/changeset/base/277302
>
> Log:
> Start importing the basic OFED linux compatibility layer changes made
> by dumbbell@ to be ab
> On 17 Jan 2015, at 23:19 , Warner Losh wrote:
>
>
>> On Jan 17, 2015, at 6:31 AM, Bjoern A. Zeeb wrote:
>>
>>
>>> On 17 Jan 2015, at 02:18 , Warner Losh wrote:
>>>
>>> Author: imp
>>> Date: Sat Jan 17 02:17:59 2015
>>> New Revision: 277285
>>> URL: https://svnweb.freebsd.org/changeset/ba
Author: neel
Date: Sun Jan 18 01:50:10 2015
New Revision: 277309
URL: https://svnweb.freebsd.org/changeset/base/277309
Log:
Make the error message explicit instead of just printing the usage if the
virtual machine name is not specified.
Requested by: grehan
MFC after:1 week
Modifie
Author: neel
Date: Sun Jan 18 03:08:30 2015
New Revision: 277310
URL: https://svnweb.freebsd.org/changeset/base/277310
Log:
Simplify instruction restart logic in bhyve.
Keep track of the next instruction to be executed by the vcpu as 'nextrip'.
As a result the VM_RUN ioctl no longer takes
> On 18 Jan 2015, at 01:33 , Bjoern A. Zeeb wrote:
>
>
>> On 17 Jan 2015, at 16:36 , Hans Petter Selasky wrote:
>>
>> Author: hselasky
>> Date: Sat Jan 17 16:36:39 2015
>> New Revision: 277302
>> URL: https://svnweb.freebsd.org/changeset/base/277302
>>
>> Log:
>> Start importing the basic OF
Author: imp
Date: Sun Jan 18 03:43:47 2015
New Revision: 277311
URL: https://svnweb.freebsd.org/changeset/base/277311
Log:
Include mca_machdep.h.
Modified:
head/sys/x86/isa/atpic.c
Modified: head/sys/x86/isa/atpic.c
Author: gonzo
Date: Sun Jan 18 06:43:09 2015
New Revision: 277313
URL: https://svnweb.freebsd.org/changeset/base/277313
Log:
Fix programming timing parameters to LCDC. Actual value used for HBP, HFP,
HSW, VSW
is register's programmed value + 1.
Modified:
head/sys/arm/ti/am335x/am335x_lcd.c
Author: jhibbits
Date: Sun Jan 18 07:08:06 2015
New Revision: 277314
URL: https://svnweb.freebsd.org/changeset/base/277314
Log:
Use proper signed types. The ADT746x uses signed 8-bit numbers for the
temperature.
MFC after:2 weeks
Modified:
head/sys/dev/iicbus/adt746x.c
Modified:
29 matches
Mail list logo