Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-08-28 | Dont hardcode NKMEMCLUSTERS, calculate it to 256, as other m68ks do. | Janne Johansson | |
2001-08-25 | One regdump to dump them all... | Marc Espie | |
(moid@ wants that commit, because it interferes with stuff he's cleaning, and he's prepared to clean up stuff I may have forgotten, even though this was tested) | |||
2001-08-23 | Sync with contents of arch/foo/conf directory, might be useful one day. | Miod Vallat | |
2001-08-23 | We can now move timeout_init into main(). | Artur Grabowski | |
2001-08-23 | Remove even more old timeout tentacles. | Artur Grabowski | |
2001-08-20 | Bring get[sd]fc() prototypes to <m68k/cpu.h>, this will be needed shortly. | Miod Vallat | |
2001-08-20 | Convert to new timeouts; ite tested by jj@ | Miod Vallat | |
2001-08-19 | Typos in comments. | Marc Espie | |
Remove `to be merged with le soon' since this is an obvious lie. | |||
2001-08-18 | Move pmap_{de,}activate to vm/pmap.h, it's same on all archs. | Artur Grabowski | |
2001-08-16 | Typo | Miod Vallat | |
2001-08-15 | There is no need explaining how to do manually what libkvm does for you, | Miod Vallat | |
and how the HP MMU works, on an arch which doesn't have this MMU. | |||
2001-08-15 | There is no need to alter the MAX_KMAP and MAX_KMAPENT formulae for | Miod Vallat | |
this port. | |||
2001-08-13 | SYSPTSIZE is orhpaned, so g/c the poor define. | Miod Vallat | |
2001-08-12 | Actually, I was there only to remove an nappropriate hp300 | Miod Vallat | |
comment. But I couldn't go without removing some unused sutff as well. | |||
2001-08-12 | vm_pager.h no more | Michael Shalayeff | |
2001-08-12 | KUSER_AREA, BTOPUSRSTACK, P1PAGES are never used, so get rid of them. | Miod Vallat | |
2001-08-12 | #(endif|else) foo is incorrect, make it #endif /* foo */ | Heikki Korpela | |
deraadt@ ok | |||
2001-08-11 | redundant includes. | Artur Grabowski | |
2001-08-07 | remove this header which has been unused for over 3 yrs now. | Brad Smith | |
-- Ok'd by: jj@ | |||
2001-07-25 | Change the pmap_enter interface to merge access_type and the wired boolean | Artur Grabowski | |
and arbitrary flags into one argument. One new flag is PMAP_CANFAIL that tells pmap_enter that it can fail if there are not enough resources to satisfy the request. If this flag is not passed, pmap_enter should panic as it should have done before this change (XXX - many pmaps are still not doing that). Only i386 and alpha implement CANFAIL for now. Includes uvm updates from NetBSD. | |||
2001-07-18 | Get rid of the PMAP_NEW option by making it mandatory for all archs. | Artur Grabowski | |
The archs that didn't have a proper PMAP_NEW now have a dummy implementation with wrappers around the old functions. | |||
2001-07-15 | add install target | assar | |
2001-07-05 | clean up includes. | Artur Grabowski | |
2001-07-04 | $OpenBSD$ | Niklas Hallqvist | |
2001-06-29 | Remove defines that are now defined elsewhere. | Janne Johansson | |
2001-06-27 | add the ALTQ device to the rest of the architectures. | Kenjiro Cho | |
2001-06-27 | MNN is no longer an option. | Artur Grabowski | |
2001-06-27 | IPF bye bye; openbsd@davidkrause.com, ok niklas@ | Angelos D. Keromytis | |
2001-06-27 | UVM is no longer an option. | Artur Grabowski | |
2001-06-27 | recieve -> receive | Nathan Binkert | |
2001-06-27 | No more old VM on amiga. | Artur Grabowski | |
2001-06-25 | add pf device on all architectures. | Kjell Wooding | |
fix my previously bogus MAKEDEVs. If you used pf on a non-i386. the major device number has changed, and you'll need to recreate /dev/pf ok theo | |||
2001-06-25 | cold is in systm now | Michael Shalayeff | |
2001-06-24 | Define splvm() for arches who don't already provide it, with the same | Miod Vallat | |
definition as splimp(). art@ ok | |||
2001-06-20 | comment typo. from jsyn@nthought.com | Niklas Hallqvist | |
2001-06-14 | Fix for pmap_extract on amiga. int -> paddr_t fix. | Janne Johansson | |
2001-06-14 | Same fix as miod did for sun3/vax, but for amiga too. | Janne Johansson | |
Need more includes for netinet-stuff to work. | |||
2001-06-08 | Change the paddr_t pmap_extract(struct pmap *, vaddr_t) interface to | Artur Grabowski | |
boolean_t pmap_extract(struct pmap *, vaddr_t, paddr_t *). Matches NetBSD. Tested by various people on various platforms. | |||
2001-06-06 | Call doshutdownhooks() in boot(). ok jj@ niklas@ | Miod Vallat | |
2001-05-17 | convert mbuf and cluster allocation to pool, mostly from NetBSD | Niels Provos | |
okay art@ miod@ | |||
2001-05-16 | No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok) | Hakan Olsson | |
2001-05-15 | Sync with NetBSD, different calculation of maxproc. From NetBSD via Aaron@. | Janne Johansson | |
2001-05-14 | PAGE_SIZE,MASK,SHIFT-Reloc's had to go. Ok art@ | Janne Johansson | |
2001-05-13 | PAGE_MASK is (PAGE_SIZE - 1), *not* (PAGE_SHIFT - 1) | Todd C. Miller | |
2001-05-11 | more rd merge (headcolds suck) | Theo de Raadt | |
2001-05-11 | unify | Theo de Raadt | |
2001-05-10 | Provide PAGE_{MASK,SHIFT,SIZE} constants. | Miod Vallat | |
2001-05-09 | More sync to NetBSD. | Artur Grabowski | |
- Change pmap_change_wiring to pmap_unwire because it's only called that way. - Remove pmap_pageable because it's seldom implemented and when it is, it's either almost useless or incorrect. The same information is already passed to the pmap anyway by pmap_enter and pmap_unwire. | |||
2001-05-06 | Update some comments wrt. the CLSIZE changes. | Artur Grabowski | |
And remove that memory price comment from 1981. It is amusing, but also confusing because the math in there is only correct on vax. | |||
2001-05-05 | Rename configure() to cpu_configure(). | Artur Grabowski | |
Move it from cpu_startup() to main(). |