| Age | Commit message (Expand) | Author |
| 2004-01-04 | Rearrange process exit path to avoid need to free resources from different | jdolecek |
| 2003-12-30 | Replace the traditional buffer memory management -- based on fixed per buffer | pk |
| 2003-12-10 | Modify the licences of code written by Theo De Raadt from a 4-clause | agc |
| 2003-12-10 | Change reference at bottom from sys/dev/majors to sys/conf/majors to match | jmc |
| 2003-12-04 | Dynamic sysctl. | atatat |
| 2003-11-15 | Commit changes proposed on tech-kern Thu, 6 Nov 2003 | bouyer |
| 2003-11-08 | Remove obsolete comments about curproc. | tsutsui |
| 2003-11-02 | commands have grown, make the ramdisk bigger. | chs |
| 2003-10-31 | Reduce code duplication by adding mi_userret() in sys/userret.h | cl |
| 2003-10-26 | Fix a compiler warning. | mycroft |
| 2003-10-10 | reassing majors for crypto and pf to use the newly defined MI major | jdolecek |
| 2003-10-10 | update the comment - the space for machine-dependant majors | jdolecek |
| 2003-10-08 | * Shuffle some data structures so, and add a flags word to ksiginfo_t. | thorpej |
| 2003-10-05 | Add some framework for MI assignment of device majors - add sys/dev/majors | jdolecek |
| 2003-09-29 | available, not avaliable. From miod@openbsd. | wiz |
| 2003-09-28 | u_int short -> u_short for gcc3 | cl |
| 2003-09-27 | Cast through (void *) to appease gcc3. | cl |
| 2003-09-27 | sys__sigreturn14 -> compat_16_sys___sigreturn14 | tsutsui |
| 2003-09-26 | Process has only one c. From miod@openbsd. | wiz |
| 2003-09-26 | TAB/space cleanup. | tsutsui |
| 2003-09-22 | Count clock interrupts. | tsutsui |
| 2003-09-22 | KNF a bit. | tsutsui |
| 2003-09-22 | Remove #ifdef _KERNEL inside #ifdef _KERNEL. | tsutsui |
| 2003-09-22 | - replace a magic number with macro | tsutsui |
| 2003-09-22 | SA_SIGINFO support for m68k (port specific changes) | cl |
| 2003-09-22 | add COMPAT_15/COMPAT_16 | cl |
| 2003-09-17 | add MD part of SA/pthread pagefault handling on all m68k ports | cl |
| 2003-09-06 | add rnd(4) device to installation media. | itojun |
| 2003-08-22 | create /dev/crypto | itojun |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-07-27 | reserve cdev major # for PF. ok'ed by technical-exec | itojun |
| 2003-07-27 | Since everyone uses clock_subr.c (or should, if they don't currently), | thorpej |
| 2003-07-15 | __KERNEL_RCSID() | lukem |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr |
| 2003-06-23 | Make sure to include opt_foo.h if a defflag option FOO is used. | martin |
| 2003-06-18 | don't #include <sys/dkstat.h> where it is (appearently) unused | drochner |
| 2003-05-21 | Correct a diagnostic printf format specifier. | kristerw |
| 2003-05-10 | Change bounds_check_with_label() to take a pointer to the disk structure, | thorpej |
| 2003-05-10 | Back out the following chagne: | thorpej |
| 2003-05-08 | Simplify the way the bounds of the managed kernel virtual address | thorpej |
| 2003-05-03 | DMA, not dma nor Dma. | wiz |
| 2003-05-02 | Change return type of readdisklabel() to const char * | dsl |
| 2003-04-27 | Sync with GENERIC: | tsutsui |
| 2003-04-27 | Preserve the symbol table in the LKM || KSYMS cases also. | ragge |
| 2003-04-26 | Add pseudo-device ksyms. | ragge |
| 2003-04-26 | Call ksyms_init() instead of ddb_init() in case of | ragge |
| 2003-04-25 | Add ksyms device major. | ragge |
| 2003-04-11 | Use PAGE_SIZE rather than NBPG. | nathanw |
| 2003-04-10 | Bye Bye UCONSOLE | christos |