| Age | Commit message (Expand) | Author |
| 2002-01-02 | pmap_page_protect(VM_PROT_NONE) must remove all mappings in the PV list, | chs |
| 2001-12-28 | Add PPPoE to all generic kernels that should be able to use it. | martin |
| 2001-12-16 | Fix comments for ref-count of PT pages. | tsutsui |
| 2001-12-14 | Add a blurb to the top of all GENERIC files. This serves three purposes: | gmcgarry |
| 2001-12-13 | change the reference-counting of PT pages to start from zero instead of | chs |
| 2001-12-09 | Register prefixes for tron()/troff() macros. | briggs |
| 2001-12-09 | Roll the rest of the ports over to the new MI kernel build machinery. | atatat |
| 2001-11-28 | No point in installing svr4_machdep.h. | kleink |
| 2001-11-28 | - convert usage of "defopt" to "defflag" where the relevant option does | lukem |
| 2001-11-24 | fix typo s/68551/68851/ in a comment. | isaki |
| 2001-11-23 | macos partition tables appear to use 512 bytes per record rather than | chs |
| 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-20 | include COMPAT_AOUT_M68K stuff. | chs |
| 2001-11-20 | support both ELF and a.out symbols for DDB. | chs |
| 2001-11-20 | prepare for ELF: | chs |
| 2001-11-19 | allocate and free page table pages explicitly instead of abusing | chs |
| 2001-11-18 | Correct operation of non-pseudo-DMA mode. Used on 660 & 840 AV models. | briggs |
| 2001-11-15 | MAXSLP is defined to be a machine-independent scheduling parameter, | soren |
| 2001-11-10 | Now properly probes for cards with 64k of buffer. Reversed order | jklos |
| 2001-10-26 | Change defaults for kernel compiles. Default all to USETOOLS?=no and have | jmc |
| 2001-10-23 | Set MACHINE_ARCH explicitly in Makefiles for which it is constant. | thorpej |
| 2001-09-29 | fix typo in pmap_kremove() which was invalidating the wrong TLB entry. | chs |
| 2001-09-23 | Nit -- this kernel is called "INSTALLSBC", not "INSTALL". | fredb |
| 2001-09-23 | Sync with "GENERIC". | fredb |
| 2001-09-16 | Grammar improvements in comments. | wiz |
| 2001-09-16 | Spell 'occurred' with two 'r's. | wiz |
| 2001-09-14 | Define __BUS_SPACE_HAS_STREAM_METHODS since the functions are there. Noted | briggs |
| 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-23 | add a missing pmap_update(). | chs |
| 2001-08-20 | "wierd" is weird. | wiz |
| 2001-08-04 | implement pmap_k{enter_pa,remove}() correctly. | chs |
| 2001-08-04 | use pmap_k* in pagemove() (ie. for buffer cache pages) | chs |
| 2001-07-22 | seperate -> separate | wiz |
| 2001-07-14 | Hack writedisklabel() to re-read and analyze the Apple Disk Partition Map | scottr |
| 2001-07-08 | Standardise TCP_COMPAT_42 as commented out, grouped with other COMPAT options, | abs |
| 2001-06-30 | Add System V semaphore resource limits to each GENERIC file that has an | darcy |
| 2001-06-19 | `existent', not `existant' | wiz |
| 2001-06-19 | `accessible' only has one `a'. | wiz |
| 2001-06-18 | Add an e_trapsignal member to struct emul, so that emulated processes can | christos |
| 2001-06-05 | HZ -> hz | thorpej |
| 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 |
| 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 |