Age | Commit message (Expand) | Author |
2002-01-16 | Don't include <sys/map.h> when you don't need what's in it. | Miod Vallat |
2002-01-10 | Bring back pmap_motorola for mac68k. | Miod Vallat |
2001-12-25 | Oops, I barfed there, too. | Miod Vallat |
2001-12-24 | Harmonize and complete wrt cross-compilation. | Miod Vallat |
2001-12-20 | Temporarily revert the pmap_motorola changes, as they may account for | Miod Vallat |
2001-12-19 | UBC was a disaster. It worked very good when it worked, but on some | Artur Grabowski |
2001-12-14 | Remove the ugly protection_codes[] array, only used by the pte_prot() | Miod Vallat |
2001-12-14 | Sync compilation flags definition accross m68k-based arches. | Miod Vallat |
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-10 | No need to include <sys/dmap.h> and define related variables. | Miod Vallat |
2001-12-08 | Sprinkle pmap_update calls where relevant and some other | Artur Grabowski |
2001-12-07 | Ratibibugle setredzone() | Miod Vallat |
2001-12-06 | No need to keep dummy fields in cpu_disklabel structures. | Miod Vallat |
2001-12-06 | Define proper macros for FP frame offsets rather than magic numbers. | Todd C. Miller |
2001-12-05 | VM_KMEM_SIZE no longer needed. | Artur Grabowski |
2001-12-05 | make nkmempages dynamic based on memory. okay art@ from netbsd: | Niels Provos |
2001-12-02 | 1) kill old vm_*_t types (no real effect) | Todd C. Miller |
2001-11-30 | Not needed anymore. | Miod Vallat |
2001-11-30 | Switch to pmap_motorola. | Miod Vallat |
2001-11-30 | Now that pmaps can have vm_page_md, make pmap_physseg optional. | Artur Grabowski |
2001-11-28 | zap some typedefs. | Artur Grabowski |
2001-11-28 | Make pmap_update functions into nops so that we can have a consistent | Artur Grabowski |
2001-11-28 | pmap_kenter_pgs is not used and not really useful. remove. | Artur Grabowski |
2001-11-28 | Sync in more uvm changes from NetBSD. | Artur Grabowski |
2001-11-25 | Harmonize userret() prototypes across m68k arches. | Miod Vallat |
2001-11-24 | Harmonize boot() logic across arches: | Miod Vallat |
2001-11-23 | Remove splsched() declaration and related stuff. | Miod Vallat |
2001-11-21 | Provide COMPAT_SUNOS files via the common m68k configuration files. | Miod Vallat |
2001-11-17 | put more common stuff into m68k/genassym.cf; miod@ ok | Michael Shalayeff |
2001-11-09 | nswbuf hasn't been used for ages. gc. | Artur Grabowski |
2001-11-07 | Add an alignment argument to uvm_map that specifies an alignment hint | Artur Grabowski |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
2001-11-06 | Let fork1, uvm_fork, and cpu_fork take a function/argument pair as argument, | Artur Grabowski |
2001-11-06 | Redundant includes. | Artur Grabowski |
2001-11-01 | Change d_mmap in struct cdevsw from: | Artur Grabowski |
2001-10-01 | Always use the IRQ interrupt, and let the SBC_INTR flag only control | Miod Vallat |
2001-09-28 | move cdev_decl(pf) into it's proper place, kill cdev_decl(ipl) at the same time | Michael Shalayeff |
2001-09-22 | Remove more old, dusty, unused defines. | Miod Vallat |
2001-09-21 | phys_map declaration comes from <vm/vm.h>, no need to declare it locally. | Miod Vallat |
2001-09-20 | occured->occurred | Mike Pechkin |
2001-09-19 | merge vm/vm_kern.h into uvm/uvm_extern.h; art@ ok | Michael Shalayeff |
2001-09-16 | Make use of "export", "struct" and "member" keywords to be easier to read | Miod Vallat |
2001-09-14 | Simplify userret. | Artur Grabowski |
2001-09-12 | mbutl no more | Artur Grabowski |
2001-09-11 | Fix uvm_km_suballoc() usage flags. ok art@ millert@ | Miod Vallat |
2001-09-11 | Don't include <vm/vm_kern.h> if you don't need foo_map. | Miod Vallat |
2001-09-09 | Repair compilation of mac68k GENERIC_SBC kernel. | Miod Vallat |
2001-09-06 | missing machine/ieee.h from NetBSD | Todd C. Miller |
2001-08-31 | The fact that my tree builds should not prevent the official tree to | Miod Vallat |