Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-15 | Switch the remaining users of libdes in src to libcrypto, | Jonathan Gray | |
telnet portion partially from the latest heimdal. ok mikeb@ | |||
2010-10-14 | another uid required | Theo de Raadt | |
2010-10-14 | one more uid needed | Theo de Raadt | |
2010-10-13 | add a truncated master.passwd the install media can use if it wants | Theo de Raadt | |
2010-10-13 | sync | Theo de Raadt | |
2010-10-13 | Put sha1.c here too, to gain savings from the -Os | Theo de Raadt | |
2010-10-13 | This actually makes use of list.local | Alexander Hall | |
"commit" deraadt@ | |||
2010-10-13 | no, the vax has no shared libraries | Theo de Raadt | |
2010-10-12 | Do not put mount_msdos or mount_ext2fs on media which does not need it; | Theo de Raadt | |
but do put it there on media which does. | |||
2010-10-12 | Do not bother putting mount_msdos or mount_ext2fs on media which does not | Theo de Raadt | |
need it. | |||
2010-10-12 | sync | Theo de Raadt | |
2010-10-03 | sync | Theo de Raadt | |
2010-10-02 | We haven't been updating ofwboot during upgrades since 2006. This | Kenneth R Westerback | |
is contrary to our usual practice of updating boot blocks. Let's try copying in the new one if we can find the 'i' partition. ok deraadt@ | |||
2010-09-30 | sync | Theo de Raadt | |
2010-09-29 | sync | Theo de Raadt | |
2010-09-28 | sync | Theo de Raadt | |
2010-09-28 | sync | Theo de Raadt | |
2010-09-27 | sync | Theo de Raadt | |
2010-09-26 | Merge pmsi(4) into pms(4). From Alexandr Shadchin on tech@. | Miod Vallat | |
2010-09-26 | Correctly parse new hw.disknames output. | Joshua Elsasser | |
Nicer fix from guenther@, tested by editing install.sub while booted into bsd.rd. "please commit asap" deraadt@ | |||
2010-09-25 | sync | Theo de Raadt | |
2010-09-25 | sync | Theo de Raadt | |
2010-09-24 | sync (gcc3->gcc4) | Miod Vallat | |
2010-09-24 | sync | Theo de Raadt | |
2010-09-24 | Prefer -h instead over -L for symlink test. | Antoine Jacoutot | |
ok deraadt@ | |||
2010-09-23 | sync | Paul Irofti | |
2010-09-23 | Teach the installer how to process the new hw.disknames output. | Joel Sing | |
ok krw@ | |||
2010-09-23 | sync | Theo de Raadt | |
2010-09-20 | add some missing ral/run firmware to install media | Jonathan Gray | |
ok deraadt@ | |||
2010-09-06 | sync | Theo de Raadt | |
2010-09-04 | sync | Miod Vallat | |
2010-08-30 | Make future work in the installer easier by reducing the amount of | Alexander Hall | |
eval craziness in install_url(). ok krw@ | |||
2010-08-26 | Since Aug 2008, the kernel can successfully read the 1 block (512 | Kenneth R Westerback | |
byte) disklabels even in the midst of a larger sector. E.g. in bytes 512 - 1023 of the first 2048 byte sector on a CD. On hppa we plopped down such a disklabel on cdXX.iso and installXX.iso. Once accessible it took precedence over the spoofed label of the CD. Chaos ensued. Since there is currently no reason for this label on hppa cd's, eradicate it and its disktab entry. cdXX.iso/installXX.iso can now be mounted on hppa again. Also remove a commented out label plopping on Alpha, which references a non-existant disktab entry. Problem noted and exact diff creating problem discovered by marco@. ok deraadt@ | |||
2010-08-25 | sync | Theo de Raadt | |
2010-08-23 | sync | Theo de Raadt | |
2010-08-21 | sync | Theo de Raadt | |
2010-08-16 | Netboot description tweaks; spotted by and help krw@ | Miod Vallat | |
2010-08-08 | Revert auto-enabling of apm. Some security implications were not | Kenneth R Westerback | |
fully appreciated, and no time to work through them. ok deraadt@ | |||
2010-08-08 | Look for MD devices or assurance that apmd would be a useful thing to | Kenneth R Westerback | |
run. If found, add "apmd_flags=" installed rc.conf.local. Suggested by deraadt@. i386/apm test by kettenis@. ok deraadt@ | |||
2010-08-08 | sync | Theo de Raadt | |
2010-08-05 | sync | Stuart Henderson | |
2010-08-05 | Return the old behaviour of exiting if a mount fails rather than ignoring it | Alexander Hall | |
ok krw@ | |||
2010-08-05 | sync from mirrors.dat | Stuart Henderson | |
2010-08-04 | sync | Theo de Raadt | |
2010-08-04 | Set an appropriate To: header in /var/mail/$user which is copied from | Alexander Hall | |
/var/mail/root idea and first version from deraadt@, ok deraadt@ krw@ | |||
2010-08-02 | sync | Theo de Raadt | |
2010-08-02 | Suppress MAKEDEV warnings about 'unknown device' that can appear | Kenneth R Westerback | |
during upgrades when /etc/fstab is using disklabel UID's to mount partitions. Feedback & trash elimination from halex@ "That seems acceptable to me" deraadt@ | |||
2010-08-01 | sync | Theo de Raadt | |
2010-07-29 | change URLs to point to the more recent porter's handbook; | Steven Mestdagh | |
mention the use of packages first. ok sthen@ | |||
2010-07-28 | Fix fallout from the utf-8 commit (segfaults in disklabel on install media). | Stefan Sperling | |
Sorry about that. ok sthen deraadt |