| Age | Commit message (Expand) | Author |
| 2004-01-04 | Process and lwp exit path always executes lwp_exit2() now and cpu_exit() | jdolecek |
| 2003-12-30 | Replace the traditional buffer memory management -- based on fixed per buffer | pk |
| 2003-12-30 | g/c unused x86_ipisend. | yamt |
| 2003-12-25 | Wrap some areas with #ifndef _LOCORE so assembly files can pick up some defs | jmc |
| 2003-12-05 | Add a dummy darwin_slock | christos |
| 2003-12-04 | add stub file so that the kernel compiles. | christos |
| 2003-11-09 | Use #if defined(_KERNEL_OPT) to protect #include "opt_xxx.h" | tsutsui |
| 2003-10-31 | Reduce code duplication by adding mi_userret() in sys/userret.h | cl |
| 2003-10-27 | Nuke __P(). | junyoung |
| 2003-10-23 | rename pv_next to pv_node. use SPLAY_RIGHT() instead of expanding it inline. | chs |
| 2003-10-23 | changed linked list in pmap_remove_pv to a splay tree; approved: fvdl@ | provos |
| 2003-10-22 | Use a common <machine/math.h> for amd64 and i386. | kleink |
| 2003-10-10 | Take previous even further - leave only CTL_MACHDEP and related | simonb |
| 2003-10-10 | revert the previous (thanks, lukem) | yamt |
| 2003-10-10 | Userland needs <stddef.h> for offsetof(), not <lib/libkern/libkern.h> ... | lukem |
| 2003-10-09 | avoid a magic number in curcpu(). | yamt |
| 2003-10-08 | Add some accessor macros for the ucontext: | thorpej |
| 2003-10-08 | Overhaul MBR handling (part 1): | lukem |
| 2003-10-04 | Rearrange instructions for better use of pipeline. This shaves off 0.5% | junyoung |
| 2003-09-27 | add SIGTRAMP_VALID and gc old sigcontext <-> ucontext macros. | christos |
| 2003-09-26 | Move __cpu_simple_lock_t and __SIMPLELOCK_{UN,}LOCKED to machine/types.h | nathanw |
| 2003-09-25 | constify sendsig/trapsignal | christos |
| 2003-09-12 | make sigcontext visible all the time instead of including opt_*.h from a | christos |
| 2003-09-11 | fix typo. | christos |
| 2003-09-11 | Bring back sigcontext to userland by popular demand. | christos |
| 2003-09-11 | make vm86 use __gregset_t | christos |
| 2003-09-11 | XXX: vm86 for sigcontext comment is gone. | christos |
| 2003-09-11 | __{BEGIN,END}_DECLS-wrap prototypes. | kleink |
| 2003-09-10 | expose sendsig_sigcontext for compat_16 | christos |
| 2003-09-10 | #ifdef struct sigframe_sigcontext and struct sigcontext, so that only code | christos |
| 2003-09-06 | SA_SIGINFO changes. | christos |
| 2003-08-25 | Protect inclusion of "opt_vm86.h" with "#ifdef _KERNEL_OPT" as appropriate. | tron |
| 2003-08-25 | fix _UC_MACHINE_SP() for the vm86 case: we have to add the SS offset | drochner |
| 2003-08-24 | add support for non-executable mappings (where the hardware allows this) | chs |
| 2003-08-20 | Pass pointers to frames from assembly, do not use the 'frame on stack | fvdl |
| 2003-08-13 | - leave a compiler which register is used for an asm argument. | yamt |
| 2003-08-13 | use correct asm operand indexes. | yamt |
| 2003-08-11 | Make sure to wrap include opt_foo.h in _KERNEL_OPT. | atatat |
| 2003-08-09 | in ACPI_ACQUIRE_GLOBAL_LOCK, | yamt |
| 2003-08-08 | cleanup the mess with KERNBASE and KERNBASE_LOCORE. | christos |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-07-22 | move pv_head and page attributes into md part of vm_page structure | yamt |
| 2003-07-18 | Allow redefiniton of KERNBASE. Because the type of this constant is | tls |
| 2003-07-07 | Remove 'dosparts' it hasn't been used for a while (if ever). | dsl |
| 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-26 | make cpu_feature unsigned, just like ci_feature_flags | drochner |
| 2003-06-26 | -make cpu_feature unsigned, just like ci_feature_flags | drochner |
| 2003-06-23 | Protect kernel opt_*.h include by #ifdef _KERNEL_OPT | martin |
| 2003-06-23 | Make sure to include opt_foo.h if a defflag option FOO is used. | martin |