jmcneill
8b884a02d6
Make opt_fdt.h available for all evbarm kernels.
2017-08-30 23:57:27 +00:00
maya
cab44f07e4
Add a short case for the alpha test failure
...
Now I see it's down to the choice of -mfp-trap-mode (n works, su/sui/u don't)
2017-08-30 22:55:41 +00:00
maxv
edd85c39a2
Make these pages non-executable, and style.
2017-08-30 16:01:55 +00:00
maxv
ef3449daf5
Don't test call gates, they are not supported anymore.
2017-08-30 15:46:19 +00:00
maxv
13f8366742
Don't allow userland to create 286/386 call gates anymore - they are not
...
used by Wine. While here, don't allow it to overwrite the static entries
either, don't allow unknown entry types, remove LDT_DEBUG, and style.
2017-08-30 15:44:01 +00:00
maxv
c6d443a60f
Pfff, use %ss and not %ds. The latter is controlled by userland, the former
...
contains the kernel value (flat); FreeBSD fixed this too a few weeks ago.
As I said earlier, this dtrace code is complete bullshit.
2017-08-30 15:34:57 +00:00
martin
8ddffbe4bb
Move sbmips -> evbmips entry to CHANGES.prev
2017-08-30 15:20:09 +00:00
maya
63a1be2348
use PRIu64 to print uint64_t, don't print sizeof
...
fixes build. sorry, built tested an older version for 32bit.
2017-08-30 14:24:20 +00:00
maya
ba15b3ff94
Add test case for alpha's MPFR config test failure
...
This assert fires with -mieee, but not without it.
2017-08-30 10:51:06 +00:00
msaitoh
bf7d56704e
ixg(4), ixv(4): Add C3000 and bypass function support.
2017-08-30 08:54:43 +00:00
msaitoh
dc7f84c858
- Sync with FreeBSD r320688 (and up to r322865):
...
- Add C3000(Denvertion(-NS)) support.
- Add bypass function support for bypass adapters. Sysctls are provided.
Not tested because I have no any bypass adapter.
- ixv(4): set RSS mapping.
- Change EEE sysctl.
- ixv(4): Add TSOv6.
- ixv(4): Mailbox API 1.2 and more are implemented and comment says it
negotiate with 1.2 but it really does 1.1...
- Remove thermal test sysctl.
- Fix unknown bugs.
- Print driver feature capabilities and enable bits when verbose boot.
2017-08-30 08:49:18 +00:00
msaitoh
c91dc6deb1
FreeBSD r320688 sorted a lot of functions. Merging that change by one commit
...
makes difficult to know what was really changed. To make change understandable,
commit only function sort and white space changes before real change.
2017-08-30 08:24:57 +00:00
wiz
41b9f7f5d8
Make all headers bold.
2017-08-30 05:47:24 +00:00
msaitoh
07cce385bc
Don't limit number of queue pair to 8. Take max TX queues and max RX queues
...
into account. 82598 has 32 TX queue and 64 RX queues. Others has 128 TX queues
and 128 RX queues. Number of MSI-X table entries is 64, so the max queue pairs
is 63 (64 minus the Others (e.g. link status change)).
2017-08-30 01:25:07 +00:00
jmcneill
088e9f05e9
Use linux_keymap instead of pckbd keymap
2017-08-30 00:40:09 +00:00
jmcneill
fd3aded8b4
Add a keymap for converting Linux event codes to wscons keysyms.
2017-08-30 00:39:27 +00:00
pgoyette
8adafed3ce
Document the keep-filename entry in the dictionary passed to VERIEXEC_LOAD.
...
Clean up English grammar in description of VERIEXEC_DUMP (relating to the
retention of filenames).
XXX There are several tables in this man page with column headers defined
XXX using .It Sy Col1 Col2 Col3 This causes the first header to appear
XXX as "Bold" but the remaining column headers are "Normal". I don't know
XXX how to fix it to make all the headers "Bold". :(
2017-08-29 23:38:50 +00:00
nisimura
1b11983af1
decouple pic_ipi_kpreempt() from DDB
2017-08-29 22:57:05 +00:00
mrg
8090e28661
update fonts.conf for fontconfig 2.12.4. removes <blank> section.
...
add a Makefile comment about how to regenerate it.
2017-08-29 20:53:56 +00:00
mrg
2c8b45b96d
update for xkeyboard-config 2.21.
2017-08-29 20:27:54 +00:00
skrll
b0ac1e49fb
Ensure all data is captured under the edata symbol for srt0.S to relocate
...
it correctly.
gcc 5.3 marks some data as .data.rel.local, .data.rel or .data.rel.ro
port-hppa/52484: lif images from -8 and HEAD not loadable/bootable over network
2017-08-29 19:14:04 +00:00
ryoon
c6a72218c6
Regen.
2017-08-29 18:33:15 +00:00
ryoon
6ea1e3aab6
Add Wacom Intuos2 A4 and Intuos Art pen tablets
2017-08-29 18:31:19 +00:00
ryoon
7f2014b841
xorg-server.pc should include pixman-1 dependency because
...
include/xorg/miscstruct.h includes pixman.h
2017-08-29 18:19:49 +00:00
maya
a52fd0a204
Don't fc-match bitmap fonts by default.
...
Now things using Helvetica won't look terrible, and will use the fallback
font instead.
Idea by jakllsch, thanks!
2017-08-29 15:50:57 +00:00
ryo
782b3eac39
* aarch64/memset.S didn't work! fixed some bugs.
...
* maximum size of DCZID_EL0:BS (2048) supported.
2017-08-29 15:00:23 +00:00
pgoyette
c31e1d979d
Revert previous changes. They are wrong. The intended clean-up
...
is already being handled by the call to veriexec_file_free() in
the "out:" path.
2017-08-29 12:48:50 +00:00
pgoyette
f18bf91f4d
One more resource to release - the filename, if we kept it.
2017-08-29 10:23:12 +00:00
pgoyette
8bdb86c1df
Release any allocated resources if we take the error paths.
...
As posted on tech-kern and discussed on IRC.
2017-08-29 10:19:54 +00:00
jmcneill
15cd199c01
Add powerdown support and hook it in to FDT
2017-08-29 10:10:54 +00:00
jmcneill
65bd01fae4
enable axp20x
2017-08-29 09:55:25 +00:00
jmcneill
90be26ce03
Add direct configuration support.
2017-08-29 09:55:03 +00:00
christos
370397d658
disable PIE and SSP
2017-08-29 09:17:43 +00:00
mrg
34a9271999
updates for fontconfig 2.8.
...
note that we don't (yet?) install the new fc-blank as it
has a python generator.
2017-08-29 09:02:10 +00:00
mrg
794f77b51f
update for xkeyboard-config 2.21.
...
prepare for libdrm data files.
2017-08-29 07:53:54 +00:00
mrg
44d7859e89
update for libdrm 2.4.83. the amdgpu.ids file isn't installed yet
...
(some odd FILES issue?) but this isn't a used driver yet anyway.
2017-08-29 07:12:13 +00:00
isaki
f383323805
Fix two typos. pfil -> rfil for recording.
...
One was introduced a month ago and the other was 12 years ago.
2017-08-29 06:38:49 +00:00
skrll
699730e761
Revert the *_PROT_RO_* define changes and do all the work in the *_PROT()
...
macros for RO kernel pages.
cats boots again - no idea how it slipped through my testing previously
2017-08-29 06:28:26 +00:00
mrg
9a3b1d3e8c
updates for xf86-video-openchrome 0.6.0
2017-08-29 04:58:38 +00:00
christos
64e9b5d330
add tests for 4->6 connections.
2017-08-28 10:19:57 +00:00
christos
dc977faaf4
add v6 tests
2017-08-28 09:30:29 +00:00
skrll
3b55fb3979
Define __HAVE_CPU_UAREA_ALLOC_IDLELWP so there are less wasted pages
2017-08-28 08:19:58 +00:00
skrll
5cfd282ad6
group __HAVE* options
2017-08-28 08:19:02 +00:00
skrll
94e302f822
__HAVE_CPU_UAREA_ALLOC_IDLELWP needed to not waste pages
2017-08-28 08:00:20 +00:00
msaitoh
cc16432877
Check buffer length correctly to not to print a garbage character.
...
Fixes PR#52352 reported by Yasushi Oshima.
2017-08-28 07:03:47 +00:00
nisimura
dfab1def86
explain AARCH64 PLT design
2017-08-28 06:59:25 +00:00
skrll
af4bf8a89c
typos :S
2017-08-28 06:18:40 +00:00
skrll
e513251159
Bump date
2017-08-28 06:17:02 +00:00
skrll
f14cba08bb
Note EX_EARLY
2017-08-28 06:16:14 +00:00
wiz
2dc39176ee
Remove superfluous Pp. Fix self-referencing xrefs. Improve others.
2017-08-28 06:04:00 +00:00