summaryrefslogtreecommitdiff
path: root/distrib
AgeCommit message (Collapse)Author
2011-03-28sync from www/build/mirrors.datStuart Henderson
2011-03-22Pay attention to result of amd64/i386 installboot(8). Warn userKenneth R Westerback
when they won't be able to boot the installed root disk. Move installboot invocation to just before congratulation on sucess is emitted. Thus the installed partition will be 'complete' if it ever is booted. "go for it" deraadt@
2011-03-22add a first batch of notes for beagle, still rough and far from complete,Jasper Lievisse Adriaanse
but one should be able to get an xM booting with these instructions. "throw them in, then we can fix." drahn@
2011-03-22enter beagleTheo de Raadt
2011-03-22Make this like other ramdisk Makefiles (those of you who are currentlyTheo de Raadt
doing cross-builds will want to maintain your own diffs for now)
2011-03-19syncTheo de Raadt
2011-03-18amd64 mtrr interrace went awayTheo de Raadt
2011-03-18syncTheo de Raadt
2011-03-15syncTheo de Raadt
2011-03-14unify a chunkTheo de Raadt
2011-03-14Initial beagle distrib pieces.Dale Rahn
2011-03-12syncTheo de Raadt
2011-03-09Mention need for 512-byte CDROM drive on older SPARCs, discussed w/ miod@ ok ↵Ian Darwin
krw@
2011-03-09syncTheo de Raadt
2011-02-25Silence a bit of error output when no ftplist can be downloaded.Kenneth R Westerback
Silence is golden. Problem seen and fix tested by guenther@. ok guenther@ halex@
2011-02-24Update notes about PCI framebuffers.Mark Kettenis
ok miod@
2011-02-19Fix previous ``fix'' - since the hw.model sysctl does not return a numberMiod Vallat
after all, we need to use a regular [[ ]] construct instead of (( )).
2011-02-17put bsd.mp into the iso image too.Jasper Lievisse Adriaanse
2011-02-14syncTodd T. Fries
2011-02-13sync from mirrors.datStuart Henderson
2011-02-07Use absolute path to the temporary hosts file; causes /etc/hosts to be correctlyMiod Vallat
populated upon installation again.
2011-02-06Do 1.22 correctly, to let IP30 systems pick the mp kernel if applicable.Miod Vallat
Noticed by jasper@
2011-02-06Embed the hash of bsd.rd.IP30 as well.Miod Vallat
2011-02-03syncMiod Vallat
2011-02-02Move mg(1) tutorial file into a release, instead of languishing in src.lum
ok nick@ schwarze@ miod@ kjell@
2011-02-01sync from mirrors.datStuart Henderson
2011-01-31sync from mirrors.datStuart Henderson
2011-01-31- do not run fsck for fstab entries with zero or empty fs_passnoAlexander Hall
- ask for permission to continue upgrade if one or more mounts failed Fixes issue noted by Peter Miller, who also tested the diff. Thanks! ok krw@
2011-01-26syncMiod Vallat
2011-01-24syncTodd T. Fries
2011-01-16syncMiod Vallat
2011-01-15syncTheo de Raadt
2011-01-14syncTheo de Raadt
2011-01-13syncTheo de Raadt
2011-01-11sync from mirrors.datStuart Henderson
2011-01-11sync from mirrors.datStuart Henderson
2011-01-10like in /etc/rc, talk to /dev/arandom as a single read or write.Theo de Raadt
in particular a single write will result in a single re-key event, rather than 64 writes causing 64 re-keys -- wasting the kernel's time.
2011-01-09syncTheo de Raadt
2011-01-09syncTheo de Raadt
2011-01-06rephrase fsck question and default to 'n'; ok krw@ henning@ stsp@Otto Moerbeek
2011-01-06syncTheo de Raadt
2011-01-03reduce the amount of cd'ing in the install script, since it sucksTheo de Raadt
to change the environment that functions assume they run in. use sub-shells or absolute paths when possible. ok krw
2011-01-01swap kernels without changing directory; other install.md should be modified ↵Theo de Raadt
like this
2010-12-31add support for bsd.mpTheo de Raadt
2010-12-30bsd.mp here tooMiod Vallat
2010-12-30hppa can do SMP now; ok miodTheo de Raadt
2010-12-29syncTheo de Raadt
2010-12-28syncTheo de Raadt
2010-12-22remove redundant junkTodd T. Fries
pointed out by Mikalaj Kucharski, mikolaj at kuharski dot name ok deraadt@
2010-12-22add more commands of output of random "junk" to arandomTodd T. Fries
please commit deraadt@