| Age | Commit message (Expand) | Author |
| 2010-02-25 | s/cpu_fork/cpu_lwp_fork/ in comment | skrll |
| 2010-02-08 | Remove separate mb_map. The nmbclusters is computed at boot time based | joerg |
| 2010-01-28 | Fix language. | mbalmer |
| 2010-01-19 | Redefine bpf linkage through an always present op vector, i.e. | pooka |
| 2009-12-27 | Fix missing parenthesis in #ifdef notyet block. PR port-sun2/42524 | tsutsui |
| 2009-12-11 | Export pmap_procwr() declaration only #ifdef _KERNEL. | tsutsui |
| 2009-12-11 | Refactoring MD segment related definitions on m68k ports: | tsutsui |
| 2009-12-10 | Change u_long to vaddr_t/vsize_t in exec code where appropriate (mostly | matt |
| 2009-12-10 | Rename L_ADDR to L_PCB and amend some comments accordingly. | rmind |
| 2009-11-28 | Cast a vaddr_t (integral type) to void* before passing to memset. | he |
| 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 | Use lwp_getpcb() on sparc{64} and sun2/3 MD code, clean from struct user usage. | rmind |
| 2009-11-07 | Add a flags argument to pmap_kenter_pa(9). | cegger |
| 2009-10-21 | Remove uarea swap-out functionality: | rmind |
| 2009-09-19 | Split device_t/softc. | tsutsui |
| 2009-08-15 | Include <sys/exec_aout.h> explicitly instead of relying on <sys/exec.h> to | matt |
| 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-03-06 | Remove SHMMAXPGS from all kernel configs. Dynamically compute the | joerg |
| 2009-02-13 | Use "defopt MODULAR" in sys/conf/files, and #include "opt_modular.h" | apb |
| 2009-02-06 | Changes to MEMORY_RBFLAGS option: | jym |
| 2009-01-27 | Centralize fpu exception to siginfo code encoding for all m68k archs, | martin |
| 2009-01-24 | add COMPAT_50 to all the configs with COMPAT_40. | mrg |
| 2009-01-21 | Re-adapt to the changed return types for major() and minor(). | he |
| 2009-01-12 | use PRIu64 format to printf major() and minor() values | cegger |
| 2009-01-12 | Add parantheses to macro to suppress possible compiler warnings. | tsutsui |
| 2008-12-10 | Make kernel_pmap_ptr a const. Requested by steve_martin. | pooka |
| 2008-12-09 | Make pmap_kernel() a MI macro for struct pmap *kernel_pmap_ptr, | pooka |
| 2008-11-30 | As discussed on tech-kern: mutex_init is too heavyweight for early bootstrap | martin |
| 2008-11-25 | dumpsys: don't spew numbers into the log. | ad |
| 2008-11-24 | Remove softdep, pass 1. We are focused on improving journalling. | ad |
| 2008-11-12 | Remove LKMs and switch to the module framework, pass 1. | ad |
| 2008-11-11 | It is not appropriate to call pmf_system_shutdown(9) from | dyoung |
| 2008-11-07 | *** Summary *** | dyoung |
| 2008-10-15 | Merge wrstuden-revivesa into HEAD. | wrstuden |
| 2008-09-20 | Remove advertising clause for UCB in various genassym.cf files, | tsutsui |
| 2008-08-10 | Add accept filters to GENERIC kernels where they exist. | tls |
| 2008-07-31 | Add "options WAPBL" to standard GENERIC/INSTALL type configs. | simonb |
| 2008-07-06 | Split device_t/softc with misc cosmetic changes. | tsutsui |
| 2008-07-02 | Replce exec_map with a pool. Proposed on tech-kern@, reviewed by chs@. | ad |
| 2008-06-13 | use device_lookup_private to get softc | cegger |
| 2008-06-04 | vm_page: put TAILQ_ENTRY into a union with LIST_ENTRY, so we can use both. | ad |
| 2008-06-02 | Bump miniroot size from 500k to 600k to compensate for recent bloat. | he |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-27 | Make compile with debug options. | tsutsui |
| 2008-04-27 | Shrink ramdisk to 500k again. | tsutsui |
| 2008-04-26 | Shrink install kernels a bit. | tsutsui |
| 2008-04-26 | Remove obsolete options SHMMAXPGS. | tsutsui |
| 2008-04-25 | Bump the ramdisk from 500k to 700k to compensate for bloat which | he |