Author: dchagin
Date: Sun Apr 12 06:21:58 2015
New Revision: 281451
URL: https://svnweb.freebsd.org/changeset/base/281451
Log:
Rework r281162. Indeed, the flexible array member is preferable here.
Suggested by: Justin T. Gibbs
MFC after:3 days
Modified:
head/sys/vm/uma_core.c
Author: adrian
Date: Sun Apr 12 00:02:32 2015
New Revision: 281445
URL: https://svnweb.freebsd.org/changeset/base/281445
Log:
Start enabling the available GPIO pins on the Carambola 2.
The carambola2 exposes all the gpio pins, but some are reserved for
core functions (eg usb, ethernet, et
Author: alc
Date: Sat Apr 11 22:57:13 2015
New Revision: 281444
URL: https://svnweb.freebsd.org/changeset/base/281444
Log:
Correct an off-by-one error in vm_reserv_reclaim_contig() that results in
an infinite loop.
Submitted by: Svatopluk Kraus
MFC after:1 week
Modified:
head/sys
On 11 Apr 2015, at 05:23, Jung-uk Kim wrote:
>
> Author: jkim
> Date: Sat Apr 11 03:23:41 2015
> New Revision: 281396
> URL: https://svnweb.freebsd.org/changeset/base/281396
>
> Log:
> Merge ACPICA 20150410.
Shall we MFC this at some point? :)
-Dimitry
signature.asc
Description: Message si
Author: andrew
Date: Sat Apr 11 20:44:21 2015
New Revision: 281443
URL: https://svnweb.freebsd.org/changeset/base/281443
Log:
Change the virtual address used to not be 0xc000, the arm loader
doesn't handle this address.
Modified:
head/sys/arm/qemu/std.virt
Modified: head/sys/arm/qemu/s
On Sat, Apr 11, 2015 at 01:07:00AM +, Xin LI wrote:
X> Author: delphij
X> Date: Sat Apr 11 01:06:59 2015
X> New Revision: 281388
X> URL: https://svnweb.freebsd.org/changeset/base/281388
X>
X> Log:
X> Attempt to fix build after 281351 by defining full prototype for the
X> functions that wer
Author: will
Date: Sat Apr 11 18:51:41 2015
New Revision: 281442
URL: https://svnweb.freebsd.org/changeset/base/281442
Log:
uiomove_object_page(): Avoid instantiating pages in sparse regions on reads.
Check whether the page being requested is either resident or on swap. If
not, read from
Author: rpaulo
Date: Sat Apr 11 18:45:22 2015
New Revision: 281441
URL: https://svnweb.freebsd.org/changeset/base/281441
Log:
Add support for controlling the trackpoint when Synaptics is enabled.
To accomplish this, we must put the Synaptics hardware in passthrough
mode when talking to th
Author: rpaulo
Date: Sat Apr 11 18:44:07 2015
New Revision: 281440
URL: https://svnweb.freebsd.org/changeset/base/281440
Log:
Improve Synaptics support for newer touchpads.
Enable two finger scrolling by default and disable the edge scrolling if
the touchpad has no physical zone for it.
Author: andrew
Date: Sat Apr 11 17:52:47 2015
New Revision: 281439
URL: https://svnweb.freebsd.org/changeset/base/281439
Log:
Add support for the QEMU virt SoC. This is a SoC built depending on the
command line arguments passed in. It will then generate a dtb on the fly,
as such no dts will
Author: andrew
Date: Sat Apr 11 17:16:23 2015
New Revision: 281438
URL: https://svnweb.freebsd.org/changeset/base/281438
Log:
Add support for the uart classes to set their default register shift value.
This is needed with the pl011 driver. Before this change it would default
to a shift of 0,
Author: mjg
Date: Sat Apr 11 16:00:33 2015
New Revision: 281437
URL: https://svnweb.freebsd.org/changeset/base/281437
Log:
Replace struct filedesc argument in getsock_cap with struct thread
This is is a step towards removal of spurious arguments.
Modified:
head/sys/kern/uipc_syscalls.c
Author: mjg
Date: Sat Apr 11 15:40:28 2015
New Revision: 281436
URL: https://svnweb.freebsd.org/changeset/base/281436
Log:
fd: remove filedesc argument from fdclose
Just accept a thread instead. This makes it consistent with fdalloc.
No functional changes.
Modified:
head/sys/compat/
Author: andrew
Date: Sat Apr 11 11:00:53 2015
New Revision: 281435
URL: https://svnweb.freebsd.org/changeset/base/281435
Log:
Add fdt support to the arm loader.efi
Modified:
head/sys/boot/efi/loader/arch/arm/Makefile.inc
Modified: head/sys/boot/efi/loader/arch/arm/Makefile.inc
==
Author: andrew
Date: Sat Apr 11 10:36:48 2015
New Revision: 281434
URL: https://svnweb.freebsd.org/changeset/base/281434
Log:
Only add -fPIC to CFLAGS and -Wl,-znocombreloc to LDFLAGS on x86, they
shouldn't be used on arm.
Modified:
head/sys/boot/efi/loader/Makefile
head/sys/boot/efi/load
Author: andrew
Date: Sat Apr 11 10:21:26 2015
New Revision: 281433
URL: https://svnweb.freebsd.org/changeset/base/281433
Log:
Move reloc.c to the top level Makefile as it has become generic.
Modified:
head/sys/boot/efi/loader/Makefile
head/sys/boot/efi/loader/arch/amd64/Makefile.inc
head/
Author: andrew
Date: Sat Apr 11 10:07:58 2015
New Revision: 281431
URL: https://svnweb.freebsd.org/changeset/base/281431
Log:
Update the arm efi ldscript to generate a valid efi binary
Modified:
head/sys/boot/efi/loader/arch/arm/ldscript.arm
Modified: head/sys/boot/efi/loader/arch/arm/ldscri
Author: ganbold
Date: Sat Apr 11 08:34:41 2015
New Revision: 281418
URL: https://svnweb.freebsd.org/changeset/base/281418
Log:
This modifies several FreeBSD drivers to use the GNU approach to
supply clk81 information. It also changes the hardware strings
in some of the drivers to match what
Author: ganbold
Date: Sat Apr 11 08:30:37 2015
New Revision: 281416
URL: https://svnweb.freebsd.org/changeset/base/281416
Log:
This modifies several FreeBSD drivers to use the hardware strings
present in the GNU dts files.
Submitted by: John Wehle
Reviewed by: imp
Modified:
head/s
Author: ganbold
Date: Sat Apr 11 08:27:38 2015
New Revision: 281415
URL: https://svnweb.freebsd.org/changeset/base/281415
Log:
This modifies the FreeBSD Amlogic DTS files to use the GNU files
as the base.
Submitted by: John Wehle
Reviewed by: imp
Modified:
head/sys/boot/fdt/dts/arm/
Author: ganbold
Date: Sat Apr 11 08:25:53 2015
New Revision: 281413
URL: https://svnweb.freebsd.org/changeset/base/281413
Log:
The GNU files don't include a DTS for the aml8726-m8b (which has
cortex-a5 cores unlike the aml8726-m8 which has cortex-a9 cores).
Submitted by: John Wehle
Revi
Author: ganbold
Date: Sat Apr 11 08:17:39 2015
New Revision: 281412
URL: https://svnweb.freebsd.org/changeset/base/281412
Log:
The GNU Amlogic DTS files have some errors (e.g. bad register
address, bad IRQ, etc) which are fixed by this patch.
John has sent these changes to the author of t
On Sat, 11 Apr 2015, Jung-uk Kim wrote:
Author: jkim
Date: Sat Apr 11 03:23:41 2015
New Revision: 281396
URL: https://svnweb.freebsd.org/changeset/base/281396
Log:
Merge ACPICA 20150410.
This seems to have broken i386 kernels.
--
Bjoern A. Zeeb "Come on. Learn, goddamn it.", War
Author: ngie
Date: Sat Apr 11 07:37:21 2015
New Revision: 281411
URL: https://svnweb.freebsd.org/changeset/base/281411
Log:
Fix even more warnings..
MFC after: 1 week
Sponsored by: EMC / Isilon Storage Division
Modified:
head/tools/regression/sockets/reconnect/Makefile
head/tools/reg
Author: ngie
Date: Sat Apr 11 07:35:30 2015
New Revision: 281410
URL: https://svnweb.freebsd.org/changeset/base/281410
Log:
Fix more warnings I didn't catch in the first go-around
MFC after: 1 week
Sponsored by: EMC / Isilon Storage Division
Modified:
head/tools/regression/sockets/reco
Author: ngie
Date: Sat Apr 11 07:33:04 2015
New Revision: 281409
URL: https://svnweb.freebsd.org/changeset/base/281409
Log:
Fix warnings, bump WARNS to 6, and use a temporary socket instead of one in
/tmp
MFC after: 1 week
Sponsored by: EMC / Isilon Storage Division
Modified:
head/too
26 matches
Mail list logo