plunky
dfb2e3d51f
regen
2017-04-22 07:48:33 +00:00
plunky
a95eaab00e
state correct location for install-image (RELEASEDIR/images)
2017-04-22 07:48:19 +00:00
pgoyette
a6cdaa71c9
Add crypto stuff on top of what we already have, rather than replacing!
2017-04-22 05:32:40 +00:00
nonaka
d7fe81cc96
use CR8 instead of LAPIC Task Priority register on x86-64.
2017-04-22 04:29:31 +00:00
nonaka
080345b8c0
Added I/O APIC EOI register definition.
2017-04-22 04:25:09 +00:00
nonaka
1c88219e0e
move LAPIC_MSR* to specialreg.h.
2017-04-22 04:24:25 +00:00
nonaka
ed7b4f3764
Add x2APIC register definitions.
2017-04-22 04:23:17 +00:00
christos
f067861335
fix conditional
2017-04-21 23:49:17 +00:00
jmcneill
c96fbeac3f
Setup the console serial port using the /chosen/stdout-path property
...
instead of the compile-time CONSADDR setting.
2017-04-21 23:36:57 +00:00
jmcneill
31d221fa98
Fix defparam name (CONADDR -> CONSADDR)
2017-04-21 23:35:29 +00:00
jmcneill
d343fa5477
Add some helpers to find the stdout device.
2017-04-21 23:35:01 +00:00
christos
dec46a9666
libarchive now needs crypto
2017-04-21 23:07:45 +00:00
christos
1b32fecb19
new libarchive need crypto.
2017-04-21 23:06:18 +00:00
christos
9aa6a196f7
need to treat as one word.
2017-04-21 22:46:26 +00:00
sjg
63284db849
Str_Match: fix closure tests for [^] and add unit-test.
2017-04-21 22:15:44 +00:00
jmcneill
47bf9afcdc
Get the physical memory layout from the /memory node instead of reading
...
from the memory controller registers.
2017-04-21 21:13:04 +00:00
jmcneill
74e0d90157
Avoid using kmem in fdtbus_get_reg so we can use it early at boot to read
...
the physical memory layout of the system.
2017-04-21 21:08:57 +00:00
christos
cbbfa376d1
Add some more text from FreeBSD.
2017-04-21 20:17:26 +00:00
kamil
795febebbd
Try to fix build of sys_lwp.c
...
lwp_create() has been acquired more arguments, there was missing the latest
one. Per analogiam with changes in the same commit to other source files,
go for &SS_INIT.
2017-04-21 19:38:35 +00:00
christos
0185392700
Fix previous properly (wrong variable was tested) thanks riastradh@
2017-04-21 19:33:56 +00:00
jmcneill
10ea0ce986
dmesg fix
2017-04-21 19:18:05 +00:00
kamil
7d2cd9b2d1
Fix build of rump after change in lwp_create's signature
2017-04-21 19:16:10 +00:00
christos
a110095d6d
e2di_block is an array; can't be NULL, (clang)
2017-04-21 17:33:04 +00:00
christos
b57319ba10
TOOL_SED is bogus when building source sets, use builtins instead.
2017-04-21 15:29:41 +00:00
christos
d7746f2ee3
- Propagate the signal mask from the ucontext_t to the newly created thread
...
as specified by _lwp_create(2)
- Reset the signal stack for threads created with _lwp_create(2)
2017-04-21 15:10:34 +00:00
christos
e555bfe3f6
Add some more products
2017-04-21 15:06:37 +00:00
christos
5ec33a074f
Mention that the signal stack of the newly created lwp is reset to disabled.
2017-04-21 15:04:10 +00:00
szptvlfn
56d7f82578
fix number in copyright(4->3)
2017-04-21 14:46:31 +00:00
kamil
34e270cb64
Enhance verbosity of debug message for ELF magic mismatch
...
Print e_ident[EI_MAG3] (it was missed)
Print e_ident[EI_CLASS] as it is used do determine correct ELF magic.
No functional change for non-debug (without option DEBUG_ELF) build.
2017-04-21 13:17:42 +00:00
joerg
34bc775c56
Help silly sun2 along.
2017-04-21 12:43:22 +00:00
wiz
fb007dbb9b
tmux-2.4 out.
2017-04-21 12:20:25 +00:00
jmcneill
9f26610e2e
Initialize intr_setattr of arm32_pci_chipset
2017-04-21 12:18:59 +00:00
kre
bfbd326990
For want of a comma, the compiler was lost.
2017-04-21 11:49:31 +00:00
christos
a6427274ca
mark usage dead, simplify strings in it.
2017-04-21 11:28:35 +00:00
msaitoh
4ed5b7c993
Add Flattening Portal Bridge capability ID and Hierarchy ID extended
...
capability ID.
2017-04-21 09:01:52 +00:00
ozaki-r
29993d3fc4
Use inph for variable name of struct inpcb_hdr (NFC)
2017-04-21 08:39:06 +00:00
ozaki-r
9d12472e92
Use KASSERT
2017-04-21 08:38:18 +00:00
abhinav
3a89c5769a
When doing filename autocompletion, append a trailing slash at the end of directory
...
names. We already do this when there is only one completion option but
in case of of multiple completion options, it wasn't being done.
ok christos@
2017-04-21 05:38:03 +00:00
christos
4c09db682e
- fix number in copyright
...
- comment out "simplified link" for now.
2017-04-20 22:57:30 +00:00
christos
5d4045c853
Replace ours with the FreeBSD version; it is more versatile and handles
...
errors better (does not remove files if it is going to fail when -f).
2017-04-20 21:50:50 +00:00
joerg
f72e0e86ab
Tell GCC to shut up about strftime format strings.
2017-04-20 20:34:24 +00:00
uwe
8cfb8991bc
Quash .eh_frame unwind tables in boot code.
2017-04-20 19:09:29 +00:00
uwe
bf646ffdb7
Merge .eh_frame_hdr and .eh_frame into .text
2017-04-20 18:53:12 +00:00
uwe
702f0ce987
Group CLEANFILES assignments.
2017-04-20 18:39:28 +00:00
joerg
29339fc58f
Update libarchive and pkg_install.
2017-04-20 14:39:36 +00:00
joerg
fd4865e977
GC multistate_privsep.
2017-04-20 13:22:59 +00:00
joerg
5679a5096e
Update build system for pkg_install-20170419.
2017-04-20 13:18:47 +00:00
joerg
b1d15cef7f
Merge pkg_install-20170419.
2017-04-20 13:18:23 +00:00
joerg
e64dcdc0b6
Import pkg_install-20170419.
2017-04-20 13:12:46 +00:00
joerg
c57cca78b1
Use libarchive 3.x interface and not obsolete 2.x versions.
2017-04-20 13:11:35 +00:00