summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/include
AgeCommit message (Expand)Author
2004-01-03put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macrosMarc Espie
2003-11-08typos from Jonathon Gray;Jason McIntyre
2003-10-18typos from Jared Yanovich;Jason McIntyre
2003-08-21These files were intended for X11 support, but serve no purpose nowadays,Miod Vallat
2003-06-12final bits of obvious UCB term 3 removalTheo de Raadt
2003-06-04clean up my copyright so it matches the templateNathan Binkert
2003-06-03terms 3 & 4 cleanup based on "terms" fileTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-04-16fix my copyright. make the part that's without fee unambiguousNathan Binkert
2003-03-01Provide real ieee fp*() functions; from NetBSD.Miod Vallat
2003-02-28intrcnt's are now int's to fit with kern.intrcnt assumptions; miod okJason Wright
2003-02-19Remove ddb machine commands, they are already available as "bo ha" and "bo re".Miod Vallat
2002-11-26Make the PTE constants unsigned long with UL.Artur Grabowski
2002-10-23Add a trivial va_copy() macro to all architectures but powerpcTodd C. Miller
2002-10-10protect against multiple inclusion; pointed out by naddy, miod okPeter Valchev
2002-09-12Change the PMAP_{MAP,UNMAP}_POOLPAGE api to take a vm_page as argumentArtur Grabowski
2002-08-24aperture driver for alpha. It works here the same as on i386Matthieu Herrb
2002-07-30Add SIZE_MAX define. This is the same as SIZE_T_MAX but more portable.Todd C. Miller
2002-07-24Pretty nasty hack to make non-exec mappings work.Artur Grabowski
2002-06-30Dummy bus_space_read_raw_region implementation.Miod Vallat
2002-06-28The IEEE fp stuff changed the rules for how fpu should be enabled.Artur Grabowski
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