summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/alpha
AgeCommit message (Expand)Author
2001-07-05Get rid of REAL_CLISTS. It was never implemented and the tentacles areArtur Grabowski
2001-07-05add iopMichael Shalayeff
2001-06-27Remove IPF references; openbsd@davidkrause.comAngelos D. Keromytis
2001-06-27ALTQ base modifications to the kernel.Kenjiro Cho
2001-06-26Provide some chipset information to usreland through sysctl.Artur Grabowski
2001-06-26USER_PCICONFArtur Grabowski
2001-06-25add pf device on all architectures.Kjell Wooding
2001-06-25cold is in systm nowMichael Shalayeff
2001-06-24Add pf.Artur Grabowski
2001-06-23Use pool_cache for l1 ptes.Artur Grabowski
2001-06-11Remove workaround for a gas bug fixed in binutils-2.10.1.Artur Grabowski
2001-06-08Change the paddr_t pmap_extract(struct pmap *, vaddr_t) interface toArtur Grabowski
2001-05-17convert mbuf and cluster allocation to pool, mostly from NetBSDNiels Provos
2001-05-11Bye bye.Artur Grabowski
2001-05-11Add a genassym.cf that uses the standard scripts.Artur Grabowski
2001-05-11unifyTheo de Raadt
2001-05-09More sync to NetBSD.Artur Grabowski
2001-05-06Update some comments wrt. the CLSIZE changes.Artur Grabowski
2001-05-05Rename configure() to cpu_configure().Artur Grabowski
2001-05-05Get rid of CLSIZE and all related stuff.Artur Grabowski
2001-04-30Move the hwrpb_primary_init to before configure.Artur Grabowski
2001-04-17OpenBSD tag.Artur Grabowski
2001-04-17Implement cnbell(), an optional entrypoint that rings the console bell; fromAaron Campbell
2001-04-15Prettier printing of cpu models and more models.Artur Grabowski
2001-04-14Always make sure that SQWE is enabled- the PROM may not have done this for you.mjacob
2001-04-14Add support for Alpha Processor, Inc. UP1000.Artur Grabowski
2001-04-13In cpu_fork, initialize the ipl of the new process toArtur Grabowski
2001-04-10Fix for machines which need to enlarge the kernel address space, at leastNiklas Hallqvist
2001-04-06Move offsetof define into sys/param.hConstantine Sapuntzakis
2001-03-21optimize a sanity check and put it behind ifdef DIAGNOSTIC.Artur Grabowski
2001-03-16Some more pmap improvements from NetBSD.Artur Grabowski
2001-03-16Implement pmap_growkernel. From NetBSD.Artur Grabowski
2001-03-08configure usb devices and raidEric Jackson
2001-03-04Revert to our old traceback code, with heuristic argument printout.Niklas Hallqvist
2001-03-04typoArtur Grabowski
2001-02-13Cleanup.Artur Grabowski
2001-02-08Actually give esym some storage. As it was, esym pointedArtur Grabowski
2001-02-07Now that niklas has fixed ddb to not barf on elf symbols, thereArtur Grabowski
2001-02-06Don't initialize ddb until I've committed elf support for ddb.Artur Grabowski
2001-02-03New timeouts.Artur Grabowski
2001-01-24Not killing an application when the application does something wrongArtur Grabowski
2001-01-20No need to include machine/alpha.h here.Artur Grabowski
2001-01-20No need to include machine/alpha.h here.Artur Grabowski
2001-01-20No need to include machine/alpha.h here.Artur Grabowski
2001-01-15Make this work with new alpha code.Artur Grabowski
2001-01-15define the constants that COMPAT_NETBSD code needs in locoreArtur Grabowski
2000-12-21People have difficulty spelling 'initial' and derivatives thereof (too manyAaron Campbell
2000-11-26alpha clock fixes from NetBSDTodd C. Miller
2000-11-19More sane setting of page size.Artur Grabowski
2000-11-18allow this to compile without COMPAT_OSF1Eric Jackson