Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-10-15 | Back out PEFO's trap change. It breaks everybody, it seems. | imp | |
1998-10-14 | o include ch.h so that NCH is defined | imp | |
o spell ksyms with with two s's | |||
1998-10-03 | Add a "spoofonly" argument to readdisklabel() which will be used to | Todd C. Miller | |
implement an ioctl to get a spoofed label even for disks that have a label on them. | |||
1998-09-30 | Fix ERESTART bug introduced with trapframes | Per Fogelstrom | |
1998-09-25 | o xfs is in the house (thanks art, for getting me started) | Todd T. Fries | |
o all but vax are major 51 | |||
1998-09-15 | Real trapframe and no more __FORK_BRAINDAMAGE | Per Fogelstrom | |
1998-08-30 | Add definition of MID_MACHINE. Set to 0 (MID_ZERO) because it needs to be ↵ | Todd C. Miller | |
*something* | |||
1998-08-29 | typo in ksyms spec, add ch too | Niklas Hallqvist | |
1998-08-24 | Add support for /dev/ksyms to arch-specific files | Todd C. Miller | |
1998-07-19 | do not force single if rd root | Theo de Raadt | |
1998-07-13 | Make compile when DEBUG and DIAGNOSTIC aren't defined. | imp | |
1998-07-07 | oops, i did not handle nchrdev correctly | Theo de Raadt | |
1998-07-07 | fix chrtoblk() so that it returne ENODEV for entries beyond the end of the table | Theo de Raadt | |
1998-06-29 | Add a __NO_ISA_INTR_CHECK #define, until the maintainers add the code. | Jason Downs | |
1998-05-06 | Add joy device to conf.c at minor 26 to match i386 port | imp | |
1998-05-05 | Add commented out joy0 to generic, per i386 port | imp | |
1998-05-05 | First cut at joy.c port from i386 | imp | |
1998-05-05 | Config file for my rPC44 | imp | |
1998-05-03 | First stab at defining virtual space for rPC44 for X11 | imp | |
1998-03-25 | flush -> sync | Per Fogelstrom | |
1998-03-25 | DDB vs DEBUG | Per Fogelstrom | |
1998-03-25 | We now have DDB, use std generic config | Per Fogelstrom | |
1998-03-25 | another config | Per Fogelstrom | |
1998-03-25 | call vm_set_page_size | Per Fogelstrom | |
1998-03-25 | DDB vs DEBUG | Per Fogelstrom | |
1998-03-18 | flush -> sync | Per Fogelstrom | |
1998-03-17 | support db_console switch for disabling console ddb | Theo de Raadt | |
1998-03-16 | "Take us to DDB!" | Per Fogelstrom | |
1998-03-16 | DDB. | Per Fogelstrom | |
Support for Algorithmics R5000/R10000 evaluation board. So far only the RM5260 is supported. RM5270 - RM7000 later. R5000 and R10000 depending on access to cpu modules. vm_machdep.c moved to arch/mips/mips. | |||
1998-03-04 | typo | Niklas Hallqvist | |
1998-03-03 | Add -Wno-main for GCC 2.8 | Niklas Hallqvist | |
1998-03-01 | Make it look much more like sys/conf/GENERIC, so when DDB comes | Niklas Hallqvist | |
we can just switch to an include. Use new MDB option. | |||
1998-03-01 | Use MDB instead of DEBUG to enable minidebug | Niklas Hallqvist | |
1998-03-01 | GCC 2.8 type safety + explicit typing | Niklas Hallqvist | |
1998-03-01 | -Wmissing-prototypes clean | Niklas Hallqvist | |
1998-03-01 | Remove unused object | Niklas Hallqvist | |
1998-03-01 | GCC 2.8 -Wall | Niklas Hallqvist | |
1998-03-01 | Merge of MACHINE_NEW_CONTIG (aka MNN) code from Chuck Cranor, | Niklas Hallqvist | |
<chuck@openbsd.org>. This code is as of yet disabled on all platforms, actually not yet supported on more than mvme68k, although other platforms are expected soon, as code is already available. This code makes handling of multiple physical memory regions consistent over all platforms, as well as keeping the performance of maintaining a single continuous memory chunk. It is also a requirement for the upcoming UVM replacement VM system. What I did in this merge: just declared the pmap_map function in a MD include file per port that needs it. It's not an exported pmap interface, says Chuck. It ended up in differnt include files on differnet ports, as I tried to follow the current policy on a per-arch basis. | |||
1998-02-24 | rename some DOS MBR partition types | Theo de Raadt | |
1998-02-23 | I broke this... fixed it again | Per Fogelstrom | |
1998-02-19 | add netbsd partition, rename 386BSD one to FreeBSD.. | Theo de Raadt | |
1998-01-29 | Wrong name | Per Fogelstrom | |
1998-01-29 | Some more arc/sgi fixes | Per Fogelstrom | |
1998-01-28 | Moving around files for new mips arch layout | Per Fogelstrom | |
1998-01-20 | Merge bus_dma support from NetBSD, mostly by Jason Thorpe. Only i386 uses it | Niklas Hallqvist | |
so far, the other archs gets placeholders for now. I wrote a compatibility layer for OpenBSD's old isadma code so we can still use our old driver sources. They will however get changed to native bus_dma use, on a case by case basis. Oh yes, I almost forgot, I kept our notion of isadma being a device so DMA-less ISA-busses still work | |||
1998-01-11 | disklabel spoofing for FAT32. | Niels Provos | |
1997-12-27 | PnP support | Niklas Hallqvist | |
1997-11-23 | use MI cdev_decl(ipl) | Michael Shalayeff | |
1997-11-11 | Add AST and wdc1, pretty some | Niklas Hallqvist | |
1997-11-11 | Reality update | Niklas Hallqvist | |