summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/alpha/machdep.c
AgeCommit message (Expand)Author
2002-02-17comment typoJason Wright
2002-02-17Patch from Daniel Lucq <daniel@lucq.org>Mats O Jansson
2002-01-23move mb_map allocation to mbinit()Artur Grabowski
2002-01-23move definition of mb_map from zillions of machdep.c to uipc_mbuf.cArtur Grabowski
2002-01-22call osf1_exec_ecoff_hook for osf1 bin'sEric Jackson
2002-01-16Don't include <sys/map.h> when you don't need what's in it.Miod Vallat
2001-12-08Sprinkle pmap_update calls where relevant and some otherArtur Grabowski
2001-11-28zap some typedefs.Artur Grabowski
2001-11-28Sync in more uvm changes from NetBSD.Artur Grabowski
2001-11-24Harmonize boot() logic across arches:Miod Vallat
2001-11-07Add an alignment argument to uvm_map that specifies an alignment hintArtur Grabowski
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
2001-09-30Generic soft interrupts from NetBSD plus some minor cleanups.Artur Grabowski
2001-09-19merge vm/vm_kern.h into uvm/uvm_extern.h; art@ okMichael Shalayeff
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-08-23We can now move timeout_init into main().Artur Grabowski
2001-08-23Remove even more old timeout tentacles.Artur Grabowski
2001-07-05Get rid of REAL_CLISTS. It was never implemented and the tentacles areArtur Grabowski
2001-06-26Provide some chipset information to usreland through sysctl.Artur Grabowski
2001-06-25cold is in systm nowMichael Shalayeff
2001-05-17convert mbuf and cluster allocation to pool, mostly from NetBSDNiels Provos
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-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-01-24Not killing an application when the application does something wrongArtur Grabowski
2000-12-21People have difficulty spelling 'initial' and derivatives thereof (too manyAaron Campbell
2000-11-19More sane setting of page size.Artur Grabowski
2000-11-18allow this to compile without COMPAT_OSF1Eric Jackson
2000-11-16configure vga, mouse and keyboard's once again. Currently only on eb164.Eric Jackson
2000-11-08add tagsEric Jackson
2000-11-08Merge in big portions of the improvements NetBSD did to their alpha port.Artur Grabowski
2000-04-11Check usec for >= 1000000, not just > ; as msaitoh@NetBSD.orgPaul Janzen
2000-03-23New API for timeouts. Replaces the old timeout()/untimeout() API andArtur Grabowski
2000-02-22enlarge msgbuf, somewhat line netbsd didTheo de Raadt
2000-02-09don't include netinet6/ip6.hJun-ichiro itojun Hagino
1999-12-08bring in KAME IPv6 code, dated 19991208.Jun-ichiro itojun Hagino
1999-05-24Only do basic work in the ethernet interrupt context, and queue packets toJason Wright
1999-05-22Add new vm_swap code for dynamic swap. From netbsd, munged some by me, andTobias Weingartner
1999-03-24Call vm_set_page_size() during initialization (supresses "MD code didAlex Feldman
1999-01-07global decl for *intr() routines, plus add INET6Theo de Raadt
1997-07-31grammarNiklas Hallqvist
1997-07-28for netatalk, pull in netatalk/at_extern.hTheo de Raadt
1997-07-23Add AppleTalk netisr.denny
1997-07-08Recognize that a symbol table may exist, move up proc0paddr if so.Niklas Hallqvist
1997-07-06If -b specified as bootflag (-d was taken) enter DDB. If using a PC keyboardNiklas Hallqvist
1997-05-28KNFNiklas Hallqvist
1997-04-14typo for us.michaels