| Age | Commit message (Expand) | Author |
| 2001-12-28 | Add PPPoE to all generic kernels that should be able to use it. | martin |
| 2001-12-14 | Add a blurb to the top of all GENERIC files. This serves three purposes: | gmcgarry |
| 2001-12-12 | MKfoo=no -> NOfoo | tv |
| 2001-12-10 | Provide basic bus_space_mmap(). Noted by self and in PR port-powerpc/14873. | briggs |
| 2001-11-28 | Add a "cacheline_size" argument to pci_configure_bus(). It is used | thorpej |
| 2001-11-23 | The bridge(4) pseudo-device no longer requires the port to | atatat |
| 2001-11-20 | cleanup: | lukem |
| 2001-11-13 | The wsmux pseudo device does not need a count anymore. | augustss |
| 2001-11-09 | Bump the version numbers of all bootloaders which use loadfile_elfXX() now | scw |
| 2001-11-09 | Add a "firstbus" argument to pci_configure_bus(), indicating the | thorpej |
| 2001-10-31 | Split elf32 vs. elf64 handling in loadfile(), including support for | thorpej |
| 2001-10-29 | pci_conf_interrupt() takes bus/dev/pin, not bus/dev/func. | thorpej |
| 2001-10-11 | Add include dev/wsfont/files.wsfont | briggs |
| 2001-09-16 | Spell 'occurred' with two 'r's. | wiz |
| 2001-09-12 | Linux emulation is no longer experimental, removed comment | manu |
| 2001-09-10 | Update pmap_update to now take the updated pmap as an argument. | chris |
| 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 | Use comments around the token after a #endif. | simonb |
| 2001-08-26 | Make all powerpc ports use a common Makefile.powerpc (except walnut) | matt |
| 2001-08-24 | use pmap_k* for buffer cache pages. | chs |
| 2001-08-02 | Bump version numbers of all bootloaders that use loadfile/ELF, to account for | bjh21 |
| 2001-07-22 | bcopy -> memcpy, bcmp -> memcmp, bzero -> memset | wiz |
| 2001-07-22 | bcopy -> memmove | wiz |
| 2001-07-08 | Standardise TCP_COMPAT_42 as commented out, grouped with other COMPAT options, | abs |
| 2001-07-07 | Remove (commented out) ncr* at pci? lines. | tsutsui |
| 2001-07-01 | Add PM_SR. | matt |
| 2001-06-23 | #include <powerpc/spr.h> Use SPR_HID0 in place of 1008 | matt |
| 2001-06-19 | Make all the ppc delay() functions the same - formating change only, no | simonb |
| 2001-06-18 | Add an e_trapsignal member to struct emul, so that emulated processes can | christos |
| 2001-06-13 | withough -> without | wiz |
| 2001-06-12 | Move "file .../bus_dma.c" line to MD place. | tsubai |
| 2001-06-10 | Use the new pmap to compile again (sorry). | tsubai |
| 2001-06-06 | Change bebox port to use the include MPC6XX files and the new common bus.h | matt |
| 2001-06-02 | replace vm_map{,_entry}_t with struct vm_map{,_entry} *. | chs |
| 2001-06-01 | Rename assembly files that are pre-processed by cpp to use an S suffix. | simonb |
| 2001-05-30 | use _KERNEL_OPT | mrg |
| 2001-05-29 | define _KERNEL_OPT as well as _KERNEL. we will use this in the future to | mrg |
| 2001-05-26 | replace vm_page_t with struct vm_page *. | chs |
| 2001-05-03 | PPC machine type tags haven't been used for a while. | soren |
| 2001-05-02 | Add `l_poll' to `struct linesw' and provide an xxxpoll() entry point | scw |
| 2001-05-01 | Per discussion w/ chuck and chuck, restructure the md page stuff | thorpej |
| 2001-04-29 | Add a VM_MDPAGE_MEMBERS macro that defines pmap-specific data for | thorpej |
| 2001-04-24 | Sprinkle pmap_update() calls after calls to: | thorpej |
| 2001-04-15 | Add definitions of C99 integer format conversion macros. | kleink |
| 2001-04-15 | Add definitions of C99 specified-width integer type limits. | kleink |
| 2001-04-14 | Add definitions of C99 integer constant macros. | kleink |
| 2001-04-14 | Add definitions of C99 integer constant macros. | kleink |
| 2001-04-14 | Add definitions of C99 minimum-width and greatest-width integer types. | kleink |
| 2001-04-13 | Remove the use of splimp() from the NetBSD kernel. splnet() | thorpej |