| Age | Commit message (Expand) | Author |
| 2001-12-28 | Add PPPoE to all generic kernels that should be able to use it. | martin |
| 2001-12-16 | Make this compile with new toolchain. | gmcgarry |
| 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-11-28 | No point in installing svr4_machdep.h. | kleink |
| 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-15 | MAXSLP is defined to be a machine-independent scheduling parameter, | soren |
| 2001-11-14 | Work around <bsd.lib.mk> used for kernel libs in other places. Clean up | tv |
| 2001-11-09 | Bump the version numbers of all bootloaders which use loadfile_elfXX() now | scw |
| 2001-11-09 | Remove unneeded declarations of the db_machine_init() function. The | thorpej |
| 2001-10-31 | Need byteorder.c for loadfile_elf*.c | thorpej |
| 2001-10-31 | Split elf32 vs. elf64 handling in loadfile(), including support for | thorpej |
| 2001-10-31 | Build the loadfile() a.out, ECOFF, and ELF back-ends as separate | thorpej |
| 2001-10-27 | Pull down revision 1.24.4.1 from the netbsd-1-5 branch: | he |
| 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-10-07 | Move some sources from SRC_kern to SRC_sa. | tsutsui |
| 2001-10-07 | Build sa programs with -Os. | tsutsui |
| 2001-10-04 | reduce ramdisk size back to what it was before. | chs |
| 2001-10-02 | add ashldi3.c, needed by ufs.c due to added cast in lblktosize(). | chs |
| 2001-09-19 | machine/fbio.h -> dev/sun/fbio.h | thorpej |
| 2001-09-19 | Just use <dev/sun/fbio.h>. | thorpej |
| 2001-09-11 | replace pmap_enter() with pmap_kenter_pa() where appropriate. | chs |
| 2001-09-11 | fix typo. | chs |
| 2001-09-10 | Update pmap_update to now take the updated pmap as an argument. | chris |
| 2001-09-07 | Fix function names in panic messages. | tsutsui |
| 2001-09-05 | obio_find_mapping() takes PA. (missed in the previous commit) | tsutsui |
| 2001-09-05 | bcopy() -> memcpy(), bzero() -> memset() | tsutsui |
| 2001-09-05 | bcopy() -> memcpy(), bzero() -> memset() | tsutsui |
| 2001-09-05 | - bcopy() -> memcpy(), strcpy() | tsutsui |
| 2001-09-05 | Remove register prefixes. | tsutsui |
| 2001-09-05 | vm_offset_t -> vaddr_t | tsutsui |
| 2001-09-05 | vm_offset_t -> db_addr_t | tsutsui |
| 2001-09-05 | Remove register prefixes. | tsutsui |
| 2001-09-05 | - vm_offset_t -> vaddr_t, vsize_t, paddr_t | tsutsui |
| 2001-09-05 | - vm_offset_t -> [pv]addr_t | tsutsui |
| 2001-09-05 | vm_offset_t -> [pv]addr_t (sync with sun3x/pmap.c rev 1.69) | tsutsui |
| 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-20 | precede, not preceed. | wiz |
| 2001-08-19 | in vunmapbuf(), call pmap_*remove() explicitly since uvm_km_free_wakeup() | chs |
| 2001-08-05 | use unsigned variable types as appropriate | jdolecek |
| 2001-08-04 | rewrite set_segmap_allctx() in assembly. | chs |
| 2001-08-02 | Bump version numbers of all bootloaders that use loadfile/ELF, to account for | bjh21 |
| 2001-07-30 | adjust the hack to build the SRT*.o files. | chs |