| Age | Commit message (Expand) | Author |
| 2001-12-28 | Add PPPoE to all generic kernels that should be able to use it. | martin |
| 2001-12-15 | Revert back to invalidating cache during BUS_DMASYNC_POSTREAD instead of | wdk |
| 2001-12-15 | Declare KGDB hook functions. | wdk |
| 2001-12-15 | Add bus_dmamap_sync for pre-read and pre-write case. This was previously | wdk |
| 2001-12-14 | Add a blurb to the top of all GENERIC files. This serves three purposes: | gmcgarry |
| 2001-12-12 | Set NOxxx= before <bsd.own.mk> is pulled in (even indirectly). | lukem |
| 2001-12-12 | MKfoo=no -> NOfoo | tv |
| 2001-12-09 | Roll the rest of the ports over to the new MI kernel build machinery. | atatat |
| 2001-12-04 | Replace some misuses of "then" with "than". | wiz |
| 2001-11-23 | The bridge(4) pseudo-device no longer requires the port to | atatat |
| 2001-11-20 | cleanup: | lukem |
| 2001-11-20 | - pull in opt_kgdb.h where necessary | lukem |
| 2001-11-14 | Merge the thorpej-mips-cache branch onto the trunk. This is an | thorpej |
| 2001-11-09 | Bump the version numbers of all bootloaders which use loadfile_elfXX() now | scw |
| 2001-10-31 | Split elf32 vs. elf64 handling in loadfile(), including support for | thorpej |
| 2001-10-23 | For MIPS kernel Makefiles, don't set ENDIAN in std.${MACHINE}. Instead, | thorpej |
| 2001-10-05 | Use a single ldscript instead of separate scripts for either endianness; | simonb |
| 2001-09-28 | don't depend on other headers to include sys/proc.h for us. | chs |
| 2001-09-24 | va_{start,end} audit: | wiz |
| 2001-09-22 | objcopy -> ${OBJCOPY}; remove redundant definitions of OBJCOPY?= (it is | tv |
| 2001-09-16 | Spell 'occurred' with two 'r's. | wiz |
| 2001-09-15 | Remove unused extern | wdk |
| 2001-09-15 | Add bus_dma hooks for ISA Bus. | wdk |
| 2001-09-15 | Add lpt device | wdk |
| 2001-09-15 | bus_space_mmap support based on -arc implementation | wdk |
| 2001-09-15 | spllpt() for ISA Bus printer support | wdk |
| 2001-09-10 | Update pmap_update to now take the updated pmap as an argument. | chris |
| 2001-09-09 | Clean up and standardise across MIPS ports. | simonb |
| 2001-09-04 | Standardise the format of MIPS' <machine/db_machdep.h>. | simonb |
| 2001-09-04 | Remove comment duplicated in <mips/bsd-aout.h>. | simonb |
| 2001-09-04 | Make this the same as the other MIPS ports; ok'd by Wayne Knowles. | simonb |
| 2001-09-04 | Clean up. | simonb |
| 2001-09-04 | May as well include <mips/cpuregs.h> in <mips/cpu.h> once rather than | simonb |
| 2001-09-04 | Centralise struct cpu_info declaration and related info to <mips/cpu.h>. | simonb |
| 2001-09-01 | Comment out bridge pseudo devices from ports that don't | atatat |
| 2001-09-01 | Add bridge pseudo devices to GENERIC configs | atatat |
| 2001-08-31 | Remove an unneeded comment; ``sync'' with other "just include <mips/foo.h>" | simonb |
| 2001-08-31 | G/C the unused kernel-only CLK_TCK #define. | simonb |
| 2001-08-02 | Bump version numbers of all bootloaders that use loadfile/ELF, to account for | bjh21 |
| 2001-07-26 | partiton -> partition | wiz |
| 2001-07-22 | bcopy -> memcpy | wiz |
| 2001-07-19 | Add BUS_DMA_READ and BUS_DMA_WRITE flags, that hint the back-end | thorpej |
| 2001-07-08 | Standardise TCP_COMPAT_42 as commented out, grouped with other COMPAT options, | abs |
| 2001-07-08 | change b*() -> mem*() | wdk |
| 2001-06-30 | Add System V semaphore resource limits to each GENERIC file that has an | darcy |
| 2001-06-27 | Do a straight and simple cpu identification in cpu_attach(). | nisimura |
| 2001-06-11 | Fix various misspellings of compatible/compatibility. | wiz |
| 2001-06-02 | replace vm_map{,_entry}_t with struct vm_map{,_entry} *. | chs |
| 2001-05-30 | add missing #include "opt_kgdb.h" | lukem |
| 2001-05-30 | use _KERNEL_OPT | mrg |