Age | Commit message (Expand) | Author |
2001-08-20 | Bring get[sd]fc() prototypes to <m68k/cpu.h>, this will be needed shortly. | Miod Vallat |
2001-08-18 | Move pmap_{de,}activate to vm/pmap.h, it's same on all archs. | Artur Grabowski |
2001-08-15 | New timeouts, tested by beck@. | Miod Vallat |
2001-08-13 | SYSPTSIZE is orhpaned, so g/c the poor define. | Miod Vallat |
2001-08-13 | ecacheon(), ecacheoff() good bye. | Miod Vallat |
2001-08-12 | KUSER_AREA, BTOPUSRSTACK, P1PAGES are never used, so get rid of them. | Miod Vallat |
2001-08-12 | g/c unused fields. | Miod Vallat |
2001-08-12 | #(endif|else) foo is incorrect, make it #endif /* foo */ | Heikki Korpela |
2001-08-11 | Unnecessary and redundant includes. | Artur Grabowski |
2001-08-11 | redundant includes | Artur Grabowski |
2001-08-11 | redundant includes. | Artur Grabowski |
2001-08-11 | unnecessary includes. | Artur Grabowski |
2001-08-06 | remove vm_conf.h; art@ ok | Michael Shalayeff |
2001-07-31 | type mismatch fix. | Bob Beck |
2001-07-25 | Change the pmap_enter interface to merge access_type and the wired boolean | Artur Grabowski |
2001-07-18 | Get rid of the PMAP_NEW option by making it mandatory for all archs. | Artur Grabowski |
2001-07-15 | add install target | assar |
2001-07-09 | Trivial ether_input_mbuf(). | Federico G. Schwindt |
2001-07-05 | Get rid of REAL_CLISTS. It was never implemented and the tentacles are | Artur Grabowski |
2001-07-05 | Get rid of the wrapper macros around extent_alloc*1 | Artur Grabowski |
2001-07-05 | clean up includes. | Artur Grabowski |
2001-07-04 | Kill this for real hopefully | Niklas Hallqvist |
2001-07-04 | $OpenBSD$ | Niklas Hallqvist |
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 | old vm no more | Artur Grabowski |
2001-06-27 | fix mac pool_get panics on forks - ok art@ | Bob Beck |
2001-06-25 | add pf device on all architectures. | Kjell Wooding |
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 |
2001-06-24 | oops. another one. | Artur Grabowski |
2001-06-23 | oops. unbreak after the last change. | Artur Grabowski |
2001-06-10 | Semicolons are better added in canada to save cross atlantic bandwith. | Bob Beck |
2001-06-09 | fix art oopsie so this compiles | Bob Beck |
2001-06-08 | Change the paddr_t pmap_extract(struct pmap *, vaddr_t) interface to | Artur Grabowski |
2001-06-08 | More changes from NetBSD that should have been part of the UVM update; tested | Aaron Campbell |
2001-06-08 | Adjust to recent locking protocol changes; beck@ | Aaron Campbell |
2001-05-17 | Insert comma missing from r1.11 commit; found by beck@. | Aaron Campbell |
2001-05-17 | convert mbuf and cluster allocation to pool, mostly from NetBSD | Niels Provos |
2001-05-16 | No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok) | Hakan Olsson |
2001-05-13 | PAGE_MASK is (PAGE_SIZE - 1), *not* (PAGE_SHIFT - 1) | Todd C. Miller |
2001-05-11 | unify rd(4) even more | Theo de Raadt |
2001-05-11 | unify | Theo de Raadt |
2001-05-10 | Provide PAGE_{MASK,SHIFT,SIZE} constants. | Miod Vallat |
2001-05-10 | Add missing #include <sys/resourcevar.h> so these can compile. | Todd C. Miller |
2001-05-10 | Some locking protocol fixes and better enforcement of wiring limits. | Artur Grabowski |
2001-05-09 | More sync to NetBSD. | Artur Grabowski |
2001-05-08 | Substantial update from NetBSD, most notably gives us UVM support; deraadt@ ok | Aaron Campbell |
2001-05-05 | remove some private stuff people put into here | Theo de Raadt |