summaryrefslogtreecommitdiff
path: root/sys/arch/alpha
AgeCommit message (Expand)Author
2002-01-02pmap_page_protect(VM_PROT_NONE) must remove all mappings in the PV list,chs
2001-12-30add -Os to COPTS after <bsd.prog.mk> is pulled in rather than addinglukem
2001-12-28Update for new uhidev device attachment.augustss
2001-12-28Add PPPoE to all generic kernels that should be able to use it.martin
2001-12-26include systm.h (for libkern.h (for ffs()))ross
2001-12-18We haven't done ECOFF for a long time; garbage-collect all thethorpej
2001-12-18Add a memory clobber to alpha_pal_swapctx() and alpha_pal_swpipl();thorpej
2001-12-18Disable .loc in macros for now; the new assembler is a lot morethorpej
2001-12-17Fix constraints in __asm statements (err, again). Kernels compiledthorpej
2001-12-14Add a blurb to the top of all GENERIC files. This serves three purposes:gmcgarry
2001-12-12Set NOxxx= before <bsd.own.mk> is pulled in (even indirectly).lukem
2001-12-12MKfoo=no -> NOfootv
2001-12-09Add support for dumping ELF-cormat core files.thorpej
2001-12-09Fix a couple of rcsids.atatat
2001-12-02Convert to new ata/atapi attach structs.bouyer
2001-11-28- convert usage of "defopt" to "defflag" where the relevant option doeslukem
2001-11-23Oops. Add in missing entry point settings.atatat
2001-11-23Instead of checking for previous usage, just append to some makeatatat
2001-11-20- replace "defopt" with "defparam" for options which must take a value,lukem
2001-11-20cleanup:lukem
2001-11-20whitespace cleanuplukem
2001-11-20- pull in opt_kgdb.h where necessarylukem
2001-11-16Abstract out a large chunk of the kernel build machinery so that newatatat
2001-11-15MAXSLP is defined to be a machine-independent scheduling parameter,soren
2001-11-09Bump the version numbers of all bootloaders which use loadfile_elfXX() nowscw
2001-11-04Add midi at opl and midi at mpuitohy
2001-11-04Add mpu at cmpci and opl at cmpci attachment.itohy
2001-11-01protect against multiple inclusiondrochner
2001-10-31Rather than using a NetBSD-specific header file <machine/int_types.h>thorpej
2001-10-31Use <machine/elf_machdep.h> to override Elf64_Word and Elf64_Swordthorpej
2001-10-31Split elf32 vs. elf64 handling in loadfile(), including support forthorpej
2001-10-26Change defaults for kernel compiles. Default all to USETOOLS?=no and havejmc
2001-10-23Set MACHINE_ARCH explicitly in Makefiles for which it is constant.thorpej
2001-10-06Don't forget to fill in the DMA tag when attaching the AGPthorpej
2001-10-05Multiple include protection.simonb
2001-10-01Add "asc* at tc?" for PMAZ-A TurboChannel cards.simonb
2001-10-01Move asc_tc and asc_tcds config info to dev/tc/files.tc now that pmaxsimonb
2001-09-28don'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-22objcopy -> ${OBJCOPY}; remove redundant definitions of OBJCOPY?= (it istv
2001-09-19Remove alpha/include/fbio.h -- it hasn't been used for a Long Time.thorpej
2001-09-19Fix typo in PRId64.simonb
2001-09-18Hook in the `stic' device. With any luck this should be temporary.ad
2001-09-18Make the setregs hook emulation-specific, rather than executablejdolecek
2001-09-18Give initiali[sz]e all the "i"s it deserves.wiz
2001-09-17g/c superfluous cpu_exec_ecoff_setregs() prototypejdolecek
2001-09-16BWX-addressable space is aways linear, so always allow BUS_SPACE_MAP_LINEARthorpej
2001-09-16Add AGP support (oops, forgot to commit this file with the last batch).thorpej
2001-09-15a whole bunch of changes to improve performance and robustness under load:chs
2001-09-15Oops, don't need to fill in pcibus_attach_args twice.thorpej