Age | Commit message (Expand) | Author |
2001-12-11 | Remove declarations that already exist in <sys/conf.h> | Miod Vallat |
2001-12-10 | Define MCLBYTES from MCLSHIFT, rather than providing the final value. | Miod Vallat |
2001-12-07 | kvm_recache is now unnecessary, simplify. | Artur Grabowski |
2001-12-07 | Remove pmap_cache_enable. it was a mistake. | Artur Grabowski |
2001-12-07 | splpmap -> splvm | Artur Grabowski |
2001-12-07 | Remove pmap_kenter_pgs leftovers. | Artur Grabowski |
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-11-30 | Now that pmaps can have vm_page_md, make pmap_physseg optional. | Artur Grabowski |
2001-11-28 | Make pmap_update functions into nops so that we can have a consistent | Artur Grabowski |
2001-11-28 | pmap_kenter_pgs is not used and not really useful. remove. | 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-01 | Change d_mmap in struct cdevsw from: | Artur Grabowski |
2001-09-28 | proper values for ieee rounding modes (from NetBSD) | Jason Wright |
2001-09-22 | Remove more old, dusty, unused defines. | Miod Vallat |
2001-09-16 | Add some missing lengths checks when passing data from userland to | Todd C. Miller |
2001-08-19 | Ooops. sparc always needs own protos. | Artur Grabowski |
2001-08-18 | Move pmap_{de,}activate to vm/pmap.h, it's same on all archs. | Artur Grabowski |
2001-08-17 | cdev_decl cleanup; jason@ ok | Michael Shalayeff |
2001-08-11 | remove some old cruft. | Artur Grabowski |
2001-08-08 | __dead doesn't work on function pointers. | Artur Grabowski |
2001-08-08 | nuke __attribute__((__noreturn__)) when used in conjunction with __dead | Todd C. Miller |
2001-08-07 | unused, bye bye. | Brad Smith |
2001-07-25 | Change the pmap_enter interface to merge access_type and the wired boolean | 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-07-04 | $OpenBSD$ | Niklas Hallqvist |
2001-06-27 | PMAP_NEW is no longer an option on sparc. | Artur Grabowski |
2001-06-27 | IPF cleanup; openbsd@davidkrause.com | Angelos D. Keromytis |
2001-06-27 | MNN is no longer an option. | Artur Grabowski |
2001-06-24 | Define splvm() for arches who don't already provide it, with the same | Miod Vallat |
2001-06-10 | Art error #2 | Theo de Raadt |
2001-06-08 | Change the paddr_t pmap_extract(struct pmap *, vaddr_t) interface to | Artur Grabowski |
2001-05-10 | Switch sparc to PMAP_NEW. I've been running with that code for ages. | Artur Grabowski |
2001-05-09 | More sync to NetBSD. | Artur Grabowski |
2001-05-06 | Update some comments wrt. the CLSIZE changes. | Artur Grabowski |
2001-05-05 | Rename configure() to cpu_configure(). | Artur Grabowski |
2001-05-05 | Get rid of CLSIZE and all related stuff. | Artur Grabowski |
2001-03-02 | add #define __STRICT_ALIGNMENT | Jason Wright |
2001-01-22 | Define ARCH_ELFSIZE that is the default elf size on this arch. | Artur Grabowski |
2001-01-15 | - increase the amount of space mapped for dvma on sun4m | Jason Wright |
2000-12-06 | use __x__ formats for __attribute__ arguments; guenther@gac.edu | Theo de Raadt |
2000-10-17 | damn it, i have had it with this untested weak shit | Theo de Raadt |
2000-10-16 | re-add weak sparc support; d@ | Theo de Raadt |
2000-07-31 | Add defines for ULLONG_MAX, LLONG_MAX, and LLONG_MIN in terms of | Todd C. Miller |
2000-07-07 | Convert spl* on sparc to be raising-only. | Artur Grabowski |
2000-07-06 | Add spllowersoftclock(), same as splsoftclock(). (art@ ok) | Hakan Olsson |
2000-06-05 | Changes to exit handling. | Artur Grabowski |