| 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-30 | add -Os to COPTS after <bsd.prog.mk> is pulled in rather than adding | lukem |
| 2001-12-28 | Update for new uhidev device attachment. | augustss |
| 2001-12-28 | Add PPPoE to all generic kernels that should be able to use it. | martin |
| 2001-12-26 | include systm.h (for libkern.h (for ffs())) | ross |
| 2001-12-18 | We haven't done ECOFF for a long time; garbage-collect all the | thorpej |
| 2001-12-18 | Add a memory clobber to alpha_pal_swapctx() and alpha_pal_swpipl(); | thorpej |
| 2001-12-18 | Disable .loc in macros for now; the new assembler is a lot more | thorpej |
| 2001-12-17 | Fix constraints in __asm statements (err, again). Kernels compiled | thorpej |
| 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 | Add support for dumping ELF-cormat core files. | thorpej |
| 2001-12-09 | Fix a couple of rcsids. | atatat |
| 2001-12-02 | Convert to new ata/atapi attach structs. | bouyer |
| 2001-11-28 | - convert usage of "defopt" to "defflag" where the relevant option does | lukem |
| 2001-11-23 | Oops. Add in missing entry point settings. | atatat |
| 2001-11-23 | Instead of checking for previous usage, just append to some make | atatat |
| 2001-11-20 | - replace "defopt" with "defparam" for options which must take a value, | lukem |
| 2001-11-20 | cleanup: | lukem |
| 2001-11-20 | whitespace cleanup | lukem |
| 2001-11-20 | - pull in opt_kgdb.h where necessary | lukem |
| 2001-11-16 | Abstract out a large chunk of the kernel build machinery so that new | atatat |
| 2001-11-15 | MAXSLP is defined to be a machine-independent scheduling parameter, | soren |
| 2001-11-09 | Bump the version numbers of all bootloaders which use loadfile_elfXX() now | scw |
| 2001-11-04 | Add midi at opl and midi at mpu | itohy |
| 2001-11-04 | Add mpu at cmpci and opl at cmpci attachment. | itohy |
| 2001-11-01 | protect against multiple inclusion | drochner |
| 2001-10-31 | Rather than using a NetBSD-specific header file <machine/int_types.h> | thorpej |
| 2001-10-31 | Use <machine/elf_machdep.h> to override Elf64_Word and Elf64_Sword | thorpej |
| 2001-10-31 | Split elf32 vs. elf64 handling in loadfile(), including support for | thorpej |
| 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-06 | Don't forget to fill in the DMA tag when attaching the AGP | thorpej |
| 2001-10-05 | Multiple include protection. | simonb |
| 2001-10-01 | Add "asc* at tc?" for PMAZ-A TurboChannel cards. | simonb |
| 2001-10-01 | Move asc_tc and asc_tcds config info to dev/tc/files.tc now that pmax | simonb |
| 2001-09-28 | don't depend on other headers to include sys/proc.h for us. | chs |
| 2001-09-22 | *int_fast64_t should be "long", not "long long". | simonb |
| 2001-09-22 | objcopy -> ${OBJCOPY}; remove redundant definitions of OBJCOPY?= (it is | tv |
| 2001-09-19 | Remove alpha/include/fbio.h -- it hasn't been used for a Long Time. | thorpej |
| 2001-09-19 | Fix typo in PRId64. | simonb |
| 2001-09-18 | Hook in the `stic' device. With any luck this should be temporary. | ad |
| 2001-09-18 | Make the setregs hook emulation-specific, rather than executable | jdolecek |
| 2001-09-18 | Give initiali[sz]e all the "i"s it deserves. | wiz |
| 2001-09-17 | g/c superfluous cpu_exec_ecoff_setregs() prototype | jdolecek |
| 2001-09-16 | BWX-addressable space is aways linear, so always allow BUS_SPACE_MAP_LINEAR | thorpej |
| 2001-09-16 | Add AGP support (oops, forgot to commit this file with the last batch). | thorpej |
| 2001-09-15 | a whole bunch of changes to improve performance and robustness under load: | chs |
| 2001-09-15 | Oops, don't need to fill in pcibus_attach_args twice. | thorpej |