summaryrefslogtreecommitdiff
path: root/distrib
AgeCommit message (Collapse)Author
1997-04-11We run OpenBSD, as such our kernel is named /bsd, and copying /netbsd intogene
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-04init allocated memory.Michael Shalayeff
1997-03-31works again, work by niklas and iTheo de Raadt
1997-03-31disklabel stuff was fixed a while agoTheo de Raadt
1997-03-21since cpio is now pax you can have it too.kstailey
1997-03-04Sync up with the current state of things--mi and mac68k.briggs
1997-03-03cleanup of powerpc miniroot/ramdisk installation, scrap floppy installationDale S. Rahn
since ramdisk installation works much better.
1997-03-02more 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-23Checkpoint. This should be pretty close now, just gotta fix kernelJason Downs
bugs.
1997-02-21more cleanup for powerpc miniroot installation,Dale S. Rahn
try to allow install to work without awk in the miniroot.
1997-02-21add files typically included in snapshot as files that show up inDale S. Rahn
the "ALLSETS" list for miniroot installation from disk.
1997-02-18Add cvs tag, change tar to pax in a couple of places, tar is not on theDale S. Rahn
ramdisk image.
1997-02-18commit some stragglers in my source tree, cleaning up of ramdisk installation.Dale S. Rahn
1997-02-17OpenBSD, add tag.Dale S. Rahn
1997-02-17mvme68k, OpenBSDTheo de Raadt
1997-02-16Getting there...Jason Downs
1997-02-16Prelimary 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-16clean up and add missing file from previous commitDale S. Rahn
1997-02-16Add the final? pieces to support mvme68k ramdisk support.Dale S. Rahn
uses rdsetroot to create a ramdisk in a kernel image.
1997-02-15Add new style of miniroot building. primarily based on the distrib/minirootDale S. Rahn
code.
1997-02-15Removal of the sun3 pieces of the miniroot build mechanism.Dale S. Rahn
Prepare for new setroot version.
1997-02-10catch up to i386 install.shTheo de Raadt
1997-02-09delete things until it fits.... sighTheo de Raadt
1997-02-09kerberos differentiationTheo de Raadt
1997-02-09pc3? no, let us make this sunTheo de Raadt
1997-02-09support kerberos differentiationTheo de Raadt
1997-02-09do not need -lzTheo de Raadt
1997-02-06ksh!Theo de Raadt
1997-02-06We use pdksh nowNiklas Hallqvist
1997-02-06add /kern to miniroot image for kernfs supportDale S. Rahn
1997-02-06Clean up silly things, mount rd0a not rd0, andDale S. Rahn
prog is not a valid program for crunch to find.
1997-02-06Now with the miniroot using the rd driver, the inst and kc may becomeDale S. Rahn
obsolete, but currently the miniroot uses this directory.
1997-02-05make crunchide work in the non-elf world, Opps.Dale S. Rahn
1997-01-31fix the problem with makefiles in a different way, this steps on the lastDale 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-31Pieces to create a miniroot image for powerpc installation from cdrom orDale S. Rahn
network?
1997-01-31First cut at elfrdsetroot command. this is the rdsetroot heavily hackedDale S. Rahn
to work on elf. Need sever cleaning.
1997-01-28intuit more info from dmesg, hubert.feyrer@rz.uni-regensburg.deTheo de Raadt
1997-01-26Even if the objs are cached, we want to find the MakefileNiklas Hallqvist
1997-01-25hacks to make it fit, parts by niklasTheo de Raadt
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1997-01-12Release version certainly isn't 1.0, not really 2.0 either, but...Dale S. Rahn
1997-01-12Do not link against libcrypt, It no longer exists.Dale S. Rahn
1997-01-12Do not link against libcrypt, It doesn't exists anymore.Dale S. Rahn
1997-01-09Changes to shrink kc filesystem, remove update from dot.profileDale S. Rahn
and remove an extra file.
1997-01-09Add 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-09add support for ELF in crunch, for crunchgen this meansDale S. Rahn
do not add a leading underscore to symbol names. Indicated to crunchgen by a "-E" option.
1996-12-22disklabel the vndTheo de Raadt
1996-12-21Check-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-21make Kerberos libraries conditional to KERBEROS define in Makefilekstailey
1996-12-21vnd driver has disklabel support now; use itTheo de Raadt