Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-10 | Allow to boot into the existing bsd.rd and to download, verify | Robert Peichaer | |
and upgrade to the bsd.rd of the next release. The installer detects this bsd.rd only upgrade if the answer to the 'Server directory?' question points to the sets of the next release. It then limits the set selection to the bsd.rd file, verifies it using the on-disk signify key of the next release and makes a backup of the existing bsd.rd before installing it. Idea from and OK deraadt@ OK benno@ | |||
2017-10-08 | sort | Visa Hankala | |
2017-10-08 | sync | Visa Hankala | |
2017-10-05 | When installing sets from disk, change the default answer for the question | Christian Weisgerber | |
"Is the disk partition already mounted?" from "no" to "yes". Agreed by many. | |||
2017-10-04 | sync | Patrick Wildt | |
2017-10-04 | Only print "done." after successful "syspatch -c". | Theo Buehler | |
suggested by and ok ajacoutot, mpi | |||
2017-09-29 | Mention that U-Boot images for Allwinner and Rockchip targets contain a | Jonathan Gray | |
default DTB. | |||
2017-09-29 | With arm64 targets U-Boot looks for dtbs in a directory named after the | Jonathan Gray | |
vendor of the SoC. | |||
2017-09-25 | update set sizes | Jonathan Gray | |
2017-09-19 | remove unused GZIPEXT | Jasper Lievisse Adriaanse | |
2017-09-18 | drop ${GZIPCMD} and just use 'gzip' | Jasper Lievisse Adriaanse | |
2017-09-18 | drop ${STRIP}, it's just 'strip' | Jasper Lievisse Adriaanse | |
ok deraadt@ | |||
2017-09-17 | use strip directly. The layers if macros are not actually helpful. | Theo de Raadt | |
2017-09-17 | Some further shrinking, but obviously not enough. Something unknown | Theo de Raadt | |
caused bloat about a month ago (and it wasn't purely the ctf additions since those are being stripped). Maybe the compiler generates different code when stronger debugging information is requested? | |||
2017-09-17 | Give up on alpha floppies for now | Theo de Raadt | |
2017-09-15 | Add dtbs the am335x_boneblack U-Boot image may use if a matching model | Jonathan Gray | |
is found. | |||
2017-09-05 | sync | Theo de Raadt | |
2017-09-05 | New POSIX xlocale implementation written from scratch. | Ingo Schwarze | |
Complete in the sense that all POSIX *locale(3) and *_l(3) functions are included, but in OpenBSD, we of course only really care about LC_CTYPE and we only support ASCII and UTF-8. With important help from kettenis@, guenther@, and jca@. Repeated testing in ports bulk builds by naddy@. Additional testing by jca@, sebastia@, dcoppa@, and others. OK kettenis@ dcoppa@, and guenther@ on an earlier version. Riding guenther@'s libc/librthread major bump. | |||
2017-09-03 | Previous fakeroot must be manually copied in case an errata does not apply | Antoine Jacoutot | |
to the current architecture. | |||
2017-09-01 | Remove the miniroot for the OMAP3 BeagleBoards. Ethernet is on USB and | Jonathan Gray | |
USB isn't supported. The installer turns out to have been broken on BeagleBoard for over a year and no one noticed. The existing support for OMAP3 in the kernel remains though it isn't clear if anyone has tried it after the fdt changes went in. ok patrick@ tom@ kettenis@ matthieu@ | |||
2017-08-30 | sync | Theo de Raadt | |
2017-08-28 | sync | Theo de Raadt | |
2017-08-28 | sync | Theo de Raadt | |
2017-08-28 | sync list of supported machines with arm64.html | Jonathan Gray | |
2017-08-27 | sync | Theo de Raadt | |
2017-08-26 | mention U-Boot file/offset for Marvell ARMADA 38x | Jonathan Gray | |
ok patrick@ | |||
2017-08-25 | sync | Theo de Raadt | |
2017-08-25 | Combine the commands to fetch and extract set files with the | Robert Peichaer | |
following if-block to extract {x}etc.tgz using the '&&' operator to ensure proper error handling. Fixes the case found by miod, where a failed extraction of the base set was not properly recognized. OK miod, tb | |||
2017-08-25 | sync | Theo de Raadt | |
2017-08-24 | On release installs of architectures supported by syspatch, run syspatch -c | Theo Buehler | |
from rc.firsttime. If binary patches are available, users will be informed on the console and in the rc.firsttime output mail. Based on an idea from tj; discussed with several during t2k17. Positive feedback and go ahead, deraadt, ajacoutot, rpe, tj. | |||
2017-08-23 | Install the patched kernel on the build machine just like we do for | Antoine Jacoutot | |
userland. ok robert@ | |||
2017-08-23 | Reverting 1.126. espie@ pointed out that the change was misleding | Nayden Markatchev | |
becuase the compilers, which are part of comp62, still provide support for Objective-C, hence the original text was still correct. | |||
2017-08-23 | Update the INSTALL docs to reflect the removal of Objective-C support from | Nayden Markatchev | |
comp62. ok tom@ | |||
2017-08-22 | scan_dmesg sorts words within a hardware model string. Switch to using | Jonathan Gray | |
the hw.product sysctl to avoid the problem. ok deraadt@ rpe@ kettenis@ | |||
2017-08-22 | Include Pine64 support in the install media now we can do so without boot0. | Jonathan Gray | |
Tested by abieber@ | |||
2017-08-22 | sync | Theo de Raadt | |
2017-08-22 | sync | Theo de Raadt | |
2017-08-22 | sync | Jonathan Gray | |
2017-08-21 | Move the kernel relinking code from /etc/rc into a seperate script | Robert Peichaer | |
/usr/libexec/reorder_kernel. Requested by ajacoutot@ to be able to relink the kernel from within syspatch(8). OK deraadt@ tb@ | |||
2017-08-21 | sync | Theo de Raadt | |
2017-08-21 | Add a comment about why we need to ignore the timestamps on perl man pages | Antoine Jacoutot | |
(Pod::Man adds the current date to the manuals). ok robert@ | |||
2017-08-21 | No need to explicitely add patch.sig to the plist, diff.sh will now pick it | Antoine Jacoutot | |
up properly. | |||
2017-08-21 | Kernel syspatches will now only contain the differing object files. | Antoine Jacoutot | |
The syspatch(8) utility will be modified accordingly to relink the kernel at the end of its run (not done yet, still WIP). That will give us KARL and much smaller patches. Idea from deraadt@ OK robert@ | |||
2017-08-21 | Catch non existent files (in case a syspatch would _add_ a new file). | Antoine Jacoutot | |
2017-08-21 | The syspatch(8) build system will eventually be properly documented in its own | Antoine Jacoutot | |
man(1) page but until things settle and the framework is robust, this file will be used as a quick reminder. ok robert@ | |||
2017-08-21 | sync | Jonathan Gray | |
2017-08-20 | sync | Theo de Raadt | |
2017-08-20 | sync | Theo de Raadt | |
2017-08-20 | sync | Theo de Raadt | |
2017-08-20 | sync | Theo de Raadt | |