Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
output from several boots in the dmesg listener can overflow the
ramdisk, so use only one boot's worth of dmesg in the listener.
sed(1) expression from kn@. ok deraadt@
|
|
uid_from_user() and gid_from_group() instead of the pax-specific
functions in cache.c.
|
|
|
|
|
|
|
|
|
|
script) did 'ifconfig <if> down' before starting dhclient(8). This was
a way of ensuring old running copies of dhclient were killed before a
new one started. Current dhclient does not need this assist, so change
"ifconfig <if> down" to "ifconfig <if> up" pending further script
optimizations.
Similar to a 2014 attempt by halex@. Prompted by a misc@ report
from Kristjan Komlosi reporting hanging diskless setups.
ok halex@ kn@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
official mirror was used. This way, people doing installs without network
access also get working pkg_add and syspatch experience out of the box.
Idea from tj
ok halex, job (who made it all possible), deraadt
|
|
|
|
Back this out for now.
|
|
cdn.openbsd.org. This way, people doing installs without network
access also get working pkg_add and syspatch experience out of the box.
Idea from tj, supported by deraadt and job
ok halex
|
|
|
|
|
|
|
|
|