| Age | Commit message (Expand) | Author |
| 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-23 | Use the LWP cached credentials where sane. | ad |
| 2006-06-28 | Add CARP to GENERIC kernel configs. CARP is not enabled by default. | liamjfoy |
| 2006-05-14 | integrate kauth. | elad |
| 2006-04-12 | Add an extra cookie to the ioctl and mmap wsdisplay accessops that points | jmmv |
| 2006-03-29 | Use device_cfdata(). | thorpej |
| 2006-03-28 | Add stf to all kernel configs which have INET6 and gif, except the INSTALL | pavel |
| 2006-03-26 | Use device_unit(). | thorpej |
| 2006-02-25 | Use device_is_a(). | 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-29 | Make almost everything #include <sys/bswap.h> instead of <machine/bswap.h> | dsl |
| 2006-01-25 | free -> dealloc | christos |
| 2005-12-24 | __asm__ -> __asm | perry |
| 2005-12-24 | bare asm -> __asm | perry |
| 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-25 | swcr -> swcrypto | thorpej |
| 2005-11-25 | "pseudo-device crypto" really refers to the /dev/crypto API to the | thorpej |
| 2005-11-25 | Add "pseudo-device swcr" (commented out if "pseudo-device crypto" is also | thorpej |
| 2005-11-23 | In decr_intr(), update lasttb only when clock interrupt is not masked. | nonaka |
| 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-09-06 | Change the driver open function's conditional for overriding exclusive tty | kleink |
| 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 | defflag VMSWAP. | yamt |
| 2005-07-17 | Add support for reading cloop2 compressed filesystem image, | hubertf |
| 2005-07-15 | The ANSIfication unconvered that we were calling devlookup() with | he |
| 2005-07-07 | Add (commented out) IPSEC_NAT_T option. | tron |
| 2005-06-28 | #include <lib/libsa/stand.h> rather than <stand.h> or "stand.h" | junyoung |
| 2005-06-28 | - ANSIfy, remove trailing spaces. | junyoung |
| 2005-06-28 | De-__P() and some cosmetic changes. | junyoung |
| 2005-06-28 | ANSI, KNF, trailing spaces, and etc. | junyoung |
| 2005-06-28 | ANSIfy & remove trailing spaces. | junyoung |
| 2005-06-28 | Remove trailing spaces. | junyoung |
| 2005-06-28 | - No need to define NULL here since it's already defined in stand.h. | junyoung |
| 2005-06-27 | ANSI, KNF, de-__P, drop trailing spaces, and some other cosmetic changes. | junyoung |
| 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-12 | Make disklabel(8) and fdisk(8) into "host tools " last step: build | dyoung |