Age | Commit message (Expand) | Author |
2000-02-01 | Keep stats of pages we uncache because of bad cache aliases. | Artur Grabowski |
2000-01-31 | Clean up memerr*. (from NetBSD) | Artur Grabowski |
2000-01-27 | remove bogus comment | Artur Grabowski |
2000-01-27 | reduce global symbol pollution | Artur Grabowski |
2000-01-27 | use {round,trunc}_page instead of manually doing the same thing | Artur Grabowski |
2000-01-27 | pmap_writetext - use getptep4m/setpgt and avoid one unnecessary table walk | Artur Grabowski |
2000-01-27 | It's amazing what you can find with some code reading. | Artur Grabowski |
2000-01-27 | zap setptesw4m, not used anymore | Artur Grabowski |
2000-01-27 | zap getptesw4m, not used anymore (and the comment was bogus) | Artur Grabowski |
2000-01-27 | update comment to reflect reality (remove it). | Artur Grabowski |
2000-01-27 | pmap_rmk4m: There is no need to flush the segment from the tlb or | Artur Grabowski |
2000-01-26 | cleanup and simplify pmap_page_protect4m: | Artur Grabowski |
2000-01-26 | Replace more table-walks and getpte4m/setpte4m with getptep4m/setpgt4m. | Artur Grabowski |
2000-01-22 | changes to GENERIC must be matched in GENERIC_SCSI3 | Theo de Raadt |
2000-01-17 | pmap_{zero,copy}_page4m: use getptep4m to get the ptes for vpages. | Artur Grabowski |
2000-01-14 | Cleanup the handling of ptes on 4m. | Artur Grabowski |
2000-01-14 | make setpgt4m static __inline, remove dead code. | Artur Grabowski |
2000-01-12 | ifdef SUN4M, ok art@ | David Leonard |
2000-01-09 | Do the bootpath_store dance so we can boot off of a disk attached | mjacob |
2000-01-09 | add INET6 into conf/GENERIC. | Jun-ichiro itojun Hagino |
2000-01-03 | .Sh "SEE ALSO" -> .Sh SEE ALSO | Paul Janzen |
2000-01-01 | check db_panic in kdb_trap() as well; similar to i386 fix from assar | Theo de Raadt |
2000-01-01 | make the kernel compile | Theo de Raadt |
1999-12-30 | Add tctrl0 for tadpole so things like powerdown work. | Todd C. Miller |
1999-12-17 | Use pmap_writetext instead of manually fiddling with pmap_changeprot when | Artur Grabowski |
1999-12-10 | shrink | Theo de Raadt |
1999-12-10 | fix rx mbuf allocation | Jason Wright |
1999-12-09 | Opps, missed to change one FREE(pv, ...) to pvfree(pv). | Artur Grabowski |
1999-12-09 | Fix a bug we've had for ages. | Artur Grabowski |
1999-12-09 | Since we uncache the memory in dvma_malloc, it is a good idea to recacheit in | Artur Grabowski |
1999-12-09 | Change the kvm_uncache interface to a kvm_setcache that can uncache | Artur Grabowski |
1999-12-09 | Make PMAP_NEW compile again. | Artur Grabowski |
1999-12-09 | Fix pmap_kenter_pa4m. First shot at a better pmap_kenter_pgs. | Artur Grabowski |
1999-12-08 | only replace .mul/.umul on v8 cpus | Theo de Raadt |
1999-12-08 | fix mbuf chain allocation to comply with m_devget() way | Jason Wright |
1999-12-08 | fix mbuf chain allocation to comply with m_devget() way. | Jason Wright |
1999-12-08 | Readd the PMAP_NEW code, this time with the missing ifdef. | Artur Grabowski |
1999-12-08 | undo even more damage | Theo de Raadt |
1999-12-08 | undo total garbage untested sloppy commit from art | Theo de Raadt |
1999-12-08 | Better pmap_kenter_pa4m. | Artur Grabowski |
1999-12-08 | Dumb implementation of PMAP_NEW, it works but without any gains yet. | Artur Grabowski |
1999-12-08 | bring in KAME IPv6 code, dated 19991208. | Jun-ichiro itojun Hagino |
1999-12-08 | add GENERIC.v6 (IPv6 test configuration). to be integrated into GENREIC. | Jun-ichiro itojun Hagino |
1999-12-08 | make sure video timing is enabled (not always done by prom); NetBSD. | Jason Wright |
1999-12-07 | Use pool to allocate page tables. This has the nice effect that we can uncache | Artur Grabowski |
1999-12-07 | move .mul and .umul into the kernel. if v8 sparc is detected, replace with | Theo de Raadt |
1999-12-01 | crank DFLDSIZ to 32MB | Theo de Raadt |
1999-11-26 | Use round_page instead of some home-made macro. | Artur Grabowski |
1999-11-25 | In the cases where we are sure what page size we have, define PAGE_SIZE | Artur Grabowski |
1999-11-24 | No need to set the page size twice | Artur Grabowski |