Age | Commit message (Expand) | Author |
2022-03-07 | grow diskspace | Theo de Raadt |
2021-11-13 | Use long filenames by default on FAT filesystems | Klemens Nanni |
2021-11-11 | Make "config -e" work with ramdisk kernels | Klemens Nanni |
2021-11-07 | increase ramdisk space for another driver | Theo de Raadt |
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-07-26 | Pass make flags to kernel and lib builds | kn |
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-07-01 | delete sbin/restore | Theo de Raadt |
2021-02-14 | distrib: restore rdsetroot -x usage (extract the disk.fs image) on stripped b... | Sebastien Marie |
2021-02-14 | distrib: use ${MACHINE} instead of hardcoded value | Sebastien Marie |
2021-02-13 | distrib: remove .comment section systematically | Sebastien Marie |
2021-02-13 | distrib: remove .SUNW_ctf only on kernels | Sebastien Marie |
2021-02-13 | distrib: merge "cp a b; strip b" to "objcopy -S a b" | Sebastien Marie |
2021-02-13 | distrib: remove duplicate strip(1) calls | Sebastien Marie |
2021-01-05 | distribute the gzip'd version of bsd.rd on platforms where we all boot | Theo de Raadt |
2020-09-15 | grow amd64 ramdisk_cd....... | Theo de Raadt |
2020-08-05 | MTREE is not used | Theo de Raadt |
2020-08-03 | grow to cope with clang10 | Theo de Raadt |
2020-06-08 | growth | Theo de Raadt |
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 |
2020-03-02 | amd64 ramdisk does not support CD9660, so no use to have a cd(4). | Otto Moerbeek |
2019-11-15 | grow an install media | Theo de Raadt |
2019-06-08 | include mount_nfs on the amd64 ramdisk_cd, ok jca deraadt | Stuart Henderson |
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-05-01 | verbose mkhybrid was never needed on these arch | Theo de Raadt |
2019-04-30 | step by step, more removal of differences | 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 | pull cdfs into ramdisk_cd | Theo de Raadt |
2019-04-30 | Every Makefile on every architecture had deviated in unique ways. | Theo de Raadt |
2019-04-29 | These Makefile.inc are now empty and unused. | 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 | oops, repair some BSDRD confusion | 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 | Use new vnconfig vnd-auto-allocate mode. Resolve some variation between | Theo de Raadt |
2019-04-14 | Instead of using COPTS=-Oz (and similar) in make environment to force | Theo de Raadt |
2019-04-05 | Use new rdsetroot. | Theo de Raadt |
2019-03-05 | install*.{fs,iso} get larger due to clang library changes | Theo de Raadt |
2019-02-05 | sets grew a little, install*.* need to also | Theo de Raadt |
2019-01-02 | due to retpoline, some media do increase slightly | Theo de Raadt |
2018-10-07 | add new ral-rt3290 firmware | Jonathan Gray |
2018-06-06 | Add RETGUARD to clang for amd64. This security mechanism uses per-function | mortimer |