Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-08-26 | Nuke annoying defopt, by popular demand. Plus you get two typos fixed | Miod Vallat | |
for free. | |||
2001-08-25 | Implement the data cache invalidation functions for 040, and fix a typo | Miod Vallat | |
as well. millert@ ok | |||
2001-08-25 | Remove workarounds for old compiler bugs, and fix a few style issues. | Miod Vallat | |
millert@ ok | |||
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 | 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-19 | Sync with reality. | Miod Vallat | |
2001-08-19 | PANICBUTTON no more. | Miod Vallat | |
2001-08-19 | Remove PANICBUTTON code, as it is incompatible with DDB and DDB is | Miod Vallat | |
much more appreciated. millert@ agrees. While there, make HP300_NEWKVM permanent. | |||
2001-08-18 | Move pmap_{de,}activate to vm/pmap.h, it's same on all archs. | Artur Grabowski | |
2001-08-18 | Correct mapping of the kernel message buffer. From NetBSD | Miod Vallat | |
2001-08-13 | SYSPTSIZE is orhpaned, so g/c the poor define. | Miod Vallat | |
2001-08-12 | I was expecting our documentation guys to correct this, especially | Miod Vallat | |
the finn, but people there go to sleep way too early. Remove description of some no-more-existent options. | |||
2001-08-12 | BUFFERS_UNMANAGED my ass, probably more outdated or obsolete things | Miod Vallat | |
to change. Volunteers? | |||
2001-08-12 | this does not seem to require none of the vm headers even and compiles ok | Michael Shalayeff | |
2001-08-12 | KUSER_AREA, BTOPUSRSTACK, P1PAGES are never used, so get rid of them. | Miod Vallat | |
2001-08-11 | Unnecessary and redundant includes. | Artur Grabowski | |
2001-08-11 | redundant includes. | Artur Grabowski | |
2001-08-08 | __dead not __noreturn__ | Todd C. Miller | |
2001-08-06 | remove vm_conf.h; art@ ok | Michael Shalayeff | |
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 | Get rid of REAL_CLISTS. It was never implemented and the tentacles are | Artur Grabowski | |
everywhhere. | |||
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 | UVM is no longer an option. | Artur Grabowski | |
2001-06-27 | recieve -> receive | Nathan Binkert | |
2001-06-27 | no more old VM | 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-23 | no more kernfs | Theo de Raadt | |
2001-06-10 | Art error #1 | Theo de Raadt | |
2001-06-08 | Fix the XXX #debug bits in vm_machdep(). | Todd C. Miller | |
Makes the pmap_extract() accept a NULL argument for pap; from NetBSD | |||
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-05 | Use mi round_page() and trunc_page() macros | Todd C. Miller | |
2001-05-31 | Initialize b_dep if we malloc our own struct buf. | Artur Grabowski | |
2001-05-31 | Initialize bp->b_dep if we malloc our own struct buf. | Artur Grabowski | |
2001-05-28 | #ifdef PMAP_NEW we should call pmap_kremove/pmap_kenter_pa instead of | Todd C. Miller | |
pmap_remove/pmap_enter. This is needed for when hp300 has true pmap_kremove/pmap_kenter_pa instead of just wrapper functions. | |||
2001-05-25 | Add 3 sysctl machdep variables: cpuspeed, machineid, and mmuid. | Todd C. Miller | |
2001-05-23 | Adjust computed cpuspeed by 3/8 on 68040 machines to correspond to | Todd C. Miller | |
reality. Convert hp300_models into an array of char *'s, indexed by machineid--we can use the computed cpuspeed instead of hard coding values in a table. Also save a few bytes by storing the cpu type in a single char, not a 2 character string. | |||
2001-05-17 | convert mbuf and cluster allocation to pool, mostly from NetBSD | Niels Provos | |
okay art@ miod@ | |||
2001-05-17 | It's Daylight Saving Time, not Savings. Fix comments. | Peter Valchev | |
Discussed with pjanzen@ | |||
2001-05-16 | Use PMAP_NEW if UVM is defined. | Todd C. Miller | |
2001-05-16 | PMAP_NEW support; thorpej@netbsd.org | Todd C. Miller | |
2001-05-15 | Change splimp -> splhigh in cpu_exit() to match NetBSD and some of | Todd C. Miller | |
our other ports. | |||
2001-05-15 | Remove an extra space in avail mem printf | Todd C. Miller | |
2001-05-13 | Remove an unused label. | Aaron Campbell | |
2001-05-13 | Fix the problem that single-step tracing of a trap instruction | Todd C. Miller | |
drops the system into kernel debugger; itohy@netbsd.org Other m68k ports require similar changes |