summaryrefslogtreecommitdiff
path: root/sys/arch/amiga
AgeCommit message (Expand)Author
2001-07-25Change the pmap_enter interface to merge access_type and the wired booleanArtur Grabowski
2001-07-18Get rid of the PMAP_NEW option by making it mandatory for all archs.Artur Grabowski
2001-07-15add install targetassar
2001-07-05clean up includes.Artur Grabowski
2001-07-04$OpenBSD$Niklas Hallqvist
2001-06-29Remove defines that are now defined elsewhere.Janne Johansson
2001-06-27add the ALTQ device to the rest of the architectures.Kenjiro Cho
2001-06-27MNN is no longer an option.Artur Grabowski
2001-06-27IPF bye bye; openbsd@davidkrause.com, ok niklas@Angelos D. Keromytis
2001-06-27UVM is no longer an option.Artur Grabowski
2001-06-27recieve -> receiveNathan Binkert
2001-06-27No more old VM on amiga.Artur Grabowski
2001-06-25add pf device on all architectures.Kjell Wooding
2001-06-25cold is in systm nowMichael Shalayeff
2001-06-24Define splvm() for arches who don't already provide it, with the sameMiod Vallat
2001-06-20comment typo. from jsyn@nthought.comNiklas Hallqvist
2001-06-14Fix for pmap_extract on amiga. int -> paddr_t fix.Janne Johansson
2001-06-14Same fix as miod did for sun3/vax, but for amiga too.Janne Johansson
2001-06-08Change the paddr_t pmap_extract(struct pmap *, vaddr_t) interface toArtur Grabowski
2001-06-06Call doshutdownhooks() in boot(). ok jj@ niklas@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-15Sync with NetBSD, different calculation of maxproc. From NetBSD via Aaron@.Janne Johansson
2001-05-14PAGE_SIZE,MASK,SHIFT-Reloc's had to go. Ok art@Janne Johansson
2001-05-13PAGE_MASK is (PAGE_SIZE - 1), *not* (PAGE_SHIFT - 1)Todd C. Miller
2001-05-11more rd merge (headcolds suck)Theo 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-20Big upgrade of the pmap. Revised pagetable handling, more careful wiring,Artur Grabowski
2001-03-12Adjust the way that media is initialized on DP8390-compatibles; from NetBSD.Aaron Campbell
2001-03-08move gif* and faith* into sys/conf/GENERIC. deraadt and angelos okJun-ichiro itojun Hagino
2001-02-20for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ okMichael Shalayeff
2001-02-19Zap some unnecessary defines.Artur Grabowski
2001-02-19explicitly set page size for uvm.Artur Grabowski
2001-02-16zap old timeoutMarc Espie
2001-02-07XXX two horrible abuses of spl.Artur Grabowski
2001-01-31based on art's sparc patch:Jason Wright
2001-01-25spellingTodd T. Fries
2000-12-21People have difficulty spelling 'initial' and derivatives thereof (too manyAaron Campbell
2000-12-15ITE_INGRF checks needed, from NetBSD.Marc Espie
2000-12-15Grow the number of reserved pt pages.Artur Grabowski
2000-11-10Change the ktrace interface functions from taking the trace vnode to taking theArtur Grabowski
2000-11-10seperate -> separate, okay aaron@Niels Provos
2000-11-08Enable UVM by default.Artur Grabowski
2000-11-08Some fixes to vmapbuf and vunmapbuf.Artur Grabowski