Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-20 | More IP26 bits. | Miod Vallat | |
2015-09-20 | Enable IP26 builds. | Miod Vallat | |
2015-09-20 | sync | Miod Vallat | |
2015-09-19 | Create the filesystem image with the same size as its `c' slice from disktab. | Miod Vallat | |
2015-09-19 | Add the kernel in its various setup stages (bsd, bsd.gz, bsd.strip...) to | Miod Vallat | |
CLEANFILES and make sure the `clean' target actually removes CLEANFILES. | |||
2015-09-19 | Remove bogus .PATH statement. | Miod Vallat | |
2015-09-18 | sync | Miod Vallat | |
2015-09-16 | sync | Stuart Henderson | |
2015-09-14 | sync | Stuart Henderson | |
2015-09-13 | sync | Theo de Raadt | |
2015-09-13 | sync | Theo de Raadt | |
2015-09-13 | sync | Theo de Raadt | |
2015-09-13 | Move /etc/ssl/cert.pem from base to etc. Previously this was updated every | Stuart Henderson | |
upgrade when untarring base sets; now it is done when sysmerge is run; if there are no local changes the update is seamless, otherwise with local changes (adding your own CAs, or removing ones which you don't want to trust) sysmerge will ask to diff as usual. ok miod deraadt | |||
2015-09-13 | sync | Theo de Raadt | |
2015-09-12 | sync | Theo de Raadt | |
2015-09-12 | sync | Theo de Raadt | |
2015-09-12 | sync | Theo de Raadt | |
2015-09-11 | sync | Theo de Raadt | |
2015-09-11 | sync | Theo de Raadt | |
2015-09-11 | Blargh: unbreak after libc/Makefile.inc change | Philip Guenther | |
2015-09-10 | sync | Theo de Raadt | |
2015-09-10 | sync | Theo de Raadt | |
2015-09-10 | sync | Theo de Raadt | |
2015-09-09 | zap trailing whitespace | Alexander Hall | |
2015-09-09 | sync | Theo de Raadt | |
2015-09-09 | sync | Theo de Raadt | |
2015-09-09 | At some point back in time, the disk info (obtained by responding '?' at | Alexander Hall | |
the root disk question) got some extra linefeeds in it. This fixes the output to be one line per disk again. ok krw@ | |||
2015-09-08 | Typo; Eric Lalonde | Miod Vallat | |
2015-09-07 | sync | Theo de Raadt | |
2015-09-07 | also install BOOTIA32.EFI | Theo de Raadt | |
2015-09-06 | Use the new fdisk -b functionality to put an EFI system partition on the | Mark Kettenis | |
minirootXX.fs image and put the new UEFI bootloader on there. Stop relying on /etc/disktab for the partition layout. Instead use a suitable template and let disklabel(8) allocate all remaining free space to the 'a' partition. ok deraadt@ | |||
2015-09-06 | create uefi/msdos partition using fdisk -b, then place uefi bootloader | Theo de Raadt | |
into there. inspired by similar changes kettenis is making to the smaller miniroot. | |||
2015-09-05 | Add DEB_WEAK(dbopen) such that we provide dbopen as well as _libc_dbopen. | Mark Kettenis | |
ok deraadt@ | |||
2015-09-02 | sync | Theo de Raadt | |
2015-09-01 | sync | Theo de Raadt | |
2015-09-01 | sync | Theo de Raadt | |
2015-08-31 | minimal words about the miniroot. My god, the notes have gotten so long | Theo de Raadt | |
and verbose, who would ever spend their time reading them. | |||
2015-08-31 | sync | Theo de Raadt | |
2015-08-31 | add -I${LIBCSRCDIR}/hidden to handle _glibc_ churn | Theo de Raadt | |
2015-08-30 | Tell user to Put quotes around ${bootcmd} when saving it. Avoids | Matthieu Herrb | |
stopping at the first ';' (command separator). ok miod@ | |||
2015-08-30 | sync | Theo de Raadt | |
2015-08-29 | use correct installboot command; from miod. | Theo de Raadt | |
And use $DESTDIR to find the bootxx | |||
2015-08-29 | create an alpha miniroot | Theo de Raadt | |
(miod must fix the installboot in it next) | |||
2015-08-29 | create an alpha miniroot | Theo de Raadt | |
(miod must fix the installboot in it next) | |||
2015-08-27 | sync | Theo de Raadt | |
2015-08-26 | sync | Theo de Raadt | |
2015-08-26 | sync | Theo de Raadt | |
2015-08-25 | sync | Theo de Raadt | |
2015-08-24 | /usr/share/sysmerge -> /var/sysmerge | Antoine Jacoutot | |
requested by several discussed with deraadt@ | |||
2015-08-20 | remove casts which are not needed | Theo de Raadt | |