Age | Commit message (Expand) | Author |
2002-03-15 | rewrite a pmap to use multilevel page tables. | Michael Shalayeff |
2002-03-15 | regs get/set for pmdb | Michael Shalayeff |
2002-03-15 | Cosmetic changes only, primarily making comments line up nicely after the | Todd C. Miller |
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-03-11 | Add <machine/ieeefp.h>, will be needed by libc shortly. | Miod Vallat |
2002-03-11 | Add a <machine/varargs.h> skeleton for userland. | Miod Vallat |
2002-03-07 | Clean up BUS_DMA_* flags, and make sure all arch's define: | Jason Wright |
2002-03-05 | Provide a few more constants to get on par with other arches and get | Miod Vallat |
2002-02-21 | pmap.pmap_pd is redundant -- no more | Michael Shalayeff |
2002-02-17 | Patch from Daniel Lucq <daniel@lucq.org> | Mats O Jansson |
2002-02-16 | there are bugs, and then there are pastos | Michael Shalayeff |
2002-02-16 | dma_cachectl() no more | Michael Shalayeff |
2002-02-16 | remove bogus DCIAS (used to be used for scsi driver | Michael Shalayeff |
2002-02-16 | implement a few dma methods; from fredette@. some fixes from me | Michael Shalayeff |
2002-02-12 | support 712's programmable power switch, no interrupt yet | Michael Shalayeff |
2002-02-11 | kvtop no more | Michael Shalayeff |
2002-02-11 | disable fpu on csw, print fpu version on cpu line, if present | Michael Shalayeff |
2002-02-08 | com freq is 7372800, which "normal" * 4 and is discovered by | Michael Shalayeff |
2002-02-08 | A mosquito escaped, sorry. | Miod Vallat |
2002-02-08 | Teach some magic to the kernel so that it can decode serial console settings. | Miod Vallat |
2002-02-08 | do not rely on u_int being availabel | Michael Shalayeff |
2002-02-06 | implement signal delivery; based on fredette@'s work | Michael Shalayeff |
2002-02-05 | redo the spl*() names | Michael Shalayeff |
2002-02-04 | missing L/UL; from netbsd | Michael Shalayeff |
2002-02-01 | redefine COM_FREQ to 7.272727MHz | Michael Shalayeff |
2002-01-25 | do not conflict PF_ /w pf -- rename to PZF_ and define _BITS | Michael Shalayeff |
2002-01-25 | define CONADDR and CONUNIT | Michael Shalayeff |
2002-01-10 | larger SSIZE and smaller NKMEMPAGES_MIN_DEFAULT | Michael Shalayeff |
2002-01-10 | cache_align is not used | Michael Shalayeff |
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-02 | few lines are too close to see, gimme another file! | Michael Shalayeff |
2001-12-02 | s/FLAX_MASK/HPPA_FLEX_MASK/ where not yet | Michael Shalayeff |
2001-12-02 | allow to configure devices on particular bus offsets | Michael Shalayeff |
2001-11-30 | Remove some definitions which do not make sense for non-m68k platforms. | Miod Vallat |
2001-11-30 | Now that pmaps can have vm_page_md, make pmap_physseg optional. | Artur Grabowski |
2001-11-08 | COPY_SIGCODE serve no purpose nowadays. | Miod Vallat |
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-10-24 | make libc compile | Michael Shalayeff |
2001-09-22 | Remove more old, dusty, unused defines. | Miod Vallat |
2001-08-12 | KUSER_AREA, BTOPUSRSTACK, P1PAGES are never used, so get rid of them. | Miod Vallat |
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-06 | change MSIZE to 256, okay @deraadt | Niels Provos |
2001-06-29 | spaces | Michael Shalayeff |