| Age | Commit message (Expand) | Author |
| 2006-09-03 | Add ``makeoptions DEBUG="-g"''. From the comment in GENERIC: | simonb |
| 2006-08-28 | - remove unused bdbtofsb. | yamt |
| 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-07-23 | Use the LWP cached credentials where sane. | ad |
| 2006-07-19 | - Hold a reference to the process credentials in each struct lwp. | ad |
| 2006-06-28 | Add CARP to GENERIC kernel configs. CARP is not enabled by default. | liamjfoy |
| 2006-05-15 | wrap a long line. | yamt |
| 2006-05-15 | include kauth.h for kauth_cred_geteuid. | yamt |
| 2006-05-15 | remove bitrotted functions that have never been used, and have been | dogcow |
| 2006-05-14 | integrate kauth. | elad |
| 2006-05-13 | Fix some more comments. | skrll |
| 2006-05-12 | KNF, ANSIfy, white space clean up. | simonb |
| 2006-05-12 | ANSIfy | skrll |
| 2006-04-18 | Don't install an empty <machine/mtpr.h> that seems to be an artifact of | simonb |
| 2006-04-01 | closes: PR kern/32359 | cherry |
| 2006-03-29 | No need to check if dv_cfdata is NULL here. | thorpej |
| 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-15 | adapt to uvm_fault() interface cleanup: kill the useless 3rd argument | drochner |
| 2006-03-11 | Trim use of "volatile" a little. | simonb |
| 2006-03-11 | Remove some blank lines. | simonb |
| 2006-03-11 | Use syscall_intern() to give a process a plain or fancy syscall, | simonb |
| 2006-03-07 | Syscall debug tracing is handled by trace_enter() / trace_exit(). Change | thorpej |
| 2006-03-07 | Clean up fallout proc_is_traced_p() change: | thorpej |
| 2006-02-28 | Fix inverted device_is_a() use logic in previous. | kleink |
| 2006-02-26 | Use device_is_a() | thorpej |
| 2006-02-23 | Use device_parent(). | thorpej |
| 2006-02-16 | Change "inline" back to "__inline" in .h files -- C99 is still too | perry |
| 2006-02-11 | Const poisoning, fix shadow variable problem. | simonb |
| 2006-02-11 | Const poisoning. | simonb |
| 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-31 | Change sys/arch/xxx/include/bswap.h to #include machine/byte_swap.h then | dsl |
| 2006-01-30 | Move all the stuff that detects bswapxx(constant) into the MI sys/bswap.h | dsl |
| 2006-01-30 | Move the definitions of ntohl() and friends into sys/endian.h where they | dsl |
| 2006-01-20 | Add a STRONG_ALIAS macro | christos |
| 2005-12-28 | inline -> __inline | perry |
| 2005-12-28 | inline -> __inline | perry |
| 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-10-02 | put mcount.c in the normal object list, so that "make depend" works. | chs |