| Age | Commit message (Expand) | Author |
| 2006-09-01 | Remove unneeded volatile. | matt |
| 2006-09-01 | Device isabus has to expose an interface attribute otherwise it can't have | cube |
| 2006-08-26 | PR/34283: Gene ENonymous: Add IPFILTER_LOOKUP to the default kernel options | christos |
| 2006-08-26 | Remove obsolete #options VERIFIED_EXEC, found by grep(1). | tsutsui |
| 2006-08-12 | Disable SYSTRACE by default on all kernels (discussed with core) | christos |
| 2006-07-26 | don't install <machine/db_machdep.h>, this is kernel only | drochner |
| 2006-06-28 | Add CARP to GENERIC kernel configs. CARP is not enabled by default. | liamjfoy |
| 2006-05-26 | Tweak bus_space_barrier(9) macro to appease | tsutsui |
| 2006-04-09 | Remove declarations for cpu_model[] since it's in <sys/systm.h>. | tsutsui |
| 2006-03-28 | Add stf to all kernel configs which have INET6 and gif, except the INSTALL | pavel |
| 2006-03-28 | Use device_unit(). | thorpej |
| 2006-03-01 | merge yamt-uio_vmspace branch. | yamt |
| 2006-02-21 | Use device_class() instead of accessing dv_class directly. | thorpej |
| 2006-02-16 | Change "inline" back to "__inline" in .h files -- C99 is still too | perry |
| 2006-02-05 | Remove 'count' argument for pseudo-devices that ignore it | cube |
| 2006-02-04 | bpfilter doesn't accept count anymore. | rpaulo |
| 2006-02-02 | Add commented out UDF file-system entry in all GENERIC configurations. | reinoud |
| 2006-01-25 | free -> dealloc | christos |
| 2005-12-24 | Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. | perry |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-12-09 | Add (commented out) Veriexec options and pseudo-device to GENERIC kernels, | elad |
| 2005-12-07 | Remove obsolete options VNODE_OP_NOINLINE. | tsutsui |
| 2005-12-07 | Adjust comments for options FFS_NO_SNAPSHOT. | tsutsui |
| 2005-11-24 | bus_dmamem_map: honour BUS_DMA_NOWAIT. noted by Manuel Bouyer. | yamt |
| 2005-11-05 | Add empty <machine/wired_map.h> for the MI mips/wired_map.c. | tsutsui |
| 2005-11-03 | turn off DEBUG and DIAGNOSTIC in GENERIC kernels so that they | chs |
| 2005-09-17 | make VMSWAP optional again. | yamt |
| 2005-09-17 | include "conf/std". | yamt |
| 2005-09-10 | Initial addition of tmpfs, an efficient memory file-system. This project | jmmv |
| 2005-08-26 | s/locdesc_t/int/g | drochner |
| 2005-08-19 | Enable ptyfs by default on the non-install and non small/tiny/ramdisk kernels | christos |
| 2005-08-19 | 64 bit inode changes. | christos |
| 2005-07-31 | revert "defflag VMSWAP" changes for now. | yamt |
| 2005-07-30 | add "options VMSWAP" to non INSTALL kernels. | yamt |
| 2005-07-30 | defflag VMSWAP. | yamt |
| 2005-07-17 | Add support for reading cloop2 compressed filesystem image, | hubertf |
| 2005-07-07 | Add (commented out) IPSEC_NAT_T option. | tron |
| 2005-06-30 | adaptions to config_search() change, and minor autoconf fixes, mostly from Ha... | drochner |
| 2005-06-25 | Add file-system PTYFS (commented out) so that people know its existence. | rpaulo |
| 2005-06-23 | Use FS_OPS() macro. | junyoung |
| 2005-06-09 | - Rename options NEW_BUFQ_STRATEGY -> options BUFQ_READPRIO. | tsutsui |
| 2005-06-09 | Add consts to make this build with -Wcast-qual. | he |
| 2005-06-09 | Use NULL and not a string constant as the second argument to | he |
| 2005-06-09 | Add const to the prom_getenv() vector argument. | he |
| 2005-06-09 | Prefix variables in a macro with an underscore to avoid shadowing problems. | he |
| 2005-05-31 | remove vestigal {,e}intr{names,cnt} symbols now that vmstat doesn't need them. | chs |
| 2005-05-10 | assign major for nsmb(4) | jdolecek |
| 2005-04-25 | Move the MI printing of `copyright' to the MD cpu_startup() code | lukem |
| 2005-04-01 | merge yamt-km branch. | yamt |
| 2005-03-09 | Add a dm_maxsegsz public member to bus_dmamap_t. This allows a user of the API | matt |