summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-10-02- prepare more commented out text to describe a future miniroot and a futureMiod Vallat
floppy (sync with sparc layout) - meanwhile, comment out one reference to floppy boot which escaped.
2001-10-02Rework the floppy and miniroot description:Miod Vallat
- try to keep description information together, with no duplicate circumlocutions - arches which have several floppies shouldn't say there is THE floppy, then THE floppy, and once more THE floppy. Change plural accordingly for the general description of earch floppy image possibilities, if more than one.
2001-10-02+audioce (cs4231 at ebus)Jason Wright
2001-10-02fix dma problems... now blaring Berlin's The Metro around the house from U30.Jason Wright
(like cs4231, this driver only supports playback... capture will have to wait until post 3.0).
2001-10-01- update supported hardware listMiod Vallat
- remove more sparc'isms. The more you remove, the more there are... - describe more fun installation methods - fix a random typo
2001-10-01- update supported hardware listMiod Vallat
- harmonize installation text with other arches (getting boring) - don't tryp to scare people in the description of the port (rough edges? come on, come on, almost none) - add more installation methods (more to come, for rainy days)
2001-10-01- consistent ``sun3'' capitalization.Miod Vallat
2001-10-01- update hardware list, mention some unsupported devices as well.Miod Vallat
- move open firmware 101 to the ``preparation'' section - don't try to scare people wanting to upgrade, it works well nowadays - remove the note about not being able to boot from a Zip disk. thanks to some feedback from drahn@
2001-10-01Change the kernel so that is the openfirmware stdout is not provided,Dale Rahn
it will force the screen open and use that as console. Fixes auto-boot? true booting. Does have issue on some cards that the screen does not enable quickly, thus the screen may scroll before it is visable.
2001-10-01- reorganizes the installation setup instructions to be more coherentMiod Vallat
with other installation notes, and a better place IMHO - mentions that the 425e is supported, but only using a serial console - reminds people to switch 400 models to HP-UX mode - puts the note about the first cylinder reserved for bootblocks at a better place - a few style changes: less all caps messages, in particular
2001-10-01Update supported hardware list (sync with www page).Miod Vallat
Add a list of known to work MBus modules. Remove mention of manual creation of ttyc and ttyd for 4/300. Correct the description of le(4) flags. Mention sun4u are supported by the OpenBSD/sparc64 port.
2001-10-01When booting up in auto-boot? true mode, newer systems do not provideDale Rahn
the stdout connection for if the normal output mode is screen. This change will force the bootloader output to the screen if this condition occurs.
2001-10-01Always use the IRQ interrupt, and let the SBC_INTR flag only controlMiod Vallat
the DRQ interrupt. From NetBSD, improves GENERICSBC reliability. Tested by Takeshi Morimoto.
2001-10-01powerpc->macppcMiod Vallat
2001-10-01sync with rmd160.hMarkus Friedl
2001-10-01The use of '.Nm pci' in the SYNOPSIS section is not handled correctly.Marco S Hyman
Using '.Nm' without the 'pci' argument is formated correctly. This may be a problem with the .mandoc macros, but is easy to correct here.
2001-10-01typoTodd C. Miller
2001-10-01add NoHostAuthenticationForLocalhost; note that the hostkey isMarkus Friedl
now check for localhost, too.
2001-10-01remove ugliness; vp@drexel.edu via angelosMarkus Friedl
2001-10-01new rmd160 implementation. based onMarkus Friedl
ftp://ftp.rsasecurity.com/pub/cryptobytes/crypto3n2.pdf, ok deraadt@
2001-10-01Correct Melco LUA-TX name, PR #2096.Miod Vallat
2001-10-01Enable the volatiles that keep gcc from complaining about variablesTodd C. Miller
that may possibly be clobbered by longjmp().
2001-10-01change broken urlJakob Schlyter
2001-10-01When you see an error, fix it immediately, otherwise it is possibleDale Rahn
to commit it, grr.
2001-10-01sync with support for underscores in macro namesMarkus Friedl
2001-10-01Add Copyright. Image cleanup.Dale Rahn
2001-10-01Piece of "code" which openfirmware will recognize to boot automatically offDale Rahn
of a parition. This version is primarily for CDs.
2001-10-01In "r" mode always dup2(STDOUT_FILENO, STDERR_FILENO); from ftpd/popen.cTodd C. Miller
Otherwise, sendmail may complain about the lack of stderr.
2001-10-01Clean up example rule set. Use \ to wrap lines, use macro for interface name,Daniel Hartmeier
scrub in all.
2001-10-01It's keep state and modulate state, not keep-state/modulate-state.Daniel Hartmeier
2001-10-01+audioceJason Wright
2001-10-01driver for cs4231 at ebus: doesn't quite sound right yet (VERY choppy andJason Wright
noisy... probably dma issue). This isn't the final destination for these files either (alot of sharing can be done with sbus version, I think).
2001-10-01better nameJason Wright
2001-10-01print variable asignments only if -v is given. ok dhartmei/deraadtMarkus Friedl
2001-10-01Manpage change corresponding to hfs-bless code change.Dale Rahn
Again, this is from the newer cdrtools release. deraadt@ ok.
2001-10-01Update to sendmail 8.12.1.Todd C. Miller
A potential security problem has been uncovered in 8.12.0 which might be exploited locally by malicious users to gain access to the client mail queue. However, as long as the MTA accepts local connections, the possible consequences of this potential local exploit are small. Notice: some operating systems don't provide a way to completely drop privileges from a set-group-ID program. In that case sendmail refuses to run if unsafe options are given.
2001-10-01Add -t and -d flags to allow script writers to easily take a user's TMPDIRTodd C. Miller
environment variable into account. This came out of a discussion with Solar Designer.
2001-10-01Merge support for hfs_bless from the newer version of mkisofs into thisDale Rahn
version of mkhybrid. Allows creation of bootable CDs on apple machines.
2001-10-01Avoid panic when unconfiguring raid device which was autoconfigured andGrigoriy Orlov
so has fdp->fd_cdir = NULL. From Tertou <TDeval@PrimeOBJ.COM>
2001-10-01don't print redundant informationJason Wright
the parent of ebus is pci (not psycho), so fetch grantparent for iommu_state
2001-10-01delete dev/sbus/cs4231reg.h (and .ph)Jason Wright
add dev/ic/apcdmareg.h (and .ph) fix up perl stuff now that we build shared versions on sparc64
2001-10-01mtree -l (loose permissions check) on /etc/mtree/special. ok millert@.Jakob Schlyter
2001-10-01add -l flag - do loose permissions checks, in which more stringent permissionsJakob Schlyter
will match less stringent ones. ok millert@, deraadt@.
2001-10-01remove typoTheo de Raadt
2001-10-01reinitialize ip6_hdr pointer after pf_test; ok dhartmei@ (noticed afterjasoni
discussion with itojun on ip6_forward)
2001-10-01Do proper initialization of hashes and lists. Use "cp -R" not "cp -r"Todd C. Miller
since the latter form is discouraged. From raj@cerias.purdue.edu
2001-10-01Typo, assign the new restart point to nrestart_point, not restart_point.Todd C. Miller
Fixes an uninitialized use of nrestart_point.
2001-10-01Print error message when pfctl -N/-R can't open the specified fileDaniel Hartmeier
(instead of failing silently). Found by niklas@.
2001-10-01There are anecdotal reports of firmware being writable on some CougarHugh Graham
machines, so don't poke blindly into the middle of its address space if we can tell dz is not going to be there by other means.
2001-10-01History is history.Hugh Graham