Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-05-19 | MBR for ARC's | Per Fogelstrom | |
1997-05-19 | ARC has no boot right now... | Per Fogelstrom | |
1997-05-18 | RAMDISK additions | Per Fogelstrom | |
1997-05-18 | RAMDISK additions | Per Fogelstrom | |
1997-05-18 | Trim! | Niklas Hallqvist | |
1997-05-18 | null uio_procp | Theo de Raadt | |
1997-05-17 | Make comment reflect reality and fix a typo | Todd C. Miller | |
1997-05-17 | crank version | Theo de Raadt | |
1997-05-17 | &proc0 should never be used | Theo de Raadt | |
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 | shrink | Theo de Raadt | |
1997-05-16 | shrink | Theo de Raadt | |
1997-05-15 | Just plain ditch sn_printf of options. We don't do things this way anyway. | gene | |
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 | 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 | kernel for ramdisks | Theo de Raadt | |
1997-05-14 | ramdisk support, forgot this last round | Niklas Hallqvist | |
1997-05-14 | Add a new mode of operation: "safe" vnd, aka svnd, which goes | Niklas Hallqvist | |
through the buffercache thus maintaining cache-coherency after unmount of a mounted vnd. This is good for diskimage creation, you should still use the old vnds for swapping on, though | |||
1997-05-14 | for consistency: change kernel config file name from GENERIC_xxx to | Thomas Graichen | |
GENERIC.xxx too and adapt etc.pmax/Makefile.inc to reflect the new compile dir names | |||
1997-05-14 | Don't need bpf or vnd -- shave a few bytes. | Todd C. Miller | |
1997-05-14 | Whoops back out some changes from my local tree. | gene | |
1997-05-14 | if generic miniroot, kill swap entry | Theo de Raadt | |
1997-05-14 | add rd support | Theo de Raadt | |
1997-05-14 | add rd support | Theo de Raadt | |
1997-05-13 | minimize | Theo de Raadt | |
1997-05-13 | slight code reorg | Niklas Hallqvist | |
1997-05-13 | slight KNF | Niklas Hallqvist | |
1997-05-13 | 2.1 + KNF + some trimming to fit | Niklas Hallqvist | |
1997-05-13 | Fix IPFILTER & ramdisk configuration info | Niklas Hallqvist | |
1997-05-13 | Add ramdisk config stuff | Niklas Hallqvist | |
1997-05-13 | Add ramdisk devices + some cleanup | Niklas Hallqvist | |
1997-05-13 | check for iso9660 disklabel FIRST. This will be an experiment of sorts | Theo de Raadt | |
1997-05-13 | support cd9660 filesystem, too | Theo de Raadt | |
1997-05-13 | fake -s and -e options to indicate start of the /boot in cd9660 land. | Theo de Raadt | |
Later on this should be replaced by proper cd9660 groking code. | |||
1997-05-12 | for miniroot, translate swap to ffs | Theo de Raadt | |
1997-05-12 | According to Dave Huang (khym@bga.com), the powerbook 150 works better if we | gene | |
use Duo-class ROM vectors. Brings support for this machine much closer. | |||
1997-05-12 | argh | Theo de Raadt | |
1997-05-12 | bring GENERIC up to date and add two new kernels: | Thomas Graichen | |
* GENERIC_NFS - for netbooting with root & swap via nfs * GENERIC_rz0 - root & swap hardcoded to rz0 - required for zip drives - don't ask me why (kernels explicitely configured to the scsi id of the zip drive crash ...) | |||
1997-05-11 | don't config the floppy on Sun4m's, since the the driver isn't right and ↵ | grr | |
doing anything near the floppy blows the system | |||
1997-05-11 | Current update | Per Fogelstrom | |
1997-05-11 | More profiling gunk... | Per Fogelstrom | |
1997-05-11 | Allow ABICALLS set outside file | Per Fogelstrom | |
1997-05-11 | Make "make tags" work. (I hope...) | Per Fogelstrom | |
1997-05-11 | Remove extra load... | Per Fogelstrom | |
1997-05-11 | Boot block for the wgrisc! | Per Fogelstrom | |
1997-05-11 | Allow setting of ABICALLS outside file | Per Fogelstrom | |
1997-05-08 | include bus.h to prevent compiler warnings and other problems. | gene | |