Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-10-15 | Make 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-15 | Pull 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-15 | move out of beta | Theo de Raadt | |
2001-10-14 | Remove more mentions of NFS installation. | Miod Vallat | |
2001-10-14 | Improvements to macppc installation notes | Dale Rahn | |
ok miod@ (with the requested fixes). | |||
2001-10-14 | Mention 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-14 | When creating floppies under Solaris, you can avoid killing vold if you | Miod Vallat | |
use the magic device filename. Pointed out by matthieu@. | |||
2001-10-14 | Be more verbose about OpenBoot prom versions 1.x, give instructions to | Miod Vallat | |
change the scsi id/unit mapping. | |||
2001-10-14 | Solaris 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-14 | Typo. | Miod Vallat | |
2001-10-14 | Sync package listing with root.mail. | Miod Vallat | |
2001-10-14 | Fix misplaced word; David Krause | Todd C. Miller | |
2001-10-14 | Disable fd sharing for this release. Sorry. | Artur Grabowski | |
deraadt@ ok. | |||
2001-10-14 | esyscmd test, requires current m4 | Todd T. Fries | |
2001-10-14 | Andreas Gunnarsson found a bug in iha that causes system crashes | Kenneth 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-14 | Use double quotes around the password variable--should close PR 2114 | Todd C. Miller | |
2001-10-14 | Add some missing files; based on patch from David Krause | Todd C. Miller | |
2001-10-14 | Update for new sendmail setup, based on a patch from David Krause | Todd C. Miller | |
2001-10-13 | Patch from Ryan McBride, fixes IPv6 return-rst problem, found by | Daniel Hartmeier | |
Todd Fries. ok deraadt@ | |||
2001-10-13 | update, thanks miod | Theo de Raadt | |
2001-10-13 | Resize buffer correctly, I'm an idiot. | Marc Espie | |
Found by fries@, ok deraadt@ | |||
2001-10-13 | document strange PROM setup on machines before fist Solaris boot. | Matthieu Herrb | |
Ok miod@, deraadt@ | |||
2001-10-13 | add more missing links | Theo de Raadt | |
2001-10-12 | disable com* | Theo de Raadt | |
2001-10-12 | clarify smtpfwdd_flags; from dfa@solo.ee. ok deraadt | Jakob Schlyter | |
2001-10-12 | hme(4) and be(4) should .Xr each other | Todd C. Miller | |
2001-10-12 | Oops, forgot rcsid | Jason Wright | |
2001-10-12 | cdfs becomes miniroot | Jason Wright | |
2001-10-12 | a little program for appending a ufs filesystem to the end of an ISO | Jason 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-12 | missing links | Theo de Raadt | |
2001-10-12 | Move the iso_disklabelspoof() call higher so that if one is present we | Jason Wright | |
prefer it to the sun/native label. | |||
2001-10-12 | repair (actually populate the ramdisk with devices and such) | Jason Wright | |
2001-10-12 | Reduce block count to sync with disktab | Jason Wright | |
2001-10-12 | quarter size | Jason Wright | |
2001-10-12 | Don't call syserr() just because stderr is not present. Daemons | Todd C. Miller | |
and programs that pipe data to sendmail may not have stderr available. From ca @ sendmail. | |||
2001-10-12 | pretty and rename bsd.rd to bsd in the built fs | Jason Wright | |
2001-10-12 | SADB_X_IDENTTYPE_CONNECTION appeared after 2.9. niklas@ ok. | Hakan Olsson | |
2001-10-12 | From NetBSD: convert printf's to debug only and remove a panic | Jason Wright | |
2001-10-12 | Recurse into 'cdfs' | Jason Wright | |
2001-10-12 | Stuff for building a small ufs filesystem suitable for stuffing on the end ↵ | Jason Wright | |
of a CD. | |||
2001-10-12 | add filesystem for a small UFS parition (big enough to hold bsd.rd and ofwboot) | Jason Wright | |
2001-10-12 | Instruction to use the partition type rename operation for installation | Dale Rahn | |
instead of the potentially dangerous delete and add. Changes by Alexander Guy. | |||
2001-10-12 | Manpage changes to go with addition of the 't' command, and cleanup | Dale Rahn | |
By Alexander Guy. | |||
2001-10-12 | New 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-11 | Do *not* copy the possibly edited fstab back to disk after | Kenneth 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-11 | More 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-11 | Don't htonl() past buffer bounds if ipmask == 128 | Mike Frantzen | |
2001-10-11 | Correct length of jmpbuf, it is sizeof(long) * _JBLEN == 8*14 | Todd C. Miller | |
This fixes sigsetjmp()/siglongjmp() on sparc64 | |||
2001-10-11 | fix the cmd execution problem from pr#2116; from pvk@tsinet.ru | Michael Shalayeff | |
2001-10-11 | missing arg to errx | Todd C. Miller | |