Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
1997-05-08 | Add slip support back in | Thorsten Lockert | |
1997-05-08 | comment out MFS, FIFO, and COMPAT_[0-9]+; add PCI ed | Todd C. Miller | |
1997-05-08 | Some trimming, add necessary stuff like ed, CD9660 & KERNFS | Niklas Hallqvist | |
1997-05-08 | sync to i386 | Theo de Raadt | |
1997-05-08 | wandering fix from provos | Theo de Raadt | |
1997-05-08 | only detect first 166/165 as valid | Theo de Raadt | |
1997-05-07 | axppci33-only GENERIC | Todd C. Miller | |
1997-05-07 | leaner and meaner | Theo de Raadt | |
1997-05-07 | Turn off si driver's dma by default. Unfortunately, DMA doesn't work. | gene | |
1997-05-07 | call pci_intr_establish correctly | Niklas Hallqvist | |
1997-05-06 | Add IP filter log into cdevsw | Niklas Hallqvist | |
1997-05-06 | add ipl device | kstailey | |
1997-05-05 | Removed Mach tag and added one for NCR SVR4. | etheisen | |
1997-05-05 | This is not getting picked up from ../Makefile.inc | Dale S. Rahn | |
set it here. This probably will go away shortly for preference to ofwboot. | |||
1997-05-05 | only build one version of the libraries. | Dale S. Rahn | |
1997-05-05 | add Extended partition id. | Dale S. Rahn | |
I hate when things are sitting around in trees forgotten. | |||
1997-05-05 | Remove comment about an XXX that has been fixed. | Todd C. Miller | |
1997-05-05 | Removed strchr() for libkern. | Todd C. Miller | |