Author: ngie
Date: Sun Aug 20 06:07:40 2017
New Revision: 322715
URL: https://svnweb.freebsd.org/changeset/base/322715
Log:
MFC r305626,r305629,r307863,r322447,r322448,r322449,r322450,r322451:
r305626 (by oshogbo):
Move libcasper tests from regression/capsicum/libcasper/ to
lib/libca
Author: markj
Date: Sun Aug 20 01:42:01 2017
New Revision: 322714
URL: https://svnweb.freebsd.org/changeset/base/322714
Log:
Define prefetch() only if it hasn't already been defined.
MFC after:1 week
Modified:
head/sys/compat/linuxkpi/common/include/linux/list.h
Modified: head/sys/c
Author: markj
Date: Sun Aug 20 01:40:24 2017
New Revision: 322713
URL: https://svnweb.freebsd.org/changeset/base/322713
Log:
Add a couple of trivial headers to the LinuxKPI.
MFC after:1 week
Added:
head/sys/compat/linuxkpi/common/include/asm/msr.h (contents, props changed)
head/s
Author: pfg
Date: Sun Aug 20 01:27:33 2017
New Revision: 322712
URL: https://svnweb.freebsd.org/changeset/base/322712
Log:
MFC r320145:
ext2fs: Add uninit_bg feature support.
From the linux tune2fs(8) manpage:
"Allow the kernel to initialize bitmaps and inode tables and keep a high
wa
Author: pfg
Date: Sun Aug 20 01:08:23 2017
New Revision: 322711
URL: https://svnweb.freebsd.org/changeset/base/322711
Log:
MFC r316341, r317779, r319071, r319077, r319557, r319558, r319827, r319829:
ext2fs: add read-write support for Extended Attributes and linux ACLs.
Extended attribu
Author: cem
Date: Sun Aug 20 00:41:49 2017
New Revision: 322710
URL: https://svnweb.freebsd.org/changeset/base/322710
Log:
hwpstate: Add support for family 17h pstate info from MSRs
This information is normally available via acpi_perf, but in case it is not,
add support for fetching the i
Author: bde
Date: Sat Aug 19 23:13:33 2017
New Revision: 322709
URL: https://svnweb.freebsd.org/changeset/base/322709
Log:
Fix setting of defaults for the text cursor.
There was already a per-vty defaults field, but it was useless since it was
only initialized when propagating the global
Author: bde
Date: Sat Aug 19 21:40:42 2017
New Revision: 322708
URL: https://svnweb.freebsd.org/changeset/base/322708
Log:
Rename curr_curs_attr to base_curr_attr. The actual current cursor
attribute field is curs_attr. The base field holds user data translated
in a reversible way and is n
Author: matthew (ports committer)
Date: Sat Aug 19 21:17:53 2017
New Revision: 322707
URL: https://svnweb.freebsd.org/changeset/base/322707
Log:
Take in Rui Paulo's comit bit at his own request.
Approved by: core (implicit)
Modified:
svnadmin/conf/access
Modified: svnadmin/conf/access
Author: kib
Date: Sat Aug 19 21:00:02 2017
New Revision: 322706
URL: https://svnweb.freebsd.org/changeset/base/322706
Log:
Use the known valid segment when accessing memory in #UD handler.
Make sure that %eflags.D flag is cleared for hook.
Improve comments.
When #UD dtrace code checks f
Author: bde
Date: Sat Aug 19 19:33:16 2017
New Revision: 322705
URL: https://svnweb.freebsd.org/changeset/base/322705
Log:
Use better hard-coded defaults for the cursor shape, and remove nearby
redundant initializations.
Hard-code base = 0, height = (approx. 1/8 of the boot-time font heig
Author: andrew
Date: Sat Aug 19 17:18:27 2017
New Revision: 322697
URL: https://svnweb.freebsd.org/changeset/base/322697
Log:
Remove redundant declarations. Newer gcc has a warning for these so will
fail when building with -Werror.
Sponsored by: DARPA, AFRL
Modified:
head/sys/dev/extre
Author: andrew
Date: Sat Aug 19 17:15:40 2017
New Revision: 322696
URL: https://svnweb.freebsd.org/changeset/base/322696
Log:
Use armv8-a in -march, it is accepted by both clang and gcc.
Sponsored by: DARPA, AFRL
Modified:
head/sys/conf/files.arm64
head/sys/modules/armv8crypto/Makefile
On 2017-08-19 20:00, Vladimir Kondratyev wrote:
Author: wulf
Date: Sat Aug 19 17:00:10 2017
New Revision: 322695
URL: https://svnweb.freebsd.org/changeset/base/322695
Log:
Add support for generic MS Windows 7/8/10-compatible USB HID
touchscreens
found in many laptops.
Reviewed by:
On Sat, 19 Aug 2017 14:27:11 + (UTC)
Emmanuel Vadot wrote:
> Author: manu
> Date: Sat Aug 19 14:27:11 2017
> New Revision: 322694
> URL: https://svnweb.freebsd.org/changeset/base/322694
>
> Log:
> RPI DTS: Add value previously set by VideoCore and DTB links
>
> Using latest U-Boot for
Author: wulf
Date: Sat Aug 19 17:00:10 2017
New Revision: 322695
URL: https://svnweb.freebsd.org/changeset/base/322695
Log:
Add support for generic MS Windows 7/8/10-compatible USB HID touchscreens
found in many laptops.
Reviewed by: hps, gonzo, bcr (manpages)
Approved by:
Author: manu
Date: Sat Aug 19 14:27:11 2017
New Revision: 322694
URL: https://svnweb.freebsd.org/changeset/base/322694
Log:
RPI DTS: Add value previously set by VideoCore and DTB links
Using latest U-Boot for RPI 1 or 2 the DTB loaded by the firmware is
discarded.
The DTB was previously
Author: bde
Date: Sat Aug 19 12:14:46 2017
New Revision: 322693
URL: https://svnweb.freebsd.org/changeset/base/322693
Log:
Reduce complexity and backwards compatibilty a little by removing new aliases
and repurposing "blink". Improve accuracy of documentation of historical
mistakes and othe
Author: kib
Date: Sat Aug 19 09:38:43 2017
New Revision: 322692
URL: https://svnweb.freebsd.org/changeset/base/322692
Log:
MFC r322427:
Improve standard compliance for memset_s() and abort_handler_s().
Modified:
stable/11/lib/libc/stdlib/set_constraint_handler_s.c
stable/11/lib/libc/strin
19 matches
Mail list logo