| Age | Commit message (Expand) | Author |
| 2000-07-08 | Clear the reservation in __cpu_simple_lock_try even if it failed to lock. | tsubai |
| 2000-07-06 | Make it compile with "options MULTIPROCESSOR". | tsubai |
| 2000-07-06 | Implement powerpc spin lock functions. | tsubai |
| 2000-06-30 | raise MSIZE from 128 to 256. | itojun |
| 2000-06-29 | remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h> | mrg |
| 2000-06-27 | G/c _BSD_INTPTR_T_ and _BSD_UINTPTR_T_. | kleink |
| 2000-06-27 | Resolve some formatting nits; add __intptr_t and __uintptr_t. | kleink |
| 2000-06-26 | Add <machine/int_types.h>, which provides namespace-pure definitions | kleink |
| 2000-06-26 | <vm/vm_param.h> -> <uvm/uvm_param.h> | mrg |
| 2000-06-26 | remove/move more mach vm header files: | mrg |
| 2000-06-26 | Change the kernel mmap interface so that the offset to map is an | simonb |
| 2000-06-25 | <vm/vm_prot.h> becomes <uvm/uvm_prot.h> | mrg |
| 2000-06-23 | Add a WEAK_ALIAS() macro. | kleink |
| 2000-06-11 | Add cpu_counter(). | tsubai |
| 2000-06-11 | Make this compile again. | tsubai |
| 2000-06-09 | Pull in missing DDB headers. | kleink |
| 2000-06-09 | Need <sys/syscallargs.h> for declaration of sys_sysarch(). | kleink |
| 2000-06-09 | Pull in missing headers for declarations, and add missing local function | kleink |
| 2000-06-09 | Need <sys/systm.h> for declaration, and make argument declarations match. | kleink |
| 2000-06-09 | Need <sys/ptrace.h> for declarations. | kleink |
| 2000-06-08 | Need <sys/systm.h> for declaration of bzero(). | kleink |
| 2000-06-08 | Need <sys/systm.h> for declaration, and make argument declarations match. | kleink |
| 2000-06-08 | Need <netinet/in.h> for declaration. | kleink |
| 2000-06-08 | Need <sys/systm.h> for panic() declaration. | kleink |
| 2000-06-08 | Need <sys/systm.h> for declaration, and make argument declarations match. | kleink |
| 2000-06-04 | Dump fp regs into core file. | tsubai |
| 2000-06-04 | Add fpreg area in struct md_coredump. | tsubai |
| 2000-06-04 | Add PT_GETFPREGS and PT_SETFPREGS support. | tsubai |
| 2000-05-28 | Rather than starting init and creating kthreads by forking and then | thorpej |
| 2000-05-27 | Reduce use of curproc in several places: | sommerfeld |
| 2000-05-26 | First sweep at scheduler state cleanup. Collect MI scheduler | thorpej |
| 2000-05-26 | Rename the machine-specific stack trace printing functions | jhawk |
| 2000-05-25 | Prepare for AmigaPPC. | is |
| 2000-05-24 | Use preempt(), not an open-coded equivalent (which won't be | thorpej |
| 2000-05-23 | Compile dk_* functions only when __BROKEN_DK_ESTABLISH is defined. | tsubai |
| 2000-05-02 | Let each platform typedef the new __cpu_simple_lock_t, which should | thorpej |
| 2000-04-29 | Require that each each MACHINE/MACHINE_ARCH supply a lock.h. This file | thorpej |
| 2000-04-18 | Make kernel profiling work. | tsubai |
| 2000-04-03 | When call a signal handler, don't pass the kernel (local) address in r5. | tsubai |
| 2000-04-02 | Move dl* function definitions to libc on ELF. | minoura |
| 2000-03-30 | Prototype vtophys() before defining it. Needed for compilation with | jdolecek |
| 2000-03-26 | Merge parts of chs-ubc2 into the trunk: | kleink |
| 2000-03-17 | Install "machineendian_machdep.h". | tron |
| 2000-03-17 | In the `MY THAT'S GROSS' department... | mycroft |
| 2000-03-16 | Foolish consistency. Mainly, always use underscores and sys/endian.h. | mycroft |
| 2000-03-07 | Define ISO C99 (unsigned) long long (min, max) symbols. | kleink |
| 2000-02-27 | Rewrite stdarg/varargs. | tsubai |
| 2000-02-19 | handle a NULL "done" pointer. | chs |
| 2000-02-18 | Remove vmparam.h. | tsubai |
| 2000-02-16 | Unused. (PR 9424) | tsubai |