summaryrefslogtreecommitdiff
path: root/distrib
AgeCommit message (Collapse)Author
2019-01-18disable vmd/vmctl for i386pd
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@
2019-01-16When installing a few months after a new release is out, the syspatch(8) checkAntoine Jacoutot
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@
2019-01-13spelling error fixes; from Claus AssmannTheo de Raadt
2019-01-12syncVisa Hankala
2019-01-11syncTheo de Raadt
2019-01-11syncTheo de Raadt
2019-01-10syncTheo de Raadt
2019-01-08syncFlorian Obser
2019-01-02due to retpoline, some media do increase slightlyTheo de Raadt
2019-01-02syncStuart Henderson
2018-12-26syncStuart Henderson
2018-12-22syncTheo de Raadt
2018-12-21Remove outdated instruction.Visa Hankala
2018-12-21Document how to boot from SD/MMC or SATA on U-Boot. Also mention thatVisa Hankala
the root disk may be specified by DUID. Initial diff by Chris McGee
2018-12-21syncTheo de Raadt
2018-12-20syncTheo de Raadt
2018-12-18syncTheo de Raadt
2018-12-03syncTheo Buehler
2018-11-30syncAlexandre Ratchov
2018-11-29syncStuart Henderson
2018-11-28syncTheo de Raadt
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