Age | Commit message (Collapse) | Author |
|
Next commit will delete vmm(4) for i386.
Reasons to delete i386 vmm:
- Been broken for a while, almost no one complained.
- Had been falling out of sync from amd64 while it worked.
- If your machine has vmx, you most probably can run amd64, so why not run that?
ok mlarkin@ deraadt@
|
|
at first boot may display a large amount of patches to install (one per line).
This kind of overflows the display, so use column(1) to reduce the amount of
lines.
prodded by and ok deraadt@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
the root disk may be specified by DUID.
Initial diff by Chris McGee
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
prodded by "multiplexd"
ok tb@ who was coming up with the same patch
|
|
not "pc", as is documented in the file. However, the value of FFSSZ
is not used anywhere so remove the variable.
Pointed out by miod@
|
|
Cluebat and OK deraadt@
|
|
|
|
|
|
|
|
This implements automatic thread support initialization in libcrypto.
This does not remove any functions from the ABI, but does turn them into
no-ops. Stub implementations of pthread_mutex_(init|lock|unlock) are
provided for ramdisks.
This does not implement the new OpenSSL 1.1 thread API internally,
keeping the original CRYTPO_lock / CRYPTO_add_lock functions for library
locking. For -portable, crypto_lock.c can be reimplemented with
OS-specific primitives as needed.
ok beck@, tb@, looks sane guenther@
|
|
|
|
|
|
prodded by a mail from "multiplexd"
ok robert@
|
|
ok robert@
|
|
|
|
compiler flags. Pass DIST_CFLAGS from the crunchgen-generated .mk
file.
Compile the install media with -fno-unwind-tables to avoid emitting
.eh_frame sections. This saves substantial space on amd64.
with/ok kettenis@
|
|
u-boot by setting device_tree_address to the right value in config.txt.
Also switch to setting arm_64bit instead of arm_control since the latter
is deprecated. Based on a diff from bmercer@.
ok jsg@, bmercer@, deraadt@
|
|
moving the signed patch to the proper location and one for
verifying its signature and applying it.
ok ajacoutot, robert
|
|
ok kevlo@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
We were using spacing after ellipses in an inconsistent way in the
installer. Standardize on using "... " everywhere and take into account
the cursor position while we are waiting for the task to complete: the
cursor is now always positioned after the last dot, and the space is
added when displaying completion confirmation.
While there, also take cursor position into account in vfs_shutdown(),
and remove the extra leading space before ticks in dhclient.
OK deraadt@
|
|
the hardware is detected. Add this to the miniroot/ramdisk.
requires dtb 4.18
U-Boot 2018.09 and later will load a dtb for 'SanCloud BeagleBone
Enhanced' if required which will be in dtb 4.19 after linux 4.19 is
released and can be added then.
|
|
|