summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k
AgeCommit message (Expand)Author
2001-06-25add pf device on all architectures.Kjell Wooding
2001-06-25cold is in systm nowMichael Shalayeff
2001-06-16More cleanink of unused code and incorrect comments.Miod Vallat
2001-06-14Big cleanup of VM issues:Miod Vallat
2001-06-13Actually, because of multi-interrupts devices, use the opposite loopMiod Vallat
2001-06-12In intr_findvec(), correct the for() loop bounds.Miod Vallat
2001-06-08Change the paddr_t pmap_extract(struct pmap *, vaddr_t) interface toArtur Grabowski
2001-06-05Call doshutdownhooks() in boot(). Cleanup code path a little.Miod Vallat
2001-05-31Typos.Miod Vallat
2001-05-21Correctly position the #if's wrt the locking macros...Miod Vallat
2001-05-20assym.s -> assym.hMiod Vallat
2001-05-20Replace genassym.c with a .cf one; also remove unused defines.Miod Vallat
2001-05-20Generate assym from a genassym.cf file instead of a C program.Miod Vallat
2001-05-17convert mbuf and cluster allocation to pool, mostly from NetBSDNiels Provos
2001-05-16No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok)Hakan Olsson
2001-05-13PAGE_MASK is (PAGE_SIZE - 1), *not* (PAGE_SHIFT - 1)Todd C. Miller
2001-05-11unify rd(4) even moreTheo de Raadt
2001-05-11unifyTheo de Raadt
2001-05-10Provide PAGE_{MASK,SHIFT,SIZE} constants.Miod Vallat
2001-05-09More sync to NetBSD.Artur Grabowski
2001-05-06Update some comments wrt. the CLSIZE changes.Artur Grabowski
2001-05-05Rename configure() to cpu_configure().Artur Grabowski
2001-05-05Remove the (vaddr_t) casts inside the round_page and trunc_page macros.Artur Grabowski
2001-05-05Get rid of CLSIZE and all related stuff.Artur Grabowski
2001-04-30Fix the s-records encoding program so as to produce correct finalMiod Vallat
2001-04-29Replace resource maps with extents, and cleanup associated variables.Miod Vallat
2001-04-17Implement cnbell(), an optional entrypoint that rings the console bell; fromAaron Campbell
2001-04-14Correctly initialize disklabel structure in readdisklabel().Miod Vallat
2001-04-10This file is not welcomed here.Miod Vallat
2001-04-10Get rid of unnecessary symbols.Miod Vallat
2001-04-09FFS_SOFTUPDATES in sys/conf/GENERICTheo de Raadt
2001-03-27Move the boot loader relocation address higher, for full-featuredMiod Vallat
2001-03-27Make this compile correctly for non-mvme187 compatible kernelMiod Vallat
2001-03-22Get pmap->cpus_using before the pmap structure is touched. Besides, weMiod Vallat
2001-03-18Initialize all the cpu_sets array, not just the first max_cpus entries.Miod Vallat
2001-03-18Remove badwordaddr() prototype, cleanup, #if -> #ifdef police.Miod Vallat
2001-03-18Correct prototype for guarded_access().Miod Vallat
2001-03-16Cleanup, get badwordaddr() from <machine/locore.h>Miod Vallat
2001-03-16Cleanup, fix some typos.Miod Vallat
2001-03-16Remove badwordaddr().Miod Vallat
2001-03-16More function prototypes.Miod Vallat
2001-03-16Update the configuration procedure, to get in sync with other ports:Miod Vallat
2001-03-16KNF, warning hunting.Miod Vallat
2001-03-15Be more cross-compiler friendly.Miod Vallat
2001-03-14typoTheo de Raadt
2001-03-12This file isn't used anymore.Miod Vallat
2001-03-12Simplify vmapbuf by moving the vm_map_pmap computation off loop (inspiredMiod Vallat
2001-03-12Remove dead code related to soft interrupts.Miod Vallat
2001-03-12Remove dead code related to soft interrupts.Miod Vallat
2001-03-12/dev/ksyms support.Miod Vallat