| Age | Commit message (Expand) | Author |
| 2014-02-14 | make sure kernel is initialized properly. | christos |
| 2014-02-06 | fix the second copy of this file. XXX: merge them. | christos |
| 2014-01-31 | Make sure to define NOMAN before including <bsd.own.mk>. | tsutsui |
| 2014-01-16 | eliminate use of bsd.sys.mk from Makefiles | christos |
| 2014-01-12 | Add empty LIBCRTI= as LIBCRT0 to build sa programs without installed DESTDIR. | tsutsui |
| 2013-08-21 | Use <bsd.klinks.mk> | matt |
| 2013-06-30 | G/C PFIL_HOOKS from the kernel configs. | rmind |
| 2013-06-27 | free boot_code | christos |
| 2013-06-05 | remove obsolete networking options | christos |
| 2013-04-27 | the bogus number police | christos |
| 2013-04-27 | remove confusing numeric locators where they are unused. | christos |
| 2013-03-02 | Under FAST_IPSEC, IPSEC_ESP is mandatory; GC it. | christos |
| 2013-03-01 | Retire OSI network stack. OK core@ | joerg |
| 2012-11-25 | Add sljitarch.h to all mips machines. | alnsn |
| 2012-10-27 | split device_t/softc for all remaining drivers. | chs |
| 2012-10-17 | Add "options COMPAT_60" to all kernel configuration files | apb |
| 2012-10-02 | move common/bus_dma/ -> dev/bus_dma/ | christos |
| 2012-07-29 | Do not call setroot() from MD code and from MI code, which has | mlelstv |
| 2012-07-28 | Fix -fno-common fallout. | matt |
| 2012-07-28 | Remove declartions of physmem | matt |
| 2012-03-10 | P1003_1B_SEMAPHORE is no longer optional. | joerg |
| 2012-02-12 | Change old-style function defintions to C89 prototypes. | matt |
| 2012-01-27 | converting extent(9) from malloc(9) to kmem(9) | para |
| 2011-12-18 | WABPL is no longer considered experimental (has not been for some time) | dholland |
| 2011-11-22 | The rnd pseudo-device is not really optional, because it is in the same | tls |
| 2011-08-30 | Add getlabelusesmbr(), as proposed in | bouyer |
| 2011-07-17 | Retire varargs.h support. Move machine/stdarg.h logic into MI | joerg |
| 2011-07-09 | Default to DB_ELF_SYMBOLS and DB_ELFSIZE 32 | matt |
| 2011-06-30 | dependant -> dependent | wiz |
| 2011-06-06 | CFATTACH_DECL(..., sizeof(struct device), -> CFATTACH_DECL_NEW(..., 0 | matt |
| 2011-03-18 | - include <mips/mips_param.h> after MACHINE is defined | tsutsui |
| 2011-03-10 | Set correct struct clockframe .intr value for hardclock(9). | tsutsui |
| 2011-03-06 | merge the bouyer-quota2 branch. This adds a new on-disk format | bouyer |
| 2011-02-20 | Merge forward matt-nb5-mips64 | matt |
| 2011-02-08 | Remove clause 3 (UCB advertising clause) from the University of Utah | rmind |
| 2011-01-22 | Drop bootprog_maker (formerly enabled by -M) and bootprog_date (formerly | joerg |
| 2010-12-20 | Move counting of faults, traps, intrs, soft[intr]s, syscalls, and nswtch | matt |
| 2010-11-23 | Remove unused count from pseudo-device md. | hannken |
| 2010-05-27 | Introduce .WAIT into the cleandir rule for blasting the libsa/libkern/etc. | dholland |
| 2010-04-29 | enable TMPFS in all GENERICs that have MFS enabled. | chs |
| 2010-04-16 | Remove unused count (invariably "4") from pseudo-device fss. | pooka |
| 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-16 | Fix various build with the 32bit mips ports after the mips64 merge. | matt |
| 2009-12-15 | convert all mips cpu_intr() to have the standard | mrg |
| 2009-12-14 | Merge from matt-nb5-mips64 | matt |
| 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 |