summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-10-15Make the test for iso9660 filesystems preferred if the device is a CD,Jason Wright
and use old behavior otherwise (check for sun label, then native label, then iso label).
2001-10-15Pull in several changes from NetBSD:Jason Wright
- Clear the dmamap inside splhigh() protection. - Manage both streaming caches on psycho/psycho+. And fix a botch I created when merging iommu changes last time.
2001-10-15move out of betaTheo de Raadt
2001-10-14Remove more mentions of NFS installation.Miod Vallat
2001-10-14Improvements to macppc installation notesDale Rahn
ok miod@ (with the requested fixes).
2001-10-14Mention that sparc and sparc64 have UKC.Miod Vallat
Also, try to do a better job at describing how the different prom versions find the bootloader and the kernel filename.
2001-10-14When creating floppies under Solaris, you can avoid killing vold if youMiod Vallat
use the magic device filename. Pointed out by matthieu@.
2001-10-14Be more verbose about OpenBoot prom versions 1.x, give instructions toMiod Vallat
change the scsi id/unit mapping.
2001-10-14Solaris friendly update!Miod Vallat
- Provide typical Solaris command lines for creating floppies, dumping miniroots to disks, and filling tapes. - Make the tape generation script more versatile. - When SunOS add_client(8) is mentioned, mention Solaris share(1M) as well. - Add ``Installing from Solaris'' instructions for sparc and sparc64 ports - While there, slight fixes to the ``Installing from SunOS'' sections on sparc and sun3.
2001-10-14Typo.Miod Vallat
2001-10-14Sync package listing with root.mail.Miod Vallat
2001-10-14Fix misplaced word; David KrauseTodd C. Miller
2001-10-14Disable fd sharing for this release. Sorry.Artur Grabowski
deraadt@ ok.
2001-10-14esyscmd test, requires current m4Todd T. Fries
2001-10-14Andreas Gunnarsson found a bug in iha that causes system crashesKenneth R Westerback
when running a DIAGNOSTIC kernel. This was exposed by the recent migration of the SCSI layer to use pools. timeout_del() was being called on de-allocated memory after every completed SCSI command. Which worked as long as the memory was not reused or zapped ... This patch, slightly modified from Andreas's original diff, moves the timeout_del() to before the call to scsi_done() which de-allocates the memory holding the timeout. All scb's that start a timeout go through this logic and have the timeout_del() called. ok millert@ deraadt@
2001-10-14Use double quotes around the password variable--should close PR 2114Todd C. Miller
2001-10-14Add some missing files; based on patch from David KrauseTodd C. Miller
2001-10-14Update for new sendmail setup, based on a patch from David KrauseTodd C. Miller
2001-10-13Patch from Ryan McBride, fixes IPv6 return-rst problem, found byDaniel Hartmeier
Todd Fries. ok deraadt@
2001-10-13update, thanks miodTheo de Raadt
2001-10-13Resize buffer correctly, I'm an idiot.Marc Espie
Found by fries@, ok deraadt@
2001-10-13document strange PROM setup on machines before fist Solaris boot.Matthieu Herrb
Ok miod@, deraadt@
2001-10-13add more missing linksTheo de Raadt
2001-10-12disable com*Theo de Raadt
2001-10-12clarify smtpfwdd_flags; from dfa@solo.ee. ok deraadtJakob Schlyter
2001-10-12hme(4) and be(4) should .Xr each otherTodd C. Miller
2001-10-12Oops, forgot rcsidJason Wright
2001-10-12cdfs becomes minirootJason Wright
2001-10-12a little program for appending a ufs filesystem to the end of an ISOJason Wright
that knows how to modify the Sun already present disklabel to point at it. Based partly on mksunbootcd from netbsd and some trial and error (anyone need some coasters... I've got lots).
2001-10-12missing linksTheo de Raadt
2001-10-12Move the iso_disklabelspoof() call higher so that if one is present weJason Wright
prefer it to the sun/native label.
2001-10-12repair (actually populate the ramdisk with devices and such)Jason Wright
2001-10-12Reduce block count to sync with disktabJason Wright
2001-10-12quarter sizeJason Wright
2001-10-12Don't call syserr() just because stderr is not present. DaemonsTodd C. Miller
and programs that pipe data to sendmail may not have stderr available. From ca @ sendmail.
2001-10-12pretty and rename bsd.rd to bsd in the built fsJason Wright
2001-10-12SADB_X_IDENTTYPE_CONNECTION appeared after 2.9. niklas@ ok.Hakan Olsson
2001-10-12From NetBSD: convert printf's to debug only and remove a panicJason Wright
2001-10-12Recurse into 'cdfs'Jason Wright
2001-10-12Stuff for building a small ufs filesystem suitable for stuffing on the end ↵Jason Wright
of a CD.
2001-10-12add filesystem for a small UFS parition (big enough to hold bsd.rd and ofwboot)Jason Wright
2001-10-12Instruction to use the partition type rename operation for installationDale Rahn
instead of the potentially dangerous delete and add. Changes by Alexander Guy.
2001-10-12Manpage changes to go with addition of the 't' command, and cleanupDale Rahn
By Alexander Guy.
2001-10-12New feature for pdisk, change the type of a parition.Dale Rahn
Useful since that is part of the OpenBSD/macppc installation procedure. Code by Alexander Guy, examined by drahn@ ok deraadt@
2001-10-11Do *not* copy the possibly edited fstab back to disk afterKenneth R Westerback
promising this would not happen. Historically this was being done to preserve any ufs -> ffs changes the upgrade script had done, but the script has not done such changes for some time. ok millert@ deraadt@
2001-10-11More installation caveats:Miod Vallat
- some models (PCI mostly?) print a warning about the lack of counter-timer during boot, which can be safely ignored - using the floppy image as a miniroot, you might have to tell the kernel root and swap device information. Based on feedback from Jack Woehr <jax@purematrix.com>, thanks ! And now, a word from our sponsors: Are you reading source-changes@? Do you have full access to ultrasparc hardware? Now is your chance to become famous! Just try installing OpenBSD on your machine, by any method you can think of, and keep trying. Report your results to me (or sparc@), as well as errors or shortcomings in the installation notes, and your feedback might make it into the next set of installation notes, with appropriate credit!
2001-10-11Don't htonl() past buffer bounds if ipmask == 128Mike Frantzen
2001-10-11Correct length of jmpbuf, it is sizeof(long) * _JBLEN == 8*14Todd C. Miller
This fixes sigsetjmp()/siglongjmp() on sparc64
2001-10-11fix the cmd execution problem from pr#2116; from pvk@tsinet.ruMichael Shalayeff
2001-10-11missing arg to errxTodd C. Miller