Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-05-19 | Add mount_msdos, trim termcap | Niklas Hallqvist | |
1997-05-19 | No need to copy zoneinfo. Add mount_msdos. Limit termcap | Niklas Hallqvist | |
1997-05-19 | make miniroot 4MB instead of 5 | Niklas Hallqvist | |
1997-05-19 | Change to crunched ramdisk | Per Fogelstrom | |
1997-05-19 | Add mbr etc to list | Per Fogelstrom | |
1997-05-19 | A symbol mangeling hack to make chrunch work with MIPS. This is a quick and | Per Fogelstrom | |
dirty fix in the light of no time to make a more correct one. What really should be done here is to wrap the symbols with the object file name but that requires the symbol string table to be resized and rewritten. The fix only affect MIPS. (__mips__ protected). | |||
1997-05-18 | provide link0/link1 examples | Theo de Raadt | |
1997-05-18 | Supported hardware list. Based largely on the list by cgd@netbsd.org. | Todd C. Miller | |
1997-05-18 | Go to the correct miniroot and ramdisk dirs | Niklas Hallqvist | |
1997-05-18 | ARC ramdisk install | Per Fogelstrom | |
1997-05-18 | Correct comment | Niklas Hallqvist | |
1997-05-18 | Make ramdisk filesystem smaller | Niklas Hallqvist | |
1997-05-18 | Trim dmesg, cut & sort | Niklas Hallqvist | |
1997-05-18 | Use a kernel set instead of copying it from the booted root-image. | Niklas Hallqvist | |
Skip dmesg, cut & sort uses. Use kernfs and more sed instead. Native filesystems are "ados". | |||
1997-05-18 | Build miniroot and ramdisk, not floppies | Niklas Hallqvist | |
1997-05-18 | Remove outdated information about FTP installs and installs from DOS floppies | Thorsten Lockert | |
1997-05-18 | Only one install floppy now... | Todd C. Miller | |
1997-05-18 | ``foo'' -> "foo" in the stuff I wrote for consistency with the other | Todd C. Miller | |
parts. | |||
1997-05-18 | ``foo'' -> "foo" in the stuff I wrote for consistency with the other | Todd C. Miller | |
parts. | |||
1997-05-18 | typo | Todd C. Miller | |
1997-05-18 | Fix typo and mention source availability via ftp and OpenBSD newsgroups. | Todd C. Miller | |
1997-05-18 | First release, no upgrade path. | Todd C. Miller | |
1997-05-18 | Talk about SRM console variables people will want to know about. | Todd C. Miller | |
1997-05-18 | Remove bogus ftp bits. | Todd C. Miller | |
1997-05-17 | rst cut based on i386 version. This needs a lot of work. The FTP | Todd C. Miller | |
section is just plain *wrong*. xfer CVS: ---------------------------------------------------------------------- | |||
1997-05-17 | Set ROOTDISK based on /mnt when restarting install. Noticed by Per. | Todd C. Miller | |
1997-05-17 | no zoneinfo | Theo de Raadt | |
1997-05-17 | s/using of the floppy.fs/using the floppy.fs/ Noticed by flipk. | Todd C. Miller | |
1997-05-17 | Need bsd.subdir.mk for "make obj" to work. | Todd C. Miller | |
1997-05-17 | Mention HTTP | Todd C. Miller | |
1997-05-17 | Talk about updating console from ARC -> SRM | Todd C. Miller | |
Should also talk about SRM console variables somewhere. | |||
1997-05-17 | INSTALL.alpha, based on i386 version. | Todd C. Miller | |
1997-05-17 | mention http install along with ftp. | Todd C. Miller | |
1997-05-17 | This is out first alpha release. | Todd C. Miller | |
1997-05-17 | First crack based on i386 and mac68k versions. | Todd C. Miller | |
1997-05-17 | Fix some typos and bad grammer. | Todd C. Miller | |
1997-05-17 | Make an echo line up neatly. | Todd C. Miller | |
1997-05-16 | First cut at ftp and http install docs. | Todd C. Miller | |
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 | 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 | 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. |