summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-05-16compile rdsetroot with -DBROKEN_NMAGIC -DDEBUGNiklas Hallqvist
1997-05-16put an ugly ifdef around the kludge I needed for NMAGICNiklas Hallqvist
1997-05-16Alias ramdisk with floppy, trim floppy /dev and add rd device case.Niklas Hallqvist
1997-05-16Add kludge to move around what seems to be a bug in ld(1) whenNiklas Hallqvist
creating NMAGIC files. However in this case it is bad to correct ld as that will break compatibility with other tools that assume the "incorrect" output
1997-05-16Some buffers have NULL in b_proc when passed to vndstrategy,Niklas Hallqvist
however ffs_write needs a proc pointer in the uio structure, so fill in &proc0 to avoid a NULL deref
1997-05-16remove stuff found in sys/conf.hNiklas Hallqvist
1997-05-16split release target off from snapshot targTheo de Raadt
1997-05-16unset $_ftp_passive if user says no to passive mode and fix a typo.Todd C. Miller
1997-05-16Use a single proxy variable since we need to set both ftp/http proxiesTodd C. Miller
and they are virtually guaranteed to be the same. Proxy http install now works.
1997-05-16Strip possible <cr> from index.txtTodd C. Miller
1997-05-16/kern/msgbuf has about 2048 leading nulls, which seems to confuse sed... ↵grr
also add hostname(1) alias via /kern/hostname
1997-05-16Fix instance of ftp_server_dir -> _ftp_server_dir.Todd C. Miller
1997-05-16proxy-ftp install needs to use index.txt tooTodd C. Miller
1997-05-16Only remove dest file before copy/link if it already exists.Todd C. Miller
1997-05-16don't mount a mfs /tmp if /tmp is already writable...grr
1997-05-16- Proxy setting takes a URL, not an IP.Todd C. Miller
- Use ${VERSION_MAJOR} and ${VERSION_MINOR}, not sed. - Server list file is always called ftplist. Grep out applicable servers based on URL-type.
1997-05-16Updated based on i386 version. Everything should really just useTodd C. Miller
a single version of this script.
1997-05-16Add etc/resolv.conf -> /tmp/resolv.conf.shadow link so DNS can work.Todd C. Miller
1997-05-16shrinkTheo de Raadt
1997-05-16shrinkTheo de Raadt
1997-05-16When getting a file list, make things relative to the install dir, notTodd C. Miller
absolute. Necesary for http listing via index.txt. list_has_sets() no longer takes a dir argument as file lists contain relative paths. Remove a few eval's now that we use relative paths in file lists.
1997-05-15do not need chrootTheo de Raadt
1997-05-15mention that addition code was written in GermanyTheo de Raadt
1997-05-15also create /kern & /mnt2 directories required for the installationThomas Graichen
1997-05-15small install script fixesThomas Graichen
1997-05-15Remove obsolete junkNiklas Hallqvist
1997-05-15amiga ramdisk build stuffNiklas Hallqvist
1997-05-15capability for making rd sparc floppies, as soon as sparc bootblocks do zlibTheo de Raadt
1997-05-15Allow archs to specify that newfs will fail. Remove obsoleteNiklas Hallqvist
cache flushing
1997-05-15Get ``ftplist'' from ftp.usa.openbsd.org.Todd C. Miller
1997-05-15install_ftp -> install.url (http support is untested)Todd C. Miller
Fix a problem with ftp proxy and getting a file list
1997-05-15^H my ... assTheo de Raadt
1997-05-15Bitch if md_installboot called with no args.Todd C. Miller
1997-05-15Remove paragraph about corrupted floppies; no longer appliesThorsten Lockert
1997-05-15Document installation methods; FTP and HTTP remains to be doneThorsten Lockert
1997-05-15Just plain ditch sn_printf of options. We don't do things this way anyway.gene
1997-05-15Add md_machine_arch. This should've gotten committed with the otherTodd C. Miller
changes.
1997-05-15Get the names of the various MacOS utilities up-to-date. we are notgene
shipping the MacOS programs with version numbers in the filenames.
1997-05-15Add a paragraph about preapring the MacOS: mention mode32, 1-bit depth,gene
virtual memory, and other FAQs.
1997-05-15we ship files w/ a .tar.gz extensions. Remove comment about securitygene
distribution that is invalid, and add information about the MacOS utilities.
1997-05-15fit vi onto sparc ramdiskTheo de Raadt
1997-05-14build a bsd.rd tooTheo de Raadt
1997-05-14add rd to boot -aTheo de Raadt
1997-05-14Add RAMDISKNiklas Hallqvist
1997-05-14working bsd.rd; without vi for nowTheo de Raadt
1997-05-14Add md_machine_arch()Todd C. Miller
1997-05-14Add md_machine_arch()Todd C. Miller
1997-05-14Changed 3 occurneces of "NetBSD/sparc" to "OpenBSD/sparc", in stringsjohns
that are printed when a kernel is configured without support for a given kernel arch.. i.e. "OpenBSD/sparc: This kernel does not support xxxx"
1997-05-14Use svnd, no need for cache flushingNiklas Hallqvist
1997-05-14md_machine_arch must be done after md_makerootwritable (for /kern)Todd C. Miller