Age | Commit message (Expand) | Author |
2022-09-26 | Hide error messages while extracting Apple firmware. Depending on the | Mark Kettenis |
2022-09-03 | Keep _fw2 in local md_consoleinfo() scope | Klemens Nanni |
2022-09-03 | Copy Apple touchpad firmware on machines that need it. | Mark Kettenis |
2022-08-07 | Modern EFI systems tend to want larger EFI Sys partitions, they play | Theo de Raadt |
2022-03-31 | on-ramdisk firmware extraction can overflow the install-media directory | Theo de Raadt |
2022-03-28 | Running getty(8) on /dev/console when using a glass console interferes with | Mark Kettenis |
2022-03-22 | Polish the bits that copy the firmware in place on Apple systems a bit more. | Mark Kettenis |
2022-03-13 | Now that fdisk(8) retains the EFI System Partition on Apple systems, skip | Mark Kettenis |
2022-03-06 | Simple move firmware subdirectory in place as suggested by deraadt@ | Mark Kettenis |
2022-03-06 | Fetch bwfm(4) firmware from the EFI System Partition on Apple Silicon | Mark Kettenis |
2022-02-10 | Use fdisk's -b to create boot partitions instead of -e scripts. | Kenneth R Westerback |
2022-02-04 | Now that installboot(8) creates the startup.nsh file, remove the shell | Mark Kettenis |
2021-12-14 | Don't overwrite the Raspberry Pi config.txt if it already exists. | Mark Kettenis |
2021-10-04 | Add firmwares for rsu(4), rtwn(4), and urtwn(4) drivers. | Kevin Lo |
2021-09-26 | '-g' no longer needs '-i'. | Kenneth R Westerback |
2021-08-29 | new installboot will sometimes reuse the existing msdos boot partition instead | Theo de Raadt |
2021-07-26 | Pass make flags to kernel and lib builds | kn |
2021-07-20 | Use installboot -p such that the right partition will be newfs'ed. | Mark Kettenis |
2021-07-18 | Remove hackery around /tmp/i/resolv.conf*. In particular "lookup file bind" | Theo de Raadt |
2021-07-16 | Replace dhclient with dhcpleased/resolvd on the ramdisk. | Florian Obser |
2021-06-25 | Allow (w)hole disk allocation for GPT disks. Use fdisk -A when Apple APFS ISC | Kenneth R Westerback |
2021-06-07 | Changing the default from (W)hole disk to (E)dit MBR wasn't enough to prevent | Mark Kettenis |
2021-06-06 | Use installboot(8) on arm64 ramdisks like we do for amd64. | Mark Kettenis |
2021-06-03 | Use machdep.compatible to determine Pine64 and Raspberry Pi "platforms". | Mark Kettenis |
2021-05-30 | Add initial support for installing on a disk with a GPT. Mostly taken from | Mark Kettenis |
2021-04-17 | Embiggen arm64 ramdisk kernel and miniroot/install img files. Provide | Stuart Henderson |
2021-04-13 | handle iso dir | Theo de Raadt |
2021-04-10 | build arm64 install*.img | Theo de Raadt |
2021-02-15 | distrib: arm64: avoid customization in mr.fs target | Sebastien Marie |
2020-05-18 | Make ffs2 the default for newfs; change all calls to create e.g. floppy | Otto Moerbeek |
2020-05-17 | Change install images called *.fs to *.img. These are UFS filesystem images, | Theo de Raadt |
2019-11-17 | Use disable-bt overlay with raspberry pi so the pl011 will be used as | Jonathan Gray |
2019-10-31 | When writing to a raw vnd device with dd if the input file size is not a | Jonathan Gray |
2019-10-03 | remove device_tree_address from rpi config.txt | Jonathan Gray |
2019-06-23 | Create space for the bootloader/firmware for Rockchip SoCs by leaving | Mark Kettenis |
2019-06-07 | eliminate differences between all the list files as much as | Theo de Raadt |
2019-05-13 | Add tee(1) to the ramdisk filesystem and use it to provide both a | Christian Weisgerber |
2019-05-03 | Further removal of differences (using install instead of cp, sorting | Theo de Raadt |
2019-04-30 | repair more trivial differences | Theo de Raadt |
2019-04-30 | rm is in /bin, no need to specify | Theo de Raadt |
2019-04-30 | Every Makefile on every architecture had deviated in unique ways. | Theo de Raadt |
2019-04-29 | TOPDIR and TOP are not neccessary. | Theo de Raadt |
2019-04-29 | remove the abstraction REV on top of abstraction OSrev which is always | Theo de Raadt |
2019-04-28 | cleanup the situation around "df -i" | Theo de Raadt |
2019-04-28 | Cull BSDRD variables which are always bsd.rd | Theo de Raadt |
2019-04-28 | CBIN variable is also pointless, it is always "instbin". Rather than | Theo de Raadt |
2019-04-28 | the BSD_RD variable is pointless | Theo de Raadt |
2019-04-28 | Use new vnconfig vnd-auto-allocate mode. Resolve some variation between | Theo de Raadt |
2019-04-05 | Use new rdsetroot. | Theo de Raadt |
2019-01-24 | kernels in compile dirs are readonly, and the bsd.rd we created has | Christian Weisgerber |