Age | Commit message (Expand) | Author |
2002-06-07 | Remove obsolete CLKF_BASEPRI(). ok niklas@, miod@ and art@ | Thomas Nordin |
2002-05-22 | Implement splassert. Even simpler than on the sparc. | Artur Grabowski |
2002-04-29 | Define placeholders for art's splassert() debugging stuff on all arches. | Miod Vallat |
2002-04-24 | Introduce a new file, machine/internal_types.h, to hold that specific arch | Marc Espie |
2002-03-30 | recognize more via/cyrix cpu types; from Kamo Hiroyasu <wd@ics.nara-wu.ac.jp>... | Michael Shalayeff |
2002-03-24 | handle NS Geode GX1; wd@ics.nara-wu.ac.jp | Theo de Raadt |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-03-07 | Clean up BUS_DMA_* flags, and make sure all arch's define: | Jason Wright |
2002-02-21 | Typo. Ok mickey@ | Thierry Deval |
2002-02-17 | Patch from Daniel Lucq <daniel@lucq.org> | Mats O Jansson |
2001-12-19 | UBC was a disaster. It worked very good when it worked, but on some | Artur Grabowski |
2001-12-14 | on some sony vaios (con dios) battery life is reported | Michael Shalayeff |
2001-12-14 | SMALL_KERNEL -> outline splx | Niklas Hallqvist |
2001-12-13 | remover registers. bracket spl regions with asm volatiles | Niklas Hallqvist |
2001-12-11 | More sync to NetBSD. | Artur Grabowski |
2001-12-11 | Merge in some pmap improvements from NetBSD. | Artur Grabowski |
2001-12-08 | Sprinkle pmap_update calls where relevant and some other | Artur Grabowski |
2001-12-05 | change KMEMPAGES back to 64M, 128M does not work on large memory machines. | Dale Rahn |
2001-12-05 | VM_KMEM_SIZE no longer needed. | Artur Grabowski |
2001-12-05 | make nkmempages dynamic based on memory. okay art@ from netbsd: | Niels Provos |
2001-12-04 | Yet another sync to NetBSD uvm. | Artur Grabowski |
2001-12-04 | more bits defs; from netbsd | Michael Shalayeff |
2001-12-04 | New try at a level based irq system. | Niklas Hallqvist |
2001-11-30 | prevent reorder of __asm w/ __volatile. | Michael Shalayeff |
2001-11-30 | Now that pmaps can have vm_page_md, make pmap_physseg optional. | Artur Grabowski |
2001-11-28 | zap some typedefs. | Artur Grabowski |
2001-11-28 | Don't use pmap_update when we mean tlbflush. make pmap_update into a noop. | Artur Grabowski |
2001-11-18 | Revert niklas's broken ICU interrupt handling changes; deraadt@ ok | Aaron Campbell |
2001-11-12 | Redo the ICU interrupt handling system to better emulate an APIC system. | Niklas Hallqvist |
2001-11-07 | Another sync of uvm to NetBSD. Just minor fiddling, no major changes. | Artur Grabowski |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
2001-11-06 | Let fork1, uvm_fork, and cpu_fork take a function/argument pair as argument, | Artur Grabowski |
2001-11-05 | Switch everything to the new bus_dmamap_sync API. | Artur Grabowski |
2001-09-22 | Remove more old, dusty, unused defines. | Miod Vallat |
2001-09-06 | missing machine/ieee.h from NetBSD | Todd C. Miller |
2001-09-05 | Use __GLOBAL_OFFSET_TABLE_ consistently. | Marc Espie |
2001-08-18 | Move pmap_{de,}activate to vm/pmap.h, it's same on all archs. | Artur Grabowski |
2001-08-18 | Fix functions to match prototypes. Old K&R doesn't make sense with inline | Marc Espie |
2001-08-18 | make apm use kqueue for transferring events to luse listener. | Michael Shalayeff |
2001-08-18 | consistency nit, add some missing preprocessor symbols. | Brad Smith |
2001-08-12 | moce pglisth into uvm_pglist.h | Michael Shalayeff |
2001-08-11 | Some fixes from NetBSD. | Artur Grabowski |
2001-08-11 | remove some old cruft. | Artur Grabowski |
2001-07-30 | Change: | Artur Grabowski |
2001-07-18 | Get rid of the PMAP_NEW option by making it mandatory for all archs. | Artur Grabowski |
2001-07-13 | delete duplicate definitions | Theo de Raadt |
2001-07-06 | change MSIZE to 256, okay @deraadt | Niels Provos |
2001-06-27 | MNN is no longer an option. | Artur Grabowski |
2001-06-27 | use + not = and 0-9 | Michael Shalayeff |
2001-06-27 | fix constraint, no idea how did it work | Michael Shalayeff |