| Age | Commit message (Expand) | Author |
| 2010-03-02 | Remove fs_mfs.h from users because it is now unnecessary and don't | pooka |
| 2010-02-08 | Remove separate mb_map. The nmbclusters is computed at boot time based | joerg |
| 2010-01-19 | Redefine bpf linkage through an always present op vector, i.e. | pooka |
| 2009-12-27 | Fix typo on ANSIfy in 2005. PR port-arc/42523 | tsutsui |
| 2009-12-16 | Fix various build with the 32bit mips ports after the mips64 merge. | matt |
| 2009-12-14 | Merge from matt-nb5-mips64 | matt |
| 2009-12-07 | Can't negate a now non-existent file system (PORTALFS was removed). | he |
| 2009-12-05 | Remove the portalfs kernel file system driver. Replace mount_portal(8) | pooka |
| 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-23 | If cpu_disklabel includes struct dkbad, define __HAVE_DISKLABEL_DKBAD. | pooka |
| 2009-11-07 | Add a flags argument to pmap_kenter_pa(9). | cegger |
| 2009-10-26 | kill extra whitespaces | cegger |
| 2009-10-21 | Remove uarea swap-out functionality: | rmind |
| 2009-09-27 | Replace shutdownhook_establish(9) with pmf_device_register1(9). | tsutsui |
| 2009-08-19 | Define, and hook into the isa_chipset_tag_t, isabr_detach_hook(). | dyoung |
| 2009-08-19 | (Re-)define isa_detach_hook(), and define isa_dmadestroy(). Update | dyoung |
| 2009-08-13 | Move MID_MACHINE to <mips/mips_param.h> and use local values so we don't | matt |
| 2009-08-12 | Nuke a.out support for MIPS. | matt |
| 2009-04-03 | Remove obsolete LIBSA_USE_MEMCPY and LIBSA_USE_MEMSET. | tsutsui |
| 2009-03-18 | bcopy -> memcpy | cegger |
| 2009-03-15 | Use <bsd.klinks.mk> to create MD include dir symlinks. | tsutsui |
| 2009-03-14 | ANSIfy another 1261 function definitions. | dsl |
| 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-24 | add COMPAT_50 to all the configs with COMPAT_40. | mrg |
| 2009-01-13 | g/c BUFQ_FOO() macros and use bufq_foo() directly. | yamt |
| 2008-12-16 | replace bitmask_snprintf(9) with snprintb(3) | christos |
| 2008-11-30 | As discussed on tech-kern: mutex_init is too heavyweight for early bootstrap | martin |
| 2008-11-24 | Remove softdep, pass 1. We are focused on improving journalling. | ad |
| 2008-11-20 | It looks the ARC BIOS has another limit which prevents loading | tsutsui |
| 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-10-25 | Use ${TOOL_SED} instead if plain sed in Makefiles. | apb |
| 2008-09-15 | Enable more PCI devices. | tsutsui |
| 2008-09-15 | Enable options TMPFS. | tsutsui |
| 2008-09-13 | - use memmove(9) for possible overlapped screen copies, per PR port-arc/36703 | tsutsui |
| 2008-09-13 | Fix more botches on device_t/softc split, | tsutsui |
| 2008-09-13 | Make this compile (restore some lines removed in rev 1.53). | tsutsui |
| 2008-09-13 | Fix botches on device_t/softc split. | tsutsui |
| 2008-08-30 | Add CPUFLAGS to optimize for mips3 since no mips1 machines on this port. | 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-05 | Split device_t/softc with misc related 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-08 | Use device_lookup_private() to get softc. | tsutsui |
| 2008-06-04 | vm_page: put TAILQ_ENTRY into a union with LIST_ENTRY, so we can use both. | ad |
| 2008-05-26 | Remove all initialization of obsolete ci_divisor_recip in | tsutsui |