summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/alpha
AgeCommit message (Expand)Author
2001-09-12Print memory numbers in KB as well as bytes like most other platforms.Todd C. Miller
2001-09-12mbutl no moreArtur Grabowski
2001-09-05Will need netbsd_types.h very soon.Artur Grabowski
2001-08-23We can now move timeout_init into main().Artur Grabowski
2001-08-23Remove even more old timeout tentacles.Artur Grabowski
2001-08-12#(endif|else) foo is incorrect, make it #endif /* foo */Heikki Korpela
2001-08-06remove vm_conf.h; art@ okMichael Shalayeff
2001-07-25Change the pmap_enter interface to merge access_type and the wired booleanArtur Grabowski
2001-07-09Make quad types on alpha be "long long" not "long". This means thatTodd C. Miller
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