summaryrefslogtreecommitdiff
path: root/distrib
AgeCommit message (Collapse)Author
2018-11-23syncTheo de Raadt
2018-11-21syncTheo de Raadt
2018-11-21syncTheo de Raadt
2018-11-18syncTheo Buehler
2018-11-18MACHINE_ARCH -> MACHINE to fix syspatch build on macppc and arm64.Antoine Jacoutot
prodded by "multiplexd" ok tb@ who was coming up with the same patch
2018-11-13Fix a slip in previous. FFSSZ should reflect the "pa" disktab field,Visa Hankala
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@
2018-11-13Grow sgi iso to make room for clang.Visa Hankala
Cluebat and OK deraadt@
2018-11-12syncVisa Hankala
2018-11-11sync clang on mips64Visa Hankala
2018-11-11syncTheo Buehler
2018-11-11Add automatic threading initialization for libcrypto.Brent Cook
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@
2018-11-05syncStuart Henderson
2018-10-30syncTheo de Raadt
2018-10-30Missed that SUBDIR remnant in previous.Antoine Jacoutot
prodded by a mail from "multiplexd" ok robert@
2018-10-27SUBDIR is a remnant of the past.Antoine Jacoutot
ok robert@
2018-10-24Sync with major bumps and header removal.Joel Sing
2018-10-18Ensure that the install media are built with a consistent set ofChristian Weisgerber
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@
2018-10-12Make the rpi3 firmware pass the FDT at the address expected by the currentMark 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@
2018-10-08Split the ${ERRATA}/${ERRATA}.patch target up into two: one forTheo Buehler
moving the signed patch to the proper location and one for verifying its signature and applying it. ok ajacoutot, robert
2018-10-07add new ral-rt3290 firmwareJonathan Gray
ok kevlo@
2018-10-05syncTheo de Raadt
2018-10-04syncTheo de Raadt
2018-10-02syncJonathan Gray
2018-09-25syncTheo de Raadt
2018-09-25syncTheo de Raadt
2018-09-24syncFrederic Cambus
2018-09-22Harmonize spacing after ellipses in displayed messages.Frederic Cambus
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@
2018-09-21U-Boot 2018.05 and later will attempt to load a dtb for PocketBeagle ifJonathan Gray
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.
2018-09-18syncTheo de Raadt
2018-09-18The dmesg buffer is sufficiently large now that using the accumulatedChristian Weisgerber
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@
2018-09-13Unbreak ramdisks by catching up with the change to use the new libcStuart Henderson
uid_from_user() and gid_from_group() instead of the pax-specific functions in cache.c.
2018-09-13oops, missed the libc.so.XX.a relink fileStuart Henderson
2018-09-13syncStuart Henderson
2018-09-12sync for libcrypto/libssl/libtls minor bumps; from tb@Damien Miller
2018-09-11sync (libc++/libc++abi update)Stuart Henderson
2018-08-29Historically /etc/netstart (and the equivalent code in the installKenneth R Westerback
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@
2018-08-28syncTheo de Raadt
2018-08-26syncTheo de Raadt
2018-08-26syncdTheo de Raadt
2018-08-25syncTheo de Raadt
2018-08-24sync libcrypto relink fileStuart Henderson
2018-08-24syncTheo Buehler
2018-08-22Let /etc/installurl default to cdn.openbsd.org if it doesn't exist and noTheo Buehler
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
2018-08-19syncTheo de Raadt
2018-08-19There was some misunderstanding about which mirror to use.Theo Buehler
Back this out for now.
2018-08-19If /etc/installurl doesn't exist, install a default one pointing toTheo Buehler
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
2018-08-15sync machine list with arm64.htmlJonathan Gray
2018-08-11syncTheo de Raadt
2018-08-10syncTheo de Raadt
2018-08-08syncTheo de Raadt