summaryrefslogtreecommitdiff
path: root/sys/arch/i386/include
AgeCommit message (Expand)Author
2001-12-19UBC was a disaster. It worked very good when it worked, but on someArtur Grabowski
2001-12-14on some sony vaios (con dios) battery life is reportedMichael Shalayeff
2001-12-14SMALL_KERNEL -> outline splxNiklas Hallqvist
2001-12-13remover registers. bracket spl regions with asm volatilesNiklas Hallqvist
2001-12-11More sync to NetBSD.Artur Grabowski
2001-12-11Merge in some pmap improvements from NetBSD.Artur Grabowski
2001-12-08Sprinkle pmap_update calls where relevant and some otherArtur Grabowski
2001-12-05change KMEMPAGES back to 64M, 128M does not work on large memory machines.Dale Rahn
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-04Yet another sync to NetBSD uvm.Artur Grabowski
2001-12-04more bits defs; from netbsdMichael Shalayeff
2001-12-04New try at a level based irq system.Niklas Hallqvist
2001-11-30prevent reorder of __asm w/ __volatile.Michael Shalayeff
2001-11-30Now that pmaps can have vm_page_md, make pmap_physseg optional.Artur Grabowski
2001-11-28zap some typedefs.Artur Grabowski
2001-11-28Don't use pmap_update when we mean tlbflush. make pmap_update into a noop.Artur Grabowski
2001-11-18Revert niklas's broken ICU interrupt handling changes; deraadt@ okAaron Campbell
2001-11-12Redo the ICU interrupt handling system to better emulate an APIC system.Niklas Hallqvist
2001-11-07Another sync of uvm to NetBSD. Just minor fiddling, no major changes.Artur 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-09-22Remove more old, dusty, unused defines.Miod Vallat
2001-09-06missing machine/ieee.h from NetBSDTodd C. Miller
2001-09-05Use __GLOBAL_OFFSET_TABLE_ consistently.Marc Espie
2001-08-18Move pmap_{de,}activate to vm/pmap.h, it's same on all archs.Artur Grabowski
2001-08-18Fix functions to match prototypes. Old K&R doesn't make sense with inlineMarc Espie
2001-08-18make apm use kqueue for transferring events to luse listener.Michael Shalayeff
2001-08-18consistency nit, add some missing preprocessor symbols.Brad Smith
2001-08-12moce pglisth into uvm_pglist.hMichael Shalayeff
2001-08-11Some fixes from NetBSD.Artur Grabowski
2001-08-11remove some old cruft.Artur Grabowski
2001-07-30Change:Artur Grabowski
2001-07-18Get rid of the PMAP_NEW option by making it mandatory for all archs.Artur Grabowski
2001-07-13delete duplicate definitionsTheo de Raadt
2001-07-06change MSIZE to 256, okay @deraadtNiels Provos
2001-06-27MNN is no longer an option.Artur Grabowski
2001-06-27use + not = and 0-9Michael Shalayeff
2001-06-27fix constraint, no idea how did it workMichael Shalayeff
2001-06-27implement 64 bit swap and fix constraints on othersMichael Shalayeff
2001-06-25fix some constraints and spillageMichael Shalayeff
2001-06-24wrong place for coldMichael Shalayeff
2001-06-24move cold to .hFederico G. Schwindt
2001-06-24Define splvm() for arches who don't already provide it, with the sameMiod Vallat
2001-06-21Finish what Theo started (a char * to void * conversion)Niklas Hallqvist
2001-06-05License clarification from David Mazieres, ok deraadt@Peter Valchev
2001-05-08From netbsd: implementations of _bus_dmamap_load_mbuf() andJason Wright
2001-05-06Update some comments wrt. the CLSIZE changes.Artur Grabowski
2001-05-05PMAP_NEW and UVM are no longer optional on i386.Artur Grabowski