Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-05-22 | -a support for rd; from mickey | Theo de Raadt | |
1997-05-21 | build ofwboot, this is the "new" boot program, boot.ppc probably will | Dale S. Rahn | |
go away soon. | |||
1997-05-21 | Missing devs... | Per Fogelstrom | |
1997-05-21 | Use vrele() if the vnode was not locked, not vput() | Thorsten Lockert | |
1997-05-21 | fix problem with screensize under x on 5000/25 (originally from NetBSD | Thomas Graichen | |
diff submitted by Jan Mueller <jan.mueller@tu-harburg.d400.de>) | |||
1997-05-21 | Remove genassym dependency build, spotted by Dale | Per Fogelstrom | |
1997-05-21 | off by one; millert | Theo de Raadt | |
1997-05-20 | powerpc port does not use genassym.c anymore, do not attempt to | Dale S. Rahn | |
create dependancies on it. | |||
1997-05-20 | Add -s -e cd9660 hacks for making bootable alpha cd's. | Todd C. Miller | |
1997-05-19 | Hmm, to fast after issuing reset. | Per Fogelstrom | |
1997-05-19 | Make PICA's really reboot on rebbot command | Per Fogelstrom | |
1997-05-19 | More ramdisk | Per Fogelstrom | |
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 | |