Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-05-08 | Add var/tmp to install floppy | Thorsten Lockert | |
1997-05-08 | Mount / rw asap since pdksh wants to scribble in /tmp early on. | Todd C. Miller | |
1997-05-08 | Remove local hacks accidentally committed | Thorsten Lockert | |
1997-05-08 | Clean up build of install floppy | Thorsten Lockert | |
1997-05-08 | run installboot with -v flag | Todd C. Miller | |
1997-05-08 | Ignore some more pseudo-targets | Thorsten Lockert | |
1997-05-08 | Make a floppy image. Some cleanup | Niklas Hallqvist | |
1997-05-07 | Use NBPG to align the mmap region. Add debug printouts. | Niklas Hallqvist | |
Some slight cleanup. | |||
1997-05-07 | Cleanup | Niklas Hallqvist | |
1997-05-07 | *Very* rough cut at a ramdisk-kernel that fits onto a floppy. | Niklas Hallqvist | |
The ecoffrdsetroot support is from millert@openbsd.org. Mostly copied from the powerpc ports, thus a lot of powerpc specific stuff remains. Needs a lot of work, hopefully done in the next few days. | |||
1997-05-07 | OpenBSD tag | Niklas Hallqvist | |
1997-05-07 | = not eq | Theo de Raadt | |
1997-05-07 | lean, mean, and vi fits | Theo de Raadt | |
1997-05-07 | strip kernel, fewer inodes on floppy | Theo de Raadt | |
1997-05-06 | Allow archs override the crunchgen options | Niklas Hallqvist | |
1997-05-06 | Add ECOFF support, do some slight restructuring to share the mmap between | Niklas Hallqvist | |
the different object file format models | |||
1997-05-06 | fix inst-common/lists so that it can find .../termcap/termcap.src from it's ↵ | grr | |
context, which is different than miniroot's | |||
1997-05-06 | First cut of the arc notes. I need people to look at them and add/change | Per Fogelstrom | |
things as it apply to their machines... It's far from finished - more or less just copied from the pmax dir... More will come. | |||
1997-05-06 | bring it more to reality | Thomas Graichen | |
1997-05-05 | 2.0 -> 2.1 | gene | |
More work comign shortly as these need a lot of attention. | |||
1997-05-05 | last pass for now up correcting/upgrade sparc miniroot and install/upgrade stuff | grr | |
1997-05-05 | fix type (BOT -> BOOT) | Thomas Graichen | |
1997-05-05 | inprove TERM/EDITOR stuff and mount /kern in miniroot/.profile and dump ↵ | grr | |
about 500K of termcap excess from the miniroot | |||
1997-05-05 | first shot of the notes for the pmax | Thomas Graichen | |
1997-05-05 | 2.0 again -> 2.1 | Thomas Graichen | |
1997-05-05 | homework for everyone: 10 x reading the notes of an architecture of | Thomas Graichen | |
choice :-) this way we can avoid things like this in the 2.1 notes ... "Congratulations, you have successfully installed OpenBSD 2.0." | |||
1997-05-05 | sparc has 16 partitions now i think | Thomas Graichen | |
1997-05-05 | make list2sh.awk safe for meta-characters in SPECIAL | grr | |
1997-05-05 | fix typo | Thomas Graichen | |
1997-05-05 | do not only s/2\.0/2\.1/g - also 20 -> 21 - but take care ... this is nothing | Thomas Graichen | |
for sed - else the filesizes might end up funny :-) please everyone look at your files for 20 too (i.e. in the other arches) | |||
1997-05-05 | add /etc/ld.so.conf for the mips arches | Thomas Graichen | |
1997-05-05 | remove boot_tahoe from here too | Thomas Graichen | |
1997-05-05 | include /bsd* - so if we want to put extra kernels in it will pick | Thomas Graichen | |
them up automatically if their name starts with bsd | |||
1997-05-05 | provide a place to mount kernfs | grr | |
1997-05-05 | if kernfs is to be the official path, we need to be able to mount it | grr | |
1997-05-05 | get ftplist from proper host | Theo de Raadt | |
1997-05-05 | turns out changes to getresp weren't really the ticket, I'd revert it, but ↵ | grr | |
don't want to mess up anybody at this point. If everybody's going to be using this stuff, it needs a post-release overhaul... | |||
1997-05-05 | Default FTP login anonymous with root@this.machine as password for FTP install | Thorsten Lockert | |
1997-05-05 | When doing FTP installs, allow the user to get a list of FTP servers | Thorsten Lockert | |
1997-05-04 | Better fix for getting at rdsetroot; from Dale Rahn | Thorsten Lockert | |
1997-05-04 | Make this work without obj directories/links | Thorsten Lockert | |
1997-05-04 | 2.1 | Niklas Hallqvist | |
1997-05-04 | 2.0 -> 2.1, this needs more work though | Niklas Hallqvist | |
1997-05-04 | Update to 2.1 preparation instructions | Niklas Hallqvist | |
1997-05-04 | The -sh link should be to pdksh instead of sh, or makeconf.awk | Niklas Hallqvist | |
will try to bring in ash as well | |||
1997-05-04 | Install `base' set before `etc' (configuration files) | Thorsten Lockert | |
1997-05-04 | Machine-dependent file systems wants -o style flags (but without the -o | Thorsten Lockert | |
itself); make it so for MSDOS mounts | |||
1997-05-04 | Distribution sets has version as part of the file name; be consistent | Thorsten Lockert | |
1997-05-04 | Remove unneeded REV to install of kernel and boot blocks | Thorsten Lockert | |
1997-05-04 | Need to quote interface flags to addifconfig as there might be more than one | Thorsten Lockert | |
flag specified |