Age | Commit message (Expand) | Author |
2001-12-14 | garbage collect some unused stuff. | Jason Wright |
2001-12-14 | gem wants BUS_DMA_READ define. | Dale Rahn |
2001-12-14 | Even more one-liners to get the kernel to link. | Miod Vallat |
2001-12-14 | Fill the M88100 blanks... | Miod Vallat |
2001-12-14 | This one was way too tricky at (almost) 3am. Now GENERIC enters the link phase. | Miod Vallat |
2001-12-14 | smurph you're a clown (with apologies to pefo@). | Miod Vallat |
2001-12-14 | Uncle miod had a GENERIC mvme88k and he wanted the kernel to compile, eieio... | Miod Vallat |
2001-12-14 | One more free commit, thanks to smurph@, in order to get GENERIC going. | Miod Vallat |
2001-12-14 | Don't use a single static struct alpha_bus_space since there are machines | Nathan Binkert |
2001-12-14 | Major restructuring for swizzling to the request queue and unswizzling from | mjacob |
2001-12-13 | remover registers. bracket spl regions with asm volatiles | Niklas Hallqvist |
2001-12-13 | Realistic COPTS handling. Plus it gets in sync with other m68k arches. | Miod Vallat |
2001-12-13 | Add magic to the kernel Makefile to remove the need to explicitely put | Miod Vallat |
2001-12-13 | Steve, please pay attention to warnings. | Miod Vallat |
2001-12-13 | Fix for pmap extract from art. | Dale Rahn |
2001-12-13 | Get rid of magic numbers | Nathan Binkert |
2001-12-13 | Make this run successfully through config(8), for starters... | Miod Vallat |
2001-12-13 | Add major for uda to the bootdev table. | Hugh Graham |
2001-12-13 | Support for MVME917 complete. | Steve Murphree |
2001-12-13 | Support for MVME197 completed. Fix SPL defs. | Steve Murphree |
2001-12-12 | - turn m88k_protection() into a trivial macro. | Miod Vallat |
2001-12-12 | Remove prototypes for non-existent mach leftovers, or duplicated in | Miod Vallat |
2001-12-12 | add hifn and dc at pci | Jason Wright |
2001-12-12 | add /dev/crypto support | Jason Wright |
2001-12-12 | Full suite of bus_dma functions (except bus_dmamap_load_raw)... this allows | Jason Wright |
2001-12-12 | At Miod's request make the pte in pmap_extract() a pt_entry_t * for | Todd C. Miller |
2001-12-12 | Don't return TRUE from pmap_extract if the pte is not valid. | Todd C. Miller |
2001-12-11 | Remove declarations that already exist in <sys/conf.h> | Miod Vallat |
2001-12-11 | mac68k disklabel cleaning 1/3: | Miod Vallat |
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 |
2001-12-11 | Merge in some pmap improvements from NetBSD. | Artur Grabowski |
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 |
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 |
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 |
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 |
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 |
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 |