Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-04-11 | We run OpenBSD, as such our kernel is named /bsd, and copying /netbsd into | gene | |
the newly installed partition won't do much good. Thanks to Tobias Richter <tsr@cave.isdn.cs.tu-berlin.de> for noticing this. | |||
1997-04-04 | init allocated memory. | Michael Shalayeff | |
1997-03-31 | works again, work by niklas and i | Theo de Raadt | |
1997-03-31 | disklabel stuff was fixed a while ago | Theo de Raadt | |
1997-03-21 | since cpio is now pax you can have it too. | kstailey | |
1997-03-04 | Sync up with the current state of things--mi and mac68k. | briggs | |
1997-03-03 | cleanup of powerpc miniroot/ramdisk installation, scrap floppy installation | Dale S. Rahn | |
since ramdisk installation works much better. | |||
1997-03-02 | more was causing the console to go 7e1 during installation (should be 8n1) | Dale S. Rahn | |
solution was to remove more because it was not necessary, messsage was < 24 lines. This is what has been holding up mvme68k snapshot. | |||
1997-02-23 | Checkpoint. This should be pretty close now, just gotta fix kernel | Jason Downs | |
bugs. | |||
1997-02-21 | more cleanup for powerpc miniroot installation, | Dale S. Rahn | |
try to allow install to work without awk in the miniroot. | |||
1997-02-21 | add files typically included in snapshot as files that show up in | Dale S. Rahn | |
the "ALLSETS" list for miniroot installation from disk. | |||
1997-02-18 | Add cvs tag, change tar to pax in a couple of places, tar is not on the | Dale S. Rahn | |
ramdisk image. | |||
1997-02-18 | commit some stragglers in my source tree, cleaning up of ramdisk installation. | Dale S. Rahn | |
1997-02-17 | OpenBSD, add tag. | Dale S. Rahn | |
1997-02-17 | mvme68k, OpenBSD | Theo de Raadt | |
1997-02-16 | Getting there... | Jason Downs | |
1997-02-16 | Prelimary addition of the ramdisk-based miniroot. Still needs work. | Jason Downs | |
(Stolen wholesale from mvme68k.) The miniroot subdir is obsolete, and subject to removal. | |||
1997-02-16 | clean up and add missing file from previous commit | Dale S. Rahn | |
1997-02-16 | Add the final? pieces to support mvme68k ramdisk support. | Dale S. Rahn | |
uses rdsetroot to create a ramdisk in a kernel image. | |||
1997-02-15 | Add new style of miniroot building. primarily based on the distrib/miniroot | Dale S. Rahn | |
code. | |||
1997-02-15 | Removal of the sun3 pieces of the miniroot build mechanism. | Dale S. Rahn | |
Prepare for new setroot version. | |||
1997-02-10 | catch up to i386 install.sh | Theo de Raadt | |
1997-02-09 | delete things until it fits.... sigh | Theo de Raadt | |
1997-02-09 | kerberos differentiation | Theo de Raadt | |
1997-02-09 | pc3? no, let us make this sun | Theo de Raadt | |
1997-02-09 | support kerberos differentiation | Theo de Raadt | |
1997-02-09 | do not need -lz | Theo de Raadt | |
1997-02-06 | ksh! | Theo de Raadt | |
1997-02-06 | We use pdksh now | Niklas Hallqvist | |
1997-02-06 | add /kern to miniroot image for kernfs support | Dale S. Rahn | |
1997-02-06 | Clean up silly things, mount rd0a not rd0, and | Dale S. Rahn | |
prog is not a valid program for crunch to find. | |||
1997-02-06 | Now with the miniroot using the rd driver, the inst and kc may become | Dale S. Rahn | |
obsolete, but currently the miniroot uses this directory. | |||
1997-02-05 | make crunchide work in the non-elf world, Opps. | Dale S. Rahn | |
1997-01-31 | fix the problem with makefiles in a different way, this steps on the last | Dale S. Rahn | |
commit, but works faster. Instead of always looking up the makefile and then deciding to get the objects or not. Cache the makefile name along with the objects. | |||
1997-01-31 | Pieces to create a miniroot image for powerpc installation from cdrom or | Dale S. Rahn | |
network? | |||
1997-01-31 | First cut at elfrdsetroot command. this is the rdsetroot heavily hacked | Dale S. Rahn | |
to work on elf. Need sever cleaning. | |||
1997-01-28 | intuit more info from dmesg, hubert.feyrer@rz.uni-regensburg.de | Theo de Raadt | |
1997-01-26 | Even if the objs are cached, we want to find the Makefile | Niklas Hallqvist | |
1997-01-25 | hacks to make it fit, parts by niklas | Theo de Raadt | |
1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! | Todd C. Miller | |
1997-01-12 | Release version certainly isn't 1.0, not really 2.0 either, but... | Dale S. Rahn | |
1997-01-12 | Do not link against libcrypt, It no longer exists. | Dale S. Rahn | |
1997-01-12 | Do not link against libcrypt, It doesn't exists anymore. | Dale S. Rahn | |
1997-01-09 | Changes to shrink kc filesystem, remove update from dot.profile | Dale S. Rahn | |
and remove an extra file. | |||
1997-01-09 | Add the ablity to hide symbols on ELF/OLF objects. | Dale S. Rahn | |
This is a first cut at the symbol hiding process for ELF. The current method will not work properly on mips. It has been tested for powerpc and should work on alpha. The problem with mips is due to the standard PIC compilation. | |||
1997-01-09 | add support for ELF in crunch, for crunchgen this means | Dale S. Rahn | |
do not add a leading underscore to symbol names. Indicated to crunchgen by a "-E" option. | |||
1996-12-22 | disklabel the vnd | Theo de Raadt | |
1996-12-21 | Check-in of powerpc distrib support. | Dale S. Rahn | |
NOTE: This will not work until the other pieces are checked in. This is primarily the NetBSD powerpc port, with modifications to support ELF. The distrib pieces will not work until the ELF crunchgen support is checked in. | |||
1996-12-21 | make Kerberos libraries conditional to KERBEROS define in Makefile | kstailey | |
1996-12-21 | vnd driver has disklabel support now; use it | Theo de Raadt | |