| Age | Commit message (Expand) | Author |
| 2010-02-08 | Remove separate mb_map. The nmbclusters is computed at boot time based | joerg |
| 2009-12-11 | Add PRIx{P,V}{ADDR,SIZE}, PRIu{P,V}SIZE, and PRIxREGISTER{,32,64} for all | matt |
| 2009-12-10 | Change u_long to vaddr_t/vsize_t in exec code where appropriate (mostly | matt |
| 2009-11-27 | - Use uvm_lwp_setuarea() instead of directly setting address to lwp_t::l_addr. | rmind |
| 2009-11-26 | Kill proc0paddr. Use lwp0.l_addr instead. | matt |
| 2009-11-21 | Catch-up Xen and usermode with lwp_getpcb() and unbreak Xen build. | rmind |
| 2009-11-07 | Add a flags argument to pmap_kenter_pa(9). | cegger |
| 2009-10-21 | Remove uarea swap-out functionality: | rmind |
| 2009-10-21 | Drop 3rd and 4th clauses. OK jmcneill (copyright holder). | snj |
| 2009-08-11 | Remove all declarations of physmem from sys/arch. Add an include of | matt |
| 2009-04-21 | change pmap flags argument from int to u_int. | cegger |
| 2009-02-06 | Changes to MEMORY_RBFLAGS option: | jym |
| 2008-08-10 | Add accept filters to GENERIC kernels where they exist. | tls |
| 2008-07-02 | Replce exec_map with a pool. Proposed on tech-kern@, reviewed by chs@. | ad |
| 2008-05-25 | Re-enable INCLUDE_CONFIG_FILE in the GENERIC kernel config files for | agc |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-02-12 | Introduce device_find_by_xname and device_find_by_driver_unit to replace | joerg |
| 2008-01-25 | Refactor in_cksum/in4_cksum/in6_cksum implementations: | joerg |
| 2008-01-20 | Now that __HAVE_TIMECOUNTER and __HAVE_GENERIC_TODR are invariants, | joerg |
| 2008-01-07 | Use gettimeofday as timecounter. | joerg |
| 2007-12-29 | Add GENERIC32 configuration file for 32 bit architectures. This | reinoud |
| 2007-12-29 | define opt constants away for i386 | reinoud |
| 2007-12-29 | *** empty log message *** | reinoud |
| 2007-12-29 | To make NetBSD/userland to boot on i386 choose some defaults in vmparam.h | reinoud |
| 2007-12-29 | Fix enough to get i386 more-or-less compiling. The i386 needs u_long to be | reinoud |
| 2007-12-29 | -Dfree=kernfree, to match -Dmalloc=kernmalloc | jmcneill |
| 2007-12-29 | Add -z to usage strings. | jmcneill |
| 2007-12-29 | Define init_main's main away to kernmain, and provide our own MD main entry | jmcneill |
| 2007-12-29 | #ifdef _X86_foo_H -> _ARCH_USERMODE_INCLUDE_foo_H, to match the rest of | jmcneill |
| 2007-12-29 | Import work-in-progress NetBSD/usermode port. | jmcneill |