summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/include
AgeCommit message (Expand)Author
2002-06-07Remove obsolete CLKF_BASEPRI(). ok niklas@, miod@ and art@Thomas Nordin
2002-05-26- CPU_MAXID and CPU_CHIPSET were swapped in cpu.hMatthieu Herrb
2002-05-10Some protection from userland and some __asm paranoia.Artur Grabowski
2002-05-10Mark all those __asm directives as clobbering memory, becauseArtur Grabowski
2002-05-02Big TURBOchannel support catchup from NetBSD, part 1.Miod Vallat
2002-04-29Define placeholders for art's splassert() debugging stuff on all arches.Miod Vallat
2002-04-28IEEE 754 floating point completion code, and implementation of thePeter Valchev
2002-04-26newer gas is picky about misplaced .loc directives; comment'em out for now.Federico G. Schwindt
2002-04-24Introduce a new file, machine/internal_types.h, to hold that specific archMarc Espie
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2002-03-12Emulate ptrace(PT_STEP in software.Artur Grabowski
2002-03-07Clean up BUS_DMA_* flags, and make sure all arch's define:Jason Wright
2002-02-17Patch from Daniel Lucq <daniel@lucq.org>Mats O Jansson
2002-02-15Fix the __asm__ statements and remove the workarounds.Artur Grabowski
2001-12-05VM_KMEM_SIZE no longer needed.Artur Grabowski
2001-12-05make nkmempages dynamic based on memory. okay art@ from netbsd:Niels Provos
2001-12-05Update pmap_update macro for arches Art missed. Still just a noop.Todd C. Miller
2001-11-30Now that pmaps can have vm_page_md, make pmap_physseg optional.Artur Grabowski
2001-11-30This file was just a placeholder required for kern_exit_43.c to compile.Miod Vallat
2001-11-28Make pmap_update functions into nops so that we can have a consistentArtur Grabowski
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
2001-11-06Let fork1, uvm_fork, and cpu_fork take a function/argument pair as argument,Artur Grabowski
2001-11-05Switch everything to the new bus_dmamap_sync API.Artur Grabowski
2001-11-04Two new sysctls in the chipset tree.Artur Grabowski
2001-11-04Add alpha_ldlu and alpha_stl.Artur Grabowski
2001-10-26First cut at a port of isadma and floppy driver. ok art@Nathan Binkert
2001-09-30Generic soft interrupts from NetBSD plus some minor cleanups.Artur Grabowski
2001-09-16Add some missing lengths checks when passing data from userland toTodd C. Miller
2001-09-01Add __HAVE_DEVICE_REGISTER to hp300/alpha (sparc64 already had it) andJason Wright
2001-08-18Move pmap_{de,}activate to vm/pmap.h, it's same on all archs.Artur Grabowski
2001-08-11remove some old cruft.Artur Grabowski
2001-07-09Make quad types on alpha be "long long" not "long". This means thatTodd C. Miller
2001-07-04$OpenBSD$Niklas Hallqvist
2001-06-27MNN is no longer an option.Artur Grabowski
2001-06-26More chipset info needed by X.Artur Grabowski
2001-06-26Provide some chipset information to usreland through sysctl.Artur Grabowski
2001-06-24Define splvm() for arches who don't already provide it, with the sameMiod Vallat
2001-05-31Relocation types on alpha.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-12Remove a bogus __attribute__ ((unused)) from _splraise.Artur Grabowski
2001-03-16Now that pmap_growkernel is implemented set NKMEMCLUSTERS to 32m again.Artur Grabowski
2001-03-16Some more pmap improvements from NetBSD.Artur Grabowski
2001-03-16Implement pmap_growkernel. From NetBSD.Artur Grabowski
2001-03-04Revert to our old traceback code, with heuristic argument printout.Niklas Hallqvist
2001-03-03Lower NKMEMCLUSTERS by a factor of 2 from 32768*1024/NBPG to 16384*1024/NBPG.Todd C. Miller
2001-03-02add #define __STRICT_ALIGNMENTJason Wright
2001-02-27crank NKMEMCLUSTERS fron 4MB to 32MB.Artur Grabowski
2001-02-13remove a file that should have been gone long ago.Eric Jackson