Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-12-11 | Remove declarations that already exist in <sys/conf.h> | Miod Vallat | |
2001-12-11 | mac68k disklabel cleaning 1/3: | Miod Vallat | |
Add a bunch of sanity checks and fixes when building disklabels. Tested by Takeshi Morimoto on various models. | |||
2001-12-11 | Yet another sync to NetBSD. Kills lot of unnecessary code and cleans up a bit. | Artur Grabowski | |
2001-12-11 | More sync to NetBSD. | Artur Grabowski | |
- don't remove wired mappings in pmap_collect. - some support for large pages. | |||
2001-12-11 | Merge in some pmap improvements from NetBSD. | Artur Grabowski | |
- disable pmap_copy (and comment out the code), it makes things slower. - don't return TRUE from pmap_extract if the pte is not valid. | |||
2001-12-11 | Repair 68060 operation; from art@ and myself, spell-checked by deraadt@. | Miod Vallat | |
2001-12-10 | minor cleanups. | Artur Grabowski | |
2001-12-10 | Define MCLBYTES from MCLSHIFT, rather than providing the final value. | Miod Vallat | |
(sync with other arches) | |||
2001-12-10 | No need to include <sys/dmap.h> and define related variables. | Miod Vallat | |
2001-12-09 | Even more ansification. | Artur Grabowski | |
2001-12-09 | Random ansification. | Artur Grabowski | |
(Does it show that I'm doing a binary search for a bug in a bigger diff?) | |||
2001-12-09 | un-__P | Artur Grabowski | |
2001-12-09 | Explicitly unmap and free the pages in pgt_page_free. | Artur Grabowski | |
2001-12-09 | remove pvalloc and pvfree, use the raw pool_get and pool_put. | Artur Grabowski | |
Make pv allocation non-waiting. sneak in some ansification. | |||
2001-12-09 | Real pmap_k*. The sun4/sun4c functions are from NetBSD. | Artur Grabowski | |
2001-12-09 | splbio?!? Where did that come from? | Artur Grabowski | |
2001-12-09 | - change flush_atc_entry() prototype, the third argument is indeed a boolean_t, | Miod Vallat | |
and update callers. - move the kernel_pmap case out of pmap_expand(), and explicitely handle this in pmap_enter(). This saves an unlock/lock cycle in pmap_enter(). - put more diagnostic code in #ifdef DIAGNOSTIC/#endif pairs. - fix a few style issues and correct a few comments. | |||
2001-12-08 | Better pmap_kenter_pa() and pmap_kremove() implementation. | Miod Vallat | |
2001-12-08 | Use PMAP_MANAGED() macro everywhere instead of hand-expanding it. | Miod Vallat | |
2001-12-08 | m68k_trunc_page -> trunc_page | Miod Vallat | |
2001-12-08 | Be 9600-bauds friendly and panic() on unexpected issues, rather than printf() | Miod Vallat | |
in loop. | |||
2001-12-08 | db_console is declared in <ddb/db_var.h>. Fix a typo while there, too. | Miod Vallat | |
2001-12-08 | Sprinkle pmap_update calls where relevant and some other | Artur Grabowski | |
misc pmap usage fixes. | |||
2001-12-07 | Oops, need rtc in here, too | Jason Wright | |
2001-12-07 | add ohci and several basic usb devices. | Jason Wright | |
2001-12-07 | NKMEMPAGES defines. | Artur Grabowski | |
2001-12-07 | fix signal dosc | Theo de Raadt | |
2001-12-07 | rtc* at ebus? | Jason Wright | |
2001-12-07 | Mimic some of the rtc handling (the m5819 on the x1 is a ds1287-alike) from ↵ | Jason Wright | |
i386, especially to do with year handling. | |||
2001-12-07 | make it compile on SUN4M-only | Michael Shalayeff | |
2001-12-07 | Use pmap_kenter for buffers and msgbuf. | Artur Grabowski | |
2001-12-07 | rtc at ebus; netbsd | Jason Wright | |
2001-12-07 | add rtc cfdriver | Jason Wright | |
2001-12-07 | remove fxp. hey art, that is how i respond to kernel bloat! | Theo de Raadt | |
2001-12-07 | Since amiga now has correct pmap_k* and uses them for mapping | Artur Grabowski | |
the buffer cache, it's a good idea to use them in pagemove too. | |||
2001-12-07 | Sigh. MACHINE_NONCONTIG is not only non-optional, it has been replaced | Artur Grabowski | |
by MACHINE_NEW_NONCONTIG ages ago and that option is gone too. | |||
2001-12-07 | Some ansification and cleanups in pmap_{zero,copy}_page* | Artur Grabowski | |
2001-12-07 | kill kvm_iocache, not used. | Artur Grabowski | |
2001-12-07 | Remove 4m bits and put some other nasty restrictions on kvm_uncache so | Artur Grabowski | |
that noone ever has a thought of using it again. | |||
2001-12-07 | kvm_recache is now unnecessary, simplify. | Artur Grabowski | |
2001-12-07 | In dvma_malloc_space and dvma_free allocate and map the memory | Artur Grabowski | |
ourselves, don't malloc and then uncache the memory. | |||
2001-12-07 | Remove pmap_cache_enable. it was a mistake. | Artur Grabowski | |
2001-12-07 | Zap pmap_alloc_cpu. this is not how we want to do this. | Artur Grabowski | |
2001-12-07 | splpmap -> splvm | Artur Grabowski | |
2001-12-07 | Remove pmap_kenter_pgs leftovers. | Artur Grabowski | |
2001-12-07 | ethernet -> dc (Netra X1 finds its root dev correctly now) | Jason Wright | |
2001-12-07 | Ratibibugle setredzone() | Miod Vallat | |
[Ratibibugle is local slang for g/c, remove, rototill, etc] | |||
2001-12-07 | In uni_n_config(), only return a base address if a base address was found. | Miod Vallat | |
2001-12-06 | No need to keep dummy fields in cpu_disklabel structures. | Miod Vallat | |
2001-12-06 | DDB disassembly fixes and trace improvements from NetBSD. | Miod Vallat | |