summaryrefslogtreecommitdiff
path: root/distrib
AgeCommit message (Collapse)Author
2013-07-24syncTheo de Raadt
2013-07-23syncTheo de Raadt
2013-07-22sync octeon setsBrian Callahan
ok jasper@ deraadt@
2013-07-22syncTheo de Raadt
2013-07-21stop adding static entries to /etc/hosts for dynamic ip addressesAlexander Hall
"do it NOW" deraadt@
2013-07-21syncTheo de Raadt
2013-07-17Update the wording to read better. Spotted by jjBrandon Mercer
OK jj@ guenther@
2013-07-16Document (not so) recent developments.Florian Obser
input/ok bmercer@, rapha@, patrick@ (previous version)
2013-07-16make more room because ELF is biggerTheo de Raadt
2013-07-15Fix mlo/u-boot copying, pointed out by florian.Raphael Graf
ok florian@, bmercer@
2013-07-12syncTheo de Raadt
2013-07-12syncTheo de Raadt
2013-07-10syncTheo de Raadt
2013-07-10All man md.* now have similar contents, move to mi and empty them.Miod Vallat
2013-07-10I put some headers in `base' and the matching perl ph files in `comp' byMiod Vallat
mistake, put each group back in the right file.
2013-07-09Select the correct mlo/u-boot files for the BeagleBone.Raphael Graf
ok florian@
2013-07-09syncTheo de Raadt
2013-07-07syncTheo de Raadt
2013-07-05ELF_TOOLCHAIN bye bye.Miod Vallat
2013-07-05syncMiod Vallat
2013-07-05syncMiod Vallat
2013-07-01syncTheo de Raadt
2013-06-28syncTodd T. Fries
2013-06-24syncTodd T. Fries
2013-06-21syncTodd T. Fries
2013-06-20syncTodd T. Fries
2013-06-19syncTheo de Raadt
2013-06-18syncTheo de Raadt
2013-06-18syncTheo de Raadt
2013-06-16syncTheo de Raadt
2013-06-16syncFlorian Obser
2013-06-13whitespaceJasper Lievisse Adriaanse
2013-06-13syncTheo de Raadt
2013-06-12syncTheo de Raadt
2013-06-11Create a small MSDOS partition from where u-boot will load theFlorian Obser
kernel. Stolen from octeon/install.md OK bmercer@
2013-06-11Store mlo/u-boot.bin for all supported boards on miniroot to be copiedFlorian Obser
back in the installer for release(8). While there switch u-boot config from boot.scr to uenv.txt OK bmercer@
2013-06-10rework v6_defroute()Robert Peichaer
- simplify search for an existing ipv6 def. route - ensure, that $_routers holds a sorted and unique list - show 'list #' in prompt only if there's a list to select from - zap IFS/_oifs dance and simplify select loop - set ipv6 def. route in v6_defroute() instead of in v6_config() thanks naddy@ and todd@ for their feedback ok sthen@, krw@ on a similar diff with help from and ok halex@
2013-06-09syncTheo de Raadt
2013-06-07Add mkuboot to the base set.Brandon Mercer
OK florian@
2013-06-07syncTheo de Raadt
2013-06-06syncMiod Vallat
2013-06-06Update the miniroot to install some other needed files. Much collaboration andBrandon Mercer
OK florian@
2013-06-06syncTheo de Raadt
2013-06-05syncTheo de Raadt
2013-06-04supress errors that would occur if bioctl is missing or is run with anAlexander Hall
unsupported disk as argument (e.g. wd*)
2013-06-04syncTheo de Raadt
2013-06-03Put the installed bsd through installed objcopy and mkuboot andFlorian Obser
put it on the msdos partition for u-boot. OK bmercer@, patrick@, jasper@
2013-06-03Put a kernel into the miniroot that actually boots.Florian Obser
OK bmercer@, patrick@, jasper@
2013-06-03syncTheo de Raadt
2013-06-02Remove an uneeded variable.Brandon Mercer
OK florian@