Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-09-02 | sync | Theo Buehler | |
2024-09-02 | sync | Theo Buehler | |
2024-08-31 | sync libressl bump | Theo Buehler | |
2024-08-31 | sync | Theo Buehler | |
2024-08-31 | sync | Theo Buehler | |
2024-08-31 | sync | Theo Buehler | |
2024-08-29 | sync | Theo Buehler | |
2024-08-24 | sync | Theo Buehler | |
2024-08-24 | sync | Theo Buehler | |
2024-08-23 | sync | Theo de Raadt | |
2024-08-17 | sync | Theo Buehler | |
2024-08-16 | sync | Theo de Raadt | |
2024-08-15 | sync | Theo de Raadt | |
2024-08-15 | sync | Theo de Raadt | |
2024-08-14 | mention apple machines needing activation after erase | Jonathan Gray | |
ok patrick@ kettenis@ krw@ | |||
2024-08-14 | miniroot now works with USB Type-A ports on Apple machines | Jonathan Gray | |
discussed with kettenis@ and confirmed on M1 Mac mini | |||
2024-08-12 | sync libc, libssl and libtls bumps | Theo Buehler | |
2024-08-11 | sync | Theo de Raadt | |
2024-08-10 | sync | Theo Buehler | |
2024-08-09 | Add OrangePi Zero2 (Allwinner H616). prompted by & ok jsg@ | Darren Tucker | |
2024-08-07 | sync | Theo de Raadt | |
2024-08-07 | sync | Theo de Raadt | |
2024-08-04 | sync | Theo de Raadt | |
2024-08-02 | sync | Theo Buehler | |
2024-07-26 | sync | Theo de Raadt | |
2024-07-25 | sync | Miod Vallat | |
2024-07-19 | sync | Theo de Raadt | |
2024-07-18 | sync | Theo de Raadt | |
2024-07-17 | sync | Theo de Raadt | |
2024-07-16 | sync | Theo de Raadt | |
2024-07-14 | Sync sets after elf_aux_info(3) and wcsnlen(3) additions + libc bump | Jeremie Courreges-Anglas | |
2024-07-14 | sync | Theo de Raadt | |
2024-07-12 | sync | Theo de Raadt | |
2024-07-11 | sync | Theo de Raadt | |
2024-07-11 | sync | Theo de Raadt | |
2024-07-10 | sync | Theo de Raadt | |
2024-07-10 | sync | Theo Buehler | |
2024-07-09 | Removing 'softdep' options from fstab entries during upgrade is no longer | Kenneth R Westerback | |
necessary as 'softdep' is now a no-op. ok beck@ sthen@ | |||
2024-07-02 | sync | Theo de Raadt | |
2024-06-30 | we don't need the NOBYFOUR space-savings option anymore, that codepath | Theo de Raadt | |
was replaced a while ago. ok tb | |||
2024-06-30 | delete dhclient(8). ipv4 dhcp leases have been acquired by the | Theo de Raadt | |
always-running-in-background dhcpleased(8) for a while, which is activated per-interface with "ifconfig $if autoconf', or "ifconfig $if inet autoconf", or with "inet autoconf" in /etc/hostname.$if dhclient(8) has done execve(3) of ifconfig(8) to handle this for a while, so everyone has moved to the dhcpleased(8) method ok florian | |||
2024-06-24 | Studio -> Mac Studio; from Bryan Vyhmeister | Jonathan Gray | |
2024-06-18 | grow the iso again | Theo de Raadt | |
2024-06-15 | Install BUILDINFO if available. | Florian Obser | |
We already keep /var/db/installed.SHA256 for sysupgrade(8) as a cheap check to not install the same snapshot over and over again. With /mnt/var/db/installed.BUILDINFO we can ensure that we are not installing an older snapshot over a newer snapshot. Intentionally not yet committing the sysupgrade(8) bits so that we exercise the sysupgrade(8) / install.sub interaction as it will happen during the 7.5 -> 7.6 transition. I.e. a newer install.sub getting installed by an older sysupgrade(8). deraadt@ likes it. | |||
2024-06-09 | include BUILDINFO file in the iso/img files; requested by florian for ↵ | Theo de Raadt | |
sysupgrade changes | |||
2024-06-06 | sync | Florian Obser | |
2024-06-03 | sort | Theo de Raadt | |
2024-06-03 | sync | Florian Obser | |
2024-06-02 | Grow amd64 install*.{iso,img} because -fret-clean *.tgz sets are a tiny | Theo de Raadt | |
bit bigger. | |||
2024-06-02 | Due to growth we can't allow -fret-clean behaviour in distrib/special, | Theo de Raadt | |
so use COPTS+=-fno-ret-clean |