Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-05-16 | compile rdsetroot with -DBROKEN_NMAGIC -DDEBUG | Niklas Hallqvist | |
1997-05-16 | put an ugly ifdef around the kludge I needed for NMAGIC | Niklas Hallqvist | |
1997-05-16 | Alias ramdisk with floppy, trim floppy /dev and add rd device case. | Niklas Hallqvist | |
1997-05-16 | Add kludge to move around what seems to be a bug in ld(1) when | Niklas 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-16 | Some 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-16 | remove stuff found in sys/conf.h | Niklas Hallqvist | |
1997-05-16 | split release target off from snapshot targ | Theo de Raadt | |
1997-05-16 | unset $_ftp_passive if user says no to passive mode and fix a typo. | Todd C. Miller | |
1997-05-16 | Use a single proxy variable since we need to set both ftp/http proxies | Todd C. Miller | |
and they are virtually guaranteed to be the same. Proxy http install now works. | |||
1997-05-16 | Strip possible <cr> from index.txt | Todd 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-16 | Fix instance of ftp_server_dir -> _ftp_server_dir. | Todd C. Miller | |
1997-05-16 | proxy-ftp install needs to use index.txt too | Todd C. Miller | |
1997-05-16 | Only remove dest file before copy/link if it already exists. | Todd C. Miller | |
1997-05-16 | don'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-16 | Updated based on i386 version. Everything should really just use | Todd C. Miller | |
a single version of this script. | |||
1997-05-16 | Add etc/resolv.conf -> /tmp/resolv.conf.shadow link so DNS can work. | Todd C. Miller | |
1997-05-16 | shrink | Theo de Raadt | |
1997-05-16 | shrink | Theo de Raadt | |
1997-05-16 | When getting a file list, make things relative to the install dir, not | Todd 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-15 | do not need chroot | Theo de Raadt | |
1997-05-15 | mention that addition code was written in Germany | Theo de Raadt | |
1997-05-15 | also create /kern & /mnt2 directories required for the installation | Thomas Graichen | |
1997-05-15 | small install script fixes | Thomas Graichen | |
1997-05-15 | Remove obsolete junk | Niklas Hallqvist | |
1997-05-15 | amiga ramdisk build stuff | Niklas Hallqvist | |
1997-05-15 | capability for making rd sparc floppies, as soon as sparc bootblocks do zlib | Theo de Raadt | |
1997-05-15 | Allow archs to specify that newfs will fail. Remove obsolete | Niklas Hallqvist | |
cache flushing | |||
1997-05-15 | Get ``ftplist'' from ftp.usa.openbsd.org. | Todd C. Miller | |
1997-05-15 | install_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 ... ass | Theo de Raadt | |
1997-05-15 | Bitch if md_installboot called with no args. | Todd C. Miller | |
1997-05-15 | Remove paragraph about corrupted floppies; no longer applies | Thorsten Lockert | |
1997-05-15 | Document installation methods; FTP and HTTP remains to be done | Thorsten Lockert | |
1997-05-15 | Just plain ditch sn_printf of options. We don't do things this way anyway. | gene | |
1997-05-15 | Add md_machine_arch. This should've gotten committed with the other | Todd C. Miller | |
changes. | |||
1997-05-15 | Get the names of the various MacOS utilities up-to-date. we are not | gene | |
shipping the MacOS programs with version numbers in the filenames. | |||
1997-05-15 | Add a paragraph about preapring the MacOS: mention mode32, 1-bit depth, | gene | |
virtual memory, and other FAQs. | |||
1997-05-15 | we ship files w/ a .tar.gz extensions. Remove comment about security | gene | |
distribution that is invalid, and add information about the MacOS utilities. | |||
1997-05-15 | fit vi onto sparc ramdisk | Theo de Raadt | |
1997-05-14 | build a bsd.rd too | Theo de Raadt | |
1997-05-14 | add rd to boot -a | Theo de Raadt | |
1997-05-14 | Add RAMDISK | Niklas Hallqvist | |
1997-05-14 | working bsd.rd; without vi for now | Theo de Raadt | |
1997-05-14 | Add md_machine_arch() | Todd C. Miller | |
1997-05-14 | Add md_machine_arch() | Todd C. Miller | |
1997-05-14 | Changed 3 occurneces of "NetBSD/sparc" to "OpenBSD/sparc", in strings | johns | |
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-14 | Use svnd, no need for cache flushing | Niklas Hallqvist | |
1997-05-14 | md_machine_arch must be done after md_makerootwritable (for /kern) | Todd C. Miller | |