summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
1997-05-22-a support for rd; from mickeyTheo de Raadt
1997-05-21build ofwboot, this is the "new" boot program, boot.ppc probably willDale S. Rahn
go away soon.
1997-05-21Missing devs...Per Fogelstrom
1997-05-21Use vrele() if the vnode was not locked, not vput()Thorsten Lockert
1997-05-21fix problem with screensize under x on 5000/25 (originally from NetBSDThomas Graichen
diff submitted by Jan Mueller <jan.mueller@tu-harburg.d400.de>)
1997-05-21Remove genassym dependency build, spotted by DalePer Fogelstrom
1997-05-21off by one; millertTheo de Raadt
1997-05-20powerpc port does not use genassym.c anymore, do not attempt toDale S. Rahn
create dependancies on it.
1997-05-20Add -s -e cd9660 hacks for making bootable alpha cd's.Todd C. Miller
1997-05-19Hmm, to fast after issuing reset.Per Fogelstrom
1997-05-19Make PICA's really reboot on rebbot commandPer Fogelstrom
1997-05-19More ramdiskPer Fogelstrom
1997-05-19MBR for ARC'sPer Fogelstrom
1997-05-19ARC has no boot right now...Per Fogelstrom
1997-05-18RAMDISK additionsPer Fogelstrom
1997-05-18RAMDISK additionsPer Fogelstrom
1997-05-18Trim!Niklas Hallqvist
1997-05-18null uio_procpTheo de Raadt
1997-05-17Make comment reflect reality and fix a typoTodd C. Miller
1997-05-17crank versionTheo de Raadt
1997-05-17&proc0 should never be usedTheo de Raadt
1997-05-16Some 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-16remove stuff found in sys/conf.hNiklas Hallqvist
1997-05-16shrinkTheo de Raadt
1997-05-16shrinkTheo de Raadt
1997-05-15Just plain ditch sn_printf of options. We don't do things this way anyway.gene
1997-05-14add rd to boot -aTheo de Raadt
1997-05-14Add RAMDISKNiklas Hallqvist
1997-05-14working bsd.rd; without vi for nowTheo de Raadt
1997-05-14Changed 3 occurneces of "NetBSD/sparc" to "OpenBSD/sparc", in stringsjohns
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-14kernel for ramdisksTheo de Raadt
1997-05-14ramdisk support, forgot this last roundNiklas Hallqvist
1997-05-14Add a new mode of operation: "safe" vnd, aka svnd, which goesNiklas 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-14for consistency: change kernel config file name from GENERIC_xxx toThomas Graichen
GENERIC.xxx too and adapt etc.pmax/Makefile.inc to reflect the new compile dir names
1997-05-14Don't need bpf or vnd -- shave a few bytes.Todd C. Miller
1997-05-14Whoops back out some changes from my local tree.gene
1997-05-14if generic miniroot, kill swap entryTheo de Raadt
1997-05-14add rd supportTheo de Raadt
1997-05-14add rd supportTheo de Raadt
1997-05-13minimizeTheo de Raadt
1997-05-13slight code reorgNiklas Hallqvist
1997-05-13slight KNFNiklas Hallqvist
1997-05-132.1 + KNF + some trimming to fitNiklas Hallqvist
1997-05-13Fix IPFILTER & ramdisk configuration infoNiklas Hallqvist
1997-05-13Add ramdisk config stuffNiklas Hallqvist
1997-05-13Add ramdisk devices + some cleanupNiklas Hallqvist
1997-05-13check for iso9660 disklabel FIRST. This will be an experiment of sortsTheo de Raadt
1997-05-13support cd9660 filesystem, tooTheo de Raadt
1997-05-13fake -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-12for miniroot, translate swap to ffsTheo de Raadt