| Age | Commit message (Expand) | Author |
| 2000-07-23 | Make these work with obj directories. | jdc |
| 2000-07-08 | use _C_LABEL() for bootversion, instead of hardcoding the reference as _bootv... | jdolecek |
| 2000-07-02 | undef PS after inclusion of net/netisr.h to avoid conflict w/ machine/reg.h | cgd |
| 2000-07-02 | Kwality control: | cgd |
| 2000-06-30 | add PULLDOWN_TEST for all the platforms. | itojun |
| 2000-06-29 | remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h> | mrg |
| 2000-06-29 | When mapping non-cacheable memory with bus_space_map, make sure we use the | leo |
| 2000-06-29 | Get 060 CacheCopyBack support in line with the amiga (and working ;-) | leo |
| 2000-06-29 | Add cdev_decl() to declare mm*() routines. | mhitch |
| 2000-06-27 | remove redudant <vm/pmap.h> includes. <vm/pmap.h> -> <uvm/uvm_pmap.h> | mrg |
| 2000-06-26 | Add <machine/int_types.h>, which provides namespace-pure definitions | kleink |
| 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-22 | Remove prefix construction for softdeps. Add SOFTDEP option to GENERIC. | fvdl |
| 2000-06-14 | Remove the obsolete config fragments for kernel crypto, because the IPsec | veego |
| 2000-06-13 | Throw in a bunch of _C_LABEL macro's. (Hi Klaus ;-) | leo |
| 2000-06-07 | Mark 'n' explicitely as output of the 'mulul' instruction. | leo |
| 2000-06-06 | defopt SYSCALL_DEBUG. | soren |
| 2000-06-06 | _qs -> _sched_qs | leo |
| 2000-06-06 | Fix prototype definition of findroot(). | leo |
| 2000-06-05 | Do not clear msgbufenabled in dumpsys(). Dump messages will now go to | jhawk |
| 2000-06-04 | Implement the more flexiable `evcnt' interface as discussed (briefly) on | cgd |
| 2000-06-01 | Don't pass booted_* to findroot/getdevice, access them via the globals. | matt |
| 2000-06-01 | Make booted_device global (and booted_parition for consitency). | matt |
| 2000-06-01 | kill __P in these files. (I had to look at them anyway with an eye for | cgd |
| 2000-05-31 | Fix some bugs in clkread(). These bugs caused strange time leaps. | leo |
| 2000-05-31 | Add a comment on single-processor systems about p_cpu being initialized | thorpej |
| 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 | Introduce a new process state distinct from SRUN called SONPROC | thorpej |
| 2000-05-24 | Use preempt(), not an open-coded equivalent (which won't be | thorpej |
| 2000-05-16 | Nuke dk_establish() from orbit except from those ports which still use | thorpej |
| 2000-05-14 | defopt FPSP. | minoura |
| 2000-05-09 | The console stuff might also be needed by 'ser'. Also update the names of | leo |
| 2000-05-09 | Add some {u}vm includes for the sake of PHOLD(). | leo |
| 2000-05-09 | Add "install" target, so "make install" after building the kernel | hubertf |
| 2000-05-09 | HAVE_GCC28 -> HAVE_EGCS, and make it match gcc 2.9 as well. Also, | thorpej |
| 2000-04-29 | Require that each each MACHINE/MACHINE_ARCH supply a lock.h. This file | thorpej |
| 2000-04-19 | add stf pseudo interface (commented out due to possible security risks) | itojun |
| 2000-04-11 | Add dummies for barrier methods (copied from i386). | leo |
| 2000-04-11 | Now what are we doing with the return value of splx()? (probably a pasto) | leo |
| 2000-04-07 | Use separate callouts for motor-on and motor-off. Fixes a condition | thorpej |
| 2000-03-30 | Make this compile with -DDEBUG | leo |
| 2000-03-29 | Nuke a bunch of cf_unit abuses. | leo |
| 2000-03-28 | Centralise the declarations of cpu_model, machine, machine_arch, | simonb |
| 2000-03-27 | This file was forgotten in the commit with log message: | leo |
| 2000-03-26 | Merge parts of chs-ubc2 into the trunk: | kleink |
| 2000-03-23 | New callout mechanism with two major improvements over the old | thorpej |
| 2000-03-22 | add commented out option PCI_CONFIG_DUMP whever there's a PCIVERBOSE. | cgd |