summaryrefslogtreecommitdiff
path: root/sys/vm
AgeCommit message (Collapse)Author
1996-04-19NetBSD 960317 mergeNiklas Hallqvist
1996-04-19NetBSD 960317 mergeNiklas Hallqvist
1996-03-24Move thread prototypes back to <sys/proc.h>Thorsten Lockert
Duplicate boolean_t definition in <sys/types.h>, protected by _KERNEL Only use boolean_t definition in <vm/vm_param.h> when not _KERNEL Mark latter two with XXX
1996-03-24Move thread prototypes to <vm/vm_param.h> for consistency XXXThorsten Lockert
1996-03-24iprint is used without DEBUG tooThorsten Lockert
1996-03-23Moved boolean_t back to vm_param.h; not protected by _KERNEL. It needs toThorsten Lockert
be available to userland (libc, libkvm, others), but will break software if defined in <sys/types.h>.
1996-03-19Merging w/ NetBSD 021796.Michael Shalayeff
speaker upgraded to the current. some changes to the VM stuff (ie kern_thread.c added and so).
1996-03-03From NetBSD: merge with 960217Niklas Hallqvist
1996-02-19Make swap accounting actually work...Thorsten Lockert
1996-02-18Count swapins and swapouts in the sum structureThorsten Lockert
1996-01-07add minherit() system callTheo de Raadt
1995-12-21from netbsd; in swapin() do process queue removal at splstatclock instead of ↵Theo de Raadt
splhigh
1995-12-14put back the pica stuff i killedTheo de Raadt
1995-12-14from netbsd:Theo de Raadt
Extend use of vm_object_prefer() to vm_allocate_with_pager(). Make vm_object_prefer() call MD aligner for "pageless" objects too, so we can have more control over the virtual address to be used. Implementation could be simpler if we by-pass the object to mapped, but we'd loose the ability to adapt alignment to objects that were previously mmap'ed with MAP_FIXED on. Only expect vm_fork() to return if __FORK_BRAINDAMAGE is defined. Eliminate unused third arg to vm_fork().
1995-10-23vm_map_pageable(..,FALSE) of upage is pica specificTheo de Raadt
1995-10-18pica required changes for upage; from pefoTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt