Author: sobomax
Date: Sat Apr 23 06:31:46 2016
New Revision: 298502
URL: https://svnweb.freebsd.org/changeset/base/298502
Log:
o Fix handling of images with compression block sizes comparable to
MAXPHYS.
o Improve debug somewhat;
o Convert "BUG BUG BUG message" into a proper KASSER
Author: sgalabov
Date: Sat Apr 23 04:27:01 2016
New Revision: 298501
URL: https://svnweb.freebsd.org/changeset/base/298501
Log:
Remove uart_dev_mtk_ns8250
The purpose of this file was to simply detect the UART speed before
attaching the actual ns8250 driver so that we don't have to specif
Author: sgalabov
Date: Sat Apr 23 04:24:30 2016
New Revision: 298500
URL: https://svnweb.freebsd.org/changeset/base/298500
Log:
Reduce the FreeBSD specific DTS files for Mediatek/Ralink
The introduction of palmbus and previous work allows us to cut the
differences between FreeBSD and Open
Author: sgalabov
Date: Sat Apr 23 04:22:38 2016
New Revision: 298499
URL: https://svnweb.freebsd.org/changeset/base/298499
Log:
Use cpu_establish_hardintr in mtk_intr_gic
This allows us to come closer to OpenWRT vanilla DTS files.
Approved by: adrian (mentor)
Sponsored by: Smartcom
Author: sgalabov
Date: Sat Apr 23 04:21:18 2016
New Revision: 298498
URL: https://svnweb.freebsd.org/changeset/base/298498
Log:
Introduce palmbus for Mediatek/Ralink SoCs
This allows us to get closer to OpenWRT DTS files and minimize the diffs
a little more.
Approved by: adrian (men
Author: sgalabov
Date: Sat Apr 23 04:19:42 2016
New Revision: 298497
URL: https://svnweb.freebsd.org/changeset/base/298497
Log:
Minor pinctrl fixes for Mediatek/Ralink
Approved by: adrian (mentor)
Sponsored by: Smartcom - Bulgaria AD
Differential Revision:https://reviews.freebs
Author: rmacklem
Date: Sat Apr 23 01:22:04 2016
New Revision: 298495
URL: https://svnweb.freebsd.org/changeset/base/298495
Log:
Fix a LOR in the NFSv4.1 server.
The ordering of acquisition of the state and session mutexes was
reversed in two cases executed when an NFSv4.1 client created/f
Author: davidcs
Date: Sat Apr 23 01:22:12 2016
New Revision: 298496
URL: https://svnweb.freebsd.org/changeset/base/298496
Log:
Remove Unused/Dead Code
MFC after:5 days
Modified:
head/sys/dev/bxe/bxe.c
Modified: head/sys/dev/bxe/bxe.c
=
On Mon, Apr 11, 2016 at 8:30 PM, Bryan Drewery wrote:
> On 4/11/2016 2:15 PM, Garrett Cooper wrote:
>> Author: ngie
>> Date: Mon Apr 11 21:15:48 2016
>> New Revision: 297836
>> URL: https://svnweb.freebsd.org/changeset/base/297836
>>
>> Log:
>> Fix appending -O0 to CFLAGS
>
> This seems to be a
On Fri, Apr 22, 2016 at 11:31:37PM +0200, Marko Zec wrote:
> On Fri, 22 Apr 2016 16:15:59 +
> Ruslan Bukin wrote:
>
> > Author: br
> > Date: Fri Apr 22 16:15:58 2016
> > New Revision: 298477
> > URL: https://svnweb.freebsd.org/changeset/base/298477
> >
> > Log:
> > Clear the DDR memory. Th
On Fri, 2016-04-22 at 23:31 +0200, Marko Zec wrote:
> On Fri, 22 Apr 2016 16:15:59 +
> Ruslan Bukin wrote:
>
> > Author: br
> > Date: Fri Apr 22 16:15:58 2016
> > New Revision: 298477
> > URL: https://svnweb.freebsd.org/changeset/base/298477
> >
> > Log:
> > Clear the DDR memory. This shou
On Fri, 22 Apr 2016 16:15:59 +
Ruslan Bukin wrote:
> Author: br
> Date: Fri Apr 22 16:15:58 2016
> New Revision: 298477
> URL: https://svnweb.freebsd.org/changeset/base/298477
>
> Log:
> Clear the DDR memory. This should be done by bootloaders,
> but they have no such feature yet.
>
>
Author: bdrewery
Date: Fri Apr 22 20:31:29 2016
New Revision: 298487
URL: https://svnweb.freebsd.org/changeset/base/298487
Log:
Fix error when SRCCONF is empty.
Sponsored by: EMC / Isilon Storage Division
Modified:
head/share/mk/src.sys.mk
Modified: head/share/mk/src.sys.mk
Author: hselasky
Date: Fri Apr 22 18:16:12 2016
New Revision: 298486
URL: https://svnweb.freebsd.org/changeset/base/298486
Log:
More fixes for using IPv6 addresses with RDMA:
- Added check that the SCOPE ID is only restored for IPv6 linklocal
addresses.
- Changes made by r237263 in
Author: ngie
Date: Fri Apr 22 18:05:34 2016
New Revision: 298485
URL: https://svnweb.freebsd.org/changeset/base/298485
Log:
Fix up pointer issues with lib/libkvm
In particular,
- avoid dereferencing NULL pointers
- test pointers against NULL, not 0
- test for errout == NULL in the top
Author: jhb
Date: Fri Apr 22 17:51:19 2016
New Revision: 298484
URL: https://svnweb.freebsd.org/changeset/base/298484
Log:
Optionally return the output capabilities list from _OSC.
Both of the callers were expecting the input cap_set to be modified.
This fixes them to request cap_set to b
> On Apr 22, 2016, at 10:43 AM, John Baldwin wrote:
>
> On Thursday, April 21, 2016 08:44:15 PM Hans Petter Selasky wrote:
>> On 04/21/16 20:37, John Baldwin wrote:
>>> - tsleep(fdc, PRIBIO, "fdcrst", hz);
>>> + if (cold)
>>> + DELAY(100);
>>> +
Author: asomers
Date: Fri Apr 22 17:02:47 2016
New Revision: 298483
URL: https://svnweb.freebsd.org/changeset/base/298483
Log:
Add ATF tests for usr.sbin/extattr
Add ATF tests for the existing behavior of setextattr, rmextattr, lsextattr,
and getextattr.
Reviewed by: ngie
MFC afte
On Thursday, April 21, 2016 08:44:15 PM Hans Petter Selasky wrote:
> On 04/21/16 20:37, John Baldwin wrote:
> > - tsleep(fdc, PRIBIO, "fdcrst", hz);
> > + if (cold)
> > + DELAY(100);
> > + else
> > + tsleep(fdc, PRIBIO, "fdcrst",
Author: pfg
Date: Fri Apr 22 16:57:42 2016
New Revision: 298482
URL: https://svnweb.freebsd.org/changeset/base/298482
Log:
Cleanup redundant parenthesis from existing howmany()/roundup() macro uses.
Modified:
head/sys/amd64/amd64/pmap.c
head/sys/amd64/linux/linux_sysvec.c
head/sys/amd64/l
Author: adrian
Date: Fri Apr 22 16:28:41 2016
New Revision: 298481
URL: https://svnweb.freebsd.org/changeset/base/298481
Log:
[bhnd] use correct bus deallocation method
Submitted by: Mizhka Zhilin
Differential Revision:https://reviews.freebsd.org/D5647
Modified:
head/sys/dev/b
Author: adrian
Date: Fri Apr 22 16:27:35 2016
New Revision: 298480
URL: https://svnweb.freebsd.org/changeset/base/298480
Log:
[bhnd] Update bhndb format strings to match long -> rman_res_t size change.
Does what it says on the tin; this unbreaks 32-bit builds.
Submitted by: Landon Full
Author: allanjude
Date: Fri Apr 22 16:20:58 2016
New Revision: 298478
URL: https://svnweb.freebsd.org/changeset/base/298478
Log:
Fix more pc98 build issues re: bcache change
Reported by: bz, emaste
Modified:
head/sys/boot/pc98/libpc98/biosdisk.c
Modified: head/sys/boot/pc98/libpc98/bio
Author: adrian
Date: Fri Apr 22 16:26:53 2016
New Revision: 298479
URL: https://svnweb.freebsd.org/changeset/base/298479
Log:
[bhnd] Add a common bhnd_pci driver shared by both bhnd_pcib and
bhnd_pci_hostb
This extracts common code from bhndb_pci, bhnd_pcib, and bhnd_pci_hostb into a
sim
Author: br
Date: Fri Apr 22 16:15:58 2016
New Revision: 298477
URL: https://svnweb.freebsd.org/changeset/base/298477
Log:
Clear the DDR memory. This should be done by bootloaders,
but they have no such feature yet.
This fixes operation on Rocket Core and lowRISC.
Modified:
head/sys/con
Author: br
Date: Fri Apr 22 15:12:05 2016
New Revision: 298476
URL: https://svnweb.freebsd.org/changeset/base/298476
Log:
Add memory barriers (fence instructions) so the data wrotten by hardware
to physical address now can be read by VA.
This fixes operation on Rocket Core (FPGA).
Sp
Author: br
Date: Fri Apr 22 15:04:46 2016
New Revision: 298474
URL: https://svnweb.freebsd.org/changeset/base/298474
Log:
Correct the event queue initialization.
This fixes operation on Rocket Core.
Sponsored by: DARPA, AFRL
Sponsored by: HEIF5
Modified:
head/sys/riscv/riscv/locore.S
Author: avg
Date: Fri Apr 22 13:44:12 2016
New Revision: 298473
URL: https://svnweb.freebsd.org/changeset/base/298473
Log:
lahf/sahf are supported on some amd64 processors
While the instructions were not included into the original instruction
set, their support can be indicated by a speci
Author: avg
Date: Fri Apr 22 13:00:27 2016
New Revision: 298472
URL: https://svnweb.freebsd.org/changeset/base/298472
Log:
MFV r298471: 6052 decouple lzc_create() from the implementation details
illumos/illumos-gate@26455f9efcf9b1e44937d4d86d1ce37b006f25a9
https://github.com/illumos/illu
Author: ngie
Date: Fri Apr 22 08:11:26 2016
New Revision: 298464
URL: https://svnweb.freebsd.org/changeset/base/298464
Log:
Use `sizeof(*uuser)` instead of `sizeof(struct usm_user)` for consistency with
the rest of the users in the file
No functional change
MFC after: 3 days
Sponso
Author: ngie
Date: Fri Apr 22 08:09:27 2016
New Revision: 298463
URL: https://svnweb.freebsd.org/changeset/base/298463
Log:
Add FEATURE knob for testing for UFS extended attribute kernel support
Support can be verified via `feature_present("ufs_extattr")`, etc.
Differential Revision: h
> On Apr 22, 2016, at 00:51, Garrett Cooper wrote:
>
> Author: ngie
> Date: Fri Apr 22 07:51:38 2016
> New Revision: 298462
> URL: https://svnweb.freebsd.org/changeset/base/298462
>
> Log:
> Return `ret` in op_ifentry(..) to mute a -Wunused-but-set-variable warning
>
> This will also now det
Author: ngie
Date: Fri Apr 22 07:51:38 2016
New Revision: 298462
URL: https://svnweb.freebsd.org/changeset/base/298462
Log:
Return `ret` in op_ifentry(..) to mute a -Wunused-but-set-variable warning
This will also now detect error conditions with
value->var.subs[sub - 1] == LEAF_ifPhysAdd
Author: hselasky
Date: Fri Apr 22 07:29:38 2016
New Revision: 298461
URL: https://svnweb.freebsd.org/changeset/base/298461
Log:
Fix for printf() compile warning when fast_reg.length is 64-bit.
Changing fast_reg.length to 64 bits is planned in the future. Krping
uses 32-bit lengths internally
34 matches
Mail list logo